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
/
Target
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
*
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
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
7
-88
/
+41
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
7
-78
/
+33
*
We are using std::vector, so remove extraneous namespace prefixes
Chris Lattner
2002-08-09
1
-8
/
+7
*
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
1
-23
/
+15
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-1
/
+1
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-2
/
+2
*
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
*
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
1
-52
/
+49
*
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
*
Bug fix: incorrect SAVE instruction when using register for stack size.
Vikram S. Adve
2002-08-01
1
-1
/
+1
*
Just improved comments and assertions.
Vikram S. Adve
2002-07-31
1
-14
/
+18
*
Add a missing case: converting float/double to unsigned integer types.
Vikram S. Adve
2002-07-31
1
-77
/
+73
*
* Move InstructionSelection Pass here instead of living in Sparc.cpp. It
Chris Lattner
2002-07-30
1
-169
/
+146
*
* Move InstructionSelection pass to lib/CodeGen/InstrSelection so it is
Chris Lattner
2002-07-30
1
-18
/
+1
*
Remove unused vector
Chris Lattner
2002-07-30
1
-3
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-1
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-0
/
+2
*
Refix stuff for GCC 2.95, 3.0.4 & 3.1
Chris Lattner
2002-07-25
1
-6
/
+6
*
now removes deleted nops from MachineCodeForInstruction
Mehwish Nagda
2002-07-25
1
-8
/
+20
*
changed implementation of LLVM BYTECODE Length
Mehwish Nagda
2002-07-25
1
-18
/
+16
*
Avoid warning message
Chris Lattner
2002-07-25
2
-0
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-25
4
-10
/
+10
*
GCC 3.1 changes, finally the burm file builds the FIRST time a clean director...
Chris Lattner
2002-07-25
5
-9
/
+18
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-2
/
+2
*
Non-standard hash classes are not in the std:: namespace
Chris Lattner
2002-07-24
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-24
8
-18
/
+17
*
*** empty log message ***
Chris Lattner
2002-07-23
2
-2
/
+1
*
moving to the Reoptimizer/Mapping dir
Mehwish Nagda
2002-07-22
1
-279
/
+0
*
moved from CodeGen to this dir
Mehwish Nagda
2002-07-22
1
-0
/
+11
*
*** empty log message ***
Chris Lattner
2002-07-22
4
-24
/
+35
*
Adding code for outputing length in .s
Anand Shukla
2002-07-21
1
-2
/
+20
*
changed size computation
Mehwish Nagda
2002-07-19
1
-35
/
+57
*
added check for Function with 0 BB
Mehwish Nagda
2002-07-17
1
-18
/
+28
*
* Make global variables with external linkage get emitted correctly
Chris Lattner
2002-07-16
1
-13
/
+14
*
Now will profile all Basic Blocks
Mehwish Nagda
2002-07-16
1
-22
/
+22
*
Added the Mapping Pass to out put Mapping Info to .s file
Mehwish Nagda
2002-07-15
1
-3
/
+6
*
Initial checking : Writes LLVM - MI mappiing to the .s file
Mehwish Nagda
2002-07-15
1
-0
/
+247
[next]