index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InstrSelection
Age
Commit message (
Expand
)
Author
2002-08-04
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-07-30
* Move InstructionSelection Pass here instead of living in Sparc.cpp. It
Chris Lattner
2002-07-30
Remove unused vector
Chris Lattner
2002-07-22
moving to the Reoptimizer/Mapping dir
Mehwish Nagda
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-19
changed size computation
Mehwish Nagda
2002-07-17
added check for Function with 0 BB
Mehwish Nagda
2002-07-16
Now will profile all Basic Blocks
Mehwish Nagda
2002-07-15
Initial checking : Writes LLVM - MI mappiing to the .s file
Mehwish Nagda
2002-07-08
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.
Vikram S. Adve
2002-07-08
MachineInstr::dump() now takes no arguments.
Vikram S. Adve
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-20
Hide debugging options
Chris Lattner
2002-05-19
Better folding getelementptr operations with mixed
Vikram S. Adve
2002-05-19
cpValue2Value now needs a vector of MachineInstr to store return values.
Vikram S. Adve
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-04-29
Add neccesary #include
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
GCC3.0 is reported to die without an alloca definition.
Chris Lattner
2002-04-08
Don't leak memory like a seive
Chris Lattner
2002-04-08
Value cannot be directly instantiated. I think that this code was TRYING to
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-31
Fix a bug in previous bug fix.
Vikram S. Adve
2002-03-26
Change references from Method to Function
Chris Lattner
2002-03-24
Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.
Vikram S. Adve
2002-03-24
Use deterministic iterator for treeRoots.
Vikram S. Adve
2002-03-24
Change treeRoots data structure to make enumeration deterministic.
Vikram S. Adve
2002-03-18
Constants are now added to the constant pool only when a load
Vikram S. Adve
2002-03-18
Use vector for machine instructions returned by GetInstructionsByRule.
Vikram S. Adve
2002-02-12
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-03
* Switch over to cleaner TmpInstruction model
Chris Lattner
2002-02-03
* Straighten out #includes
Chris Lattner
2002-02-03
* Swich to annotation model for MachineCodeForInstruction
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-15
Eliminate all uses of memInst->getIndicesBROKEN().
Vikram S. Adve
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
The old getIndices has been deprecated, because it no longer works. It now
Chris Lattner
2001-11-15
Added naming to inserted phi copy values - for easy debugging
Ruchira Sasanka
2001-11-15
Changed phi elimination code
Ruchira Sasanka
2001-11-14
Don't assume constant operand can only be in position 1!
Vikram S. Adve
2001-11-14
Idiotic error in last fix.
Vikram S. Adve
2001-11-14
Don't need to load a NULL pointer constant from memory!
Vikram S. Adve
2001-11-14
Remove much cruft from the MemAccessInst instruction
Chris Lattner
[next]