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
*
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
4
-2
/
+14
*
#include vector which we will need here soon
Chris Lattner
2003-10-15
1
-0
/
+1
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
5
-5
/
+5
*
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
*
Do not allow fallthroughs in switch statements. This fixes PR37,
Chris Lattner
2003-10-13
2
-2
/
+6
*
Remove WordsEmitted statistic; there's already a non-backend-specific
Brian Gaeke
2003-10-13
1
-3
/
+10
*
Use the autoconf macro John wrote
Chris Lattner
2003-10-13
2
-12
/
+6
*
Regularize header file comments
Chris Lattner
2003-10-13
4
-13
/
+10
*
* Spell "necessary" correctly
Chris Lattner
2003-10-12
2
-6
/
+48
*
* Be TBAA safe
Chris Lattner
2003-10-12
2
-64
/
+118
*
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
8
-15
/
+16
*
* Doxygenified comments
Misha Brukman
2003-10-10
1
-8
/
+8
*
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
[next]