summaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)AuthorFilesLines
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-3/+2
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-2/+3
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman1-17/+16
2010-08-30Fix llc to run the verifier once, not twice.Dan Gohman1-13/+1
2010-08-28Straighten out any triple strings passed on the command line beforeDuncan Sands1-1/+1
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman1-20/+13
2010-08-18Eliminate some redundancy by relying on raw_fd_ostream to handle "-"Dan Gohman1-43/+34
2010-08-18Don't translate "-" to outs() manually; raw_ostream does thatDan Gohman1-6/+3
2010-08-08llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer1-1/+1
2010-08-06llc: Clarify -mc-relax-all description.Michael J. Spencer1-1/+3
2010-07-31llc: Add -mc-relax-all.Michael J. Spencer1-0/+11
2010-05-27Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman1-5/+7
2010-05-11Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman1-67/+26
2010-05-06make -filetype=obj default to emitting its output to foo.obj Chris Lattner1-3/+8
2010-04-29Remove dead option.Daniel Dunbar1-3/+0
2010-04-05add .o file writing for inline asm in llc. Here's a sillyChris Lattner1-0/+1
2010-03-24Trim #includes.Dan Gohman1-3/+0
2010-03-22llc doesn't need LinkAllVMCore.Dan Gohman1-1/+0
2010-03-01Make llc opt into the addPassesToEmitFile verify pass.Dan Gohman1-2/+12
2010-02-03change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner1-13/+5
2010-02-02Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner1-0/+1
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner1-1/+0
2010-02-02eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner1-9/+10
2010-02-02eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner1-9/+0
2010-02-01Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman1-9/+1
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-3/+1
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-1/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+1
2010-01-15Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman1-2/+0
2010-01-05Enable debug buffering.David Greene1-0/+5
2009-10-16Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng1-1/+1
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