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
*
Refix bugs, stop using deprecated strstream header
Chris Lattner
2001-10-18
1
-82
/
+31
*
Initial checkin
Chris Lattner
2001-10-18
1
-0
/
+80
*
Only print values live at BB or method exit, and insert loads at each
Vikram S. Adve
2001-10-18
1
-41
/
+126
*
Handle multiple exit blocks correctly.
Vikram S. Adve
2001-10-18
1
-37
/
+221
*
Dang, we were losing the Constant bit on globals. Fix this
Chris Lattner
2001-10-18
1
-1
/
+1
*
Convert to be compatible with lli.
Chris Lattner
2001-10-18
1
-70
/
+48
*
Massive hacks to try to fix subtle logic bugs. I think it's all working now,
Chris Lattner
2001-10-18
1
-275
/
+130
*
Convert to new simpler pass itf
Chris Lattner
2001-10-18
3
-8
/
+17
*
Change Sources specifier to ExtraSources
Chris Lattner
2001-10-18
1
-1
/
+1
*
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-18
6
-15
/
+28
*
1. Move most of the constant-fixup code into machine-independent file
Vikram S. Adve
2001-10-18
1
-395
/
+42
*
Sparc-specific code shared between local files.
Vikram S. Adve
2001-10-18
1
-0
/
+61
*
Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp.
Vikram S. Adve
2001-10-18
1
-19
/
+0
*
Added virtual function to generate an instruction sequence to
Vikram S. Adve
2001-10-18
1
-4
/
+13
*
Moved implementation of class UltraSparcInstrInfo here.
Vikram S. Adve
2001-10-18
1
-0
/
+143
*
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-17
5
-296
/
+467
*
Separate VM instruction that generates the instructions that compute a value
Vikram S. Adve
2001-10-17
2
-2
/
+4
*
*** empty log message ***
Vikram S. Adve
2001-10-17
2
-30
/
+48
*
Only list automatically generated .cpp files.
Vikram S. Adve
2001-10-17
1
-7
/
+1
*
Simplify some code
Chris Lattner
2001-10-16
2
-29
/
+27
*
changed debugg message printing - no change to useful code
Ruchira Sasanka
2001-10-16
2
-26
/
+32
*
No major change - commented some debug code
Ruchira Sasanka
2001-10-16
2
-6
/
+6
*
No major change - added some comments
Ruchira Sasanka
2001-10-16
2
-14
/
+20
*
Added support for caller saving
Ruchira Sasanka
2001-10-16
13
-236
/
+534
*
Emit the proper .type declarations to tell the debugger what a function is
Chris Lattner
2001-10-15
1
-0
/
+1
*
Handle abnormal jmpl syntax correctly
Chris Lattner
2001-10-15
1
-35
/
+50
*
Implement ulong & long support
Chris Lattner
2001-10-15
2
-27
/
+36
*
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-15
10
-50
/
+50
*
Output to cerr rather than cout so that debug info doesn't mess up assembly g...
Chris Lattner
2001-10-15
12
-209
/
+199
*
Add new Pass infrastructure and some examples
Chris Lattner
2001-10-15
2
-0
/
+182
*
--added support for implicit operands
Ruchira Sasanka
2001-10-15
2
-18
/
+32
*
updated suggesting/coloring of call & return args & implicit operands.
Ruchira Sasanka
2001-10-15
4
-140
/
+294
*
updated suggesting/coloring of call & return args & implicit operands
Ruchira Sasanka
2001-10-15
4
-232
/
+218
*
fixed a coalscing bug
Ruchira Sasanka
2001-10-15
4
-6
/
+10
*
Be const correct
Chris Lattner
2001-10-15
2
-4
/
+4
*
Implement initializers for structs and pointers
Chris Lattner
2001-10-15
1
-80
/
+100
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
11
-43
/
+39
*
* getExitNode() doesn't exist in method anymore
Chris Lattner
2001-10-15
1
-6
/
+7
*
Added Instrumentation subdirectory.
Vikram S. Adve
2001-10-15
1
-0
/
+1
*
Implement global variables. Struct and Pointer initializers are not implemen...
Chris Lattner
2001-10-15
5
-38
/
+252
*
Implement linking of global variable constant references
Chris Lattner
2001-10-15
3
-114
/
+285
*
Oops, didn't handle hex values correctly. :(
Chris Lattner
2001-10-15
1
-4
/
+4
*
* Fix the constpoolarray -> c"" printing routines to escape things properly
Chris Lattner
2001-10-14
1
-50
/
+37
*
Minor cleanup
Chris Lattner
2001-10-14
1
-1
/
+1
*
Implement linker. It's 95% working now.
Chris Lattner
2001-10-14
3
-3
/
+801
*
Forward operands into implicit uses as well as explicit ones.
Vikram S. Adve
2001-10-14
1
-3
/
+8
*
External methods shouldn't have argument lists
Chris Lattner
2001-10-14
1
-0
/
+4
*
Insert code to trace values at basic block and method exits.
Vikram S. Adve
2001-10-14
2
-0
/
+380
*
Added routine to create a char array for a string.
Vikram S. Adve
2001-10-14
1
-9
/
+74
*
Two bug fixes that were suppressing some "load-constant-into-register" instrs.
Vikram S. Adve
2001-10-14
1
-2
/
+2
[next]