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
/
Makefile
Age
Commit message (
Expand
)
Author
2004-06-02
Adjust to new TargetMachine interface
Chris Lattner
2004-01-09
Move InstrSelection into lib/Target/Sparc, as it's sparc specific
Chris Lattner
2004-01-09
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
Chris Lattner
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-09-01
Don't build dead directories
Chris Lattner
2003-08-15
rename selection directory and library to SelectionDAG
Chris Lattner
2003-08-13
Mapping directory no longer exists
Chris Lattner
2003-08-11
Build the SelectionDAG library
Chris Lattner
2002-10-25
Initial checkin of codegen infrastructure for LLVM-JIT
Chris Lattner
2002-09-29
Convert DIRS to PARALLEL_DIRS. They can be built independently.
Vikram S. Adve
2002-09-20
Add PostOpts/ and rename PreSelection/ to PreOpts/.
Vikram S. Adve
2002-09-16
Add subdirectory PreSelection.
Vikram S. Adve
2002-08-27
Added Mapping subdir
Anand Shukla
2001-09-14
added RegAlloc Directory to DIRS
Ruchira Sasanka
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-08-28
Added directory InstrSched.
Vikram S. Adve
2001-08-27
Demolish explicit source list
Chris Lattner
2001-07-21
*** empty log message ***
Vikram S. Adve