index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-09-12
Fix a bug I introduced into the code generator. :(
Chris Lattner
2002-09-11
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-08
Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't
Chris Lattner
2002-09-08
Inform the memory leak detector that TmpInstruction objects should not be
Chris Lattner
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-24
Use newly-added type inspection support in InstTreeNode subclasses.
Vikram S. Adve
2002-08-24
Moved code here to extract memory instruction indices and to check
Vikram S. Adve
2002-08-23
Added #include <alloca.h>
Anand Shukla
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
dumpNode() does not need to print MachineInstrs.
Vikram S. Adve
2002-08-15
Unary Not (boolean and bitwise) is no longer a separate LLVM instruction
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-09
We are using std::vector, so remove extraneous namespace prefixes
Chris Lattner
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
[next]