aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/llc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-201-20/+13
* Eliminate some redundancy by relying on raw_fd_ostream to handle "-"Dan Gohman2010-08-181-43/+34
* Don't translate "-" to outs() manually; raw_ostream does thatDan Gohman2010-08-181-6/+3
* llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer2010-08-081-1/+1
* llc: Clarify -mc-relax-all description.Michael J. Spencer2010-08-061-1/+3
* llc: Add -mc-relax-all.Michael J. Spencer2010-07-311-0/+11
* Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman2010-05-271-5/+7
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-111-67/+26
* make -filetype=obj default to emitting its output to foo.obj Chris Lattner2010-05-061-3/+8
* Remove dead option.Daniel Dunbar2010-04-291-3/+0
* add .o file writing for inline asm in llc. Here's a sillyChris Lattner2010-04-051-0/+1
* Trim #includes.Dan Gohman2010-03-241-3/+0
* llc doesn't need LinkAllVMCore.Dan Gohman2010-03-221-1/+0
* Make llc opt into the addPassesToEmitFile verify pass.Dan Gohman2010-03-011-2/+12
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-031-13/+5
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-021-0/+1
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-021-1/+0
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-021-9/+10
* eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner2010-02-021-9/+0
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-011-9/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-3/+1
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-151-2/+0
* Enable debug buffering.David Greene2010-01-051-0/+5
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-161-1/+1
* Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman2009-09-161-1/+3
* Tweak comment.Daniel Dunbar2009-09-031-1/+1
* Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman2009-09-021-8/+4
* Delete some unnecessary flushes.Dan Gohman2009-08-251-2/+0
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-7/+2
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-4/+9
* No really, it's unused.Daniel Dunbar2009-08-041-2/+1
* Provide target data from the module if the target machine doesn't have any.Daniel Dunbar2009-08-031-2/+13
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-4/+1
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-19/+33
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-1/+4
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-161-8/+17
* Make sure targets are initialized before we do anything, even command lineDaniel Dunbar2009-07-161-1/+3
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-9/+14
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-26/+13
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-14/+9
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-20/+20
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-151-9/+14
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-11/+19
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-4/+5
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+3
* switch to using llvm/Target/TargetSelect.hChris Lattner2009-06-171-2/+4
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+2
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-0/+7