2015-05-27 |
Alex Lorenz | Resubmit r237954 (MIR Serialization: print and parse... |
blob | commitdiff | raw |
2013-12-27 |
Nico Weber | Strip dead code when linking by default with BFD ld... |
blob | commitdiff | raw | diff to current |
2013-03-26 |
Chandler Carruth | Manually update the dependencies in the Makefiles.... |
blob | commitdiff | raw | diff to current |
2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Dan Gohman | Switch llc from ParseBitcodeFile to ParseIRFile. This... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Chris Lattner | switch tools to bitcode from bytecode |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Chris Lattner | add bitcode reading support. Remove EH cruft. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | Use LINK_COMPONENTS to specify *components* to link... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Chris Lattner | rearrange targets to satisfy dependencies. Too bad... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Chris Lattner | Now that SparcV9 is gone, this logical can be simplifie... |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Devang Patel | Fix MacOSX build failures. (pr841) |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Chris Lattner | Build more debugger/selectiondag libraries as archives... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
Andrew Lenharth | Fix linking on Alpha |
blob | commitdiff | raw | diff to current |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Reid Spencer | Oops, llc needs libTarget.a not Target.o |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Rafael Espindola | added a skeleton of the ARM backend |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Chris Lattner | Never link in sparcv9 |
blob | commitdiff | raw | diff to current |
2006-02-16 |
Chris Lattner | remove support for the skeleton target |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Chris Lattner | SparcV8 -> Sparc |
blob | commitdiff | raw | diff to current |
2005-10-27 |
John Criswell | Move some constant folding code shared by Analysis... |
blob | commitdiff | raw | diff to current |
2005-10-26 |
John Criswell | 1. Remove libraries no longer created from the list... |
blob | commitdiff | raw | diff to current |
2005-10-25 |
Chris Lattner | transforms before analyses |
blob | commitdiff | raw | diff to current |
2005-10-24 |
Chris Lattner | pull in the archive version of this lib to reduce exe... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Andrew Lenharth | make SparcV8 and V9 seperately configurable |
blob | commitdiff | raw | diff to current |
2005-04-23 |
Reid Spencer | Make the CBackend actually get included in llc by using... |
blob | commitdiff | raw | diff to current |
2005-04-23 |
Chris Lattner | Always enable the C backend. This fixes a *vast* numbe... |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Reid Spencer | Don't always build CBackend and Skeleton. Make use... |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Reid Spencer | Implement the --enable-targets= feature of the configur... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Chris Lattner | statically link ia64 into llc |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Andrew Lenharth | add Alpha to llc |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Chris Lattner | X86 BE requires SelectionDAG |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Tanya Lattner | Linking in all of ScalarOpts. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Chris Lattner | No targets actually use this library |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Brian Gaeke | Link V8 backend into llc. |
blob | commitdiff | raw | diff to current |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
blob | commitdiff | raw | diff to current |
2004-11-18 |
Tanya Lattner | Adding option to llc for ModuloScheduling. By default... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Misha Brukman | Use the SparcV9-marked instr scheduling library |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Reid Spencer | Add the LLVMsystem.a library as it is now used for... |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Chris Lattner | while we're at it, make the libraries be on separate... |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Misha Brukman | Lines need to end with \ to make sure they're actually... |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Misha Brukman | * Add PowerPC library to LLC |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Brian Gaeke | libsparcv9select is history |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Chris Lattner | Build skeleton target |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Chris Lattner | Uhh, that doesn't exist. |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Chris Lattner | Header file moved |
blob | commitdiff | raw | diff to current |
2004-03-11 |
Misha Brukman | SparcV8 removed until it grows up becomes a mature... |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Chris Lattner | Add a hook to run with the V8 target, though it doesn... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Brian Gaeke | Great renaming part II: Sparc --> SparcV9 (also include... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Chris Lattner | Add support for -march=c |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Brian Gaeke | Fix indentation of selectiondag. |
blob | commitdiff | raw | diff to current |
2004-02-02 |
Brian Gaeke | Link in the PowerPC back-end. |
blob | commitdiff | raw | diff to current |
2003-12-15 |
Chris Lattner | There is no reason to add -load support to LLC |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright to Makefiles. |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Chris Lattner | Preselection is now integrated into the Sparc target... |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Chris Lattner | Sparc peephole optimizer moved out of post-opts library... |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Chris Lattner | rename selection library to selectiondag |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Chris Lattner | Incorporate mapping library into the sparc library |
blob | commitdiff | raw | diff to current |
2003-08-11 |
Chris Lattner | Include the new selection library for the X86 target |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Brian Gaeke | lib/Target/Sparc/Sparc.cpp: |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Brian Gaeke | Use $(PLATFORMLIBDL) to selectively bring in -ldl only... |
blob | commitdiff | raw | diff to current |
2003-05-27 |
Chris Lattner | Remove ugly hack (that I put in originally) for buildin... |
blob | commitdiff | raw | diff to current |
2003-01-19 |
Chris Lattner | * Prune down library list. In particular, llc doesn... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Vikram S. Adve | Fix link errors due to new IPModRef pass. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Vikram S. Adve | Don't build llc symbols by default. |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Chris Lattner | No need to explicitly inclue ExportSymbols now |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Chris Lattner | After removing stuff from TargetMachine, we now no... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Chris Lattner | Add codegen library |
blob | commitdiff | raw | diff to current |
2002-09-20 |
Vikram S. Adve | Renamed library preselect to preopts. |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Chris Lattner | Enable correct support for dynamic loading on Linux |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Vikram S. Adve | Change several entries to use the .o instead of .a... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Anand Shukla | Added mapping lib in llc makefile |
blob | commitdiff | raw | diff to current |
2002-08-07 |
Chris Lattner | Only include the sparc.o file once! |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-05-19 |
Vikram S. Adve | Add libsparc.a a second time to resolve link errors. |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Chris Lattner | Straighten out makefiles after moving code to new Trans... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Chris Lattner | Remove asmwriter library from link line, because the... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Chris Lattner | Trim down makefile, again. |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Chris Lattner | Cut down number of times libraries are included to... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Chris Lattner | Add dependency |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Chris Lattner | Try again, now it works right |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Chris Lattner | Fix ordering dependency problem |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Chris Lattner | Eliminate opt library |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Vikram S. Adve | Trace code should always be exported just before code... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Chris Lattner | Add library |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Vikram S. Adve | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Vikram S. Adve | Repeat some libs due to circular dependences between... |
blob | commitdiff | raw | diff to current |
2001-09-15 |
Ruchira Sasanka | Added regalloc |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Chris Lattner | This checkin represents some cleanup of the backend... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Chris Lattner | Make use of the new TOOLNAME/USEDLIBS options provided... |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Vikram S. Adve | Changed link line. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Chris Lattner | Large scale changes to implement new command line argum... |
blob | commitdiff | raw | diff to current |
2001-07-21 |
Chris Lattner | Make the makefile work |
blob | commitdiff | raw | diff to current |
2001-07-21 |
Chris Lattner | Autodep functionality broken. Remove so we get success... |
blob | commitdiff | raw | diff to current |
2001-07-21 |
Vikram S. Adve | Driver and options for the llc compiler. |
blob | commitdiff | raw | diff to current |
|