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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cwriter to not output FP constants in ascii, output them in hex instead.
Chris Lattner
2002-09-20
2
-10
/
+80
*
Fix bug: 2002-09-20-VarArgPrototypes.ll
Chris Lattner
2002-09-20
2
-4
/
+8
*
Fix output of typedefs to avoid syntax errors.
Chris Lattner
2002-09-20
2
-2
/
+2
*
* Add a couple of comments to the output c code
Chris Lattner
2002-09-20
2
-28
/
+42
*
Another change that doesn't affect functionality. Since we are only looking
Chris Lattner
2002-09-20
2
-58
/
+54
*
Make the StructPrinted set only take memory when it's being used.
Chris Lattner
2002-09-20
2
-24
/
+30
*
No functionality changes, primarily just changing tab indentation to space
Chris Lattner
2002-09-20
2
-58
/
+56
*
Add method IGNode::getCombinedDegree to count the sum of the degrees
Vikram S. Adve
2002-09-20
1
-0
/
+3
*
Add peephole optimization pass at the end of code generation.
Vikram S. Adve
2002-09-20
1
-5
/
+7
*
Added class MachineOptInfo as interface to target-specific
Vikram S. Adve
2002-09-20
2
-3
/
+27
*
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
/
+136
*
Moving these files from Code/PreSelection to here.
Vikram S. Adve
2002-09-20
1
-0
/
+286
*
Removed debug info printing
Anand Shukla
2002-09-17
1
-1
/
+10
*
Add support for GCC 2.96
Chris Lattner
2002-09-17
1
-2
/
+2
*
Don't print global variable definitions twice! Sun's pathetic compiler
Vikram S. Adve
2002-09-17
2
-14
/
+22
*
Use ulong instead of uint for size expressions.
Vikram S. Adve
2002-09-16
1
-2
/
+1
*
Add methods to query about the representation of LLVM quantities (e.g.,
Vikram S. Adve
2002-09-16
1
-0
/
+79
*
Don't print out global names unnecesssarily. Also, expose pass
Vikram S. Adve
2002-09-16
1
-3
/
+4
*
Move all the code that creates code generation passes from Sparc.cpp to
Vikram S. Adve
2002-09-16
4
-106
/
+201
*
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
2002-09-16
1
-83
/
+118
*
No longer need to sign-extend array indices to 64 bits since they
Vikram S. Adve
2002-09-15
2
-12
/
+4
*
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
*
Fixed problem with printing struct definitions in the correct order.
Nick Hildenbrandt
2002-09-14
2
-30
/
+100
*
Moving to lib/CodeGen/RegAlloc.
Vikram S. Adve
2002-09-14
1
-18
/
+0
*
Again, including Module makes Function unnecessary.
Misha Brukman
2002-09-14
1
-2
/
+0
*
Fix a bug introduced by the Getelementptr change
Chris Lattner
2002-09-12
2
-2
/
+2
*
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
-13
/
+2
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-5
/
+5
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
3
-12
/
+12
*
Silly bug fix: Machine code vector could be empty for a no-op cast instruction,
Vikram S. Adve
2002-09-09
1
-5
/
+9
*
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
*
Add new function UltraSparcInstrInfo::CreateZeroExtensionInstructions.
Vikram S. Adve
2002-09-05
1
-1
/
+17
*
Bug fixes in casting between floats and ints smaller than 64 bits.
Vikram S. Adve
2002-09-05
1
-48
/
+102
*
-- Use size of pointer element type instead of pointer type in array offsets!
Vikram S. Adve
2002-09-05
1
-27
/
+46
*
-- Bug fix: use byte offsets not typed offsets in output assembly!
Vikram S. Adve
2002-09-05
1
-19
/
+24
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
5
-35
/
+28
*
- Fix bug: test/Regression/CBackend/2002-08-20-RecursiveTypes.ll
Chris Lattner
2002-08-31
2
-38
/
+128
*
moved this file from lib/Reoptimizer/Mapping
Anand Shukla
2002-08-27
1
-0
/
+191
*
Added getFunctionInfo and MappingInfoForFunction pass, and fixed the earlier ...
Anand Shukla
2002-08-27
1
-3
/
+3
*
Fix bug: test/Regression/CBackend/2002-08-26-IndirectCallTest.ll
Chris Lattner
2002-08-26
2
-2
/
+4
*
Fix the way parens are printed around "*ptrName" so that
Vikram S. Adve
2002-08-25
2
-12
/
+38
*
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
[next]