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
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-16
Actually, change it to use explicit new/delete, which is more likely to be
Chris Lattner
2003-06-16
Remove two using decls
Chris Lattner
2003-06-16
Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",
Brian Gaeke
2003-06-07
Do not hastily change the Opcode from 'r' to 'i' type if we're not actually
Misha Brukman
2003-06-04
I have finally seen the light. The code to change the opcode must live higher in
Misha Brukman
2003-06-03
Moved code to modify the opcode from 'reg' to 'imm' form to a more logical pl...
Misha Brukman
2003-05-31
Added MachineCodeForInstruction object as an argument to
Vikram S. Adve
2003-05-30
When converting virtual registers to immediate constants, change the opcode.
Misha Brukman
2003-04-23
Remove unneccesary &*
Chris Lattner
2003-01-15
Move sparc specific code into the Sparc backend
Chris Lattner
2003-01-15
Fix bug in previous checkin
Chris Lattner
2003-01-15
Minor changes
Chris Lattner
2003-01-15
Remove dead code
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-11-09
Fix warning
Chris Lattner
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
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
Change MachineBasicBlock's to not be Annotations, instead they are kept as
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
*** empty log message ***
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-23
Tell PassManager that this pass does not invalidate the CFG so that dominator
Chris Lattner
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-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
[next]