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
*
Add method IGNode::getCombinedDegree to count the sum of the degrees
Vikram S. Adve
2002-09-20
1
-0
/
+3
*
Add PostOpts/ and rename PreSelection/ to PreOpts/.
Vikram S. Adve
2002-09-20
1
-1
/
+1
*
Add method MachineInstr::replace to rewrite a machine instruction in place.
Vikram S. Adve
2002-09-20
1
-0
/
+16
*
Allow copy coalescing in more cases: if sum of node degrees is more than
Vikram S. Adve
2002-09-20
2
-1
/
+26
*
Peephole optimization pass on final machine code.
Vikram S. Adve
2002-09-20
1
-0
/
+9
*
Files moved to CodeGen/PreOpts.
Vikram S. Adve
2002-09-20
2
-294
/
+0
*
Moving these files from Code/PreSelection to here.
Vikram S. Adve
2002-09-20
1
-0
/
+8
*
Don't put default parameter values into .cpp files, it breaks 3.x compilers
Chris Lattner
2002-09-17
1
-3
/
+1
*
Add support for GCC 2.96
Chris Lattner
2002-09-17
1
-2
/
+2
*
Add subdirectory PreSelection.
Vikram S. Adve
2002-09-16
1
-1
/
+1
*
New preselection pass that specializes LLVM code for a target machine,
Vikram S. Adve
2002-09-16
2
-0
/
+296
*
Dump routine now writes out allocated register numbers if available.
Vikram S. Adve
2002-09-16
1
-4
/
+13
*
Improve and fix error in allocating stack slots: adjust alignment after adding
Vikram S. Adve
2002-09-16
1
-73
/
+43
*
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
2002-09-16
1
-83
/
+118
*
Add an assertion.
Vikram S. Adve
2002-09-16
1
-0
/
+1
*
Fix typos in previous checkin.
Vikram S. Adve
2002-09-15
1
-2
/
+2
*
RegAllocCommon no longer includes CommandLine.h so we have to include it
Chris Lattner
2002-09-15
1
-0
/
+1
*
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-09-14
6
-104
/
+117
*
Remove unnecessary include.
Vikram S. Adve
2002-09-14
1
-2
/
+0
*
Break RA_DEBUG option into several levels to get better output.
Vikram S. Adve
2002-09-14
1
-0
/
+23
*
Moving to lib/CodeGen/RegAlloc.
Vikram S. Adve
2002-09-14
1
-18
/
+0
*
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
[next]