aboutsummaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)Author
2009-07-16Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar
2009-07-16Make sure targets are initialized before we do anything, even command lineDaniel Dunbar
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-15Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene
2009-07-06Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-06-17switch to using llvm/Target/TargetSelect.hChris Lattner
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor
2009-06-05Add new function attribute - noimplicitfloatDevang Patel
2009-06-04Add new function attribute - noredzone. Devang Patel
2009-05-04Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng
2009-04-30Remove unused flags.Bill Wendling
2009-04-29Error out with bad optimization level specified.Bill Wendling
2009-04-29Remove LTO optimization level.Bill Wendling
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
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