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
/
InstrSelection.h
Age
Commit message (
Expand
)
Author
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-05-31
Added MachineCodeForInstruction object as an argument to
Vikram S. Adve
2002-09-08
Move TmpInstruction ctor to InstrSelection.cpp file
Chris Lattner
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-07-30
Expose instruction selection as a pass instead of a global function
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-04-09
Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the
Chris Lattner
2002-03-24
Add methods to support type inquiry. Rename TmpInstruction values.
Vikram S. Adve
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-18
Use vector for machine instructions in GetInstructionsByRule.
Vikram S. Adve
2002-02-03
* Remove TMP_INSTRUCTION_OPCODE silliness
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-08
Added a second constructor for and improved class TmpInstruction.
Vikram S. Adve
2001-10-22
Added function interfaces for generating prolog and epilog 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
Moved code generation support routines to InstrSelectionSupport.{h,cpp}.
Vikram S. Adve
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-09
Fix build breakage. :(
Chris Lattner
2001-07-23
Removal of the redundant CompileContext wrapper
Chris Lattner
2001-07-23
Large scale changes to implement new command line argument facility
Chris Lattner
2001-07-22
Privatize LLCOptions. It had no business being visible to the entire
Chris Lattner
2001-07-21
Header files for the target architecture description and for instruction
Vikram S. Adve