index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llc
/
Makefile
Age
Commit message (
Expand
)
Author
2013-03-26
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
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-09-02
Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc
Dan Gohman
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-05-06
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
add bitcode reading support. Remove EH cruft.
Chris Lattner
2006-09-04
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-09-04
rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.
Chris Lattner
2006-08-03
Now that SparcV9 is gone, this logical can be simplified significantly.
Chris Lattner
2006-07-21
Fix MacOSX build failures. (pr841)
Devang Patel
2006-07-21
Build more debugger/selectiondag libraries as archives instead of .o files.
Chris Lattner
2006-07-20
Fix linking on Alpha
Andrew Lenharth
2006-07-07
Tools require EH for their top-level try blocks.
Chris Lattner
2006-06-01
Oops, llc needs libTarget.a not Target.o
Reid Spencer
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-05-14
added a skeleton of the ARM backend
Rafael Espindola
2006-04-20
Never link in sparcv9
Chris Lattner
2006-02-16
remove support for the skeleton target
Chris Lattner
2006-02-05
SparcV8 -> Sparc
Chris Lattner
2005-10-27
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-26
1. Remove libraries no longer created from the list of libraries linked into the
John Criswell
2005-10-25
transforms before analyses
Chris Lattner
2005-10-24
pull in the archive version of this lib to reduce exe size
Chris Lattner
2005-06-08
make SparcV8 and V9 seperately configurable
Andrew Lenharth
2005-04-23
Make the CBackend actually get included in llc by using USEDLIBS instead of
Reid Spencer
2005-04-23
Always enable the C backend. This fixes a *vast* number of failures on the
Chris Lattner
2005-04-22
Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD
Reid Spencer
2005-04-22
Implement the --enable-targets= feature of the configure script. The make
Reid Spencer
2005-03-17
statically link ia64 into llc
Chris Lattner
2005-02-15
add Alpha to llc
Andrew Lenharth
2005-01-07
X86 BE requires SelectionDAG
Chris Lattner
2004-12-16
Linking in all of ScalarOpts.
Tanya Lattner
2004-12-16
No targets actually use this library
Chris Lattner
2004-12-10
Link V8 backend into llc.
Brian Gaeke
2004-11-25
Add LLVMbzip2 library, now required.
Reid Spencer
2004-11-18
Adding option to llc for ModuloScheduling. By default it is turned off.
Tanya Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-08
Use the SparcV9-marked instr scheduling library
Misha Brukman
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-05
while we're at it, make the libraries be on separate lines
Chris Lattner
2004-08-05
Lines need to end with \ to make sure they're actually continued
Misha Brukman
2004-08-05
* Add PowerPC library to LLC
Misha Brukman
2004-08-04
libsparcv9select is history
Brian Gaeke
2004-07-16
Build skeleton target
Chris Lattner
2004-05-27
Uhh, that doesn't exist.
Chris Lattner
2004-05-27
Header file moved
Chris Lattner
2004-03-11
SparcV8 removed until it grows up becomes a mature backend.
Misha Brukman
2004-02-28
Add a hook to run with the V8 target, though it doesn't currently work. Also
Chris Lattner
[next]