summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
* Fix llc to run the verifier once, not twice.Dan Gohman2010-08-30
* Straighten out any triple strings passed on the command line beforeDuncan Sands2010-08-28
* Use the new tool_output_file in several tools. This fixes a varietyDan Gohman2010-08-20
* Eliminate some redundancy by relying on raw_fd_ostream to handle "-"Dan Gohman2010-08-18
* Don't translate "-" to outs() manually; raw_ostream does thatDan Gohman2010-08-18
* llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer2010-08-08
* llc: Clarify -mc-relax-all description.Michael J. Spencer2010-08-06
* llc: Add -mc-relax-all.Michael J. Spencer2010-07-31
* Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman2010-05-27
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-11
* make -filetype=obj default to emitting its output to foo.obj Chris Lattner2010-05-06
* Remove dead option.Daniel Dunbar2010-04-29
* add .o file writing for inline asm in llc. Here's a sillyChris Lattner2010-04-05
* Trim #includes.Dan Gohman2010-03-24
* llc doesn't need LinkAllVMCore.Dan Gohman2010-03-22
* Make llc opt into the addPassesToEmitFile verify pass.Dan Gohman2010-03-01
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-03
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-02
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-02
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-02
* eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner2010-02-02
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-01
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-15
* Enable debug buffering.David Greene2010-01-05
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-16
* Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman2009-09-16
* Tweak comment.Daniel Dunbar2009-09-03
* Unbreak my CMake build. Say you'll link again.Douglas Gregor2009-09-02
* Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman2009-09-02
* Delete some unnecessary flushes.Dan Gohman2009-08-25
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* No really, it's unused.Daniel Dunbar2009-08-04
* Provide target data from the module if the target machine doesn't have any.Daniel Dunbar2009-08-03
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-03
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-03
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-16
* Make sure targets are initialized before we do anything, even command lineDaniel Dunbar2009-07-16
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-15
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06