| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -0/+44 |
* | Enable MI Sched for x86. | Andrew Trick | 2013-10-15 | 1 | -5/+5 |
* | Allocate local registers in order for optimal coloring. | Andrew Trick | 2013-07-25 | 1 | -2/+2 |
* | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging.... | Stephen Lin | 2013-07-13 | 1 | -42/+42 |
* | Revert "Temporarily enable MI-Sched on X86." | Andrew Trick | 2013-06-25 | 1 | -1/+1 |
* | Temporarily enable MI-Sched on X86. | Andrew Trick | 2013-06-24 | 1 | -1/+1 |
* | Pad Short Functions for Intel Atom | Preston Gurd | 2013-01-08 | 1 | -2/+2 |
* | Revert revision 171524. Original message: | Nadav Rotem | 2013-01-05 | 1 | -2/+2 |
* | The current Intel Atom microarchitecture has a feature whereby when a function | Preston Gurd | 2013-01-04 | 1 | -2/+2 |
* | X86: Fix accidentally swapped operands. | Benjamin Kramer | 2012-10-13 | 1 | -4/+4 |
* | X86: Promote i8 cmov when both operands are coming from truncates of the same... | Benjamin Kramer | 2012-10-13 | 1 | -0/+13 |
* | Update testing case for Atom when disabling rematerialization in | Manman Ren | 2012-07-25 | 1 | -1/+97 |
* | Disable rematerialization in TwoAddressInstructionPass. | Manman Ren | 2012-07-25 | 1 | -1/+1 |
* | X86: optimization for -(x != 0) | Manman Ren | 2012-05-07 | 1 | -0/+30 |
* | Revert r155853 | Manman Ren | 2012-05-02 | 1 | -21/+0 |
* | X86: optimization for -(x != 0) | Manman Ren | 2012-04-30 | 1 | -0/+21 |
* | test/CodeGen/X86/select.ll: remove spaces | Manman Ren | 2012-04-30 | 1 | -1/+1 |
* | Flip the new block-placement pass to be on by default. | Chandler Carruth | 2012-04-16 | 1 | -2/+2 |
* | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling | 2011-04-14 | 1 | -1/+1 |
* | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 2011-04-14 | 1 | -1/+1 |
* | X86: Lower a select directly to a setcc_carry if possible. | Benjamin Kramer | 2010-12-22 | 1 | -2/+19 |
* | Teach X86ISelLowering that the second result of X86ISD::UMUL is a flags | Chris Lattner | 2010-12-05 | 1 | -0/+22 |
* | fix the rest of the linux miscompares :) | Chris Lattner | 2010-12-05 | 1 | -1/+1 |
* | generalize the previous check to handle -1 on either side of the | Chris Lattner | 2010-12-05 | 1 | -0/+24 |
* | relax this to handle linux defaulting to -static. | Chris Lattner | 2010-12-05 | 1 | -1/+1 |
* | Improve an integer select optimization in two ways: | Chris Lattner | 2010-12-05 | 1 | -0/+58 |
* | merge some tests into select.ll and make them more specific. | Chris Lattner | 2010-12-05 | 1 | -4/+88 |
* | rename test | Chris Lattner | 2010-12-05 | 1 | -0/+15 |
* | remove two tests that aren't really testing anything. | Chris Lattner | 2010-12-05 | 1 | -63/+0 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -3/+3 |
* | Remove -unwind-tables-optional everywhere, since | Dale Johannesen | 2008-04-14 | 1 | -3/+3 |
* | Rename -disable-required-unwind-tables to -unwind-tables-optional. | Dale Johannesen | 2008-04-08 | 1 | -3/+3 |
* | Add -disable-required-unwind-tables to tests | Dale Johannesen | 2008-04-08 | 1 | -3/+3 |
* | Mark functions in some tests as 'nounwind'. Generating | Dale Johannesen | 2008-03-31 | 1 | -11/+11 |
* | Update test. | Evan Cheng | 2007-10-08 | 1 | -41/+40 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | For PR411: | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -2/+2 |
* | make this harder | Chris Lattner | 2006-09-05 | 1 | -1/+2 |
* | Tests for fp cmov's that I forgot to check in earlier | Chris Lattner | 2004-04-01 | 1 | -0/+13 |
* | Test folding comparisons into select instructions | Chris Lattner | 2004-03-30 | 1 | -0/+18 |
* | New testcase for select instructions | Chris Lattner | 2004-03-30 | 1 | -0/+32 |