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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo in Sparc.cpp.
Brian Gaeke
2003-09-18
2
-10
/
+6
*
Rename the pass creator fn to mimic the other creator fn names.
Brian Gaeke
2003-09-18
1
-1
/
+1
*
Fix (and properly doxygenify) some comments. Incorporate
Brian Gaeke
2003-09-18
1
-39
/
+86
*
Make the symbol prologue/epilogue stuff redundant with MappingInfo, in
Brian Gaeke
2003-09-18
1
-20
/
+31
*
Fixed spelling.
Misha Brukman
2003-09-17
3
-6
/
+6
*
Fix typo in comment. Take out some random whitespace.
Brian Gaeke
2003-09-16
1
-4
/
+1
*
Edit comment for accuracy
Brian Gaeke
2003-09-16
1
-3
/
+3
*
Fix longjmp case so that, along with the call to abort(), we also
Vikram S. Adve
2003-09-16
1
-2
/
+22
*
Add flag to control whether or not delay slots are filled during
Vikram S. Adve
2003-09-16
1
-1
/
+7
*
Fix problems with programs that prototype printf to something unusual
Chris Lattner
2003-09-15
2
-4
/
+8
*
Fix typos in comments.
Brian Gaeke
2003-09-15
1
-2
/
+2
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
4
-26
/
+26
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-2
/
+2
*
Remove a bunch of warnings from the CBE generated C code
Chris Lattner
2003-09-10
2
-4
/
+4
*
"the one true solution for compatibility with GCC 3.3+"
Chris Lattner
2003-09-10
2
-6
/
+6
*
Be a little more specific about what is begin generated. Only print
Chris Lattner
2003-09-10
1
-12
/
+12
*
Only emit inter-field-padding if the amount of padding is != 0
Chris Lattner
2003-09-10
2
-2
/
+4
*
Don't explicitly use $SourceDir to find the tblgen files. This causes make
John Criswell
2003-09-10
1
-4
/
+4
*
Updated to find source files using VPATH. This makes writing build rules
John Criswell
2003-09-09
2
-9
/
+18
*
* Simplify printConstantValueOnly by moving the tail padding stuff directly
Chris Lattner
2003-09-09
2
-130
/
+180
*
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
4
-28
/
+0
*
Add support for the unwind instruction
Chris Lattner
2003-09-08
4
-0
/
+38
*
Checkin of autoconf-style object root.
John Criswell
2003-09-06
2
-26
/
+16
*
Added some optimizations:
Misha Brukman
2003-09-05
1
-34
/
+66
*
OptInfo is no longer required
Chris Lattner
2003-09-01
1
-1
/
+0
*
No longer provide an optinfo, noone uses it
Chris Lattner
2003-09-01
2
-18
/
+1
*
Inline simple comparison which is sparc specific anyway
Chris Lattner
2003-09-01
1
-2
/
+45
*
Move private interfaces into private .h file
Chris Lattner
2003-09-01
4
-4
/
+9
*
Simplify code a bit
Chris Lattner
2003-09-01
1
-31
/
+15
*
LiveRange.h is now in lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
2
-2
/
+2
*
This file is hopelessly out of date
Chris Lattner
2003-09-01
1
-208
/
+0
*
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
Chris Lattner
2003-09-01
3
-3
/
+3
*
PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
1
-1
/
+1
*
Move IGNode from public include directory to here. Minor cleanups like addin...
Chris Lattner
2003-09-01
5
-117
/
+102
*
IGNode got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
1
-1
/
+1
*
This file just needs LiveRange.h not IGNode.h
Chris Lattner
2003-09-01
1
-2
/
+2
*
No longer include IGNode.h in the Sparc global header
Chris Lattner
2003-09-01
3
-10
/
+16
*
* Use alloca() to force GCC not to eliminate frame pointer
Misha Brukman
2003-08-29
1
-115
/
+90
*
Fixed two double free bugs that caused llc to segfault or run forever.
John Criswell
2003-08-28
1
-5
/
+21
*
Add support for the llvm.unwind intrinsic, which we codegen to just do an abort
Chris Lattner
2003-08-28
2
-2
/
+58
*
Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking
Chris Lattner
2003-08-28
2
-4
/
+10
*
Removing README
Tanya Lattner
2003-08-28
2
-35
/
+2
*
Putting my revised version of ModuloScheduling in cvs. This is not complete...
Tanya Lattner
2003-08-28
4
-2940
/
+155
*
Moved index into BB to common graph class because its needed by ModuloSchedGr...
Tanya Lattner
2003-08-28
2
-4
/
+1
*
Added/removed header file
Tanya Lattner
2003-08-27
1
-1
/
+0
*
*** empty log message ***
Tanya Lattner
2003-08-27
3
-416
/
+273
*
First version of SchedGraph common class and refactoring of SchedGraph.
Tanya Lattner
2003-08-25
5
-481
/
+353
*
Simplify code
Chris Lattner
2003-08-24
2
-6
/
+2
*
Targets should configure themselves based on a Module, not some wierd flags
Chris Lattner
2003-08-24
3
-12
/
+12
*
Implement: Jello/test-constantexpr.ll
Chris Lattner
2003-08-24
2
-62
/
+132
[next]