2006-09-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | add a note. Our 64-bit shifts are ~30% slower than... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Implement InstCombine/cast.ll:test31. This speeds... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Add support for pattern matching cast operations |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | add a helper method |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | This is closer to what we really want. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Implement Transforms/InstCombine/shift-sra.ll:test0 |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | New testcase, can be an srl instead of sra |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Rewrite shift/and/compare sequences to promote better... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Reid Spencer | Make the LLVM Publications link point to /pubs/ since... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Anton Korobeynikov | Added some eye-candy for Subtarget type checking |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Chris Lattner | Add ShiftInst::isLogical/ArithmeticShift methods. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Chris Lattner | Add new SetCondInst::isRelational/isEquality methods... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Nick Lewycky | Explain change with a comment. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Nick Lewycky | Fix PR912. The input to erase() must not be a reference... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Anton Korobeynikov | Small fixes for supporting dll* linkage types |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | add a note noticed through source inspection |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | Oh yeah, this is needed too |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | Fix Transforms/InstCombine/2006-09-15-CastToBool.ll... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | Testcase for PR913 |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | simplify control flow, no functionality change |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | Allow custom expand of mul |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | comment out debug code |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | Add a new -cbe-bug mode, which works just like -run... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | add a nate note |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | xfail this for now |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | revert previous two patches. They cause miscompilation... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Jim Laskey | Switching to NewNightlyTest.php |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | The inliner strips dead allocas now. Add a use to... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Owen Anderson | Revert my previous work on ArgumentPromotion. Further... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | Unbreak the JIT |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | Keep track of the start of MBB's in a separate map... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Evan Cheng | Remove a unnecessary check. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | Relax this check. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Devang Patel | Undo previous check-in. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | Fold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | Split rotate matching code out to its own function... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Anton Korobeynikov | Adding generated files for the last commit |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Anton Korobeynikov | Adding dllimport, dllexport and external weak linkage... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Evan Cheng | Use getOffset() instead. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Evan Cheng | Use MachineConstantPoolEntry getOffset() and getType... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Evan Cheng | Add MachineConstantPoolEntry getOffset() accessor. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Evan Cheng | The top bit is used to determine whether it's a Machine... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | revert accidentally committed file |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | Remove dead methods, add getNumBlockIDs() method |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | Use new config.h macro |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Reid Spencer | Add a HAVE_MACH_MACH_H #define to detect the presence... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | add a new (hidden) -disable-core-files option |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Chris Lattner | On Mac OS/X, make Process::PreventCoreFiles disable... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Evan Cheng | A MachineConstantPool may have mixed Constant* and... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Devang Patel | Add comment. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Evan Cheng | Mirrors ConstantPoolSDNode. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Nick Lewycky | Document new --enable-valgrind option. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Nick Lewycky | Fix --enable-valgrind. Add room for the new arguments... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Nick Lewycky | Add --enable-valgrind option to run optimizations throu... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Devang Patel | GlobalValue with InternalLinkage may have operands... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Devang Patel | Avoid recursion in assignDFSNumber(). Move def from... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | add note about switch lowering |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | Second half of the fix for Transforms/Inline/inline_cle... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Nick Lewycky | Add some more consistency checks. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Nick Lewycky | Fix unionSets so that it can merge correctly. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | Implement the first half of Transforms/Inline/inline_cl... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Evan Cheng | Skip over first operand when determining REX prefix... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Nick Lewycky | Erase dead instructions. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | The sense of this branch was backwards |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | Turn X < 0 -> TEST X,X js |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | The sense of this branch was inverted :( |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | Fix a ton of jit failures |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Rafael Espindola | add shifts to addressing mode 1 |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | If LSR went through a lot of trouble to put constants... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | Fix a regression in the 32-bit port from the 64-bit... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | new note |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | new note |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | Compile X << 1 (where X is a long-long) to: |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | Compile X > -1 -> text X,X; js dest |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Devang Patel | Initialize DontInternalize. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Evan Cheng | Reflects MachineConstantPoolEntry changes. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Evan Cheng | Added support for machine specific constantpool values... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Evan Cheng | Reflect MachineConstantPoolEntry changes. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
John Criswell | Correct the URL to the attrib.incl file. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Chris Lattner | An sinkable instruction may exist with uses, if those... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Chris Lattner | testcase for PR908 |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Chris Lattner | Testcase that crashes the C++ FE. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Nick Lewycky | Add ability to remove nodes from DominatorTree, for... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | Testcase noticed from PR906 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | add compilable testcase |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | new testcase for PR906 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | Fix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | new testcase for PR905 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rafael Espindola | implement SRL and MUL |
commit | commitdiff | tree | snapshot |
next |