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
*
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
*
LoadIdx non-terminal no longer needed.
Vikram S. Adve
2002-08-24
1
-3
/
+0
*
Sign-extend values used to index arrays (and Simplify
Vikram S. Adve
2002-08-24
1
-89
/
+28
*
Fix sign-extension: it needs to happen *after* multiplying by type size.
Vikram S. Adve
2002-08-24
1
-4
/
+2
*
Sign-extend array index expressions to work correctly on non-32 bit machines.
Vikram S. Adve
2002-08-24
2
-8
/
+18
*
Changed default value of 3rd parameter in function definition
Anand Shukla
2002-08-23
2
-2
/
+2
*
Added #include <alloca.h>
Anand Shukla
2002-08-23
1
-0
/
+1
*
Simplify previous hack slightly.
Vikram S. Adve
2002-08-23
1
-5
/
+3
*
Force sign-extension for uint array indexes from 32-bit to 64-bits
Vikram S. Adve
2002-08-23
1
-1
/
+6
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-4
/
+6
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
2
-9
/
+8
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
2
-10
/
+10
[next]