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 |
2004-11-05 |
Chris Lattner | Remove this file as suggested by Jeff Cohen
|
commit | commitdiff | tree |
2004-11-05 |
Chris Lattner | Fix project file, patch contributed by Jeff Cohen
|
commit | commitdiff | tree |
2004-11-04 |
Chris Lattner | Fix typeo
|
commit | commitdiff | tree |
2004-11-03 |
Chris Lattner | Cleanup this example, simplifying it and making it...
|
commit | commitdiff | tree |
2004-11-03 |
Chris Lattner | Don't call Constant::getNullValue when the argument...
|
commit | commitdiff | tree |
2004-11-03 |
Chris Lattner | defining __STDC_LIMIT_MACROS on the command line is...
|
commit | commitdiff | tree |
2004-11-02 |
Chris Lattner | Fix this function to not say that longs have 8-byte...
|
commit | commitdiff | tree |
2004-11-02 |
Chris Lattner | Graphs that are part of equivalence sets can be multi...
|
commit | commitdiff | tree |
2004-11-02 |
Chris Lattner | Correctly handle new SCC's found as a result of merging...
|
commit | commitdiff | tree |
2004-11-02 |
Chris Lattner | Substantially cleanup/speedup the eq graphs pass by...
|
commit | commitdiff | tree |
2004-11-02 |
Chris Lattner | Fix typo, contributed by Henrik Bach!
|
commit | commitdiff | tree |
2004-11-02 |
Chris Lattner | Fix a warning
|
commit | commitdiff | tree |
2004-11-02 |
Chris Lattner | Minor cleanups
|
commit | commitdiff | tree |
2004-11-02 |
Chris Lattner | * Rearrange code slightly
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | Remove more dead methods
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | Delete a dead method
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | Rename FoldedGraph -> DSInfo to be consistent with...
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | Get rid of the EquivClassGraphArgsInfo class, and the...
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | Add placeholder variable to make Win32 work, applied...
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | Eliminate the cloneGraph method
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | Speed up the tail duplication pass on the testcase...
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | Do not compute the predecessor list for a block unless...
|
commit | commitdiff | tree |
2004-11-01 |
Chris Lattner | When compiling a file, indicate what build it is for
|
commit | commitdiff | tree |
2004-10-31 |
Chris Lattner | * Do not refer to ActualCallees in CBU, when we can...
|
commit | commitdiff | tree |
2004-10-31 |
Chris Lattner | Simplify graph traversal, improve grammar
|
commit | commitdiff | tree |
2004-10-31 |
Chris Lattner | Do not do horrible things to the CBU graphs. In particular...
|
commit | commitdiff | tree |
2004-10-31 |
Chris Lattner | Fix comment
|
commit | commitdiff | tree |
next |