2014-02-28 |
Justin Bogner | CommandLine: Exit successfully for -version and -help |
tree | commitdiff |
2014-02-13 |
Daniel Sanders | Re-commit: Demote EmitRawText call in AsmPrinter::EmitI... |
tree | commitdiff |
2014-02-12 |
Daniel Sanders | Revert r201237+r201238: Demote EmitRawText call in... |
tree | commitdiff |
2014-02-12 |
Daniel Sanders | Demote EmitRawText call in AsmPrinter::EmitInlineAsm... |
tree | commitdiff |
2014-02-06 |
Juergen Ributzka | [DAG] Don't pull the binary operation though the shift... |
tree | commitdiff |
2014-01-27 |
Stepan Dyatkovskiy | Additional fix for 200201: due to dependence on bitwidt... |
tree | commitdiff |
2014-01-27 |
Stepan Dyatkovskiy | Fix for PR18102. |
tree | commitdiff |
2014-01-23 |
Eric Christopher | Move test to x86 directory. |
tree | commitdiff |
2014-01-23 |
Eric Christopher | Avoid emitting a DWARF type attribute for an ObjC prope... |
tree | commitdiff |
2014-01-06 |
Bill Wendling | Remove a failing test to get the buildbots back to... |
tree | commitdiff |
2014-01-06 |
Bill Wendling | Try to fix s390x build bot. |
tree | commitdiff |
2014-01-05 |
Bill Wendling | Attempt to fix buildbots by XFAILing some architectures. |
tree | commitdiff |
2014-01-05 |
Bill Wendling | Emit an error message if the value passed to __builtin_... |
tree | commitdiff |
2013-12-13 |
Rafael Espindola | Fix pr18235. |
tree | commitdiff |
2013-11-21 |
NAKAMURA Takumi | Revert r195317 (and r195333), "Teach ISel not to optimi... |
tree | commitdiff |
2013-11-21 |
Kostya Serebryany | add 'REQUIRES: asserts' to a test that uses 'llc -debug... |
tree | commitdiff |
2013-11-21 |
Paul Robinson | Teach ISel not to optimize 'optnone' functions. |
tree | commitdiff |
2013-11-14 |
Rafael Espindola | Error if we see an alias to a declaration. |
tree | commitdiff |
2013-10-07 |
Matt Arsenault | Change objectsize intrinsic to accept different address... |
tree | commitdiff |
2013-08-16 |
Daniel Dunbar | [tests] Cleanup initialization of test suffixes. |
tree | commitdiff |
2013-06-28 |
Manman Ren | Debug Info: clean up usage of Verify. |
tree | commitdiff |
2013-05-21 |
Justin Holewinski | Drop @llvm.annotation and @llvm.ptr.annotation intrinsi... |
tree | commitdiff |
2013-04-30 |
Manman Ren | TBAA: remove !tbaa from testing cases if not used. |
tree | commitdiff |
2013-03-25 |
Jyotsna Verma | XFAIL some of the generic CodeGen tests for Hexagon. |
tree | commitdiff |
2013-03-20 |
Hao Liu | Add a test case for PR15318 fixed in r177472 |
tree | commitdiff |
2013-01-11 |
Eric Christopher | For inline asm: |
tree | commitdiff |
2012-12-19 |
Nadav Rotem | After reducing the size of an operation in the DAG... |
tree | commitdiff |
2012-12-11 |
Paul Redmond | move X86-specific test |
tree | commitdiff |
2012-11-13 |
Duncan Sands | Codegen support for arbitrary vector getelementptrs. |
tree | commitdiff |
2012-08-24 |
Manman Ren | BranchProb: modify the definition of an edge in BranchP... |
tree | commitdiff |
2012-08-17 |
Benjamin Kramer | Fix broken check lines. |
tree | commitdiff |
2012-08-10 |
Eli Friedman | The normal edge of an invoke is not allowed to branch... |
tree | commitdiff |
2012-07-15 |
Nadav Rotem | Fix a bug in the scalarization of BUILD_VECTOR. BUILD_V... |
tree | commitdiff |
2012-07-02 |
Bob Wilson | Extend TargetPassConfig to allow running only a subset... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert the uses of '|&' to use '2>&1 |' instead, which... |
tree | commitdiff |
2012-06-28 |
Nuno Lopes | add a new @llvm.donothing intrinsic that, well, does... |
tree | commitdiff |
2012-06-26 |
Rafael Espindola | Fix llc's -print-before=pass and -print-after=pass. |
tree | commitdiff |
2012-06-26 |
Jack Carter | There are a number of generic inline asm operand modifi... |
tree | commitdiff |
2012-06-25 |
Jakob Stoklund Olesen | Enforce stricter liveness rules for PHIs. |
tree | commitdiff |
2012-06-22 |
NAKAMURA Takumi | test/CodeGen/Generic/asm-large-immediate.ll: Mark it... |
tree | commitdiff |
2012-06-21 |
Jack Carter | The inline asm operand modifier 'n' is suppose |
tree | commitdiff |
2012-06-21 |
NAKAMURA Takumi | Revert r158209, "test/CodeGen/Generic/APIntLoadStore... |
tree | commitdiff |
2012-06-11 |
Jakob Stoklund Olesen | Fix test case to work on ARM. |
tree | commitdiff |
2012-06-08 |
Jakob Stoklund Olesen | Don't run RAFast in the optimizing regalloc pipeline. |
tree | commitdiff |
2012-06-08 |
Chad Rosier | Fix a crash in APInt::lshr when shiftAmt > BitWidth. |
tree | commitdiff |
2012-06-08 |
NAKAMURA Takumi | test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL... |
tree | commitdiff |
2012-05-30 |
Bob Wilson | Add an insertPass API to TargetPassConfig. <rdar:... |
tree | commitdiff |
2012-05-22 |
Nuno Lopes | revert my previous patches that introduced an additiona... |
tree | commitdiff |
2012-05-09 |
Nuno Lopes | change the objectsize intrinsic signature: add a 3rd... |
tree | commitdiff |
2012-04-16 |
Bill Wendling | Move to X86 directory because this fails on non-X86... |
tree | commitdiff |
2012-04-10 |
Rafael Espindola | Don't try to zExt just to check if an integer constant... |
tree | commitdiff |
2012-04-03 |
Pete Cooper | Add VSELECT to LegalizeVectorTypes::ScalariseVectorResu... |
tree | commitdiff |
2012-03-30 |
Bill Wendling | Add testcase for r153705 |
tree | commitdiff |
2012-03-21 |
Andrew Trick | misched: tag a few XFAILs that I plan to fix |
tree | commitdiff |
2012-03-21 |
Andrew Trick | I meant to disable this test, not XFAIL it |
tree | commitdiff |
2012-03-21 |
Andrew Trick | misched: beginning to add unit tests |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2012-02-02 |
NAKAMURA Takumi | Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll... |
tree | commitdiff |
2012-02-02 |
Lang Hames | PR11868. The previous loop in LiveIntervals::join would... |
tree | commitdiff |
2012-01-31 |
Bill Wendling | Remove all references to the old EH. |
tree | commitdiff |
2011-12-12 |
Chandler Carruth | Manually upgrade the test suite to specify the flag... |
tree | commitdiff |
2011-10-16 |
Nadav Rotem | Remove the the test which checks the saving of a vector... |
tree | commitdiff |
2011-09-26 |
David Meyer | PR11004: Inline memcpy to avoid generating nested call... |
tree | commitdiff |
2011-09-20 |
Bill Wendling | This test is completely invalid with the modern EH... |
tree | commitdiff |
2011-09-08 |
Nadav Rotem | This test is already covered by llvm/trunk/test/CodeGen... |
tree | commitdiff |
2011-09-08 |
Nadav Rotem | Add X86-SSE4 codegen support for vector-select. |
tree | commitdiff |
2011-09-03 |
Dan Gohman | Revert r129875, XFAILing this test for arm, since the... |
tree | commitdiff |
2011-09-02 |
Bill Wendling | Try to eliminate the use of the 'unwind' instruction. |
tree | commitdiff |
2011-09-01 |
Benjamin Kramer | XFAIL this test on arm until the backend is fixed. |
tree | commitdiff |
2011-08-31 |
Bill Wendling | Revert r138894. This was failing on cmake-clang-i686... |
tree | commitdiff |
2011-08-31 |
Bill Wendling | Update more tests to the new EH scheme. |
tree | commitdiff |
2011-08-26 |
Bill Wendling | Revert r138606 until LowerInvoke has been converted... |
tree | commitdiff |
2011-08-25 |
Bill Wendling | Update to the new EH scheme. |
tree | commitdiff |
2011-08-25 |
Bill Wendling | LSR wants to split the landing pad's critical edge... |
tree | commitdiff |
2011-07-12 |
Andrew Trick | Comment correction. |
tree | commitdiff |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
tree | commitdiff |
2011-07-09 |
Chris Lattner | more tests not making the jump into the brave new world. |
tree | commitdiff |
2011-07-07 |
Lang Hames | Added a testcase for PR10220. |
tree | commitdiff |
2011-07-06 |
Jakub Staszak | Introduce "expect" intrinsic instructions. |
tree | commitdiff |
2011-06-24 |
Devang Patel | Handle debug info for i128 constants. |
tree | commitdiff |
2011-06-18 |
Chris Lattner | rip out a ton of intrinsic modernization logic from... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove asmparser support for the old getresult instruct... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Remove support for using "foo" as symbols instead of... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | manually upgrade a bunch of tests to modern syntax... |
tree | commitdiff |
2011-06-16 |
Anna Zaks | Rename the test. Thanks Cameron! Use shorter/generic... |
tree | commitdiff |
2011-06-16 |
Anna Zaks | Function::getNumBlockIDs() should be used instead of... |
tree | commitdiff |
2011-06-07 |
Nadav Rotem | Move the legalizer tests to the X86 directory because... |
tree | commitdiff |
2011-06-06 |
Nadav Rotem | Add methods to support the integer-promotion of vector... |
tree | commitdiff |
2011-06-04 |
Nadav Rotem | TypeLegalizer: Add support for passing of vector-promot... |
tree | commitdiff |
2011-06-01 |
Nadav Rotem | This patch is another step in the direction of adding... |
tree | commitdiff |
2011-05-17 |
Galina Kistanova | Move test for appropriate directory. |
tree | commitdiff |
2011-05-13 |
Rafael Espindola | Make codegen able to handle values of empty types.... |
tree | commitdiff |
2011-04-20 |
Stuart Hastings | Un-XFAIL this test for ARM. <rdar://problem/7662569> |
tree | commitdiff |
2011-04-09 |
Chris Lattner | Fix a bug where RecursivelyDeleteTriviallyDeadInstructi... |
tree | commitdiff |
2011-04-05 |
Stuart Hastings | ARM doesn't support byval yet. XFAIL this test until... |
tree | commitdiff |
2011-02-28 |
Duncan Sands | Make this test x86 specific because the ARM backend... |
tree | commitdiff |
2011-02-27 |
Duncan Sands | Legalize support for fpextend of vector. PR9309. |
tree | commitdiff |
2011-02-12 |
Nadav Rotem | A fix for 9165. |
tree | commitdiff |
2011-01-18 |
Chris Lattner | fix rdar://8878965, a regression I introduced with... |
tree | commitdiff |
2011-01-06 |
Duncan Sands | Add a testcase for PR8582, which mysteriously fixed... |
tree | commitdiff |
next |