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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug: test/Regression/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll
Chris Lattner
2002-09-17
1
-1
/
+2
*
Removed debug info printing
Anand Shukla
2002-09-17
1
-1
/
+10
*
Add support for GCC 2.96
Chris Lattner
2002-09-17
2
-4
/
+4
*
Don't print global variable definitions twice! Sun's pathetic compiler
Vikram S. Adve
2002-09-17
2
-14
/
+22
*
Remove specification of argument default from cpp file.
Vikram S. Adve
2002-09-17
1
-1
/
+1
*
Fix FunctionInlining pass assertion failure:
Chris Lattner
2002-09-16
1
-1
/
+1
*
Fix: test/Regression/LLC/badidx.c problem
Chris Lattner
2002-09-16
3
-22
/
+22
*
Extract most of the transformation into an externally accessible
Vikram S. Adve
2002-09-16
1
-27
/
+31
*
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 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
2
-166
/
+236
*
Add an assertion.
Vikram S. Adve
2002-09-16
1
-0
/
+1
*
Incorporated changes in alloca and getElementPointer instruction
Anand Shukla
2002-09-16
5
-233
/
+255
*
Incorporated changes in alloca instruction
Anand Shukla
2002-09-16
1
-32
/
+28
*
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
2
-4
/
+4
*
RegAllocCommon no longer includes CommandLine.h so we have to include it
Chris Lattner
2002-09-15
2
-0
/
+2
*
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-09-14
12
-208
/
+234
*
Remove unnecessary include.
Vikram S. Adve
2002-09-14
2
-4
/
+0
*
Break RA_DEBUG option into several levels to get better output.
Vikram S. Adve
2002-09-14
2
-0
/
+46
*
Fixed problem with printing struct definitions in the correct order.
Nick Hildenbrandt
2002-09-14
2
-30
/
+100
*
Fix bug I introduced
Chris Lattner
2002-09-14
1
-3
/
+4
*
Moving to lib/CodeGen/RegAlloc.
Vikram S. Adve
2002-09-14
2
-36
/
+0
*
Function.h is unnecessary when Module.h is included.
Misha Brukman
2002-09-14
2
-2
/
+0
*
On the quest of eliminating unnecessary includes.
Misha Brukman
2002-09-14
1
-2
/
+0
*
Again, including Module makes Function unnecessary.
Misha Brukman
2002-09-14
1
-2
/
+0
*
Following Chris's advice, I'm pruning some unnecessary .h includes that I'm
Misha Brukman
2002-09-14
1
-3
/
+0
*
* Fix a bug that was causing lli to misrun:
Chris Lattner
2002-09-13
2
-2
/
+1
*
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-13
4
-9
/
+25
*
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-09-13
3
-10
/
+6
*
include/llvm/DataTypes.h includes this #define so we don't need it anymore
Chris Lattner
2002-09-13
1
-2
/
+0
*
include/llvm/DataTypes.h includes this #define so we don't need it anymore
Chris Lattner
2002-09-13
1
-1
/
+0
*
Export symbols for linux
Chris Lattner
2002-09-13
1
-1
/
+5
*
Submitted by Casey Carter:
Chris Lattner
2002-09-13
1
-2
/
+4
*
Another portability fix provided via Casey Carter:
Chris Lattner
2002-09-13
1
-0
/
+1
*
Another portability patch graciously provided by Casey Carter
Chris Lattner
2002-09-13
1
-1
/
+1
*
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
2
-2
/
+2
*
Fix bug I introduced with one of my previous changes.
Chris Lattner
2002-09-12
1
-1
/
+1
*
Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of
Chris Lattner
2002-09-12
2
-4
/
+22
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
2
-14
/
+3
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
3
-9
/
+9
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
9
-62
/
+57
*
Give better assertion message for error conditions
Chris Lattner
2002-09-11
1
-0
/
+4
[next]