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
*
Merging the linear scan register allocator in trunk. It currently passes most...
Alkis Evlogimenos
2003-11-20
4
-3
/
+1296
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
38
-16
/
+165
*
Fix problems linking against the reoptimizer; _llvm_regAllocState must have
Brian Gaeke
2003-11-10
1
-2
/
+2
*
Operand numbers are now ints. Save the register allocation of the value
Brian Gaeke
2003-11-10
3
-30
/
+40
*
Let's not forget about our friends -- Constant Pool indices.
Misha Brukman
2003-11-06
1
-0
/
+1
*
Do not use a class before it is defined.
Chris Lattner
2003-11-05
1
-6
/
+9
*
Update verifySavedState()'s comment, so that it reflects its current
Brian Gaeke
2003-11-04
1
-1
/
+3
*
Add comments.
Brian Gaeke
2003-11-04
1
-0
/
+4
*
Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to start
Brian Gaeke
2003-10-30
1
-6
/
+29
*
Make AllocState an enum.
Brian Gaeke
2003-10-30
1
-2
/
+12
*
Publicize the type of FnAllocState.
Brian Gaeke
2003-10-24
2
-2
/
+15
*
standardize command line option names
Chris Lattner
2003-10-24
1
-1
/
+1
*
Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction.
Brian Gaeke
2003-10-23
1
-0
/
+9
*
Move AllocInfo structure to a private AllocInfo.h header file.
Brian Gaeke
2003-10-23
1
-48
/
+15
*
Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants.
Brian Gaeke
2003-10-23
1
-1
/
+1
*
New file, containing AllocInfo structure.
Brian Gaeke
2003-10-23
1
-0
/
+61
*
* Eliminate `using' directive
Misha Brukman
2003-10-23
2
-52
/
+26
*
* Fix order of #include files
Misha Brukman
2003-10-23
2
-21
/
+22
*
* Order #includes as per style guide
Misha Brukman
2003-10-23
3
-46
/
+45
*
* Use C++ style comments instead of C-style
Misha Brukman
2003-10-23
2
-30
/
+25
*
* Eliminate `using' directive
Misha Brukman
2003-10-23
1
-106
/
+88
*
Make code layout more consistent.
Misha Brukman
2003-10-23
3
-318
/
+259
*
Change the type of FnAllocState.
Brian Gaeke
2003-10-22
1
-1
/
+1
*
Don't worry about converting each function's reg. alloc. state into One Big
Brian Gaeke
2003-10-22
1
-20
/
+21
*
Add prototype for verifySavedState().
Brian Gaeke
2003-10-22
1
-0
/
+1
*
Doxygenify method comments.
Brian Gaeke
2003-10-22
1
-207
/
+154
*
Added LLVM copyright notice.
John Criswell
2003-10-21
3
-0
/
+27
*
Added LLVM copyright header.
John Criswell
2003-10-21
7
-0
/
+50
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
6
-0
/
+48
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
27
-0
/
+189
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
1
-2
/
+2
*
#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
1
-1
/
+1
*
Regularize header file comments
Chris Lattner
2003-10-13
2
-9
/
+7
*
* Doxygenified comments
Misha Brukman
2003-10-10
1
-8
/
+8
*
Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs
Alkis Evlogimenos
2003-10-08
4
-44
/
+54
*
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
[next]