aboutsummaryrefslogtreecommitdiff
path: root/tools/llc/llc.cpp
AgeCommit message (Expand)Author
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-04Completely rearchitect the interface between targets and the pass manager.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-01Fix the build on case-sensitive filesystems :(Chris Lattner
2006-08-01Introducing plugable register allocators and instruction schedulers.Jim Laskey
2006-06-07For PR780:Reid Spencer
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-18Add a warning.Chris Lattner
2006-03-23remove always-null IntrinsicLowering argument.Chris Lattner
2006-01-23Remove dead #includeChris Lattner
2006-01-23It doesn't make sense to give llc a list of passes on the command line,Chris Lattner
2006-01-05remove unused headerChris Lattner
2006-01-04Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey
2006-01-04Adding MachineDebugInfo as a immutable pass.Jim Laskey
2005-12-30don't need this anymoreDuraid Madina
2005-12-30delete file portablyDuraid Madina
2005-12-28behold my standards-compliant humps!Duraid Madina
2005-12-28WAKEY WAKEYDuraid Madina
2005-12-16rename option for consistency with -mcpu -mattr etcChris Lattner
2005-12-16provide an option to override the target triple in a module from the commandChris Lattner
2005-11-08Add a new -fast option, which generates code quickly.Chris Lattner
2005-10-23Shrinkify to make --help output look betterChris Lattner
2005-10-23shrinkify the option name a bitChris Lattner
2005-10-22document this as experimentalChris Lattner
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-07-30Keep tabs and trailing spaces out.Jeff Cohen
2005-07-28Run the verifier pass after all the other passes rather than before them.Reid Spencer
2005-07-28Make the verifier pass run (in debug mode) in llc. This adds a sanity checkReid Spencer
2005-06-25add a new -filetype argument to llc.Chris Lattner
2005-06-25minor cleanups, use copy ctor instead of manually doing it.Chris Lattner
2005-06-25refactor this interfaceChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-30For PR351:Reid Spencer
2004-11-14Fix usage of changed function prototypeReid Spencer