aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-5/+1
* switch tools to bitcode from bytecodeChris Lattner2007-05-062-17/+9
* use an auto_ptr to avoid an explicit deleteChris Lattner2007-05-061-7/+5
* add bitcode reading support. Remove EH cruft.Chris Lattner2007-05-062-122/+131
* For PR1277:Reid Spencer2007-03-261-1/+4
* The new version of how to add passes to emit files. We explicitly call aBill Wendling2007-02-081-1/+25
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-16/+2
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-79/+110
* rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner2006-09-041-1/+1
* Remove use of target::getName()Chris Lattner2006-09-031-2/+2
* Make sure that both non-asm file types are marked as experimentalNate Begeman2006-08-231-1/+2
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-3/+0
* Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner2006-08-031-39/+1
* Fix the build on case-sensitive filesystems :(Chris Lattner2006-08-011-1/+1
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-011-0/+1
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-211-1/+1
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-211-1/+1
* Fix linking on AlphaAndrew Lenharth2006-07-201-1/+1
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* For PR780:Reid Spencer2006-06-071-0/+1
* Oops, llc needs libTarget.a not Target.oReid Spencer2006-06-011-1/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-5/+5
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+5
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Adjust to use proper TargetData copy ctorChris Lattner2006-05-041-2/+1
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-1/+1
* Never link in sparcv9Chris Lattner2006-04-201-10/+0
* Add a warning.Chris Lattner2006-04-181-0/+3
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-3/+1
* remove support for the skeleton targetChris Lattner2006-02-161-5/+0
* SparcV8 -> SparcChris Lattner2006-02-051-2/+2
* Remove dead #includeChris Lattner2006-01-231-1/+0
* It doesn't make sense to give llc a list of passes on the command line,Chris Lattner2006-01-231-18/+0
* remove unused headerChris Lattner2006-01-051-1/+0
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-3/+0
* Adding MachineDebugInfo as a immutable pass.Jim Laskey2006-01-041-0/+4
* don't need this anymoreDuraid Madina2005-12-301-1/+0
* delete file portablyDuraid Madina2005-12-301-1/+2
* behold my standards-compliant humps!Duraid Madina2005-12-281-1/+2
* WAKEY WAKEYDuraid Madina2005-12-281-1/+1
* rename option for consistency with -mcpu -mattr etcChris Lattner2005-12-161-1/+1
* provide an option to override the target triple in a module from the commandChris Lattner2005-12-161-0/+6
* Add a new -fast option, which generates code quickly.Chris Lattner2005-11-081-1/+5
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-261-1/+1
* transforms before analysesChris Lattner2005-10-251-1/+1