aboutsummaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)Author
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov
2009-01-16Delete trailing whitespace.Mikhail Glushenkov
2008-12-31Fix spacing to be uniform for parameters.Misha Brukman
2008-11-13Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar
2008-11-04CMakeLists: removed asmprinter component fromOscar Fuentes
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-08-21Don't silently ignore errors when opening output streams.Dan Gohman
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-17Link GC metadata printers by default to llcAnton Korobeynikov
2008-04-23First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov
2008-04-16Fix a memory leak in llc.Dan Gohman
2007-12-29remove attributions from tools.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06use an auto_ptr to avoid an explicit deleteChris Lattner
2007-05-06add bitcode reading support. Remove EH cruft.Chris Lattner
2007-03-26For PR1277:Reid Spencer
2007-02-08The new version of how to add passes to emit files. We explicitly call aBill Wendling
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-09-04rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner
2006-09-03Remove use of target::getName()Chris Lattner
2006-08-23Make sure that both non-asm file types are marked as experimentalNate Begeman
2006-08-23Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman
2006-08-03Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner
2006-08-01Fix the build on case-sensitive filesystems :(Chris Lattner
2006-08-01Introducing plugable register allocators and instruction schedulers.Jim Laskey
2006-07-21Fix MacOSX build failures. (pr841)Devang Patel
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner
2006-07-20Fix linking on AlphaAndrew Lenharth
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-07For PR780:Reid Spencer
2006-06-01Oops, llc needs libTarget.a not Target.oReid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-14added a skeleton of the ARM backendRafael Espindola
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-04Adjust to use proper TargetData copy ctorChris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-20Never link in sparcv9Chris Lattner
2006-04-18Add a warning.Chris Lattner
2006-03-23remove always-null IntrinsicLowering argument.Chris Lattner