aboutsummaryrefslogtreecommitdiff
path: root/tools/llc/llc.cpp
AgeCommit message (Expand)Author
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-05-24Remove dead option.Evan Cheng
2011-04-30Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola
2011-04-20llc: Fix a refacto, .loc support didn't work before 10.6.Daniel Dunbar
2011-04-20ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar
2011-04-19llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick
2011-04-05whitespaceAndrew Trick
2010-12-02Disable .loc support on older darwin OSes.Devang Patel
2010-12-01Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-30Fix llc to run the verifier once, not twice.Dan Gohman
2010-08-28Straighten out any triple strings passed on the command line beforeDuncan Sands
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman
2010-08-18Eliminate some redundancy by relying on raw_fd_ostream to handle "-"Dan Gohman
2010-08-18Don't translate "-" to outs() manually; raw_ostream does thatDan Gohman
2010-08-08llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer
2010-08-06llc: Clarify -mc-relax-all description.Michael J. Spencer
2010-07-31llc: Add -mc-relax-all.Michael J. Spencer
2010-05-27Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman
2010-05-11Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman
2010-05-06make -filetype=obj default to emitting its output to foo.obj Chris Lattner
2010-04-29Remove dead option.Daniel Dunbar
2010-04-05add .o file writing for inline asm in llc. Here's a sillyChris Lattner
2010-03-24Trim #includes.Dan Gohman
2010-03-22llc doesn't need LinkAllVMCore.Dan Gohman
2010-03-01Make llc opt into the addPassesToEmitFile verify pass.Dan Gohman
2010-02-03change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner
2010-02-02Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner
2010-02-02eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner
2010-02-02eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner
2010-02-01Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-15Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman
2010-01-05Enable debug buffering.David Greene
2009-10-16Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng
2009-09-16Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman
2009-09-03Tweak comment.Daniel Dunbar
2009-09-02Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman
2009-08-25Delete some unnecessary flushes.Dan Gohman
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-08-04No really, it's unused.Daniel Dunbar