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-21
Chris Lattner
Add missing forward decl
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
fixed bug: test/Regression/Linker/2002-08-20-ConstantEx...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Cleanup testsuite
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Clean up testcases to make them proper
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
New testcase for constexpr problem.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Provide a way to actually run tests
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Sort -time-passes report first by user+system, then...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
- instcombine (~(a < b)) into (a >= b)
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Add new SetCondInst::getInverseCondition() method.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Add new SetCondInst::getInverseCondition() method.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Fix buggy testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
This case JUST handles constantpointer nulls, not all...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Fix bug: 2002-08-20-UnnamedArgument.c
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Don't stop the testing process if dis segfaults
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
Testcase for anonymous recursive types
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
- implemented instcombine of phi (X, X, X) -> X
commit
|
commitdiff
|
tree
|
snapshot
2002-08-20
Chris Lattner
New testcase for instcombine
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
Implement ConstantExprs in CWriter
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
* Build with warnings
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
Incorporate calcTypeNameVar into CWriter class, fixing
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
Output forward definitions of global vars to handle...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
- Change constant printing to be better integrated...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
Fix typeo noticed by Bryan
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
Add missing space
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
Fix bug: test/Regression/Assembler/2002-08-19-BytecodeR...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-19
Chris Lattner
Fix the -time-passes option to not print NaN when there...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-18
Chris Lattner
- Made GlobalDCE worklist driven, making it more...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-18
Chris Lattner
New testcase.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-18
Chris Lattner
- ConstantPointerRefs are now automatically removed...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-18
Chris Lattner
- ConstantPointerRefs are now automatically removed...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-18
Chris Lattner
Turn off a debugging optimization that just slows bytec...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-18
Chris Lattner
Module's do not subclass from Value, so this code cause...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Add Module::dump() method
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Add Module::dump() method
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Add a simple testcase that just uses a CPR instead...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Do not leak memory for passes when using -stopAfterNPas...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Run GlobalDCE before deadtypeelim so that we do not...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Include a basic simple test.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Promote getelementptr instructions to constexprs if...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Fix stupid oversight of missing #include.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
- Finally nailed: test/Regression/Assembler/2002...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-17
Chris Lattner
Throw purify temporary files into /shared if we have it.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-16
Chris Lattner
Add new testcase for gep instruction -> get constexpr...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-16
Chris Lattner
Changed parser to always use parenthesis on ConstExprs...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-16
Chris Lattner
- Remove unused STRING token from lexer & parser
commit
|
commitdiff
|
tree
|
snapshot
2002-08-16
Chris Lattner
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2002-08-16
Chris Lattner
New testcase distilled from much larger problem
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Convert constexpr over to new syntax
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Make 'features' testsuite work with the /shared changes.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Convert testcase to use correct syntax
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Add another testcase
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Write constexpr casts using the cast X to Y notation...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Parse const expr cast instruction the same way the...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Add a note mentioning that bools promote to 0 or 1
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Move ConstExpr production to unify ConstVal stuff
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Fix bug: test/Regression/Assembler/2002-08-15-Unresolve...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
There seem to be issues with constant exprs
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Simplify the code
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Handle more cases of cast-of-cast in more general forms.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Remove the last traces of the NOT instruction
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Chris Lattner
Add a bunch of testcases for cast-of-casts that should...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Vikram S. Adve
Change opLabel numbers for Not and BNot.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Vikram S. Adve
Unary Not (boolean and bitwise) is no longer a separate...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Vikram S. Adve
Revise code generation for unary Not (boolean and bitwi...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Vikram S. Adve
Added more helper functions for binary instructions...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-15
Vikram S. Adve
Add tests for unary NOT operations.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Implement capability to fold this:
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Fix testcase to actually test what we think we are
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Avoid creating 'load X, 0' instead of just 'load X'
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Avoid inserting an entry block unless we need it
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Gross, some whitespace escaped
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Fix bug in documentation
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
*** empty log message ***
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
This file does not belong here.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Fix tests that use the now dead not instruction
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Fix testcases that used to now dead 'not' instruction
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Change not's to xors
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove support for Not ConstantExpr. This simplifies...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Fix bug introduced in last checkin due to CastInst...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove support for unary operators.
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove reference to GenericUnaryInst class
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove support for unary instructions
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove support for NOT instruction
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove extra #includes
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove constant propogation support for NOT instruction
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove support for NOT instruction
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove information about dead 'not' instruction
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove support for unary operators
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Implement two constructor functions for "unary" instruc...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove support forNOT instruction
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
- Fix InstCombine pass to not generate or process...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Expose two new static methods from BinaryOperator:...
commit
|
commitdiff
|
tree
|
snapshot
2002-08-14
Chris Lattner
Remove support for NOT instruction
commit
|
commitdiff
|
tree
|
snapshot
next