aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2009-11-17Remove unnecessary &&s.Daniel Dunbar
2009-11-17Added block type introspection support.David Chisnall
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-11-17Remove some redundant tests.Daniel Dunbar
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-17Fix tests after enabling -split-phi-edges.Jakob Stoklund Olesen
2009-11-17PR5526: Make sure to set the right cast kinds for the inserted implicit casts.Eli Friedman
2009-11-14Make __func__ and friends work correctly within the initializer for a staticEli Friedman
2009-11-13Obvious fix for PR5474.Eli Friedman
2009-11-11And now a test fix in +Asserts mode, which I broke.Daniel Dunbar
2009-11-11Fix some tests in -Asserts mode.Daniel Dunbar
2009-11-09Enable the use of the new llvm objectsize intrinsic.Mike Stump
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-07commit test updateChris Lattner
2009-11-07MIPS linkage name confuses gdb here. Generate and test DW_AT_name here.Devang Patel
2009-11-03Test case for recent checkin.Mike Stump
2009-11-03Switch XFAIL format to match LLVM.Daniel Dunbar
2009-10-31Add missing colons for FileCheck.Benjamin Kramer
2009-10-29Fix one more bug with __builtin_object_size.Mike Stump
2009-10-29Add yet more testcases.Mike Stump
2009-10-29Add some more testcases.Mike Stump
2009-10-29make clang emit undefs for padding of structs and unions instead of zeros. th...Nuno Lopes
2009-10-29make this interpretable.Chris Lattner
2009-10-29make this more interesting, test the static const array.Chris Lattner
2009-10-28Mangle based on the declaration we're given, not the canonicalDouglas Gregor
2009-10-27Set OptimizeForSize LLVM function attribute with -Os.Daniel Dunbar
2009-10-27Convert test to FileCheck.Daniel Dunbar
2009-10-27Make test independent of darwin system headers.Benjamin Kramer
2009-10-26__builtin_object_size refinements. Also handle stack based objects. WIP.Mike Stump
2009-10-26__builtin_object_size refinements. When we run out of object, be sureMike Stump
2009-10-26Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-10-26__builtin_object_size refinements. WIP.Mike Stump
2009-10-23Add radar number.Mike Stump
2009-10-23Fixup the return type of functions.Mike Stump
2009-10-21Force triple; this test was failing on non-darwin platforms due to differentBenjamin Kramer
2009-10-20Encode global variable name in debug info.Devang Patel
2009-10-18Add test for OpenCL vector initializer codegenNate Begeman
2009-10-17daniel really wants this in the testsuite.Chris Lattner
2009-10-15Sorry! Accidentally checked in experimental change.John Thompson
2009-10-15Make this at least compile.Mike Stump
2009-10-15Removed math.h include, as Windows math.h has a compile error.John Thompson
2009-10-14fix some cfstring related issues: Chris Lattner
2009-10-13Teach sema and codegen about the difference between address of labels,Chris Lattner
2009-10-13merge an indirect goto test into statements, add anotherChris Lattner
2009-10-13fix PR4938 by recognizing % as a modifier on outputs,Chris Lattner
2009-10-12Disable tests that check debug info intrinsic. This does not work if debug in...Devang Patel
2009-10-08Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump
2009-10-08In VC++, the *printf functions put an extra "0" in the exponent partMike Stump
2009-10-08Convert some tests to FileCheck to be more portable. Patch by John Thompson.Mike Stump