index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add # of printed instructions statistic to both the SPARC and X86 LLC backends.
Brian Gaeke
2003-10-06
3
-1
/
+12
*
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
3
-62
/
+14
*
A couple of minor code cleanups.
Chris Lattner
2003-10-05
2
-42
/
+32
*
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
*
include passes.h which defines the interface this file exposes
Chris Lattner
2003-09-30
1
-4
/
+4
*
Add statistic for # of emitWord() calls.
Brian Gaeke
2003-09-30
1
-0
/
+2
*
Update head-of-file comment.
Brian Gaeke
2003-09-24
1
-1
/
+10
*
Untabify tabs in stuff I've recently added.
Brian Gaeke
2003-09-24
2
-3
/
+156
*
Use getRegClassID() instead of getRegClass()->getID(), since it's there.
Brian Gaeke
2003-09-24
1
-17
/
+15
*
Remove some unused methods of class IGNode.
Brian Gaeke
2003-09-24
1
-13
/
+0
*
Fixed spelling.
Misha Brukman
2003-09-23
2
-3
/
+3
*
Fix spelling.
Misha Brukman
2003-09-23
1
-1
/
+1
*
Move getAnalysisUsage method from header to .cpp file. Add a normal file
Chris Lattner
2003-09-23
2
-21
/
+22
*
Fix assertion so it doesn't not trip incorrectly.
Vikram S. Adve
2003-09-21
1
-4
/
+4
*
Use C++ math header instead of C version.
Brian Gaeke
2003-09-21
1
-1
/
+1
*
Erase now-unused prototypes.
Brian Gaeke
2003-09-21
1
-3
/
+0
*
Rearrange #includes ... since there are fewer now I guess it's a win.
Brian Gaeke
2003-09-21
1
-2
/
+2
*
Standardize the names of include guards.
Brian Gaeke
2003-09-21
5
-11
/
+10
*
Standardize the names of include guards.
Brian Gaeke
2003-09-21
1
-4
/
+2
*
Standardize the names of include guards.
Brian Gaeke
2003-09-21
1
-6
/
+5
*
I tried to standardize the formatting and tidy up the huge amount of
Brian Gaeke
2003-09-21
2
-204
/
+33
*
Convert PhyRegAlloc into a proper pass.
Brian Gaeke
2003-09-21
2
-132
/
+98
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
2
-2
/
+2
*
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
[next]