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
/
InstrSelection.cpp
Age
Commit message (
Expand
)
Author
2001-09-18
Minor changes.
Vikram S. Adve
2001-09-14
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-12
More cleanups, preparing to revamp InstrForest to, among other things,
Chris Lattner
2001-09-11
Eliminate 'BasicNode' from InstrForest.
Chris Lattner
2001-09-11
Eliminate MainTreeNode function
Chris Lattner
2001-09-07
A file should always include it's private header file *FIRST* see the
Chris Lattner
2001-08-28
Moved debug options declaration to header file, and moved
Vikram S. Adve
2001-07-31
Simplify command line options, and add option for printing
Vikram S. Adve
2001-07-30
Record machine instructions in the vector for each basic block.
Vikram S. Adve
2001-07-23
CommandLine library cleanup. No longer use getValue/setValue, instead, just ...
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
Clean up hash table usage
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
Remove unneccesary #includes
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
Instruction selection via pattern matching on instruction trees using BURG.
Vikram S. Adve