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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better interface to generating machine instr for common cases
Vikram S. Adve
2002-05-19
1
-0
/
+127
*
MachineInstr now inherits from Annotable.
Vikram S. Adve
2002-05-19
1
-1
/
+3
*
Annotation class for MachineInstr.
Vikram S. Adve
2002-05-19
1
-0
/
+96
*
remove deprecated getInstType() method
Chris Lattner
2002-05-10
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
s/Method/Function
Chris Lattner
2002-04-27
1
-2
/
+2
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
3
-17
/
+15
*
Optional args are no longer allocated as they are discovered.
Vikram S. Adve
2002-04-25
2
-34
/
+28
*
Rewrite MachineCodeForBasicBlock in terms of containment rather than
Chris Lattner
2002-04-09
1
-4
/
+45
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the
Chris Lattner
2002-04-09
1
-8
/
+0
*
Don't leak memory like a seive
Chris Lattner
2002-04-08
1
-1
/
+4
*
s/Method/Function
Chris Lattner
2002-04-08
1
-8
/
+7
*
Include temp. values when computing max. size of stack frame!
Vikram S. Adve
2002-03-31
2
-0
/
+24
*
Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.
Vikram S. Adve
2002-03-24
1
-0
/
+7
*
Fix padding when allocating local variables on stack.
Vikram S. Adve
2002-03-24
2
-4
/
+6
*
Add methods to support type inquiry. Rename TmpInstruction values.
Vikram S. Adve
2002-03-24
1
-7
/
+12
*
Change treeRoots data structure to make enumeration deterministic.
Vikram S. Adve
2002-03-24
1
-5
/
+22
*
Rename Method to Function
Chris Lattner
2002-03-23
6
-23
/
+23
*
Big bug fix: killed uses were being inserted instead of erased!
Vikram S. Adve
2002-03-19
1
-7
/
+14
*
Added function computeOffsetforLocalVar to check how big the
Vikram S. Adve
2002-03-18
2
-2
/
+8
*
Use vector for machine instructions in GetInstructionsByRule.
Vikram S. Adve
2002-03-18
1
-3
/
+2
*
Bug fix in setting CC register.
Vikram S. Adve
2002-03-18
1
-9
/
+11
*
Make it compile with GCC 3.0.4
Chris Lattner
2002-02-24
1
-1
/
+1
*
Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...
Chris Lattner
2002-02-05
1
-6
/
+3
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
1
-65
/
+81
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
1
-4
/
+4
*
Remove generic routines to Support/SetOperations.h
Chris Lattner
2002-02-05
1
-35
/
+0
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
2
-25
/
+45
*
* Code Cleanups
Chris Lattner
2002-02-05
1
-3
/
+10
*
* Big cleanups.
Chris Lattner
2002-02-05
1
-16
/
+13
*
Clean up MethodLiveVarInfo
Chris Lattner
2002-02-04
1
-6
/
+3
*
Turn live variable analysis into a real MethodPass.
Chris Lattner
2002-02-04
1
-15
/
+25
*
Instruction scheduling is a real pass now.
Chris Lattner
2002-02-04
1
-4
/
+4
*
eliminate the add and remove methods, clients must use insert and erase direc...
Chris Lattner
2002-02-04
1
-19
/
+3
*
Remove tons of include pollution
Chris Lattner
2002-02-04
1
-39
/
+14
*
Convert RegisterAllocator interface to opaque pass type, so that users do not
Chris Lattner
2002-02-04
1
-6
/
+2
*
* Minor cleanups
Chris Lattner
2002-02-04
4
-45
/
+14
*
* Move command line parsing debug stuff to InstrScheduling internal header file
Chris Lattner
2002-02-04
1
-14
/
+1
*
Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined pass
Chris Lattner
2002-02-04
1
-0
/
+24
*
Code pulled out of MAchineInstr.(h|cpp)
Chris Lattner
2002-02-03
3
-0
/
+272
*
* Prune many #includes
Chris Lattner
2002-02-03
1
-206
/
+8
*
* Remove TMP_INSTRUCTION_OPCODE silliness
Chris Lattner
2002-02-03
1
-34
/
+26
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
7
-80
/
+44
*
Added comments, destructors where necessary.
Ruchira Sasanka
2002-01-07
1
-20
/
+33
*
Eliminate all uses of memInst->getIndicesBROKEN().
Vikram S. Adve
2001-12-15
1
-1
/
+1
*
Added comments are more documentation info
Ruchira Sasanka
2001-12-08
1
-6
/
+5
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-2
/
+2
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
4
-9
/
+8
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
4
-7
/
+7
[next]