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
*
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
*
Move the burg file to here. Add .in suffix to indicate that it gets
Chris Lattner
2001-10-14
1
-0
/
+309
*
Make the sparc.burg file be a little more flexible and rubust in the fact of
Chris Lattner
2001-10-14
2
-6
/
+11
*
Check in makefile
Chris Lattner
2001-10-13
1
-0
/
+6
*
Compile the transforms directory
Chris Lattner
2001-10-13
1
-1
/
+1
*
Start of a linker
Chris Lattner
2001-10-13
3
-0
/
+66
*
Implement the invoke instruction
Chris Lattner
2001-10-13
1
-11
/
+50
*
* Fix a nefarious bugs: TypesEqual was wrong for varargs methods
Chris Lattner
2001-10-13
1
-16
/
+29
*
Convert a runtime check into an assertion
Chris Lattner
2001-10-13
1
-5
/
+2
*
* Add support for Module specific constants
Chris Lattner
2001-10-13
1
-4
/
+55
*
Add new TerminatorInst ctor for invoke
Chris Lattner
2001-10-13
1
-1
/
+6
*
* Fix TODO
Chris Lattner
2001-10-13
1
-16
/
+110
*
Fix broken #endif
Chris Lattner
2001-10-13
1
-1
/
+1
*
* Add #include
Chris Lattner
2001-10-13
1
-3
/
+3
*
Add StringList support
Chris Lattner
2001-10-13
1
-1
/
+10
*
Support the invoke instruction
Chris Lattner
2001-10-13
1
-1
/
+2
*
Support indirect calls
Chris Lattner
2001-10-13
1
-2
/
+3
*
not is a keyword in ansi C++, avoid it
Chris Lattner
2001-10-13
1
-1
/
+1
*
* Fix privacy issues on RegToRefVecMap
Chris Lattner
2001-10-13
2
-10
/
+10
*
* Use new style casts more
Chris Lattner
2001-10-13
3
-25
/
+41
*
* Add real support for global variable addresses initializing constants
Chris Lattner
2001-10-13
4
-49
/
+207
*
* Support writing GlobalVariables with info comments by them
Chris Lattner
2001-10-13
1
-19
/
+58
*
* Add support for forward references of global variable addresses
Chris Lattner
2001-10-13
1
-110
/
+283
*
Add operator< to ValID's so that they can be put in map's
Chris Lattner
2001-10-13
1
-0
/
+14
*
Remove exception specification
Chris Lattner
2001-10-13
1
-1
/
+1
*
Support the new Invoke instruction
Chris Lattner
2001-10-13
1
-1
/
+3
*
Support pointers to globals happily
Chris Lattner
2001-10-13
2
-18
/
+74
*
Fix code to make GCC 2.96 happy
Chris Lattner
2001-10-13
1
-1
/
+2
*
* Add support for Invoke instructions
Chris Lattner
2001-10-13
1
-3
/
+11
*
not is a keyword in Ansi C++. Avoid it
Chris Lattner
2001-10-13
2
-4
/
+4
*
--corrected coalescing test: coalsed only if two are of the same reg class
Ruchira Sasanka
2001-10-12
2
-12
/
+12
*
added support for implict operands in machine instruction
Ruchira Sasanka
2001-10-12
4
-58
/
+152
*
--added support for implicit operands in machine instructions
Ruchira Sasanka
2001-10-12
2
-0
/
+12
*
Record implicitRefs for each machine instruction instead of
Vikram S. Adve
2001-10-11
1
-39
/
+32
*
Add graph edges due to implicit refs in each machine instruction.
Vikram S. Adve
2001-10-11
2
-54
/
+104
*
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-10-10
4
-54
/
+64
*
Insert code to load constants used as Call or Return arguments.
Vikram S. Adve
2001-10-10
1
-39
/
+94
*
Machine-independent code generation routines used in instruction
Vikram S. Adve
2001-10-10
2
-0
/
+714
*
Moved code generation support routines to InstrSelectionSupport.cpp.
Vikram S. Adve
2001-10-10
3
-303
/
+2
*
--removed %g regs being allocated - fix later
Ruchira Sasanka
2001-10-09
1
-5
/
+6
[next]