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
/
Makefile
Age
Commit message (
Expand
)
Author
2013-10-23
Remove obsolete bitcode wrapper code
Derek Schuff
2013-06-07
Add CL argument -bitcode-format to llvm-dis, llc, and pnacl-llc.
Karl Schimpf
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-12-05
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2011-09-20
Remove more of llvmc and dependencies.
Eric Christopher
2011-09-13
Sketch out a DWARF parser.
Benjamin Kramer
2010-11-15
Add LLVMObject Library.
Michael J. Spencer
2009-10-05
remove llvm-db: it is completely broken and if anyone wants to do a debugger,
Chris Lattner
2009-07-04
LLVMC doesn't need ENABLE_PIC to build now.
Mikhail Glushenkov
2009-06-29
Don't build LLVMC when configured with --disable-pic (it needs requires shared
Daniel Dunbar
2009-06-23
Start flushing out MCContext.
Daniel Dunbar
2009-03-02
Reorganize llvmc code.
Mikhail Glushenkov
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-05-06
build lib/Archive instead of lib/Bytecode
Chris Lattner
2007-04-22
build the bitcode dir
Chris Lattner
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2006-05-17
Make some changes suggested by Chris:
Reid Spencer
2006-05-17
Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the
Chris Lattner
2004-11-14
Add the Linker library
Reid Spencer
2004-09-15
Wrap long line
Misha Brukman
2004-02-13
CBackend is no longer here
Chris Lattner
2004-01-05
Add new dir
Chris Lattner
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-09-29
Removed Support directory. It now lives in llvm/support/lib.
John Criswell
2003-09-05
Add ExecutionEngine directory.
Brian Gaeke
2003-08-21
Reoptimizer has moved to reopt cvs module.
Brian Gaeke
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2002-09-18
Compile sub-directories in parallel, because they don't have interdependencies
Chris Lattner
2002-08-27
added Reoptimizer in Makefile DIRS
Anand Shukla
2002-05-08
*** empty log message ***
Sumant Kowshik
2002-04-08
Moved assembly writer library into its own top level directory.
Chris Lattner
2002-01-21
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2001-10-13
Compile the transforms directory
Chris Lattner
2001-09-14
Move the sparc target to a new lib/Target directory
Chris Lattner
2001-07-21
Make sure we build all of the code!
Chris Lattner
2001-07-21
Moved LLC subdir to the tools top level directory
Chris Lattner
2001-07-21
Added CodeGen, LLC, and Support.
Vikram S. Adve
2001-06-06
Initial revision
Chris Lattner