Age | Commit message (Expand) | Author |
2004-05-08 | Add a bunch more branches | Brian Gaeke |
2004-05-08 | Flesh out GEP support | Brian Gaeke |
2004-05-08 | Add ADD with immediate | Brian Gaeke |
2004-05-08 | Add forms of CMP, SUBCC, and a few branches, and some comments. | Brian Gaeke |
2004-05-08 | Add stub support for GEPs. | Brian Gaeke |
2004-05-08 | Add required header | Alkis Evlogimenos |
2004-05-08 | Remove unneeded header | Alkis Evlogimenos |
2004-05-07 | Implement folding of GEP's like: | Chris Lattner |
2004-05-07 | Add support for copying bool constants to registers. | Brian Gaeke |
2004-05-07 | Codegen floating point stores of constants into integer instructions. This | Chris Lattner |
2004-05-07 | Make comparisons against the null pointer as efficient as integer comparisons | Chris Lattner |
2004-05-07 | Fix PR336: The instcombine pass asserts when visiting load instruction | Chris Lattner |
2004-05-06 | Don't call getForwardedType() twice, as recommended by Chris. | John Criswell |
2004-05-06 | Implement the new cl::PositionalEatsArgs flag, refactor code a bit | Chris Lattner |
2004-05-06 | Fix for PR#330. | John Criswell |
2004-05-06 | numeric_limits::infinity() apparently does not work on all systems. As a | Chris Lattner |
2004-05-05 | Move the stuff that fixes the size, orientation & fonts of graphs to | Brian Gaeke |
2004-05-04 | Apply simplification suggested by Chris: why assign() when operator = will do? | Brian Gaeke |
2004-05-04 | Fixed inconsistent indentation. | John Criswell |
2004-05-04 | Missing piece of fix for Bug 333 | Brian Gaeke |
2004-05-04 | Correctly mangle function names when they are used as part of a | Brian Gaeke |
2004-05-04 | Add "Args" optional argument to AbstractInterpreter factory methods, which | Brian Gaeke |
2004-05-04 | Remove unneeded check | Chris Lattner |
2004-05-04 | Improve signed division by power of 2 *dramatically* from this: | Chris Lattner |
2004-05-04 | Add stub support for reading BBTraces. | Brian Gaeke |
2004-05-04 | Do not mark instructions in unreachable sections of the function as live. | Chris Lattner |
2004-05-04 | Share ProfilingType enum with the C profiling runtime libraries. | Brian Gaeke |
2004-05-04 | Improve code generated for integer multiplications by 2,3,5,9 | Chris Lattner |
2004-05-04 | Minor efficiency tweak, suggested by Patrick Meredith | Chris Lattner |
2004-05-03 | Fix typo | Brian Gaeke |
2004-05-03 | In InsertProfilingInitCall(), make it legal to pass in a null array, in | Brian Gaeke |
2004-05-03 | Add initial implementation of basic-block tracing instrumentation pass. | Brian Gaeke |
2004-05-02 | Fix a problem with double freeing memory. For some reason, CallGraph is not | Chris Lattner |
2004-05-02 | Plug a minor memory leak | Chris Lattner |
2004-05-02 | Do not clone arbitrary condition instructions. | Chris Lattner |
2004-05-02 | Do not infinitely "unroll" single BB loops. | Chris Lattner |
2004-05-02 | Dont' merge terminators that are needed to select PHI node values. | Chris Lattner |
2004-05-01 | Implement SimplifyCFG/branch-cond-merge.ll | Chris Lattner |
2004-05-01 | Make sure to reprocess instructions used by deleted instructions to avoid | Chris Lattner |
2004-05-01 | Make sure the instruction combiner doesn't lose track of instructions | Chris Lattner |
2004-05-01 | Fix my missing parens | Chris Lattner |
2004-05-01 | Implement SimplifyCFG/branch-cond-prop.ll | Chris Lattner |
2004-05-01 | Remove unused #include | Chris Lattner |
2004-05-01 | Iterate over the Machine CFG that Brian added instead of the LLVM CFG. | Chris Lattner |
2004-05-01 | Operate on the Machine CFG instead of on the LLVM CFG | Chris Lattner |
2004-05-01 | Stop LiveVariables from using BasicBlocks as part of the mapping, instead | Chris Lattner |
2004-05-01 | Add a constructor that got lost | Chris Lattner |
2004-05-01 | Generalize the strlen size_t hack, for the benefit of the other external | Brian Gaeke |
2004-04-30 | Removing MachineResource class. | Tanya Lattner |
2004-04-30 | Fix a major pessimization in the instcombiner. If an allocation instruction | Chris Lattner |