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 |
2004-11-07 |
Chris Lattner | This is V9 specific stuff
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | This is V9 specific, move it there.
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Move this file from lib/Transforms/Scalar
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Tests for this xforms should be .ll files, and they...
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Remove dead tests
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | This is not part of the test
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Fix a test.
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | Nuke useless testcases
|
commit | commitdiff | tree |
2004-11-07 |
Chris Lattner | These files are all moved to test/Regression/CodeGen...
|
commit | commitdiff | tree |
2004-11-06 |
Chris Lattner | This test is obsolete and incorrect
|
commit | commitdiff | tree |
2004-11-06 |
Chris Lattner | Adjust to printing user+system times instead of wall...
|
commit | commitdiff | tree |
2004-11-06 |
Chris Lattner | Add missing run line
|
commit | commitdiff | tree |
2004-11-06 |
Chris Lattner | Add a run line
|
commit | commitdiff | tree |
2004-11-06 |
Chris Lattner | Add a missing run line
|
commit | commitdiff | tree |
2004-11-06 |
Chris Lattner | This pass has been removed from LLVM
|
commit | commitdiff | tree |
2004-11-06 |
Chris Lattner | Add missing run line
|
commit | commitdiff | tree |
2004-11-06 |
Chris Lattner | From Jeff Cohen:
|
commit | commitdiff | tree |
2004-11-05 |
Chris Lattner | Remove dead var
|
commit | commitdiff | tree |
2004-11-05 |
Chris Lattner | Quiet VC++ warnings
|
commit | commitdiff | tree |
2004-11-05 |
Chris Lattner | Do not make i have bigger scope that we need
|
commit | commitdiff | tree |
2004-11-05 |
Chris Lattner | Remove dead vars
|
commit | commitdiff | tree |
2004-11-05 |
Chris Lattner | Fix some warnings on VC++
|
commit | commitdiff | tree |
next |