]> granicus.if.org Git - clang/history - CodeGen
add some code that will be used to remove processed attrs from
[clang] / CodeGen /
2008-02-20 Chris LattnerAlternate address spaces work:
2008-02-19 Lauro Ramos VenancioImprove non-const initializer implementation.
2008-02-19 Lauro Ramos VenancioImplement CodeGenModule::getMemSetFn method.
2008-02-19 Lauro Ramos VenancioSimplify aggregate initilizer implementation. Use the...
2008-02-19 Lauro Ramos VenancioA global without initializer must be emitted as weak.
2008-02-18 Lauro Ramos VenancioImplement multi-dimension array initalizer.
2008-02-16 Chris Lattnerimplement codegen support for aggregates casted to...
2008-02-16 Lauro Ramos VenancioImplement extern block var.
2008-02-15 Eli FriedmanSplit out incomplete arrays from VariableArrayType...
2008-02-15 Eli FriedmanRemove useless parameter from isConstantSizeType.
2008-02-12 Dan GohmanAdjust for the API change to APInt::getBitsSet.
2008-02-11 Chris Lattnerstrings are arrays too
2008-02-11 Eli FriedmanA couple of minor fixes to aggregate codegen, to stop...
2008-02-11 Eli FriedmanMake unsupported constant exprs fail with a warning...
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-02-09 Anders CarlssonImplement __builtin_va_copy
2008-02-09 Eli FriedmanExpose the logic for field address codegen; it is neede...
2008-02-08 Lauro Ramos VenancioFix a bitfield regression. Reported by Anders Carlsson.
2008-02-08 Anders CarlssonPut back the top-level asm code; all tests pass now.
2008-02-08 Anders CarlssonBack out 46855 for now, it causes test failures on...
2008-02-07 Lauro Ramos VenancioSimplify bitfield codegen.
2008-02-07 Lauro Ramos VenancioFix codegen of
2008-02-07 Anders CarlssonHandle top-level asm declarations.
2008-02-06 Anders CarlssonAdd pointer + int (and vice versa) to the constant...
2008-02-06 Anders CarlssonGenerate code for the various __builtin_ctz functions.
2008-02-06 Chris Lattnernow that ConvertTagDeclType is nice and simple, use...
2008-02-06 Chris Lattnersimplify and speed up type refinement logic. No functi...
2008-02-06 Chris Lattneronly convert the type name once, not each type it is...
2008-02-06 Chris Lattnersimplify a bunch of code.
2008-02-06 Chris Lattnerrename TypeHolderMap to TypeCache, which more aptly...
2008-02-06 Chris Lattnersplit tagged decl layout into its own method.
2008-02-06 Chris Lattneronly update the llvm type for a struct when we used...
2008-02-06 Chris Lattnersink more of the type related code into CodeGenTypes.
2008-02-06 Chris Lattnercodegen static variables in a function into a different...
2008-02-06 Chris LattnerFinish off the refactoring of type handling stuff....
2008-02-06 Chris Lattnermove the codegen ASTConsumer out of the driver into...
2008-02-06 Anders CarlssonEven more inline asm codegen fixes.
2008-02-06 Nate Begemansimple implementation of __builtin_alloca
2008-02-05 Anders CarlssonImprovements to inline asm code generation.
2008-02-05 Anders CarlssonAdd some binops.
2008-02-05 Anders CarlssonMore improvements to inline asm CG.
2008-02-05 Anders CarlssonAppend input argument to args vector.
2008-02-05 Anders CarlssonAdd code generation for inline asm statements.
2008-02-05 Chris Lattnerrewrite some of the type refinement code to eliminate...
2008-02-05 Chris LattnerChange the key of CGRecordLayouts from being an llvm...
2008-02-05 Chris LattnerRelax an assertion, fixing PR1968
2008-02-05 Devang PatelUpdate outdated comment.
2008-02-05 Devang PatelCleanup InitListExpr code generation code.
2008-02-05 Eli FriedmanFix memory corruption from the type map being modified...
2008-02-05 Devang PatelKeep track of padding fields.
2008-02-04 Christopher LambAdd experimental support for address space qualified...
2008-02-02 Chris Lattnerminor tweak to anders patch: (only) ocu vectors support...
2008-02-02 Chris Lattnerfix codegen on static variables which have multiple...
2008-02-01 Anders CarlssonOnly OCU vectors can be splatted.
2008-02-01 Anders CarlssonGenerate correct code for __builtin_huge_val
2008-02-01 Anders CarlssonImplement __builtin_huge_val.
2008-01-31 Lauro Ramos VenancioImplement review feedback. Use getAsPointerType instead...
2008-01-31 Nate BegemanRemainder of the __builtin_overload feedback
2008-01-31 Chris LattnerFix PR1921 by promoting negative indices to intptrty.
2008-01-30 Lauro Ramos VenanciogetLLVMFieldNo can't be called before emitting the...
2008-01-30 Lauro Ramos VenancioA pointer to an opaque type is an "opaque type definition".
2008-01-30 Nate BegemanImplement first round of feedback on __builtin_overload
2008-01-30 Chris Lattnerfix a problem reported by Eli, caused by not keeping...
2008-01-30 Chris Lattnermove some constructors out of line and fix indentation...
2008-01-30 Eli FriedmanMake sure to emit all the arguments to a function call...
2008-01-29 Devang PatelHandle incomplete struct initializer.
2008-01-29 Eli FriedmanFix a bug where CodeGen would attempt to erase an instr...
2008-01-29 Anders CarlssonImplement __builtin_offsetof.
2008-01-29 Anders CarlssonHandle binary or in constant expressions.
2008-01-29 Anders CarlssonCorrectly handle constants that refer to enums.
2008-01-29 Anders CarlssonCorrectly handle scalars in braces.
2008-01-26 Anders CarlssonTweaks to EmitLValue in CGExprConstant. Patch by Eli...
2008-01-26 Anders CarlssonAdd CodeGen for AddrOf in constant initializers. Origin...
2008-01-26 Anders CarlssonFactor out the constant generation into its own file.
2008-01-25 Steve NaroffAdd more support for Apple's "private extern" extension...
2008-01-25 Nate BegemanSupport checking and codegen of constant vector globals
2008-01-22 Fariborz JahanianProblem with ObjC's type-encoding of nested structs...
2008-01-22 Lauro Ramos VenancioFix a typo.
2008-01-22 Lauro Ramos VenancioImplement bitfield write.
2008-01-22 Lauro Ramos VenancioImplement bitfield read.
2008-01-22 Lauro Ramos VenancioFix two bugs in bitfield codegen.
2008-01-21 Lauro Ramos VenancioSimplify the bitfield codegen.
2008-01-18 Anders CarlssonAssert that the type of the cast is equal to the _unqua...
2008-01-17 Nate BegemanMatch change in EmitCallExpr
2008-01-17 Nate BegemanFix for EmitCallExpr changed in OverloadExpr patch
2008-01-17 Nate BegemanImplement basic overload support via a new builtin...
2008-01-14 Anders CarlssonAdd codegen upport for implicit casts to aggregate...
2008-01-12 Chris LattnerFix the type of predefined identifiers like __func__...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-09 Chris Lattnerimplement proper support for _Bool in memory, which...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-03 Chris Lattnerfix long lines.
2008-01-03 Chris LattnerFix a crash reported by Seo Sanghyeon.
2007-12-30 Nate BegemanAllow implicit casts during arithmetic for OCUVector...
2007-12-30 Nate BegemanAllow codegen of vector fdiv
2007-12-29 Chris Lattnerimplement codegen support for most unary operators...
2007-12-29 Chris Lattnerremove attribution from makefiles.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Christopher LambEnable CodeGen for member expressions based on call...
2007-12-29 Christopher LambMake MemberExpr code safe w.r.t. address spaces.
next