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-05-21
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
* Fix typeo
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
Add implementation of SimplifyCFG
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
New CFG Simplification pass: removed from the old DCE...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
Expose cfg simplification pass
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
Simplify CFG after code generation is done
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
Simplify interface to ConstantFoldTerminator
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
Expose CFG simplification pass
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
Fix bug: test/Regression/Transforms/CFGSimplify/2002...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
Update run line
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
This testcase was very broken! The block could not...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
Fix bug: test/Regression/CBackend/2002-05-21-MissingRet...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Chris Lattner
New TEstcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-21
Mehwish Nagda
Fixed the makefile to not die when compiling a new...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Remove unneccesary path from link line now
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Allow libraries to specify other libraries to link to
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
* Change commandline options a bit to be nicer
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Hide debugging options
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Fix tracing code support to link in the tracing routine...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Remove explicit support for tracing code. It should...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Remove tracing code hack
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Tracelib is now an LLVM library just like all other...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
* If hashing a pointer, cast it to a 64 bit number...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
New testcase for bug
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Fix bug: test/Regression/Transforms/SCCP/2002-05-20...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Use literal newline instead of endl
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Drop something that link will never support, use gccld...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Implement the printf function, used by assert
commit
|
commitdiff
|
tree
|
snapshot
2002-05-20
Chris Lattner
Don't lose namespace qualifications on previous patch.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Chris Lattner
Rename IsPowerOf2 to isPowerOf2
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Chris Lattner
Cleanups, rename IsPowerOf2 to isPowerOf2
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Add libsparc.a a second time to resolve link errors.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Link with test/Libraries/libinstr32.a for runtime routines
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Added external functions for hashing pointers to sequen...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Runtime routines to support tracing.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Fix libs and includes for compiling with llc.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Added log2 for log-base-2 and also modified IsPower2...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Added parameter IntRegSize for standard general-purpose...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
New function CreateSignExtensionInstructions.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Many functions that returned a single MachineInstr...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
InstrnsBefore and InstrnsAfter are now vectors instead...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Better interface to generating machine instr for common...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
MachineInstr now inherits from Annotable.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Hash pointer values to a sequence number to get identic...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Better folding getelementptr operations with mixed
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
cpValue2Value now needs a vector of MachineInstr to...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Annotation class for MachineInstr.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Numerous bug fixes:
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Add integer register size field.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-19
Vikram S. Adve
Numerous bug fixes:
commit
|
commitdiff
|
tree
|
snapshot
2002-05-17
Chris Lattner
Fix bug: test/Regression/CBackend/2002-05-16-NameCollid...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-17
Chris Lattner
New C backend testcases with first testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-16
Chris Lattner
* Make debug output conditional on #define
commit
|
commitdiff
|
tree
|
snapshot
2002-05-16
Chris Lattner
Add tests of redundant load elimination
commit
|
commitdiff
|
tree
|
snapshot
2002-05-16
Chris Lattner
New testcases for sub/neg reassociation
commit
|
commitdiff
|
tree
|
snapshot
2002-05-16
Chris Lattner
Fix testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-15
Chris Lattner
New testcases to ensure sub's are maximally reassociable
commit
|
commitdiff
|
tree
|
snapshot
2002-05-15
Chris Lattner
Testcase to ensure trees structures are correctly linea...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-15
Chris Lattner
Test to ensure sub -> neg promotion is working and...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-15
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
* Fix bug: test/Regression/Transforms/GCSE/2002-05...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
Fix bug: test/Regression/Transforms/InstCombine/2002...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
New testcase for bug
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
Run another local value numbering phase after redundanc...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
Avoid emitting a useless comment for a basic block...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
Fix bug: test/Regression/Transforms/InstCombine/2002...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
Fix a major source of "type unsafety", where a cast...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
Implement elimination of loads
commit
|
commitdiff
|
tree
|
snapshot
2002-05-14
Chris Lattner
Invoke inst has side effects!
commit
|
commitdiff
|
tree
|
snapshot
2002-05-13
Chris Lattner
New file
commit
|
commitdiff
|
tree
|
snapshot
2002-05-13
Chris Lattner
Trivial cleanups
commit
|
commitdiff
|
tree
|
snapshot
2002-05-13
Chris Lattner
Add method to check to see if two _Instructions_ domina...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Initial checkin of LICM pass
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
expose LICM pass
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Add LICM pass to compiler
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Add prototype for LICM pass
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Add testcase for when there is no loop header
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
A basic test that LICM is working
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Run LICM tests
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
run LICM tests
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Make sure to call the derived visit versions from the...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
We actually need this code for the release build to...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Add explicit abort so optimized build knows that the...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Add an explicit abort so that the optimized build knows...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
* Allow a profile'd code build to be done with a simple...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Expose the lowerallocs pass
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Add support for printing out statistics information...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Fix some bugs, straighten stuff out, more work needs...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Initial checkin of Statistic class
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Initial checkin of Statistic class.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
* Add support for the -stats command line option to...
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
remove deprecated getInstType() method
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Expose the pi node insertion pass.
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Initial checkin of the PiNodeInsertion pass
commit
|
commitdiff
|
tree
|
snapshot
2002-05-10
Chris Lattner
Add prototype for the PiNodeInserter pass
commit
|
commitdiff
|
tree
|
snapshot
next