2004-04-13 |
Brian Gaeke | I don't think we have to have 4 extra allocated (but... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Brian Gaeke | I started working on casts, but I don't have anything... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Brian Gaeke | Don't underline diffs |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Emit the immediate form of in/out when possible. |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Add immediate forms of in/out. Use let to shorten... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Add support for new instruction type |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Add support for the printImplicitDefsBefore flag |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Make the testcase more challenging |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Reenable library now that the loopsimplify bug is fixed |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Fix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFronti... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | New testcase where loop simplify is not updating domfro... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Refactor code a bit to make it simpler and eliminate... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Add notes about some of the code quality improvements... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | Temporary hack to get the nightly tester running |
commit | commitdiff | tree | snapshot |
2004-04-13 |
John Criswell | Added Spiff. |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Chris Lattner | This patch addresses PR35: Loop simplify should reconst... |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Brian Gaeke | Clean up the Spiff code so that it emits fewer warnings... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Brian Gaeke | Build Spiff directory |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Brian Gaeke | Add the Spiff fp-aware diff utility from Bellcore |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Brian Gaeke | We don't need to insert TargetData into the PassManager... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Alkis Evlogimenos | Fix bug introduced in previous commit. |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Chris Lattner | Add some methods that are useful for updating loop... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Alkis Evlogimenos | Update testcase to illustrate the coalescing problem... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Alkis Evlogimenos | Correctly compute spill weights |
commit | commitdiff | tree | snapshot |
2004-04-12 |
John Criswell | Added testcase for the llvm.readport and llvm.writeport... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
John Criswell | Corrected the descriptions of the llvm.writeport and... |
commit | commitdiff | tree | snapshot |
2004-04-12 |
Alkis Evlogimenos | Print def lists a bit more compactly |
commit | commitdiff | tree | snapshot |
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 |
next |