index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug I introduced into the code generator. :(
Chris Lattner
2002-09-12
1
-1
/
+1
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-8
/
+8
*
Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't
Chris Lattner
2002-09-08
1
-1
/
+6
*
Inform the memory leak detector that TmpInstruction objects should not be
Chris Lattner
2002-09-08
1
-0
/
+24
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
1
-7
/
+7
*
moved this file from lib/Reoptimizer/Mapping
Anand Shukla
2002-08-27
1
-0
/
+75
*
Makefile for new sub directory
Anand Shukla
2002-08-27
1
-0
/
+4
*
Added Mapping subdir
Anand Shukla
2002-08-27
1
-1
/
+1
*
Use newly-added type inspection support in InstTreeNode subclasses.
Vikram S. Adve
2002-08-24
1
-5
/
+4
*
Moved code here to extract memory instruction indices and to check
Vikram S. Adve
2002-08-24
1
-17
/
+96
*
Added #include <alloca.h>
Anand Shukla
2002-08-23
1
-0
/
+1
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
2
-9
/
+8
*
dumpNode() does not need to print MachineInstrs.
Vikram S. Adve
2002-08-22
1
-15
/
+2
*
Unary Not (boolean and bitwise) is no longer a separate LLVM instruction
Vikram S. Adve
2002-08-15
1
-2
/
+7
*
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-14
1
-0
/
+29
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
4
-51
/
+16
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
5
-50
/
+23
*
We are using std::vector, so remove extraneous namespace prefixes
Chris Lattner
2002-08-09
1
-8
/
+7
*
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
*
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-08-04
1
-52
/
+49
*
* Move InstructionSelection Pass here instead of living in Sparc.cpp. It
Chris Lattner
2002-07-30
1
-169
/
+146
*
Remove unused vector
Chris Lattner
2002-07-30
1
-3
/
+0
*
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
*
*** empty log message ***
Chris Lattner
2002-07-25
5
-12
/
+12
*
*** 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
6
-11
/
+10
*
moving to the Reoptimizer/Mapping dir
Mehwish Nagda
2002-07-22
1
-279
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-22
3
-18
/
+25
*
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
*
Now will profile all Basic Blocks
Mehwish Nagda
2002-07-16
1
-22
/
+22
*
Initial checking : Writes LLVM - MI mappiing to the .s file
Mehwish Nagda
2002-07-15
1
-0
/
+247
*
added std:: to endl
Anand Shukla
2002-07-11
1
-1
/
+1
*
Fix print of BB name in dump().
Vikram S. Adve
2002-07-10
1
-2
/
+1
*
Add support for marking each operand as a %hh, %hm, %lm or %lo.
Vikram S. Adve
2002-07-10
1
-34
/
+38
*
changed mem_fun to std::mem_fun
Anand Shukla
2002-07-09
1
-2
/
+2
*
Significant changes to correctly spill CC registers and to correctly
Vikram S. Adve
2002-07-08
1
-239
/
+164
*
MachineInstr* in vector are not const (and never really were)
Vikram S. Adve
2002-07-08
1
-9
/
+10
*
Rename static struct Initializer to avoid name conflict with BB.
Vikram S. Adve
2002-07-08
1
-3
/
+3
*
Fix printing of BB in dump.
Vikram S. Adve
2002-07-08
1
-2
/
+3
*
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.
Vikram S. Adve
2002-07-08
1
-3
/
+4
*
MachineInstr::dump() now takes no arguments.
Vikram S. Adve
2002-07-08
1
-1
/
+1
*
Implementation of class MachineCodeForBasicBlock.
Vikram S. Adve
2002-07-08
1
-0
/
+28
*
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-07-08
5
-102
/
+91
*
getUsableUniRegAtMI interface simplified slightly.
Vikram S. Adve
2002-07-08
1
-6
/
+7
*
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.
Vikram S. Adve
2002-07-08
1
-11
/
+25
[next]