| Commit message (Expand) | Author | Age | Files | Lines |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc | Dan Gohman | 2009-09-02 | 1 | -1/+1 |
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | switch tools to bitcode from bytecode | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | add bitcode reading support. Remove EH cruft. | Chris Lattner | 2007-05-06 | 1 | -2/+1 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -16/+2 |
* | rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
* | Now that SparcV9 is gone, this logical can be simplified significantly. | Chris Lattner | 2006-08-03 | 1 | -39/+1 |
* | Fix MacOSX build failures. (pr841) | Devang Patel | 2006-07-21 | 1 | -1/+1 |
* | Build more debugger/selectiondag libraries as archives instead of .o files. | Chris Lattner | 2006-07-21 | 1 | -1/+1 |
* | Fix linking on Alpha | Andrew Lenharth | 2006-07-20 | 1 | -1/+1 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Oops, llc needs libTarget.a not Target.o | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -5/+5 |
* | added a skeleton of the ARM backend | Rafael Espindola | 2006-05-14 | 1 | -0/+5 |
* | Never link in sparcv9 | Chris Lattner | 2006-04-20 | 1 | -10/+0 |
* | remove support for the skeleton target | Chris Lattner | 2006-02-16 | 1 | -5/+0 |
* | SparcV8 -> Sparc | Chris Lattner | 2006-02-05 | 1 | -2/+2 |
* | Move some constant folding code shared by Analysis and Transform passes | John Criswell | 2005-10-27 | 1 | -1/+1 |
* | 1. Remove libraries no longer created from the list of libraries linked into the | John Criswell | 2005-10-26 | 1 | -1/+1 |
* | transforms before analyses | Chris Lattner | 2005-10-25 | 1 | -1/+1 |
* | pull in the archive version of this lib to reduce exe size | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | make SparcV8 and V9 seperately configurable | Andrew Lenharth | 2005-06-08 | 1 | -2/+6 |
* | Make the CBackend actually get included in llc by using USEDLIBS instead of | Reid Spencer | 2005-04-23 | 1 | -2/+4 |
* | Always enable the C backend. This fixes a *vast* number of failures on the | Chris Lattner | 2005-04-23 | 1 | -3/+1 |
* | Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD | Reid Spencer | 2005-04-22 | 1 | -2/+12 |
* | Implement the --enable-targets= feature of the configure script. The make | Reid Spencer | 2005-04-22 | 1 | -11/+37 |
* | statically link ia64 into llc | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | add Alpha to llc | Andrew Lenharth | 2005-02-15 | 1 | -0/+1 |
* | X86 BE requires SelectionDAG | Chris Lattner | 2005-01-07 | 1 | -0/+1 |
* | Linking in all of ScalarOpts. | Tanya Lattner | 2004-12-16 | 1 | -1/+1 |
* | No targets actually use this library | Chris Lattner | 2004-12-16 | 1 | -1/+0 |
* | Link V8 backend into llc. | Brian Gaeke | 2004-12-10 | 1 | -0/+1 |
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -0/+1 |
* | Adding option to llc for ModuloScheduling. By default it is turned off. | Tanya Lattner | 2004-11-18 | 1 | -0/+1 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -21/+22 |
* | Use the SparcV9-marked instr scheduling library | Misha Brukman | 2004-10-08 | 1 | -1/+1 |
* | Add the LLVMsystem.a library as it is now used for operating system | Reid Spencer | 2004-08-29 | 1 | -1/+2 |
* | while we're at it, make the libraries be on separate lines | Chris Lattner | 2004-08-05 | 1 | -4/+21 |
* | Lines need to end with \ to make sure they're actually continued | Misha Brukman | 2004-08-05 | 1 | -2/+2 |
* | * Add PowerPC library to LLC | Misha Brukman | 2004-08-05 | 1 | -18/+3 |
* | libsparcv9select is history | Brian Gaeke | 2004-08-04 | 1 | -1/+0 |
* | Build skeleton target | Chris Lattner | 2004-07-16 | 1 | -2/+3 |
* | Uhh, that doesn't exist. | Chris Lattner | 2004-05-27 | 1 | -1/+0 |
* | Header file moved | Chris Lattner | 2004-05-27 | 1 | -0/+1 |
* | SparcV8 removed until it grows up becomes a mature backend. | Misha Brukman | 2004-03-11 | 1 | -2/+1 |
* | Add a hook to run with the V8 target, though it doesn't currently work. Also | Chris Lattner | 2004-02-28 | 1 | -0/+1 |
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke | 2004-02-25 | 1 | -4/+4 |
* | Add support for -march=c | Chris Lattner | 2004-02-13 | 1 | -1/+3 |