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
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2008-08-17
Move all assembler printing related stuff into new libAsmPrinter
Anton Korobeynikov
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2006-11-03
this will work better
Chris Lattner
2006-11-03
Fix the build on xcode < 2.4
Chris Lattner
2006-11-02
Make CodeGen libs -pedantic clean.
Reid Spencer
2006-07-20
Fix linking on Alpha
Andrew Lenharth
2006-06-01
Prevent the -pedantic option from causing Mac OS/X build problems:
Reid Spencer
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-10
ModuloScheduling has moved to lib/Target/SparcV9
Misha Brukman
2004-10-08
InstrSched has been moved to lib/Target/SparcV9
Misha Brukman
2004-08-01
Adding ModuloScheduling so that it compiles for everyone.
Tanya Lattner
2004-06-22
Making an archive version of the CodeGen library is unnecessary if we just
Misha Brukman
2004-06-22
Provide archive version of CodeGen library (for those tools that only need
Misha Brukman
2004-06-02
Oops, this was not to go in
Chris Lattner
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