projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2001-12-14
Chris Lattner
* Support the new -q flag for automated tests
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Add more passes to run after raising
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Update LLVM tests to use new pointer indexing, and...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Build Programs subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
* Assert that indices are valid for an indexing instruc...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Rename ConstPoolVals.cpp to Constants.cpp
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Remove unsized array support
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Make strings SByte* arrays instead of UByte * arrays
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
* isFirstClassType is now provided by the Type class
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
* add ReplaceInstWithInst
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Remove unsized array support
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
* Support pointer indexing
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Many many changes and bugfixes:
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
The proper prototype for malloc returns a pointer,...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Allow pointer indexing
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Remove unsized array support
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Add pointer indexing support
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Don't waste as much horizontal space on #uses flag...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
* Fix cases where we were calling Type->getName() inste...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
* Refactor trace values to work as a proper pass. ...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
Refactor trace values to work as a proper pass. Before...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
* Remove support for unsized arrays.
commit
|
commitdiff
|
tree
|
snapshot
2001-12-14
Chris Lattner
PointerType and ArrayType now subclass Sequential type...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Ruchira Sasanka
added a section on how to modify live variable code...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Not just arrays are unsized
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Assertion could never fail because another one would...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Some programs are using BB's as values, until we resolv...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Build runtime library with local GCCAS
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Implement strlen strdup strcmp
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Implement sprintf
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Swap operands now preserves the semantics of the binary...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Add debugging to make a more useful message if a value...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Implement some nice functions useful for looking at...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Implement proper iterator tags
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Subclasses can change the opcode of an instruction
commit
|
commitdiff
|
tree
|
snapshot
2001-12-13
Chris Lattner
Constants KNOW they are of a derived type
commit
|
commitdiff
|
tree
|
snapshot
2001-12-12
Vikram S. Adve
Added TRACEM option. Use -g when building native code...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-09
Ruchira Sasanka
Documentation (draft) for reg alloc
commit
|
commitdiff
|
tree
|
snapshot
2001-12-09
Chris Lattner
Use _LOCAL_ gccas to build instead of Chris's
commit
|
commitdiff
|
tree
|
snapshot
2001-12-08
Ruchira Sasanka
Added more comments. Added code to destructor in Method...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-08
Ruchira Sasanka
Added comments are more documentation info
commit
|
commitdiff
|
tree
|
snapshot
2001-12-08
Chris Lattner
Tell the user if a file is corrupt or not... not that...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-07
Chris Lattner
Implement more general conversions for getelementptr...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-07
Chris Lattner
Remove code that is superceeded by code in ExprTypeConv...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-07
Chris Lattner
Don't insert scales of 1 :)
commit
|
commitdiff
|
tree
|
snapshot
2001-12-07
Chris Lattner
Run DCE before cleanupGCCoutput which will cause some...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-06
Chris Lattner
Do not pessimize users of this function. Fix logic.
commit
|
commitdiff
|
tree
|
snapshot
2001-12-06
Chris Lattner
We can do cast-add elimination even on casts that reint...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-06
Chris Lattner
Fix bug that caused invalid transformations to be applied
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Actually return true when a change has been made
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Handle more complex array indexing expressions
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Fix pessimizations on sized arrays
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Fix a few bugs. Fix pessimization handling sized arrays
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
"fix" problems processing floating point expressions
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Hrm, don't do debugging output when debugging is off...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Remove unnecesary namespace impot
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Simplify induction variables before 'raising' the repre...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Fixes to type conversion stuff to match induction varia...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-05
Chris Lattner
Fix a bug that clobbered the step value on some inputs
commit
|
commitdiff
|
tree
|
snapshot
2001-12-04
Chris Lattner
Fix a bug introduced by "internal linkage" work.
commit
|
commitdiff
|
tree
|
snapshot
2001-12-04
Chris Lattner
Fix bugs, don't do external methods which causes segv.
commit
|
commitdiff
|
tree
|
snapshot
2001-12-04
Chris Lattner
Remove printouts
commit
|
commitdiff
|
tree
|
snapshot
2001-12-04
Chris Lattner
Fix a pessimization due to sucky LI testing
commit
|
commitdiff
|
tree
|
snapshot
2001-12-04
Chris Lattner
Implement induction variable simplification
commit
|
commitdiff
|
tree
|
snapshot
2001-12-04
Chris Lattner
Use new induction variable simplification code with...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-04
Chris Lattner
Allow hyphens in identifier names
commit
|
commitdiff
|
tree
|
snapshot
2001-12-04
Chris Lattner
Renamed inst_const_iterator -> const_inst_iterator
commit
|
commitdiff
|
tree
|
snapshot
2001-12-03
Chris Lattner
Rename ConstPoolVal -> Constant
commit
|
commitdiff
|
tree
|
snapshot
2001-12-03
Chris Lattner
Simplify induction variables pass
commit
|
commitdiff
|
tree
|
snapshot
2001-12-03
Chris Lattner
Split the PHINode class out from the iOther.h file...
commit
|
commitdiff
|
tree
|
snapshot
2001-12-03
Chris Lattner
Initial checkin of indvar stuff
commit
|
commitdiff
|
tree
|
snapshot
2001-12-03
Chris Lattner
Compile the scalar directory
commit
|
commitdiff
|
tree
|
snapshot
2001-12-03
Chris Lattner
Induction variables must be phi nodes
commit
|
commitdiff
|
tree
|
snapshot
2001-11-29
Chris Lattner
Move support directory
commit
|
commitdiff
|
tree
|
snapshot
2001-11-27
Chris Lattner
Create a new #include "Support/..." directory structure...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Move DataTypes.h from llvm/Support to just Support
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
New testcase for globaldce
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
-raise includes constprop and dce
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Turn off debug info
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
* Add hooks to globaldce
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Link to ipo library
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Fix problem where lli < foo.bc would have argc = 0
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Use pointertype where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Remove invalid,unneccesary ## token
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Add support to enable -lfoo to be processed correctly
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Add hooks to print natural loop information and induct...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Add testcases for internal
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Rename irreducible to cfgstructures.ll Include other...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
MAke sure diffs match
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Implement internal
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Make strings be internal
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Remove debugging output
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Support internal linkage
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Build IPO directory
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Implement support for internal methods
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Include const prop as part of -raise
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
* Implement support for folding multiple single letter...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Misc cleanups
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Expose constant propogation of an instruction in a...
commit
|
commitdiff
|
tree
|
snapshot
2001-11-26
Chris Lattner
Stuff after a #endif is not valid CPP input and breaks...
commit
|
commitdiff
|
tree
|
snapshot
next