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
/
include
/
llvm
/
CodeGen
/
InstrSelectionSupport.h
Age
Commit message (
Expand
)
Author
2004-04-07
This file is no longer used.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-01-15
Move sparc specific code into the Sparc backend
Chris Lattner
2003-01-15
Remove internal helper fn
Chris Lattner
2003-01-15
Remove more unused methods
Chris Lattner
2003-01-15
Remove a ton of functions that are no longer used, instead using BuildMI
Chris Lattner
2003-01-15
* Eliminate a bunch of inline functions.
Chris Lattner
2002-10-28
Make MachineInstr.h not #include MachineInstrInfo.h
Chris Lattner
2002-10-21
Add a missing std:: qualifier
Chris Lattner
2002-10-14
Removed misleading const keyword.
Vikram S. Adve
2002-09-29
Added several more helper functions for construction MachineInstrs.
Vikram S. Adve
2002-09-16
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
2002-08-24
Added function GetMemInstArgs and made FoldGetElemChain private.
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-04
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-07-10
Added a few more methods for creating instructions.
Vikram S. Adve
2002-07-08
Added two more helper functions for instruction creation.
Vikram S. Adve
2002-05-19
Better interface to generating machine instr for common cases
Vikram S. Adve
2002-02-04
* Minor cleanups
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-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