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
/
InstrSelectionSupport.cpp
Age
Commit message (
Expand
)
Author
2002-10-29
Use higher level method
Chris Lattner
2002-10-28
MachineInstrInfo no longer #includes this header, so we must
Chris Lattner
2002-10-28
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-14
Significant improvement: GEP used by a load or store no longer generates
Vikram S. Adve
2002-09-29
Bug fix in folding getElementPtr instructions: don't fold one into
Vikram S. Adve
2002-09-27
Sign-extend integer constants from original type size to 64 bits!
Vikram S. Adve
2002-09-17
Add support for GCC 2.96
Chris Lattner
2002-09-16
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
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-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-24
Moved code here to extract memory instruction indices and to check
Vikram S. Adve
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-04
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-07-30
Remove unused vector
Chris Lattner
2002-05-19
Better folding getelementptr operations with mixed
Vikram S. Adve
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
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-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-24
Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.
Vikram S. Adve
2002-03-18
Constants are now added to the constant pool only when a load
Vikram S. Adve
2002-02-03
* Switch over to cleaner TmpInstruction model
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-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
The old getIndices has been deprecated, because it no longer works. It now
Chris Lattner
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
2001-11-08
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-04
Minor method rename
Chris Lattner
2001-10-28
Record constants that need to be emitted in the assembly code.
Vikram S. Adve
2001-10-17
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-10
Machine-independent code generation routines used in instruction
Vikram S. Adve