| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Handle physreg input/outputs. We now compile this: | Chris Lattner | 2006-01-31 | 1 | -3/+96 |
* | remove method I just added | Chris Lattner | 2006-01-28 | 1 | -7/+0 |
* | add a new callback | Chris Lattner | 2006-01-28 | 1 | -0/+7 |
* | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman | 2006-01-28 | 1 | -0/+7 |
* | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman | 2006-01-27 | 1 | -37/+22 |
* | initial selectiondag support for new INLINEASM node. Note that inline asms | Chris Lattner | 2006-01-26 | 1 | -0/+50 |
* | First part of bug 680: | Nate Begeman | 2006-01-25 | 1 | -53/+16 |
* | If scheduler choice is the default (-sched=default), use target scheduling | Evan Cheng | 2006-01-25 | 1 | -2/+10 |
* | Typo. | Jim Laskey | 2006-01-23 | 1 | -1/+1 |
* | Skeleton of the list schedule. | Evan Cheng | 2006-01-23 | 1 | -0/+4 |
* | Factor out more instruction scheduler code to the base class. | Evan Cheng | 2006-01-23 | 1 | -1/+29 |
* | Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on | Chris Lattner | 2006-01-23 | 1 | -3/+4 |
* | Fix a bug in a recent refactor that caused a bunch of programs to miscompile | Chris Lattner | 2006-01-21 | 1 | -1/+1 |
* | Do some code refactoring on Jim's scheduler in preparation of the new list | Evan Cheng | 2006-01-21 | 1 | -4/+18 |
* | If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep | Chris Lattner | 2006-01-20 | 1 | -0/+4 |
* | Temporary work around for a libcall insertion bug: If a target doesn't | Chris Lattner | 2006-01-18 | 1 | -2/+6 |
* | Support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -0/+1 |
* | For PR411: | Reid Spencer | 2006-01-16 | 1 | -5/+16 |
* | Remove some duplicated code | Nate Begeman | 2006-01-14 | 1 | -8/+0 |
* | bswap implementation | Nate Begeman | 2006-01-14 | 1 | -0/+15 |
* | Compile llvm.stacksave/restore into STACKSAVE/STACKRESTORE nodes, and allow | Chris Lattner | 2006-01-13 | 1 | -4/+14 |
* | Add "support" for stacksave/stackrestore to the dag isel | Chris Lattner | 2006-01-13 | 1 | -0/+5 |
* | Added selection DAG support for the extractelement operation. | Robert Bocchino | 2006-01-10 | 1 | -0/+1 |
* | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey | 2006-01-04 | 1 | -1/+2 |
* | enable the gep isel opt | Chris Lattner | 2005-12-21 | 1 | -6/+0 |
* | Lower ConstantAggregateZero into zeros | Chris Lattner | 2005-12-21 | 1 | -7/+20 |
* | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey | 2005-12-16 | 1 | -1/+1 |
* | Don't lump the filename and working dir together | Chris Lattner | 2005-12-13 | 1 | -15/+16 |
* | Accept and ignore prefetches for now | Chris Lattner | 2005-12-12 | 1 | -0/+3 |
* | Minor tweak to get isel opt | Chris Lattner | 2005-12-11 | 1 | -1/+2 |
* | improve code insertion in two ways: | Chris Lattner | 2005-12-08 | 1 | -20/+26 |
* | Fix a crash where ConstantVec nodes were being generated with the wrong | Nate Begeman | 2005-12-07 | 1 | -2/+8 |
* | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman | 2005-12-06 | 1 | -3/+27 |
* | Fix the #1 code quality problem that I have seen on X86 (and it also affects | Chris Lattner | 2005-12-05 | 1 | -6/+162 |
* | dbg.stoppoint returns a value, don't forget to init it | Chris Lattner | 2005-12-03 | 1 | -0/+1 |
* | First chunk of actually generating vector code for packed types. These | Nate Begeman | 2005-11-30 | 1 | -2/+12 |
* | Fix a problem with llvm-ranlib that (on some platforms) caused the archive | Reid Spencer | 2005-11-30 | 1 | -0/+30 |
* | Add support for a new STRING and LOCATION node for line number support, patch | Chris Lattner | 2005-11-29 | 1 | -2/+67 |
* | Check in code to scalarize arbitrarily wide packed types for some simple | Nate Begeman | 2005-11-22 | 1 | -1/+1 |
* | Rather than attempting to legalize 1 x float, make sure the SD ISel never | Nate Begeman | 2005-11-22 | 1 | -6/+24 |
* | Unbreak codegen of bools. This should fix the llc/jit/llc-beta failures | Chris Lattner | 2005-11-19 | 1 | -1/+1 |
* | Teach LLVM how to scalarize packed types. Currently, this only works on | Nate Begeman | 2005-11-19 | 1 | -32/+37 |
* | Split out the shift code from visitBinary. | Nate Begeman | 2005-11-18 | 1 | -7/+14 |
* | when debugging lower dbg intrinsics to calls | Chris Lattner | 2005-11-16 | 1 | -0/+22 |
* | added a chain output | Andrew Lenharth | 2005-11-11 | 1 | -2/+10 |
* | continued readcyclecounter support | Andrew Lenharth | 2005-11-11 | 1 | -0/+3 |
* | Refactor intrinsic lowering stuff out of visitCall | Chris Lattner | 2005-11-09 | 1 | -98/+107 |
* | Fix CodeGen/X86/shift-folding.ll:test3 on X86 | Chris Lattner | 2005-11-09 | 1 | -1/+1 |
* | Avoid creating a token factor node in trivially redundant cases. This | Chris Lattner | 2005-11-09 | 1 | -1/+12 |
* | Handle GEP's a bit more intelligently. Fold constant indices early and | Chris Lattner | 2005-11-09 | 1 | -16/+40 |