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 |
2006-09-11 |
Rafael Espindola | add the correct fallback for ARMDAGToDAGISel::SelectAdd... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Chris Lattner | burg is gone |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rafael Espindola | partial implementation of the ARM Addressing Mode 1 |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Nick Lewycky | Skip the linear search if the answer is already known. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Jim Laskey | No longer used, and confuses maintainers |
commit | commitdiff | tree | snapshot |
2006-09-11 |
John Criswell | Include the UIUC CS department attribution on the main... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rafael Espindola | call AsmPrinter::doInitialization in ARMAsmPrinter... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | Updates. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | Update README file. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | Rename a test-not-cmp.ll to cmp-test.ll; add a test. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | 1) With X86 lowering change, the following can no longe... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Evan Cheng | X86ISD::CMP now produces a chain as well as a flag... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Nate Begeman | Behold, more work on relocations. Things are looking... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Anton Korobeynikov | Removed unnecessary Mangler creation. |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Chris Lattner | add a testcase for this commit: lists.cs.uiuc.edu/piper... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Chris Lattner | Allow tail duplication in more cases, relaxing the... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Chris Lattner | This code was trying too hard. By eliminating redundan... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Nick Lewycky | Replace EquivalenceClasses with a custom-built data... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Implement Transforms/InstCombine/hoist_instr.ll |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Move ipsccp pass earlier to clean up obvious bogosities |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Chris Lattner | Make inlining costs more accurate. |
commit | commitdiff | tree | snapshot |
next |