- cbd9a19 Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerinvoke. by Nadav Rotem · 12 years ago
- 3b9a911 Temporarily revert the TargetTransform changes. by Bob Wilson · 12 years ago
- e3d0e86 by Nadav Rotem · 12 years ago
- 791cfc2 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
- 35907e9 Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
- 5f91a99 Add test triples to fix win32 failures. Revert workaround from r161292. by Bob Wilson · 12 years ago
- 17d2853 llc: Try to suppress failures since r161262 . by NAKAMURA Takumi · 12 years ago
- 772af92 Fix memcmp code-gen to honor -fno-builtin. by Bob Wilson · 12 years ago
- 7a43e30 Tweak prose. by Chad Rosier · 12 years ago
- 769951f Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead. by Evan Cheng · 12 years ago
- 30a507a Extend TargetPassConfig to allow running only a subset of the normal passes. by Bob Wilson · 12 years ago
- f6ce8ea When users ask for -mcpu=help or -mattr=help, just output the help without by Duncan Sands · 12 years ago
- 275c85f Fix llc's -print-before=pass and -print-after=pass. by Rafael Espindola · 12 years ago
- 59d4549 Rename fp-op fusion option (yet again) for compatibility with GCC option. by Lang Hames · 12 years ago
- e023141 Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a by Lang Hames · 12 years ago
- d693caf Add DAG-combines for aggressive FMA formation. by Lang Hames · 12 years ago
- d6b43a3 Move the support for using .init_array from ARM to the generic by Rafael Espindola · 12 years ago
- 773ef61 Object file output from llc isn't experimental anymore. by Benjamin Kramer · 12 years ago
- 6e1b812 Add an insertPass API to TargetPassConfig. <rdar://problem/11498613> by Bob Wilson · 12 years ago
- 9ed9e5d Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. by Kevin Enderby · 13 years ago
- 9a14841 Move the JIT flags from llc to lli. These flags showed up as part of moving by Nick Lewycky · 13 years ago
- 253933e Teach LLVM about a PIE option which, when enabled on top of PIC, makes by Chandler Carruth · 13 years ago
- 8dd2625 RegAlloc superpass: includes phi elimination, coalescing, and scheduling. by Andrew Trick · 13 years ago
- 22de16d Add a TargetOption for disabling tail calls. by Nick Lewycky · 13 years ago
- 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 13 years ago
- 9421406 drop unneeded config.h includes by Dylan Noblesmith · 13 years ago
- 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
- 8a8d479 Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 13 years ago
- b95fc31 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 13 years ago
- 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
- 0173864 rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 13 years ago
- 4e478fe Switch new .file directive emission off by default, change llc's flag for it to by Nick Lewycky · 13 years ago
- 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
- 44d798d Add support for a new extension to the .file directive: by Nick Lewycky · 13 years ago
- d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 13 years ago
- 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
- e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
- 4039313 Move the registered target printing in version strings completely out of by Chandler Carruth · 13 years ago
- 34ad6db - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 13 years ago
- 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 13 years ago
- 803fa2c LLC doesn't need to create MCInstrInfo's. by Evan Cheng · 13 years ago
- 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 13 years ago
- 59ee62d - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo by Evan Cheng · 13 years ago
- ffc0e73 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 13 years ago
- 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 13 years ago
- ab8be96 Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC. by Evan Cheng · 13 years ago
- 4992b03 Remove dead option. by Evan Cheng · 13 years ago
- f1a5c7e Add all the plumbing needed for MC to expand cfi to the old tables in by Rafael Espindola · 14 years ago
- 0ccc0dd llc: Fix a refacto, .loc support didn't work before 10.6. by Daniel Dunbar · 14 years ago
- 558692f ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS by Daniel Dunbar · 14 years ago
- d285139 llc: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 14 years ago
- ce96902 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 14 years ago
- a41af7a whitespace by Andrew Trick · 14 years ago
- 9bc23ad Disable .loc support on older darwin OSes. by Devang Patel · 14 years ago
- 75a08e6 Add hiddent command line option, as an debugging aid, to disable .loc use. by Devang Patel · 14 years ago
- 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
- e4f1a9b Move tool_output_file into its own file. by Dan Gohman · 14 years ago
- 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
- 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
- d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 14 years ago
- 59279b1 Fix llc to run the verifier once, not twice. by Dan Gohman · 14 years ago
- 75ebbce Straighten out any triple strings passed on the command line before by Duncan Sands · 14 years ago
- d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 14 years ago
- 18cde6d Eliminate some redundancy by relying on raw_fd_ostream to handle "-" properly. by Dan Gohman · 14 years ago
- 510cea0 Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 14 years ago
- c9234c5 llc: Fix help typo as pointed out by Nick Lewycky. by Michael J. Spencer · 14 years ago
- e68cd26 llc: Clarify -mc-relax-all description. by Michael J. Spencer · 14 years ago
- 7c380ed llc: Add -mc-relax-all. by Michael J. Spencer · 14 years ago
- 26a7074 Avoid calling outs() and fouts() when the stream isn't really needed. by Dan Gohman · 14 years ago
- 99dca4f Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 14 years ago
- 5758d4c make -filetype=obj default to emitting its output to foo.obj by Chris Lattner · 15 years ago
- 8ae93e7 Remove dead option. by Daniel Dunbar · 15 years ago
- af632c9 add .o file writing for inline asm in llc. Here's a silly demo: by Chris Lattner · 15 years ago
- 51ecc38 Trim #includes. by Dan Gohman · 15 years ago
- 50fc9f3 llc doesn't need LinkAllVMCore. by Dan Gohman · 15 years ago
- d44f16f Make llc opt into the addPassesToEmitFile verify pass. by Dan Gohman · 15 years ago
- 5669e30 change addPassesToEmitFile to return true on failure instead of its input, by Chris Lattner · 15 years ago
- ac7798e Hook up -filetype=obj through the MachO streamer. Here's a demo: by Chris Lattner · 15 years ago
- 3813d8a Remove a bunch of stuff around the edges of the ELF writer. by Chris Lattner · 15 years ago
- 211edae eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 15 years ago
- b5c5160 eliminate all forms of addPassesToEmitMachineCode except by Chris Lattner · 15 years ago
- 39bdc78 Kill the Mach-O writer, and temporarily make filetype=obj an error. by Nate Begeman · 15 years ago
- f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
- 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
- e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
- 3fe980b Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. by Nate Begeman · 15 years ago
- c58d01b Enable debug buffering. by David Greene · 15 years ago
- bf57b52 Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling. by Evan Cheng · 15 years ago
- d81c450 Now that llc can read .ll files directly, teach it to recognize .ll as by Dan Gohman · 15 years ago
- 2b991bb Tweak comment. by Daniel Dunbar · 15 years ago
- 05bb526 Unbreak my CMake build. Say you'll link again. by Douglas Gregor · 15 years ago
- 778b06b Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc by Dan Gohman · 15 years ago
- de05902 Delete some unnecessary flushes. by Dan Gohman · 15 years ago
- baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
- 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
- 4b3d572 No really, it's unused. by Daniel Dunbar · 15 years ago
- 4e02eb0 Provide target data from the module if the target machine doesn't have any. by Daniel Dunbar · 15 years ago
- 4bd03ab Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
- 3c2d4bf Pass target triple string in to TargetMachine constructor. by Daniel Dunbar · 15 years ago
- a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago