index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-14
1
-8
/
+17
*
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-14
1
-0
/
+29
*
Updated GettingStarted guide to be accurate now that binaries are in /shared
Chris Lattner
2002-08-13
1
-10
/
+33
*
Add a note that specifies that the whether or not sign extension is done by
Chris Lattner
2002-08-13
1
-1
/
+6
*
Minor change to make lli print out characters numerically as well as symbolic...
Chris Lattner
2002-08-13
1
-2
/
+4
*
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
*
- Rename ConstantGenericIntegral -> ConstantIntegral
Chris Lattner
2002-08-13
1
-6
/
+13
*
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
*
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
2
-10
/
+88
*
Tools are now moved into /shared
Chris Lattner
2002-08-12
1
-1
/
+1
*
- Makefile changes:
Chris Lattner
2002-08-12
2
-54
/
+76
*
* 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
*
Add comment
Chris Lattner
2002-08-12
1
-0
/
+5
*
New functionality for instcombine:
Chris Lattner
2002-08-09
1
-28
/
+213
*
xor x, ALLONES should -> not x
Chris Lattner
2002-08-09
1
-1
/
+9
*
setcc of booleans should always be eliminated
Chris Lattner
2002-08-09
1
-0
/
+27
*
Add more strength reduction testcases
Chris Lattner
2002-08-09
1
-0
/
+10
*
*** empty log message ***
Chris Lattner
2002-08-09
1
-5
/
+5
*
* 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
2
-14
/
+5
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
12
-161
/
+65
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
16
-176
/
+77
*
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
2
-32
/
+78
*
The second parameter of hash_set is the default, remove it.
Chris Lattner
2002-08-09
2
-4
/
+4
*
Oops, I accidentally broke the .d files. Fixed thusly
Chris Lattner
2002-08-09
2
-2
/
+2
*
Very minor cleanups
Chris Lattner
2002-08-09
2
-46
/
+30
*
* Document the BUILD_ROOT changes and option
Chris Lattner
2002-08-09
1
-29
/
+44
*
* Remove some bogus dependencies on Depend/.dir
Chris Lattner
2002-08-09
2
-38
/
+70
*
Oh yeah, I wrote it.
Chris Lattner
2002-08-08
1
-1
/
+3
*
Initial checkin of the "Writting an LLVM Pass" document
Chris Lattner
2002-08-08
1
-0
/
+969
*
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
18
-33
/
+33
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
6
-8
/
+8
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
2
-11
/
+27
*
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
*
Only include the sparc.o file once!
Chris Lattner
2002-08-07
1
-1
/
+1
[prev]
[next]