index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include "Config/stdlib.h".
Brian Gaeke
2003-10-10
1
-1
/
+0
*
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
2003-10-10
1
-1
/
+1
*
Fix spelling.
Misha Brukman
2003-10-10
4
-11
/
+12
*
Add # of printed instructions statistic to both the SPARC and X86 LLC backends.
Brian Gaeke
2003-10-06
1
-1
/
+4
*
Add support for the Invoke instruction by using the LowerInvoke pass
Chris Lattner
2003-10-05
1
-0
/
+6
*
The comment seems irrelevant as the pass has become a BasicBlock pass.
Misha Brukman
2003-10-01
1
-2
/
+0
*
Make sure to get the definition of getRegisterAllocator
Chris Lattner
2003-09-30
1
-0
/
+1
*
RegisterAllocation.h is going away
Chris Lattner
2003-09-30
1
-1
/
+0
*
Add statistic for # of emitWord() calls.
Brian Gaeke
2003-09-30
1
-0
/
+2
*
Fixed spelling.
Misha Brukman
2003-09-23
2
-3
/
+3
*
Fix spelling.
Misha Brukman
2003-09-23
1
-1
/
+1
*
Fix assertion so it doesn't not trip incorrectly.
Vikram S. Adve
2003-09-21
1
-4
/
+4
*
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
*
Fix longjmp case so that, along with the call to abort(), we also
Vikram S. Adve
2003-09-16
1
-2
/
+22
*
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
1
-9
/
+12
*
Checkin of autoconf-style object root.
John Criswell
2003-09-06
1
-20
/
+10
*
Added some optimizations:
Misha Brukman
2003-09-05
1
-34
/
+66
*
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
1
-1
/
+1
*
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
Chris Lattner
2003-09-01
1
-1
/
+1
*
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
*
Targets should configure themselves based on a Module, not some wierd flags
Chris Lattner
2003-08-24
1
-1
/
+1
*
Change all #include'd files to be :: rules instead of : rules
Chris Lattner
2003-08-21
1
-1
/
+1
*
Add support for the sig(set|long)jmp intrinsics
Chris Lattner
2003-08-18
1
-0
/
+2
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-3
/
+3
*
Rename -emitmaps to -enable-maps
Brian Gaeke
2003-08-16
1
-1
/
+1
*
Now that the JIT memory manager allocates as many bytes as necessary rather than
Misha Brukman
2003-08-15
1
-1
/
+2
*
Fix register and parameter numbers in saving double FP registers.
Misha Brukman
2003-08-15
1
-1
/
+1
*
* Must save FP registers when calling CompilationCallback(), because FP
Misha Brukman
2003-08-15
1
-24
/
+168
*
Since we now have TableGen editing modes for VIM and (X)Emacs, we no longer need
Misha Brukman
2003-08-14
5
-10
/
+10
*
Restore 'nice name' to pass
Chris Lattner
2003-08-14
1
-0
/
+1
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
1
-1
/
+1
*
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-14
2
-2
/
+2
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
1
-7
/
+1
*
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-14
1
-3
/
+3
*
Adjust files for move of mapping info stuff into the Sparc directory
Chris Lattner
2003-08-13
5
-19
/
+20
*
Disable emitting LLVM-to-MI maps, by default.
Vikram S. Adve
2003-08-12
1
-9
/
+15
*
Fix va_arg to generate LDDFi for floating point values, instead of LDXi.
Vikram S. Adve
2003-08-12
1
-2
/
+4
*
Register argument to va_start must be marked as defined!
Vikram S. Adve
2003-08-11
1
-1
/
+1
*
Implement LLVM intrinsics `llvm.setjmp' and `llvm.longjmp' as follows:
Misha Brukman
2003-08-07
1
-4
/
+18
[next]