2007-02-26 |
Chris Lattner | fix attribution |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | Add a description of the X86-64 calling convention... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Implement inline methods that make transition of Consta... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Re-enable this. The header was committed. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | switch to smallvector |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | another missing header :( :( :( |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | initial hack at splitting the x86-64 calling convention... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Make isNegative() a const function since it doesn't... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | 1. Remove redundant calls to clearUsedBits(). |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | the truncate must always be done, it's only the assert... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | reapply my previous patch with a bugfix. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | revert my previous change, something strange is happening. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | add an accessor. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | emit an enum value for the # of target registers. |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | in X86-64 CCC, i8/i16 arguments are already properly... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | Fold (sext (truncate x)) more aggressively, by avoiding... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Chris Lattner | track signedness of formal argument, though we have... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Add an isNegative method to determine if the APInt... |
commit | commitdiff | tree | snapshot |
2007-02-26 |
Reid Spencer | Rewrite lshr to not do bit by bit copy but to copy... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | Fix sext operation. Shifting by zero would leave an... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Reid Spencer | 1. Fix the flip() method to correctly flip all words... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | Fix an X86-64 abi bug. We now compile: |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | fix CodeGen/X86/2007-02-25-FastCCStack.ll, a regression... |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Jim Laskey | Fix for PR1224. |
commit | commitdiff | tree | snapshot |
2007-02-25 |
Jim Laskey | Test for PR1224. |
commit | commitdiff | tree | snapshot |
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 |
next |