2002-09-27 |
Vikram S. Adve | Modify operand order for Create{Sign,Zero}ExtensionInst... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Bug fix: some redundant copies were not being deleted... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Sign-extend integer constants from original type size... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Decompose FP-to-UInt casts into FP-to-ULong-toUInt. |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Simple test for constant expressions constructed from... |
commit | commitdiff | tree | snapshot |
2002-09-27 |
Vikram S. Adve | Overhauled completely. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | First try at implementing the AliasSetTracker class... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | * Run preheaders pass tests |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Checkin the simple features tests for the preheader... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Further cleanups of LICM pass, remove extra work... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Improve comments, doxygenize more |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Don't hardcode path to dot in the doxygen config file... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Don't hardcode path to doxygen |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Clean up LICM significantly now that it is guaranteed... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Change pass name to something sane |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Loop invariant code motion now depends on the LoopPrehe... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Cleanup break-crit-edges pass by making SplitCritical... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Checkin new loop-preheader insertion pass. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Checkin new loop-preheader insertion pass. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Fix printing of loop information |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Fix bug in LoopInfo causing ParentLoop to be garbage |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add methods to ImmediateDominators & DominatorTree... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add methods to ImmediateDominators & DominatorTree... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Add a new "DominatorSet::addDominator" method to allow... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add new methods to LoopInfo: getLoopPreheader,... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add new methods to LoopInfo: getLoopPreheader,... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add new ctor to BasicBlock to allow insertion befor... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | - Add new ctor to BasicBlock to allow insertion befor... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Converted SimpleStructMutation to take TargetData as... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
Chris Lattner | Converted SimpleStructMutation to take TargetData as... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Change LowerAllocations pass to 'require' TargetData... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Change LowerAllocations pass to 'require' TargetData... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Convert TargetData to be an ImmutablePass |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Convert TargetData to be an ImmutablePass |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Add documentation for ImmutablePass's |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | ImmutablePass's don't need a runOnFunction, nor do... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Convert BasicVN to be an ImmutablePass |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | * Fix ugly bug in previous checkin where I reused the... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Convert BasicAA to be an immutable pass instead of... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Add support for ImmutablePasses, which are not run... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Nick Hildenbrandt | Strings now handled correctly. |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Checkin stub for Misha to implement |
commit | commitdiff | tree | snapshot |
2002-09-25 |
Chris Lattner | Make sure to print message when linking a debug .o... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAll... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Eliminate extraneous #include |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | A lot of this stuff has been done. Remove the done... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | New feature test for something we have done for a long... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | New testcase that causes SimplifyCFG to assert out. |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | - Do not expose Critical Edge breaking mechanics outsid... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | - Do not expose Critical Edge breaking mechanics outsi... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | - Do not expose Critical Edge breaking mechanics... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Correlated Exprs pass now requires BCE pass instead... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | - Expose passinfo from BreakCriticalEdges pass so... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Expose passinfo from BreakCriticalEdges pass so that... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Make sure to close the file before deleting it |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Add new BreakCriticalEdges pass |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Add new BreakCriticalEdges pass |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | There are no implicit gep forms of load and store anymore |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Make users of FindUsedTypes not have problems with... |
commit | commitdiff | tree | snapshot |
2002-09-24 |
Chris Lattner | Make users of FindUsedTypes not have problems with... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Convert to using long indexes instead of uint |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Optimize away cases like: |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Add some more testcases for things to get optimized... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Fix: ConstantMerge/2002-09-23-CPR-Update.ll |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | New testcase distilled from SPEC vortex benchmark |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Run constantmerge tests too |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Nick Hildenbrandt | Parenthesis are now added to casts of type array. |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Fix testcase to accurately expose bug |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | New testcase distilled from SPEC MCF benchmark |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Insert resolved constants into the global map so they... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Chris Lattner | Group #includes better |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Vikram S. Adve | Allow LLC to be executed on Linux; only the LLC output... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Vikram S. Adve | C tests are run via Makefile.singlesrc so don't run... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Vikram S. Adve | Put intermediate source files in a subdirectory here... |
commit | commitdiff | tree | snapshot |
2002-09-23 |
Vikram S. Adve | Disable reassociation pass in LLC until it is fixed. |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | 'whoami' doesn't exist on solaris |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Update url |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Add information about the DEBUG() macro and the Statist... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | * Remove the -stopraise option, which is no longer... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Don't insert a PHI node to merge "returns" from an... |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | * Minor fixes to support C files. |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Clean up dead rules |
commit | commitdiff | tree | snapshot |
2002-09-22 |
Chris Lattner | Fix tons of warnings, convert burg to use Makefile... |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Anand Shukla | Changed codegen to add 2 empty slots at the top of... |
commit | commitdiff | tree | snapshot |
2002-09-21 |
Anand Shukla | Initial version: it adds 2 empty slots at the top of... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Fix cwriter to not output FP constants in ascii, output... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Fix bug: 2002-09-20-VarArgPrototypes.ll |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Build with $(CC), not gcc explicitly |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | New testcase for cbe |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Nick Hildenbrandt | New testcase for broken type printing for the cwriter |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Anand Shukla | Changed uchar to unsigned char in function ParseBytecod... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Fix yet another profile linking issue. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Anand Shukla | Added checking threshold |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Peephole optimization pass on final machine code. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Fix link error for profile version. Also, build Burg... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Vikram S. Adve | Build burg separately for different architectures. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
Chris Lattner | Fix output of typedefs to avoid syntax errors. |
commit | commitdiff | tree | snapshot |
next |