2004-11-17 |
Chris Lattner | Make this more accurate
|
commit | commitdiff | tree |
2004-11-17 |
Chris Lattner | New prototype for lowerpacked pass.
|
commit | commitdiff | tree |
2004-11-17 |
Chris Lattner | Generalize this code to turn any cast-to-first-element...
|
commit | commitdiff | tree |
2004-11-17 |
Chris Lattner | Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.ll
|
commit | commitdiff | tree |
2004-11-17 |
Chris Lattner | New testcase that crashes licm
|
commit | commitdiff | tree |
2004-11-17 |
Chris Lattner | -disable-opt is not -O0, it's okay for it to disable...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Minor cleanup and speedup. This reduces link-time...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Make this function work with non-abstract types.
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Don't increment a dead iterator
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Even with -disable-opt we should still internalize...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Fix a major bug in the signed shr code, which apparently...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Simplify the remapper by only needing one map, since...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | New testcase for recent patch to SCCP, thanks to Nate...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Do not delete dead invoke instructions!
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Take advantage of the fact that we are allowed to clobber...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | The second arg may be clobbered by this function
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Document this as clobbering the second arg, make the...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | use an autoptr
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Make this code not depend on LinkModules leaving the...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Simplify namespaces
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Remove a dead function, which died when we got GAS...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | Implement a simple FIXME: if we are emitting a basic...
|
commit | commitdiff | tree |
2004-11-16 |
Chris Lattner | * Merge some win32 ifdefs together
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Add an accessor
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Now that we have ghost linkage, we can force resolution...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | There is no reason to try to materialize the function...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Add debug-only=jit printout, so we see when lazily...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Simplify and rearrange long shift code
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Update to reflect recent change
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Do not emit FunctionBlock blocks for external functions...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Use a per-function flag bit to indicate whether or...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Disable this change, it was premature
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Make *SURE* to null out the pointer before throwing...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Cleanups. Null out pointer after freeing it for paranoia
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | If a function is external, do not output a FunctionBlock...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Make functions default to having external linkage if...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Bump version. Shouldn't this come from somewhere else??
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Warning fixes for VC++, contributed by Morten Ofstad!
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Minor cleanups. There is no reason for SCCP to derive...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Count more accurately
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Quiet warnings on the persephone tester
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Two minor improvements:
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | rename InstValue to LatticeValue, as it holds for more...
|
commit | commitdiff | tree |
2004-11-15 |
Chris Lattner | Substantially refactor the SCCP class into an SCCP...
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | If a global is just loaded and restored, realize that...
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | New testcase. Believe it or not, this happens a LOT...
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | This optimization makes MANY phi nodes that all have...
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | Implement instcombine/phi.ll:test6 - pulling operations...
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | New testcase: the phi can be eliminated if the casts...
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | Fix typo
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | add a testcase, which we already handle
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | Transform this:
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | Remove note to self
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | Oops, make this test the right thing.
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | If a function always returns a constant, replace all...
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | Teach SROA how to promote an array index that is variable...
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | New testcase, SROA with variable array index
|
commit | commitdiff | tree |
2004-11-14 |
Chris Lattner | Rearrange some code, no functionality changes.
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Remove debugging code
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Argument promotion transforms functions to unconditionally...
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Add a testcase we should continue to argpromote
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Add a testcase for a function we cannot legally promote...
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Add useful method, minor cleanups
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Don't print unneeded labels
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Hack around stupidity in GCC, fixing Burg with the...
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | shld is a very high latency operation. Instead of emitting...
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Add missing check
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Compile:
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Simplify handling of shifts to be the same as we do...
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Add support for shifts
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Fold:
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Lazily create the abort message, so only translation...
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | Fix: CodeExtractor/2004-11-12-InvokeExtract.ll
|
commit | commitdiff | tree |
2004-11-13 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-11-12 |
Chris Lattner | Fix a bug where the code extractor would get a bit...
|
commit | commitdiff | tree |
2004-11-12 |
Chris Lattner | Simplify handling of constant initializers
|
commit | commitdiff | tree |
2004-11-11 |
Chris Lattner | Make this build in release mode
|
commit | commitdiff | tree |
2004-11-11 |
Chris Lattner | Actually, leave the check in. This prevents us from...
|
commit | commitdiff | tree |
2004-11-11 |
Chris Lattner | Fix bug: IPConstantProp/deadarg.ll
|
commit | commitdiff | tree |
2004-11-11 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2004-11-10 |
Chris Lattner | Make IP Constant prop more aggressive about handling...
|
commit | commitdiff | tree |
2004-11-10 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-11-09 |
Chris Lattner | Do not let dead constant expressions hanging off of...
|
commit | commitdiff | tree |
2004-11-09 |
Chris Lattner | Change this back so that I get stable numbers to reflect...
|
commit | commitdiff | tree |
2004-11-09 |
Chris Lattner | Fix bug: 2004-11-08-FreeUseCrash.ll
|
commit | commitdiff | tree |
2004-11-09 |
Chris Lattner | Name file properly
|
commit | commitdiff | tree |
2004-11-09 |
Chris Lattner | Hrm, don't ask how I ran into this bug
|
commit | commitdiff | tree |
2004-11-08 |
Chris Lattner | Fix a bug that was preventing povray and namd from...
|
commit | commitdiff | tree |
2004-11-08 |
Chris Lattner | Handle assert_fail special
|
commit | commitdiff | tree |
2004-11-08 |
Chris Lattner | This file is gone
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | VERY large functions that are only called from one...
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Revert back to r1.1, I'm just thoroughly confused :)
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Add new (old) testcase
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Add missing file header
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Add a section for PPC, though it's empty for now
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Update this to expect AT&T syntax
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Decompose* is V9 specific, make it internal
|
commit | commitdiff | tree |
next |