index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bug fix in TargetData::getIndexedOffset: We were using the pointer
Vikram S. Adve
2002-08-13
1
-3
/
+3
*
Several bug fixes in casting to signed int values.
Vikram S. Adve
2002-08-13
1
-69
/
+141
*
- Rename ConstantGenericIntegral -> ConstantIntegral
Chris Lattner
2002-08-13
1
-3
/
+3
*
- Rename ConstantGenericIntegral -> ConstantIntegral
Chris Lattner
2002-08-13
1
-27
/
+104
*
Handle small unsigned results correctly by clearing high bits.
Vikram S. Adve
2002-08-13
1
-34
/
+64
*
Build correctly in the face of /shared.
Brian Ensink
2002-08-12
1
-7
/
+5
*
- Clean up interface to Sparc register handling a bit:
Chris Lattner
2002-08-12
5
-186
/
+170
*
- Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegral
Chris Lattner
2002-08-12
1
-2
/
+8
*
* Factor a bunch of code by using ReplaceInstUsesWith
Chris Lattner
2002-08-12
1
-163
/
+51
*
Remove some extraneous #includes
Chris Lattner
2002-08-12
1
-2
/
+0
*
Changes to make GlobalValueRefMap not derive from std::map.
Chris Lattner
2002-08-12
1
-10
/
+13
*
New functionality for instcombine:
Chris Lattner
2002-08-09
1
-28
/
+213
*
*** empty log message ***
Chris Lattner
2002-08-09
1
-5
/
+5
*
UnaryOperator::create should take a name just like BinaryOperator::create
Chris Lattner
2002-08-09
1
-13
/
+3
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
11
-139
/
+57
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
12
-128
/
+56
*
We are using std::vector, so remove extraneous namespace prefixes
Chris Lattner
2002-08-09
2
-16
/
+14
*
Change machinecode for instruction to not inherit from vector.
Chris Lattner
2002-08-09
1
-16
/
+39
*
Very minor cleanups
Chris Lattner
2002-08-09
2
-46
/
+30
*
Initial checkin of the "Hello World" Pass.
Chris Lattner
2002-08-08
2
-0
/
+40
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
12
-15
/
+15
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
6
-8
/
+8
*
Remove extraneous #includes
Chris Lattner
2002-08-08
1
-2
/
+0
*
Minor changes to DEBUG()'s
Chris Lattner
2002-08-07
2
-3
/
+6
*
Reorder #includes to be right
Chris Lattner
2002-08-07
1
-1
/
+1
*
Merge three loops into one.
Chris Lattner
2002-08-07
1
-23
/
+18
*
Fix breakage in the build
Chris Lattner
2002-08-07
1
-3
/
+2
*
Simplify writing custom parsers.
Chris Lattner
2002-08-07
1
-76
/
+48
*
added Mapping and Function Pass
Mehwish Nagda
2002-08-05
1
-1
/
+5
*
Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand,
Vikram S. Adve
2002-08-04
1
-29
/
+7
*
Bug fix in TargetData::getIndexedOffset(): handle struct offset
Vikram S. Adve
2002-08-04
1
-6
/
+7
*
Bug fix in SetOperandsForMemInstr: handle leading zeros correctly
Vikram S. Adve
2002-08-04
1
-5
/
+9
*
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-08-04
2
-104
/
+98
*
Fix compilation problem. IsIndexZero doesn't exist, use IsZero instead.
Chris Lattner
2002-08-03
1
-6
/
+4
*
Simplified handling of array indexes in SetMemOperands_Internal.
Vikram S. Adve
2002-08-03
1
-77
/
+62
*
Eliminate cast instructions: use only GEPs in decomposed sequence.
Vikram S. Adve
2002-08-03
1
-81
/
+70
*
Fix problem where lli would not print out a 64 bit value when the client code
Chris Lattner
2002-08-02
1
-2
/
+10
*
Fix one real nasty bug
Chris Lattner
2002-08-02
1
-1
/
+1
*
Fix lli with no arguments
Chris Lattner
2002-08-02
1
-1
/
+1
*
Fix bug: test/Regression/Transforms/InstCombine/2002-08-02-CastTest.ll
Chris Lattner
2002-08-02
1
-7
/
+37
*
* Cleanups of instcombine
Chris Lattner
2002-08-02
1
-80
/
+48
*
Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.ll
Chris Lattner
2002-08-02
1
-0
/
+29
*
Implement dominator checking in the verifier, so that we check that all
Chris Lattner
2002-08-02
2
-23
/
+58
*
Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll
Chris Lattner
2002-08-02
1
-1
/
+12
*
Split dominance calculation and post dominance calculation stuff
Chris Lattner
2002-08-02
2
-434
/
+11
*
Remove unneccesary #inlcude
Chris Lattner
2002-08-01
1
-1
/
+0
*
Enhance -time-passes to be more detailed and useful
Chris Lattner
2002-08-01
2
-20
/
+108
*
Bug fix: incorrect SAVE instruction when using register for stack size.
Vikram S. Adve
2002-08-01
1
-1
/
+1
*
Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llx
Chris Lattner
2002-07-31
1
-1
/
+1
*
Implement the other half of a feature advertised by OperandConvertableToType.
Chris Lattner
2002-07-31
1
-6
/
+39
[prev]
[next]