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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extra blank line.
Brian Gaeke
2003-10-17
1
-1
/
+0
*
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-17
1
-1
/
+1
*
Fix typo in comment.
Brian Gaeke
2003-10-16
1
-1
/
+1
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
1
-1
/
+3
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
1
-1
/
+1
*
Output a contorted sequence of instructions to make sure that we don't access
Chris Lattner
2003-10-14
1
-8
/
+20
*
Disable the leaf function optimization, which is apparently not legal on
Chris Lattner
2003-10-14
1
-25
/
+2
*
Remove WordsEmitted statistic; there's already a non-backend-specific
Brian Gaeke
2003-10-13
1
-3
/
+10
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-3
/
+2
*
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
6
-13
/
+14
*
Add # of printed instructions statistic to both the SPARC and X86 LLC backends.
Brian Gaeke
2003-10-06
2
-1
/
+8
*
Add support for the Invoke instruction by using the LowerInvoke pass
Chris Lattner
2003-10-05
1
-0
/
+6
*
Instead of hacking in custom support for Invoke/Unwind, use the LowerInvoke pass
Chris Lattner
2003-10-05
2
-31
/
+14
*
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos
2003-10-02
1
-29
/
+2
*
Change llc command line for register allocators
Alkis Evlogimenos
2003-10-02
1
-6
/
+25
*
Revert previous change. For some reason this went into the main branch
Alkis Evlogimenos
2003-10-01
1
-19
/
+2
*
Added command line option for linear scan allocator
Alkis Evlogimenos
2003-10-01
1
-2
/
+19
*
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
*
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
1
-1
/
+2
*
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
1
-65
/
+90
*
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
1
-1
/
+0
*
Add support for the unwind instruction
Chris Lattner
2003-09-08
1
-0
/
+5
*
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
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
[next]