summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-22
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* LLC doesn't need to create MCInstrInfo's.Evan Cheng2011-07-18
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Remove dead option.Evan Cheng2011-05-24
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* llc: Fix a refacto, .loc support didn't work before 10.6.Daniel Dunbar2011-04-20
* ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar2011-04-20
* llc: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar2011-04-19
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-05
* whitespaceAndrew Trick2011-04-05
* Disable .loc support on older darwin OSes.Devang Patel2010-12-02
* Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel2010-12-01
* Merge System into Support.Michael J. Spencer2010-11-29
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* 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