summaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)AuthorFilesLines
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng1-14/+14
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop1-1/+1
2011-10-31Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky1-4/+4
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-10/+4
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky1-0/+6
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner1-1/+1
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-2/+2
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng1-3/+1
2011-07-22Move the registered target printing in version strings completely out ofChandler Carruth1-0/+3
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-2/+19
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-1/+17
2011-07-18LLC doesn't need to create MCInstrInfo's.Evan Cheng1-1/+0
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-0/+1
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng1-0/+1
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng1-0/+1
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-3/+3
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng1-1/+1
2011-05-24Remove dead option.Evan Cheng1-5/+0
2011-04-30Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola1-0/+6
2011-04-20llc: Fix a refacto, .loc support didn't work before 10.6.Daniel Dunbar1-1/+1
2011-04-20ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar1-1/+2
2011-04-19llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar1-12/+4
2011-04-05Added *hidden* flags -print-options and -print-all-options soAndrew Trick1-0/+3
2011-04-05whitespaceAndrew Trick1-2/+2
2010-12-02Disable .loc support on older darwin OSes.Devang Patel1-0/+12
2010-12-01Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel1-0/+5
2010-11-29Merge System into Support.Michael J. Spencer1-2/+2
2010-10-07Move tool_output_file into its own file.Dan Gohman1-0/+1
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