summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Merge 81238 from mainline.Tanya Lattner2009-09-081-36/+43
* Merge 80808 from mainline.Tanya Lattner2009-09-041-0/+16
* Merge 80964 from mainline.Tanya Lattner2009-09-041-0/+19
* Merge from mainlineTanya Lattner2009-08-311-2/+3
* Merge from mainline.Tanya Lattner2009-08-312-15/+19
* Fix some made up triples.Daniel Dunbar2009-08-181-1/+1
* Make test a bit more precise.Eli Friedman2009-08-151-1/+1
* Fix for PR4721: adjust CodeGen and ASTContext so that we have a Eli Friedman2009-08-151-0/+11
* Update testDaniel Dunbar2009-08-131-1/+1
* Update test case.Daniel Dunbar2009-08-111-2/+2
* these tests include section specifiers that aren't valid on the Chris Lattner2009-08-102-2/+2
* Add tests.Anders Carlsson2009-08-081-0/+23
* weak globals that are const should get weak_odr linkage.Chris Lattner2009-08-051-0/+16
* rdar://7119244 - globals with an explicit section specified don't getChris Lattner2009-08-051-1/+8
* Revert the fix for PR3800, it broke things.Anders Carlsson2009-08-041-0/+10
* Fix test case for Darwin10 (which sets ssp), and move to CodeGen/Daniel Dunbar2009-08-041-0/+158
* Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit).Daniel Dunbar2009-08-031-2/+3
* Don't evaluate inout constraints twice. Fixes PR3800.Anders Carlsson2009-08-021-0/+8
* Fix a minor issue with unions in the new struct building code.Eli Friedman2009-08-011-0/+4
* New test case for rev. 77694.Devang Patel2009-07-311-0/+5
* Enable the new struct type builder now that the constant struct builder works...Anders Carlsson2009-07-275-14/+14
* Enable the new constant struct builder by default. The old code is still in p...Anders Carlsson2009-07-273-5/+6
* Add noreturn as a type attribute, handle printing for them and handleMike Stump2009-07-251-2/+2
* Remove empty tests, left over from an svn revert.Daniel Dunbar2009-07-252-0/+0
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-2513-17/+17
* Semantic checking for main().John McCall2009-07-251-1/+1
* Implement new warning for functions declared 'noreturn' when they fall off th...Mike Stump2009-07-241-2/+2
* Output UTF-16 string literals independent of host byte order.Daniel Dunbar2009-07-231-4/+10
* Correct a thinko in bitfield layout code. Fixes PR4611.Anders Carlsson2009-07-231-0/+6
* We don't need to keep track of the packed alignment, just whether the struct ...Anders Carlsson2009-07-231-0/+7
* Use arrays as union padding. Also, since the resulting struct will always con...Anders Carlsson2009-07-231-2/+2
* Make vectorized floating-point comparisons work without crashing.Eli Friedman2009-07-221-0/+14
* Preserve address space information through member accesses, e.g., Mon P Wang2009-07-224-0/+85
* Revert this, was a bug in my new warning code, not the test case.Mike Stump2009-07-211-1/+0
* Prep for new warning.Mike Stump2009-07-2112-60/+72
* Detect when the current generation point is unreachable after emittingDaniel Dunbar2009-07-191-0/+11
* Avoid generation of dead code in a few more situations.Daniel Dunbar2009-07-191-0/+26
* codegen string literals using private linkage now like llvm-gcc, eliminatingChris Lattner2009-07-162-6/+5
* reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.Chris Lattner2009-07-081-4/+1
* make these tests pass with the stack canary stuff even on targets where they ...Chris Lattner2009-06-282-3/+3
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+22
* Revrt PR4228 fix for now.Devang Patel2009-06-262-18/+0
* fix PR4423.Chris Lattner2009-06-231-0/+4
* Add a target triple to a couple of tests which depend on it. Reported Eli Friedman2009-06-182-3/+3
* It is possible that main input file does not have any symbol with debug info....Devang Patel2009-06-162-0/+18
* testcase for r72869, it turns out that it happens in Ruby.Chris Lattner2009-06-161-0/+11
* PR4390: Make sure to handle anonymous unions correctly while building Eli Friedman2009-06-141-0/+7
* Fix the calling convention for structs/unions containing SSE vectors on Eli Friedman2009-06-131-0/+5
* Fix PR4372, another case where non-prototyped functions can prevent Chris Lattner2009-06-131-1/+8
* Fix test, which could miss failures, and also avoid leaving temporary .i file inDaniel Dunbar2009-06-081-3/+4