summaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman1-1/+3
2009-09-03Tweak comment.Daniel Dunbar1-1/+1
2009-09-02Unbreak my CMake build. Say you'll link again.Douglas Gregor1-1/+1
2009-09-02Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman2-9/+5
2009-08-25Delete some unnecessary flushes.Dan Gohman1-2/+0
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman1-7/+2
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner1-4/+9
2009-08-04No really, it's unused.Daniel Dunbar1-2/+1
2009-08-03Provide target data from the module if the target machine doesn't have any.Daniel Dunbar1-2/+13
2009-08-03Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar1-4/+1
2009-08-03Pass target triple string in to TargetMachine constructor.Daniel Dunbar1-19/+33
2009-07-26Add TargetRegistry::lookupTarget.Daniel Dunbar1-1/+4
2009-07-16Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar1-8/+17
2009-07-16Make sure targets are initialized before we do anything, even command lineDaniel Dunbar1-1/+3
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson1-1/+1
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar1-9/+14
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman1-26/+13
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings1-14/+9
2009-07-15Use errs() instead of std::cerr.Dan Gohman1-20/+20
2009-07-15Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar1-9/+14
2009-07-14Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene1-11/+19
2009-07-06Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes1-4/+5
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-1/+1
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-1/+3
2009-06-17switch to using llvm/Target/TargetSelect.hChris Lattner1-2/+4
2009-06-16Introduce new headers whose inclusion forces linking andDouglas Gregor1-0/+2
2009-06-05Add new function attribute - noimplicitfloatDevang Patel1-0/+7
2009-06-04Add new function attribute - noredzone. Devang Patel1-1/+9
2009-05-04Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng1-4/+4
2009-04-30Remove unused flags.Bill Wendling1-4/+3
2009-04-29Error out with bad optimization level specified.Bill Wendling1-1/+3
2009-04-29Remove LTO optimization level.Bill Wendling1-1/+0
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling1-6/+19
2009-04-29Second attempt:Bill Wendling1-5/+10
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling1-10/+5
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling1-5/+10
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng1-0/+3
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner1-2/+4
2009-01-16Registry.h should not depend on CommandLine.h.Mikhail Glushenkov1-2/+3
2009-01-16Delete trailing whitespace.Mikhail Glushenkov1-21/+21
2008-12-31Fix spacing to be uniform for parameters.Misha Brukman1-2/+2
2008-11-13Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar1-2/+5
2008-11-04CMakeLists: removed asmprinter component fromOscar Fuentes1-1/+1
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman1-3/+3
2008-09-22Initial support for the CMake build system.Oscar Fuentes1-0/+5
2008-08-21Don't silently ignore errors when opening output streams.Dan Gohman1-2/+9
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson1-12/+15
2008-08-17Link GC metadata printers by default to llcAnton Korobeynikov1-0/+1
2008-04-23First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov1-3/+8
2008-04-16Fix a memory leak in llc.Dan Gohman1-1/+2