index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new SetCondInst::getInverseCondition() method.
Chris Lattner
2002-08-20
1
-0
/
+5
*
- ConstantPointerRefs are now automatically removed from the module table
Chris Lattner
2002-08-18
3
-16
/
+30
*
Module's do not subclass from Value, so this code caused a segfault.
Chris Lattner
2002-08-18
1
-3
/
+2
*
Add Module::dump() method
Chris Lattner
2002-08-17
1
-0
/
+1
*
Remove the last traces of the NOT instruction
Chris Lattner
2002-08-15
2
-30
/
+0
*
Change opLabel numbers for Not and BNot.
Vikram S. Adve
2002-08-15
1
-1
/
+2
*
Added more helper functions for binary instructions emulating
Vikram S. Adve
2002-08-15
1
-2
/
+18
*
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
1
-2
/
+2
*
Remove support for unary operators.
Chris Lattner
2002-08-14
3
-53
/
+0
*
Remove reference to GenericUnaryInst class
Chris Lattner
2002-08-14
1
-1
/
+1
*
Remove support for unary instructions
Chris Lattner
2002-08-14
1
-3
/
+1
*
Remove constant propogation support for NOT instruction
Chris Lattner
2002-08-14
1
-9
/
+0
*
Expose two new static methods from BinaryOperator: createNeg, createNot
Chris Lattner
2002-08-14
1
-1
/
+7
*
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-14
1
-8
/
+17
*
- Rename ConstantGenericIntegral -> ConstantIntegral
Chris Lattner
2002-08-13
1
-6
/
+13
*
Return const char * const instead of std::string from get register name method
Chris Lattner
2002-08-12
1
-1
/
+1
*
- Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegral
Chris Lattner
2002-08-12
1
-8
/
+80
*
* IntervalPartition no longer derives from vector
Chris Lattner
2002-08-09
1
-2
/
+6
*
Do not add an extra vtable to EVERY machineinstr created.
Chris Lattner
2002-08-09
1
-1
/
+1
*
UnaryOperator::create should take a name just like BinaryOperator::create
Chris Lattner
2002-08-09
1
-1
/
+2
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
1
-22
/
+8
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
4
-48
/
+21
*
Change machinecode for instruction to not inherit from vector.
Chris Lattner
2002-08-09
1
-16
/
+39
*
The second parameter of hash_set is the default, remove it.
Chris Lattner
2002-08-09
2
-4
/
+4
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
3
-10
/
+10
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
2
-11
/
+27
*
Simplify interface to parsers.
Chris Lattner
2002-08-07
2
-184
/
+154
*
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-08-04
1
-3
/
+8
*
Add MemAccessInst::getNumIndices().
Vikram S. Adve
2002-08-03
1
-1
/
+5
*
Changes to be GCC 3.1 friendly
Chris Lattner
2002-07-31
3
-3
/
+3
*
Remove obsolete, confusing, method
Chris Lattner
2002-07-31
1
-1
/
+0
*
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
2
-68
/
+180
*
Add hooks to get information out of concrete pass manager implementations
Chris Lattner
2002-07-30
1
-0
/
+3
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
1
-16
/
+15
*
* Implement stuff so that code can declare that they only depend on the CFG of
Chris Lattner
2002-07-30
1
-15
/
+13
*
Implement constant propogation of logical (and, or, xor) expressions.
Chris Lattner
2002-07-30
1
-1
/
+21
*
Expose instruction selection as a pass instead of a global function
Chris Lattner
2002-07-30
1
-5
/
+4
*
Add rough support for LLC passes
Chris Lattner
2002-07-30
1
-2
/
+35
*
Implement a new RemoveSuccessor function
Chris Lattner
2002-07-29
1
-4
/
+11
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
8
-18
/
+0
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
3
-11
/
+3
*
* Fix comment descriptions
Chris Lattner
2002-07-29
1
-5
/
+11
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
3
-54
/
+29
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
10
-86
/
+33
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-26
10
-70
/
+5
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-10
/
+77
*
Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...
Chris Lattner
2002-07-26
1
-0
/
+106
*
*** empty log message ***
Chris Lattner
2002-07-26
10
-35
/
+12
*
Analysis contructors now no longer take AnalysisID's as their argument,
Chris Lattner
2002-07-26
1
-4
/
+4
[next]