Age | Commit message (Expand) | Author |
2011-07-22 | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng |
2011-07-22 | Move the registered target printing in version strings completely out of | Chandler Carruth |
2011-07-20 | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-18 | LLC doesn't need to create MCInstrInfo's. | Evan Cheng |
2011-07-14 | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng |
2011-07-11 | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng |
2011-07-09 | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng |
2011-06-30 | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng |
2011-06-29 | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng |
2011-05-24 | Remove dead option. | Evan Cheng |
2011-04-30 | Add all the plumbing needed for MC to expand cfi to the old tables in | Rafael Espindola |
2011-04-20 | llc: Fix a refacto, .loc support didn't work before 10.6. | Daniel Dunbar |
2011-04-20 | ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS | Daniel Dunbar |
2011-04-19 | llc: Eliminate a use of getDarwinMajorNumber(). | Daniel Dunbar |
2011-04-05 | Added *hidden* flags -print-options and -print-all-options so | Andrew Trick |
2011-04-05 | whitespace | Andrew Trick |
2010-12-02 | Disable .loc support on older darwin OSes. | Devang Patel |
2010-12-01 | Add hiddent command line option, as an debugging aid, to disable .loc use. | Devang Patel |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-10-07 | Move tool_output_file into its own file. | Dan Gohman |
2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
2010-09-01 | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman |
2010-08-30 | Fix llc to run the verifier once, not twice. | Dan Gohman |
2010-08-28 | Straighten out any triple strings passed on the command line before | Duncan Sands |
2010-08-20 | Use the new tool_output_file in several tools. This fixes a variety | Dan Gohman |
2010-08-18 | Eliminate some redundancy by relying on raw_fd_ostream to handle "-" | Dan Gohman |
2010-08-18 | Don't translate "-" to outs() manually; raw_ostream does that | Dan Gohman |
2010-08-08 | llc: Fix help typo as pointed out by Nick Lewycky. | Michael J. Spencer |
2010-08-06 | llc: Clarify -mc-relax-all description. | Michael J. Spencer |
2010-07-31 | llc: Add -mc-relax-all. | Michael J. Spencer |
2010-05-27 | Avoid calling outs() and fouts() when the stream isn't really needed. | Dan Gohman |
2010-05-11 | Remove the "WantsWholeFile" concept, as it's no longer needed. CBE | Dan Gohman |
2010-05-06 | make -filetype=obj default to emitting its output to foo.obj | Chris Lattner |
2010-04-29 | Remove dead option. | Daniel Dunbar |
2010-04-05 | add .o file writing for inline asm in llc. Here's a silly | Chris Lattner |
2010-03-24 | Trim #includes. | Dan Gohman |
2010-03-22 | llc doesn't need LinkAllVMCore. | Dan Gohman |
2010-03-01 | Make llc opt into the addPassesToEmitFile verify pass. | Dan Gohman |
2010-02-03 | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner |
2010-02-02 | Hook up -filetype=obj through the MachO streamer. Here's a demo: | Chris Lattner |
2010-02-02 | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner |
2010-02-02 | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner |
2010-02-02 | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner |
2010-02-01 | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2010-01-15 | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman |