2004-04-12 |
Alkis Evlogimenos | Add same value coalescing testcase |
commit | commitdiff | tree | snapshot |
2004-04-12 |
John Criswell | Added initial design for the llvm.readio and llvm.write... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Add a couple more IPO's |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Actually update the call graph as the inliner changes... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Change the call graph class to have TWO external nodes... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Hrm, operator new and new[] do not belong here. We... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Add support for removing invoke instructions |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Stop printing Function* |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Simplify code a bit, and be sure to mark the external... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Fix issues that the local allocator has dealing with... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | No really, fix printing for LLC. I gotta get a way... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Correct printing for LLC and the encoding for the JIT |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Use the fucomi[p] instructions to perform floating... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Add support for the FUCOMIr instruction |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Add two new instructions |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Fix a bug in my load/cast folding patch. |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Adjust some comments, fix a bug in my previous patch |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Disambiguate symbols after loop extraction so that... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | On X86, casting an integer to floating point requires... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Implement folding of loads into floating point operatio... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Unify all of the code for floating point +,-,*,/ into... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | This implements folding of constant operands into float... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Restructure the mul/div/rem handling code to follow... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Codegen FP adds and subtracts with a constant more... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Add some new instructions |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Relax assertion to make this function work with a broad... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Add another variant of the testcase |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | operator new & operator new[] do not kill any legal... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Allow clients to be more efficient. |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Make comments above APIs reflect what they should do. |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | New method to allow more efficient clients |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Fix a bug in my select transformation |
commit | commitdiff | tree | snapshot |
2004-04-11 |
Chris Lattner | Add a missing break, which caused a crash in an obscure... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Update the value numbering interface. |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Note to self: SAVE FILES! |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Add an interface to update value numbering |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Implement InstCombine/select.ll:test13* |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Implement InstCombine/add.ll:test20 |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Rewrite the GCSE pass to be *substantially* simpler... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Fix spurious warning in release mode |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Silence a spurious warning |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Simplify code a bit, and fix a bug that was breaking... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Fix a bug in my checkin last night that was breaking... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Fix previous patch |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Correctly update counters |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Add note |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Add a couple of more functions that cannot access memor... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Simplify code a bit, and use alias analysis to allow... |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Clarify interface |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Chris Lattner | Create the output directory if it's not already there |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Simplify cfg now eliminates all of the branches in... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Another testcase |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Testcase to make sure we can apply the shift to the... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Implement select.ll:test12* |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Add testcases for harder combining cases. |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Fold code like: |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Fix an obvious bug in the refactoring I did a few days ago |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Expand on adding an intrinsic. Move section to before... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Reversed the order of the llvm.writeport() operands... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Fold binary operators with a constant operand into... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | Implement select.ll:test11 |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Alkis Evlogimenos | Add definition list to each live interval. |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Fixed some spelling. |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Modified the prototypes of the llvm.readport and llvm... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics. |
commit | commitdiff | tree | snapshot |
2004-04-09 |
John Criswell | Changed assertions to error messages. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
John Criswell | Changes recommended by Chris: |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Implement InstCombine/cast-propagate.ll |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-08 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
John Criswell | Added the llvm.readport and llvm.writeport intrinsics. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Implement ScalarRepl/select_promote.ll |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | New testcase, corresponding to phi_promote.ll |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Brian Gaeke | This file does not appear to be included anywhere. |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Disable strict alias analysis in the backend c compiler... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Revert previous patch, I'm a moron :) |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Right, we break strict aliasing requirements. Make... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Remove the "really gross hacks" that are there to deal... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Implement InstCombine/select.ll:test[7-10] |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Chris Lattner | Add some more cases we should combine |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | This file is no longer used. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Don't include InstrSelectionSupport.h. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Move ChooseRegOrImmed() prototype here, from InstrSelec... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Don't include InstrSelectionSupport.h. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | Implement test/Regression/Transforms/InstCombine/getele... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Fix insertion of SelectInsts. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | Don't print [%reg + 0], just print [%reg] |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Brian Gaeke | First version of code to handle loads. Stub function... |
commit | commitdiff | tree | snapshot |
next |