summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Pull MayDeferGeneration out of EmitGlobal.Daniel Dunbar2009-02-131-1/+19
* Add CodeGen support for the nodebug attribute.Anders Carlsson2009-02-131-0/+12
* Add mangling for variadic functions and conversion functionsDouglas Gregor2009-02-131-0/+2
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-0/+24
* Honor attribute section on static block var decls.Daniel Dunbar2009-02-121-2/+7
* Support __attribute__(section(<name>))Daniel Dunbar2009-02-121-1/+13
* Test case for emitting va_arg as l-value; apparently I only *thought* I had c...Daniel Dunbar2009-02-121-0/+1
* finish off codegen support for sub of pointer to functions, Chris Lattner2009-02-111-0/+7
* Handle the case where EmitBlock might be called multiple times for the same b...Anders Carlsson2009-02-101-0/+11
* Enable parameter passing test for x86_64.Daniel Dunbar2009-02-101-3/+2
* Make sure to initialize local variables, even if they were ignored byDaniel Dunbar2009-02-101-1/+14
* Move previously unsupported VLA test to vla.cAnders Carlsson2009-02-091-0/+5
* Update test case; VLA's are now supported.Daniel Dunbar2009-02-091-4/+1
* Use 'compile' instead of 'codegen' when reporting error to user.Daniel Dunbar2009-02-061-1/+1
* Add bare bones test that parameter passing is consistent forDaniel Dunbar2009-02-051-0/+45
* Test case for -femit-all-decls.Daniel Dunbar2009-02-041-0/+8
* Force -triple/-fnext-runtime for a few more test cases.Daniel Dunbar2009-02-031-1/+1
* Force triple for codegen tests which have expectations on outputDaniel Dunbar2009-02-0317-18/+18
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-304-6/+0
* Make sure to cast the VLA size of array to the type of size_t. Fixes PR3442.Anders Carlsson2009-01-301-0/+13
* enable test as it already worksNuno Lopes2009-01-301-3/+2
* Introduce a new expression node, ImplicitValueInitExpr, thatDouglas Gregor2009-01-291-0/+17
* Evaluate ==,!= for complex types.Daniel Dunbar2009-01-291-3/+28
* Implement basic _Complex integer constant folding.Daniel Dunbar2009-01-281-0/+3
* fix PR3427: fix debuginfo for incomplete array typesNuno Lopes2009-01-281-1/+7
* If an input constraint refers to an output constraint, it should have the sam...Anders Carlsson2009-01-271-4/+5
* eliminate some random .ll file outputsChris Lattner2009-01-2712-12/+12
* Fix definition of __builtin_ia32_vec_set_v2di and de-XFAILDaniel Dunbar2009-01-261-5/+4
* Make the constant folder aware of Eli Friedman2009-01-251-1/+3
* Fix the address of a label to be properly considered and emitted as aEli Friedman2009-01-251-0/+4
* Fix for PR2910: implement CodeGen for non-constant offsetof.Eli Friedman2009-01-241-0/+12
* Handle pointer arithmetic on function pointers.Daniel Dunbar2009-01-231-3/+18
* Allow creation of "dummy" compile units for debug information.Daniel Dunbar2009-01-221-0/+16
* Vector codegen improvementsNate Begeman2009-01-181-0/+15
* Support evaluation of vector constant expressions, and codegen of same.Nate Begeman2009-01-181-0/+2
* A couple more vector component access fixes.Nate Begeman2009-01-181-1/+1
* add support for usage of cast to union thing with static varsNuno Lopes2009-01-171-4/+7
* add codegen support to union castsNuno Lopes2009-01-151-0/+10
* Bug fix, __private_extern__ globals were always introducing a definition.Daniel Dunbar2009-01-131-0/+10
* Handle multi-value inputsAnders Carlsson2009-01-121-0/+7
* More inline asm fixesAnders Carlsson2009-01-111-3/+19
* Handle readwrite constraints correctlyAnders Carlsson2009-01-111-0/+5
* rename these tests to match the attribute.Chris Lattner2009-01-051-0/+0
* Remainder is only valid on integer vector operands.Daniel Dunbar2009-01-051-4/+77
* Fix the bug that would cause Python to crash at startup.Anders Carlsson2009-01-041-0/+19
* Add full dllimport / dllexport support: both sema checks and codegen.Anton Korobeynikov2008-12-261-0/+7
* Commit the right version of the testAnders Carlsson2008-12-211-2/+2
* Make sure to emit the size expression for sizeof(type)Anders Carlsson2008-12-211-0/+5
* Make VLAs usable, and make basic usage work correctly. Also, add a Eli Friedman2008-12-201-0/+10
* Add some ErrorUnsupported calls and turn on VLA codegen again.Anders Carlsson2008-12-201-2/+2
OpenPOWER on IntegriCloud