summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Propagate zest through logical shift.Evan Cheng2009-12-152-0/+51
* Fix integer cast code to handle vector types.Dan Gohman2009-12-141-0/+13
* Disable r91104 for x86. It causes partial register stall which pessimize code...Evan Cheng2009-12-121-1/+3
* Lower setcc branchless, if this is profitable.Anton Korobeynikov2009-12-111-0/+116
* Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman2009-12-111-0/+37
* Change this to the correct PR number.Dan Gohman2009-12-111-1/+1
* Fix the result type of SELECT nodes lowered from Select instructions withDan Gohman2009-12-111-0/+15
* Honour setHasCalls() set from isel.Anton Korobeynikov2009-12-111-0/+63
* Tests for 91103 and 91104.Evan Cheng2009-12-111-0/+93
* It's not safe to coalesce a move where src and dst registers have different s...Evan Cheng2009-12-101-0/+40
* Fix test.Evan Cheng2009-12-091-1/+1
* Optimize splat of a scalar load into a shuffle of a vector load when it's leg...Evan Cheng2009-12-091-0/+43
* Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...Evan Cheng2009-12-091-3/+3
* - Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng2009-12-081-0/+13
* Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...Anton Korobeynikov2009-12-081-0/+166
* Use FileCheck and set nounwind on calls.David Greene2009-12-071-6/+7
* Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman2009-12-078-8/+8
* Dynamic stack realignment use of sp register as source/dest registerAnton Korobeynikov2009-12-062-2/+2
* Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.Bill Wendling2009-12-052-2/+2
* Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen2009-12-042-2/+2
* Don't pull vector sext through both hands of a logical operation, since doing...Nate Begeman2009-12-031-0/+29
* Recognize canonical forms of vector shuffles where the same vector is used forBob Wilson2009-12-031-0/+19
* Remove unnecessary check.Bill Wendling2009-12-021-1/+0
* Fix PR5391: support early clobber physical register def tied with a use (ewwww)Evan Cheng2009-12-011-0/+38
* test case for IV-Users simplification loop improvementJim Grosbach2009-12-011-0/+128
* Use CFG connectedness as a secondary sort key when deciding the order of copy...Jakob Stoklund Olesen2009-12-011-0/+1
* Fix PR5614: parts of a physical register def may be killed the rest.Evan Cheng2009-12-011-0/+41
* New virtual registers created for spill intervals should inherit allocation h...Jakob Stoklund Olesen2009-11-301-1/+1
* Add test case for r90108Mon P Wang2009-11-301-0/+154
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-272-1/+36
* Test for 89905.Evan Cheng2009-11-261-0/+116
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-251-0/+56
* Support PIC loading of constant pool entriesBruno Cardoso Lopes2009-11-251-1/+1
* Do not store R31 into the caller's link area on PPC.Dale Johannesen2009-11-244-26/+26
* Enable predication of NEON instructions in Thumb2 mode.Evan Cheng2009-11-241-0/+29
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-241-0/+20
* move fconst[sd] to UAL. <rdar://7414913>Jim Grosbach2009-11-233-6/+6
* update test for 89694Jim Grosbach2009-11-231-2/+2
* Miss two, PR5307.Edward O'Callaghan2009-11-222-6/+30
* Convert Thumb2 tests to FileCheck for PR5307.Edward O'Callaghan2009-11-2212-26/+130
* Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer2009-11-221-1/+1
* Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan2009-11-227-35/+137
* Convert test to FileCheck.Benjamin Kramer2009-11-221-2/+6
* Forgot to alter RUN line when converting to FileCheck.Edward O'Callaghan2009-11-221-1/+1
* Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan2009-11-223-24/+23
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-2211-27/+67
* Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach2009-11-215-6/+2
* Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach2009-11-215-2/+6
* Don't leave temporary files in the test directory.Jakob Stoklund Olesen2009-11-211-2/+2
* When generating a vector the really slow way, via loadsDale Johannesen2009-11-211-0/+37
OpenPOWER on IntegriCloud