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
/
Target
/
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
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
2007-07-05
Doh
Evan Cheng
2007-07-05
Unbreak the build.
Evan Cheng
2007-07-05
the arm backend is not building, temporarily disable it.
Chris Lattner
2006-10-28
don't dist internal readme
Chris Lattner
2006-04-13
Add the README files to the distribution.
Reid Spencer
2005-10-24
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
only build .a version of this library
Chris Lattner
2005-04-22
Implement the --enable-targets= feature of the configure script. The make
Reid Spencer
2005-03-17
build the IA64 target as a .so for now
Duraid Madina
2005-01-23
Build Alpha by default.
Chris Lattner
2004-12-10
Add SparcV8 target back into the build
Brian Gaeke
2004-11-19
Fix file comment header
Misha Brukman
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-16
Fix fix fix
Chris Lattner
2004-09-15
Targets are independent of each other, so compile them in parallel
Misha Brukman
2004-08-05
PowerPC is a real target now.
Misha Brukman
2004-07-16
Build the skeleton target
Chris Lattner
2004-03-11
Remove ghostly directory from the build
Brian Gaeke
2004-02-28
SparcV8 now builds.
Chris Lattner
2004-02-25
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2004-02-13
CBackend now lives here
Chris Lattner
2004-01-21
Build the PowerPC directory, so it is less likely to bit-rot (again)
Brian Gaeke
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2002-11-20
X86 target builds fine now
Chris Lattner
2002-11-20
Don't build X86 target yet
Chris Lattner
2002-10-29
Reenable X86 backend, even though it doesn't do much, at least it compiles
Chris Lattner
2002-10-28
Don't build X86 target until it builds properly again
Chris Lattner
2002-10-25
Build the X86 target as well
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
Move files to new sparc directory
Chris Lattner