2007-02-25 |
Chris Lattner | Rework GlobalValue::removeDeadConstantUsers to always... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | new testcase. @foo should be marked fastcc by globalopt |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | disable some noisy debug output |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | no really, this is the right patch |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | always promote float varargs to double. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | 1. Provide more detail in file comment. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | Fix clearUnusedBits to not depend on "undefined behavio... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | one important bugfix: PPC32 didn't have both elf and... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | add -enable-eh |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | optimize duplicate ValueMap lookups |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Dale Johannesen | cosmetic changes from review of last patch. obvious |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Evan Cheng | A couple of more places where a register liveness has... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Evan Cheng | Add an assertion. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Evan Cheng | Fix a couple of bugs related IsDead back propagation... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Evan Cheng | If the liveinterval of the source instruction has been... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Evan Cheng | Only add liveinterval to livein set if it isn't assigne... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | fastcc functions that return double values now return... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | verify that double is returned in XMM0 if the function... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | allow vectors to be passed to stdcall/fastcall functions |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | move LowerRET into the 'Return Value Calling Convention... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | make all Lower*CallTo implementations use LowerCallResu... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | pass the calling convention into Lower*CallTo, instead... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | factor a bunch of code out of LowerCCCCallTo into a... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | move some code around, pass in calling conv, even thoug... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | fold trivial token factor nodes. This allows us to... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | simplify result value lowering by splitting the selecti... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | Allow this to compile now that the header file is check... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | Add a private constructor for efficiency. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | make void-return not a special case |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | eliminate a bunch more temporary vectors from X86 lowering. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | eliminate temporary vectors created during X86 lowering. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | remove std::vector's in RET lowering. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | verify i128 return on x86-64 continues to codegen optim... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | implement support for the linux/ppc function call ABI... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | Add XLForm_1_ext template, patch by Nicolas Geoffray. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | Improve JIT support for linux/ppc: Patch by Nicolas... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | this doesn't compile, disable it |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | remove these. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | Clean up lshr and ashr to coding standards. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Dale Johannesen | remove crediting of Evan Cheng and me. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | initialize a instance variable |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | update this for llvm-gcc4 |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | Whoops, last word with bits in large shift left wasn... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | Fix the > 64 bits case for left shift. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Dale Johannesen | Removed WaterListOffset, inserted BBOffsets. Remove... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Reid Spencer | Fix the remainder shifting in KnuthDiv. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Reid Spencer | 1. Fix a bug in fromString for the <= 64bits case |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Reid Spencer | 1. Fix last bug in KnuthDiv. All divide tests pass... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Reid Spencer | Improve documentation. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Jim Laskey | Deal with cases when MMI is not requested. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Jim Laskey | Drop unused operand. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Reid Spencer | 1. Make internal functions take const arguments where... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Bill Wendling | Added some more information on how to use "delta" to... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | Fix PR1216 by cleaning up the ownership of JITResolver. |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile... |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | testcase for PR1219 |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | remove folding set debug output |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | Fix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215 |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | testcase for pr1215 |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | Fix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217 |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | testcase for pr1217 |
commit | commitdiff | tree | snapshot |
2007-02-24 |
Chris Lattner | Refactor the setName stuff, moving it down the inherita... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bill Wendling | Make the testcase correct. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bill Wendling | Testcase for PR1164 |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Bill Wendling | PR1164: |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Chris Lattner | Avoid TBAA issue. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Jim Laskey | New test - practically wrote itself. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Lauro Ramos... | bugfix: SP wasn't updated for varargs when frame pointe... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | Reuse extends the liveness of a register. Transfer... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Jim Laskey | Handle improper cast. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | Handle cases when joining live intervals of two virtual... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Jim Laskey | Don't spill LR as a callee saved register. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Lauro Ramos... | Fix stack alignment in functions with varargs. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Chris Lattner | fix an obscure and tricky bug the inliner can hit somet... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Chris Lattner | fix this testcase |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Chris Lattner | crtend is only for llvm-gcc3, remove it. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Devang Patel | Fix thinko. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Devang Patel | Loop passes are set up to accept pointer. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | Mark livein registers as being in used. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Chris Lattner | clarify. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Dale Johannesen | rewrite of constant islands |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | -march=arm -enable-thumb => -march=thumb |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | Added -march=thumb; removed -enable-thumb. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | 80 col. violation. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Anton Korobeynikov | External weak linkage is supported by recent binutils... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Reid Spencer | 1. Fix a carry out problem in add if destination and... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | A spill kills the register being stored. But it is... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | First potential client of register scavenger. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | By default, spills kills the register being stored. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | Add option to turn on register scavenger; By default... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | Temporay hook to enable register scavening for specific... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | Use findRegisterUseOperand to find a kill of particular... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Evan Cheng | Initial check in of register scavenger. Its only curren... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Devang Patel | Teach LoopPass to assign itself one Loop Pass Manager. |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Devang Patel | Add facility that allows LoopPass to re-insert a loop... |
commit | commitdiff | tree | snapshot |
2007-02-23 |
Devang Patel | Add LPPassManager interface that LoopPass can use to... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Evan Cheng | Copy and paste silliness. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Chris Lattner | remove obsolete file |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Devang Patel | Populate and walk loop queue. |
commit | commitdiff | tree | snapshot |
next |