summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Don't silently ignore errors when opening output streams.Dan Gohman2008-08-21
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Link GC metadata printers by default to llcAnton Korobeynikov2008-08-17
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-23
* Fix a memory leak in llc.Dan Gohman2008-04-16
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-17
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* use an auto_ptr to avoid an explicit deleteChris Lattner2007-05-06
* add bitcode reading support. Remove EH cruft.Chris Lattner2007-05-06
* For PR1277:Reid Spencer2007-03-26
* The new version of how to add passes to emit files. We explicitly call aBill Wendling2007-02-08
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner2006-09-04
* Remove use of target::getName()Chris Lattner2006-09-03
* Make sure that both non-asm file types are marked as experimentalNate Begeman2006-08-23
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-23
* Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner2006-08-03
* Fix the build on case-sensitive filesystems :(Chris Lattner2006-08-01
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-01
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-21
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-21
* Fix linking on AlphaAndrew Lenharth2006-07-20
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* For PR780:Reid Spencer2006-06-07
* Oops, llc needs libTarget.a not Target.oReid Spencer2006-06-01
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* added a skeleton of the ARM backendRafael Espindola2006-05-14
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Adjust to use proper TargetData copy ctorChris Lattner2006-05-04
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Never link in sparcv9Chris Lattner2006-04-20
* Add a warning.Chris Lattner2006-04-18
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-23
* remove support for the skeleton targetChris Lattner2006-02-16
* SparcV8 -> SparcChris Lattner2006-02-05
* Remove dead #includeChris Lattner2006-01-23
* It doesn't make sense to give llc a list of passes on the command line,Chris Lattner2006-01-23
* remove unused headerChris Lattner2006-01-05
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-04
* Adding MachineDebugInfo as a immutable pass.Jim Laskey2006-01-04