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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos
2003-10-02
1
-0
/
+35
*
include passes.h which defines the interface this file exposes
Chris Lattner
2003-09-30
1
-4
/
+4
*
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
*
Move getAnalysisUsage method from header to .cpp file. Add a normal file
Chris Lattner
2003-09-23
2
-21
/
+22
*
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
*
Fixed spelling.
Misha Brukman
2003-09-17
4
-11
/
+11
*
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
*
Add flag to control whether or not delay slots are filled during
Vikram S. Adve
2003-09-16
1
-1
/
+7
*
Fix typos in comments.
Brian Gaeke
2003-09-15
1
-2
/
+2
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
2
-18
/
+18
*
Don't build dead directories
Chris Lattner
2003-09-01
1
-1
/
+1
*
Remove dead library makefile
Chris Lattner
2003-09-01
1
-8
/
+0
*
Remove makefile for dead library
Chris Lattner
2003-09-01
1
-9
/
+0
*
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
2
-2
/
+2
*
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
*
Fixed two double free bugs that caused llc to segfault or run forever.
John Criswell
2003-08-28
1
-5
/
+21
*
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
*
Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
Chris Lattner
2003-08-23
1
-13
/
+21
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
2
-2
/
+2
*
Fix spello
Chris Lattner
2003-08-21
1
-1
/
+1
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Fix bug: Jello/2003-08-15-AllocaAssertion.ll
Chris Lattner
2003-08-17
1
-8
/
+18
*
Fix typo in comment
Brian Gaeke
2003-08-15
1
-1
/
+1
*
Remove uses of the NonCopyable class, to make the doxygen output look better
Chris Lattner
2003-08-15
1
-9
/
+17
*
rename selection directory and library to SelectionDAG
Chris Lattner
2003-08-15
2
-2
/
+2
*
Add a bunch of new node types, etc
Chris Lattner
2003-08-15
2
-12
/
+71
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
2
-2
/
+2
*
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-14
1
-5
/
+2
*
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-13
4
-6
/
+6
*
Mapping directory no longer exists
Chris Lattner
2003-08-13
1
-1
/
+1
*
Obsolete file
Chris Lattner
2003-08-13
1
-4
/
+0
*
For instructions in a delay slot of another instruction,
Vikram S. Adve
2003-08-12
1
-12
/
+16
[next]