]> granicus.if.org Git - clang/history - CodeGen
the macro start and macro end bits in source location are dead, remove them.
[clang] / CodeGen /
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.
2007-12-26 Anders CarlssonNo need to do work that the folding builder does for us.
2007-12-26 Seo SanghyeonRemove broken assert from CodeGen. Better check is...
2007-12-23 Seo SanghyeonString literal in aggregate expression
2007-12-21 Devang PatelConvert opaque type when struct definition is seen.
2007-12-21 Devang PatelKeep track of llvm struct size while adding fields.
2007-12-20 Chris LattnerImplement codegen for ordered comparison builtins.
2007-12-18 Chris Lattnerlocal static vars are globals also. This fixes a testcase
2007-12-18 Anders CarlssonTurns out the LLVMFoldingBuilder can fold InsertElement...
2007-12-18 Chris Lattnerintroduce a new CodeGenModule::getIntrinsic method...
2007-12-17 Fariborz JahanianPatch to implemented objective-c's dynamic object point...
2007-12-17 Chris LattnerMake the insertion point with an explicit new instead...
2007-12-17 Chris Lattneradd a hack so that codegen doesn't abort on missing...
2007-12-17 Christopher LambUpdate to use new PointerType::getUnqual() api.
2007-12-16 Anders CarlssonStart generating SSE intrinsics.
2007-12-15 Anders CarlssonWe now support all MMX intrinsics. SSE intrinsics are...
2007-12-14 Anders CarlssonSimplify the vector code. Add more shift intrinsics.
2007-12-14 Seo SanghyeonArray subscription in aggregate expression
2007-12-14 Seo SanghyeonImplement dereference operator in aggregate expression
2007-12-13 Chris Lattnerminor cleanups
2007-12-13 Chris Lattnersimplify some code.
2007-12-13 Devang PatelAdd assert to detect incomplete implementation work.
2007-12-13 Chris Lattnerbuiltin id 0 is invalid, don't use a slot for it.
2007-12-12 Chris Lattnerfix off-by-one error.
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-12 Chris LattnerFix a codegen crash on test/CodeGen/cast.c, reported...
2007-12-11 Devang PatelMatch union field type when member expression is u->x
2007-12-11 Ted KremenekMega-patch: ripped SourceManager out of Diagnostic...
2007-12-11 Devang PatelRefactor bit-field handling code into a separate method.
2007-12-11 Chris Lattnerfix a build issue with non-apple-gcc-4.0 compilers.
2007-12-11 Anders CarlssonGenerate more builtins.
2007-12-11 Anders CarlssonGenerate code for some more intrinsics.
2007-12-11 Chris LattnerReimplement support for strings that initialize global...
2007-12-11 Devang PatelSeparate access field number is not required.
2007-12-11 Devang PatelBeautify comment.
2007-12-11 Devang PatelAdd support to share llvm fields for bit-fields.
2007-12-10 Ted KremenekAdded missing inclusion of stdarg.h. Now CGExprScalar.cpp
2007-12-10 Chris Lattneradd support for implicit cast from array to pointer...
2007-12-10 Anders CarlssonAdd EmitShuffleVector helper method.
2007-12-10 Devang PatelAdd assert to flag incomplete bit-field support.
2007-12-10 Devang PatelUse getABITypeSizeInBits() instead of getTypeSizeInBits...
2007-12-10 Devang PatelUse getABITypeSizeInBits() instead of getTypeSizeInBits...
2007-12-10 Chris Lattnerabort when we lower an initializer to the wrong type...
2007-12-10 Chris Lattnerextend or truncate the initializer for a string initial...
2007-12-09 Chris LattnerImplement codegen support for:
2007-12-09 Anders CarlssonAddress Chris's comments.
2007-12-09 Anders CarlssonMove target specific builtin IDs to TargetBuiltins...
2007-12-09 Anders CarlssonImplement __builtin_ia32_mulps.
2007-12-09 Anders CarlssonGenerate code for target specific intrinsics.
2007-12-09 Chris Lattnerimplement support for functions that initialize globals.
2007-12-06 Devang PatelMore struct bitfields layout work. Now handle,
2007-12-05 Chris Lattnerfix some bogus code noticed by Kevin Andre
next