summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling2009-06-281-2/+2
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+5
* OpenCL 1.0 Support: fix a bug with lvalue swizzlesNate Begeman2009-06-261-3/+4
* Implement enough of the 'auto' keyword so we can claim to support N2546.Anders Carlsson2009-06-261-0/+3
* typoDevang Patel2009-06-261-1/+1
* Revrt PR4228 fix for now.Devang Patel2009-06-262-43/+21
* Simplify, and fix a possible crash (never happens however, because we don't everDaniel Dunbar2009-06-261-10/+7
* Add a DecltypeType type.Anders Carlsson2009-06-241-0/+3
* Patch fixes an obscure bug when 'used' attribute is applied toFariborz Jahanian2009-06-234-36/+29
* fix PR4423.Chris Lattner2009-06-231-1/+2
* Parsing and AST support for using declarations, from John Thompson!Douglas Gregor2009-06-201-0/+3
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-189-54/+62
* Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine.Argyrios Kyrtzidis2009-06-171-1/+1
* First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff2009-06-172-2/+2
* Update clang for the add ->add/fadd split. Likewise for sub and mul.Chris Lattner2009-06-172-36/+105
* It is possible that main input file does not have any symbol with debug info....Devang Patel2009-06-162-21/+43
* Handle temporaries in default arguments.Anders Carlsson2009-06-161-0/+5
* "GCC emits an __objc_class_name_{classname} symbol for every class, and a cor...Chris Lattner2009-06-151-4/+29
* PR4390: Make sure to handle anonymous unions correctly while building Eli Friedman2009-06-141-5/+2
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-142-0/+2
* move the various builtins stuff from libast to libbasic. ThisChris Lattner2009-06-141-1/+1
* move GetBuiltinType from Builtin::Context to ASTContext.Chris Lattner2009-06-141-3/+3
* Simplify mangleFunctionDecl by unnesting a crazy condition. This fixesChris Lattner2009-06-131-13/+14
* Fix the calling convention for structs/unions containing SSE vectors on Eli Friedman2009-06-131-4/+34
* Fix PR4372, another case where non-prototyped functions can prevent Chris Lattner2009-06-132-6/+37
* Don't assert when generating code with static_asserts.Anders Carlsson2009-06-111-1/+5
* Support complex properties, ivars and message expressions.Daniel Dunbar2009-06-102-6/+44
* Remove a few more vector builtins.Eli Friedman2009-06-071-23/+0
* Now that LLVM CodeGen can handle the generic variations a bit better, Eli Friedman2009-06-071-22/+0
* PR4339: make sure to properly extend/trunc the index of a vector element Eli Friedman2009-06-061-4/+4
* Add new ABIArgInfo kind: Extend. This allows target to implement its own argu...Anton Korobeynikov2009-06-063-29/+52
* Get rid of a bunch of dead builtins.Eli Friedman2009-06-061-199/+0
* As an optimization, we maintain a cache of generatedMike Stump2009-06-053-15/+55
* weak_import should not make definitions have weak linkage.Daniel Dunbar2009-06-051-2/+2
* Update cmake scriptAnton Korobeynikov2009-06-051-0/+1
* Factor out TargetABIInfo stuff into separate file. No functionality change.Anton Korobeynikov2009-06-053-1382/+1398
* Set function Attribute::NoImplicitFloat appropriately.Devang Patel2009-06-051-0/+2
* ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds readDaniel Dunbar2009-06-051-7/+8
* Fix -Asserts build warnings.Daniel Dunbar2009-06-051-3/+3
* Set function attribute llvm::Attribute::NoRedZone appropriately.Devang Patel2009-06-041-0/+4
* Make ReplaceUsesOfNonProtoTypeWithRealFunction verify that a call is *to* theChris Lattner2009-06-041-1/+2
* Use PushConditionalTempDestruction/PopConditionalTempDestruction for the tern...Anders Carlsson2009-06-042-1/+9
* Use conditional temp destruction for || and &&.Anders Carlsson2009-06-041-0/+6
* Make PushCXXTemporary and PopCXXTemporary handle conditional temporaries.Anders Carlsson2009-06-041-13/+57
* Add PushConditionalTempDestruction/PopConditionalTempDestruction.Anders Carlsson2009-06-042-0/+30
* Make sure to push a cleanup block.Anders Carlsson2009-06-041-0/+2
* Cleanup/Refactoring of ivar collection. No change in functionality.Fariborz Jahanian2009-06-042-44/+10
* Fix cmake builds.Mike Stump2009-06-031-0/+1
* PR4316: Fix IRGen for cast-to-union extension.Eli Friedman2009-06-031-6/+6
* More temporary work.Anders Carlsson2009-06-032-10/+25
OpenPOWER on IntegriCloud