projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2002-08-08
Chris Lattner
- Cleaned up the interface to AnalysisUsage to take...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-08
Chris Lattner
- Cleaned up the interface to AnalysisUsage to take...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-08
Chris Lattner
Remove extraneous #includes
commit
|
commitdiff
|
tree
|
snapshot
2002-08-07
Chris Lattner
Minor changes to DEBUG()'s
commit
|
commitdiff
|
tree
|
snapshot
2002-08-07
Chris Lattner
Reorder #includes to be right
commit
|
commitdiff
|
tree
|
snapshot
2002-08-07
Chris Lattner
Merge three loops into one.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-07
Chris Lattner
Fix breakage in the build
commit
|
commitdiff
|
tree
|
snapshot
2002-08-07
Chris Lattner
Only include the sparc.o file once!
commit
|
commitdiff
|
tree
|
snapshot
2002-08-07
Chris Lattner
Simplify writing custom parsers.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-07
Chris Lattner
Simplify interface to parsers.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-07
Chris Lattner
* Write the "Custom parser" section
commit
|
commitdiff
|
tree
|
snapshot
2002-08-06
Chris Lattner
Write the reference section, make other minor editing...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-05
Mehwish Nagda
added Mapping and Function Pass
commit
|
commitdiff
|
tree
|
snapshot
2002-08-04
Vikram S. Adve
Add function GetConstantValueAsUnsignedInt.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-04
Vikram S. Adve
Bug fix in CreateCodeToLoadConst(): use sign of dest...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-04
Vikram S. Adve
Add a sequence of GEPs with constant indices, for...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-04
Vikram S. Adve
Bug fix in TargetData::getIndexedOffset(): handle struc...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-04
Vikram S. Adve
Bug fix in SetOperandsForMemInstr: handle leading zeros...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-04
Vikram S. Adve
Add function GetConstantValueAsUnsignedInt.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Chris Lattner
Fix compilation problem. IsIndexZero doesn't exist...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Chris Lattner
Testcase for stuff instcombine should do eventually
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Chris Lattner
Add some more features that we could instcombine away
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Chris Lattner
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Chris Lattner
Comment options that may be enabled
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Vikram S. Adve
Simplified handling of array indexes in SetMemOperands_...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Vikram S. Adve
Add MemAccessInst::getNumIndices().
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Vikram S. Adve
Eliminate cast instructions: use only GEPs in decompose...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Vikram S. Adve
Run both *.ll and *.c tests.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-03
Vikram S. Adve
Added expected decomposed sequence in comments, plus...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Fix problem where lli would not print out a 64 bit...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Fix one real nasty bug
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Fix lli with no arguments
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Fix bug: test/Regression/Transforms/InstCombine/2002...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Fix yet another bug in the testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Fix bug in testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
* Cleanups of instcombine
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
These tests should not run -dce pass to cleanup instcom...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Add another testcase that isn't failing because of...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Change test to really test the cases we can hit
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Vikram S. Adve
Don't build Debug/ versions when ENABLE_OPTIMIZED is on.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Fix bug: test/Regression/Transforms/GCSE/2002-05-21...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Implement dominator checking in the verifier, so that...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Add a note about where to put miscompilation tests.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Split dominance calculation and post dominance calculat...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
New testcase for dominator problem
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
The verify pass is implicit
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
New test
commit
|
commitdiff
|
tree
|
snapshot
2002-08-02
Chris Lattner
Tweak makefile after moving
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Chris Lattner
Verify is implicit for opt
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Chris Lattner
Fix makefile to work.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Chris Lattner
Fix broken testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Chris Lattner
Make testcase legal LLVM
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Chris Lattner
Remove unneccesary #inlcude
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Chris Lattner
Enhance -time-passes to be more detailed and useful
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Vikram S. Adve
Bug fix: incorrect SAVE instruction when using register...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Vikram S. Adve
Feature test for stack size bigger than immed. field...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-01
Chris Lattner
Reorder tool building sequence to more closely match...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Fix bug: test/Regression/Assembler/2002-07-31-SlashInSt...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
NEw testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Implement the other half of a feature advertised by...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Cleanup Makefile a bit
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Vikram S. Adve
Just improved comments and assertions.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Trim down testcase a bit
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
New testcase for level-raise crash inspired by SPEC
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Vikram S. Adve
Add a missing case: converting float/double to unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Changes to be GCC3.1 friendly
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Changes to be GCC3.1 friendly
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Changes to be GCC 3.1 friendly
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
We need iostream in PassManagerT.h to use cerr
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Fix testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Testcase that was triggering an incorrect assertion...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Verify pass has been run for a long time now
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Add new -only-print-main-ds option that causes mains...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Change command line option message on -q to make it...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Fix bug that was causing problems for lli
commit
|
commitdiff
|
tree
|
snapshot
2002-07-31
Chris Lattner
Remove obsolete, confusing, method
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
This testcase is independant of varargsness
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Vikram S. Adve
Add GlobalDSGraph -- a common graph that holds external...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Vikram S. Adve
Print globals graph after either the BU or the TD pass.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Vikram S. Adve
This file implements the top-down propagation pass...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Vikram S. Adve
Use a separate globals graph to hold externally visible...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Vikram S. Adve
Add GlobalDSGraph -- a common graph that holds external...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Print the tool name when an error comes from so that...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Print the tool name when an error comes from so that...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Print the tool name when an error comes from so that...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Implement new -debug-pass=Arguments option that causes...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Add hooks to get information out of concrete pass manag...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
* Indent class into anonymous namespace, filling up...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Remove extraneous #includes
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Cleanup ConstantExpr handling:
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Cleanup ConstantExpr handling:
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Remove invokation of cleangcc pass which has been renam...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Remove FIXME's that aren't really needed after all.
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
Declare that these passes only depend on the CFG of...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
* Implement stuff so that code can declare that they...
commit
|
commitdiff
|
tree
|
snapshot
2002-07-30
Chris Lattner
* Move some code from Pass.cpp to PassManagerT.h
commit
|
commitdiff
|
tree
|
snapshot
next