index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
InstrSelection
/
InstrSelection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-20
/
+16
*
Use deterministic iterator for treeRoots.
Vikram S. Adve
2002-03-24
1
-10
/
+10
*
Use vector for machine instructions returned by GetInstructionsByRule.
Vikram S. Adve
2002-03-18
1
-70
/
+31
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-1
/
+1
*
* Straighten out #includes
Chris Lattner
2002-02-03
1
-38
/
+12
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-21
/
+11
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-2
/
+1
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Added naming to inserted phi copy values - for easy debugging
Ruchira Sasanka
2001-11-15
1
-0
/
+6
*
Changed phi elimination code
Ruchira Sasanka
2001-11-15
1
-1
/
+64
*
For phi elimination, now we are generating only one instruction
Ruchira Sasanka
2001-11-12
1
-15
/
+5
*
Added phi elimination code - not final
Ruchira Sasanka
2001-11-12
1
-0
/
+100
*
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-08
1
-1
/
+1
*
Cosmetic changes only.
Vikram S. Adve
2001-10-22
1
-15
/
+49
*
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-17
1
-7
/
+45
*
Moved code generation support routines to InstrSelectionSupport.cpp.
Vikram S. Adve
2001-10-10
1
-44
/
+1
*
Minor changes.
Vikram S. Adve
2001-09-18
1
-67
/
+89
*
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-14
1
-88
/
+68
*
More cleanups, preparing to revamp InstrForest to, among other things,
Chris Lattner
2001-09-12
1
-4
/
+3
*
Eliminate 'BasicNode' from InstrForest.
Chris Lattner
2001-09-11
1
-22
/
+7
*
Eliminate MainTreeNode function
Chris Lattner
2001-09-11
1
-2
/
+2
*
A file should always include it's private header file *FIRST* see the
Chris Lattner
2001-09-07
1
-1
/
+1
*
Moved debug options declaration to header file, and moved
Vikram S. Adve
2001-08-28
1
-65
/
+54
*
Simplify command line options, and add option for printing
Vikram S. Adve
2001-07-31
1
-6
/
+8
*
Record machine instructions in the vector for each basic block.
Vikram S. Adve
2001-07-30
1
-0
/
+14
*
CommandLine library cleanup. No longer use getValue/setValue, instead, just ...
Chris Lattner
2001-07-23
1
-3
/
+3
*
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
1
-1
/
+1
*
Clean up hash table usage
Chris Lattner
2001-07-23
1
-3
/
+2
*
Removal of the redundant CompileContext wrapper
Chris Lattner
2001-07-23
1
-8
/
+6
*
Large scale changes to implement new command line argument facility
Chris Lattner
2001-07-23
1
-7
/
+17
*
Privatize LLCOptions. It had no business being visible to the entire
Chris Lattner
2001-07-22
1
-19
/
+10
*
Remove unneccesary #includes
Chris Lattner
2001-07-21
1
-9
/
+1
*
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
1
-3
/
+3
*
Instruction selection via pattern matching on instruction trees using BURG.
Vikram S. Adve
2001-07-21
1
-0
/
+279