2013-01-07 |
Chandler Carruth | Switch TargetTransformInfo from an immutable analysis... |
tree | commitdiff |
2013-01-05 |
Chandler Carruth | Convert the TargetTransformInfo from an immutable pass... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Sort a few more #include lines in tools/... unittests... |
tree | commitdiff |
2012-12-11 |
NAKAMURA Takumi | llvm/tools: Add #include "llvm/TargetTransformInfo.h" |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort the #include lines for tools/... |
tree | commitdiff |
2012-11-30 |
Jakob Stoklund Olesen | Add a -time-compilations=<N> option to llc. |
tree | commitdiff |
2012-11-29 |
Pedro Artigas | One more step towards making doInitialization and doFin... |
tree | commitdiff |
2012-11-27 |
Owen Anderson | Revert r168635 "Step towards implementation of pass... |
tree | commitdiff |
2012-11-26 |
Owen Anderson | Step towards implementation of pass manager with doInit... |
tree | commitdiff |
2012-11-15 |
Owen Anderson | Add doInitialization and doFinalization methods to... |
tree | commitdiff |
2012-10-18 |
Nadav Rotem | Reapply the TargerTransformInfo changes, minus the... |
tree | commitdiff |
2012-10-18 |
Bob Wilson | Temporarily revert the TargetTransform changes. |
tree | commitdiff |
2012-10-10 |
Nadav Rotem | Add a new interface to allow IR-level passes to access... |
tree | commitdiff |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
tree | commitdiff |
2012-08-21 |
Chad Rosier | Add support for the --param ssp-buffer-size= driver... |
tree | commitdiff |
2012-08-08 |
Bob Wilson | Add test triples to fix win32 failures. Revert workaro... |
tree | commitdiff |
2012-08-04 |
NAKAMURA Takumi | llc: Try to suppress failures since r161262 . |
tree | commitdiff |
2012-08-03 |
Bob Wilson | Fix memcmp code-gen to honor -fno-builtin. |
tree | commitdiff |
2012-07-19 |
Chad Rosier | Tweak prose. |
tree | commitdiff |
2012-07-02 |
Evan Cheng | Target option DisableJumpTables is a gross hack. Move... |
tree | commitdiff |
2012-07-02 |
Bob Wilson | Extend TargetPassConfig to allow running only a subset... |
tree | commitdiff |
2012-06-27 |
Duncan Sands | When users ask for -mcpu=help or -mattr=help, just... |
tree | commitdiff |
2012-06-26 |
Rafael Espindola | Fix llc's -print-before=pass and -print-after=pass. |
tree | commitdiff |
2012-06-22 |
Lang Hames | Rename fp-op fusion option (yet again) for compatibilit... |
tree | commitdiff |
2012-06-22 |
Lang Hames | Rename -allow-excess-fp-precision flag to -fuse-fp... |
tree | commitdiff |
2012-06-19 |
Lang Hames | Add DAG-combines for aggressive FMA formation. |
tree | commitdiff |
2012-06-19 |
Rafael Espindola | Move the support for using .init_array from ARM to... |
tree | commitdiff |
2012-06-11 |
Benjamin Kramer | Object file output from llc isn't experimental anymore. |
tree | commitdiff |
2012-05-30 |
Bob Wilson | Add an insertPass API to TargetPassConfig. <rdar:... |
tree | commitdiff |
2012-05-08 |
Kevin Enderby | Fix it so llvm-objdump -arch does accept x86 and x86... |
tree | commitdiff |
2012-04-18 |
Nick Lewycky | Move the JIT flags from llc to lli. These flags showed... |
tree | commitdiff |
2012-04-08 |
Chandler Carruth | Teach LLVM about a PIE option which, when enabled on... |
tree | commitdiff |
2012-02-10 |
Andrew Trick | RegAlloc superpass: includes phi elimination, coalescin... |
tree | commitdiff |
2012-01-19 |
Nick Lewycky | Add a TargetOption for disabling tail calls. |
tree | commitdiff |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
tree | commitdiff |
2011-12-22 |
Dylan Noblesmith | drop unneeded config.h includes |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetO... |
tree | commitdiff |
2011-11-16 |
Evan Cheng | Sink codegen optimization level into MCCodeGenInfo... |
tree | commitdiff |
2011-11-11 |
Daniel Dunbar | LLVMBuild: Add description files for the LLVM tools. |
tree | commitdiff |
2011-11-01 |
Sebastian Pop | rename getHostTriple into getDefaultTargetTriple |
tree | commitdiff |
2011-10-31 |
Nick Lewycky | Switch new .file directive emission off by default... |
tree | commitdiff |
2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
tree | commitdiff |
2011-10-17 |
Nick Lewycky | Add support for a new extension to the .file directive: |
tree | commitdiff |
2011-10-16 |
Chris Lattner | Enhance llvm::SourceMgr to support diagnostic ranges... |
tree | commitdiff |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
tree | commitdiff |
2011-07-22 |
Evan Cheng | Combine all MC initialization routines into one. e... |
tree | commitdiff |
2011-07-22 |
Chandler Carruth | Move the registered target printing in version strings... |
tree | commitdiff |
2011-07-20 |
Evan Cheng | - Move CodeModel from a TargetMachine global option... |
tree | commitdiff |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
tree | commitdiff |
2011-07-18 |
Evan Cheng | LLC doesn't need to create MCInstrInfo's. |
tree | commitdiff |
2011-07-14 |
Evan Cheng | Rename createAsmInfo to createMCAsmInfo and move regist... |
tree | commitdiff |
2011-07-11 |
Evan Cheng | - Eliminate MCCodeEmitter's dependency on TargetMachine... |
tree | commitdiff |
2011-07-09 |
Evan Cheng | Change createAsmParser to take a MCSubtargetInfo instea... |
tree | commitdiff |
2011-06-30 |
Evan Cheng | Fix the ridiculous SubtargetFeatures API where it impli... |
tree | commitdiff |
2011-06-29 |
Evan Cheng | Sink SubtargetFeature and TargetInstrItineraries (renam... |
tree | commitdiff |
2011-05-24 |
Evan Cheng | Remove dead option. |
tree | commitdiff |
2011-04-30 |
Rafael Espindola | Add all the plumbing needed for MC to expand cfi to... |
tree | commitdiff |
2011-04-20 |
Daniel Dunbar | llc: Fix a refacto, .loc support didn't work before... |
tree | commitdiff |
2011-04-20 |
Daniel Dunbar | ADT/Triple: Renambe isOSX... methods to isMacOSX for... |
tree | commitdiff |
2011-04-19 |
Daniel Dunbar | llc: Eliminate a use of getDarwinMajorNumber(). |
tree | commitdiff |
2011-04-05 |
Andrew Trick | Added *hidden* flags -print-options and -print-all... |
tree | commitdiff |
2011-04-05 |
Andrew Trick | whitespace |
tree | commitdiff |
2010-12-02 |
Devang Patel | Disable .loc support on older darwin OSes. |
tree | commitdiff |
2010-12-01 |
Devang Patel | Add hiddent command line option, as an debugging aid... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-30 |
Dan Gohman | Fix llc to run the verifier once, not twice. |
tree | commitdiff |
2010-08-28 |
Duncan Sands | Straighten out any triple strings passed on the command... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Eliminate some redundancy by relying on raw_fd_ostream... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
tree | commitdiff |
2010-08-08 |
Michael J. Spencer | llc: Fix help typo as pointed out by Nick Lewycky. |
tree | commitdiff |
2010-08-06 |
Michael J. Spencer | llc: Clarify -mc-relax-all description. |
tree | commitdiff |
2010-07-31 |
Michael J. Spencer | llc: Add -mc-relax-all. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Avoid calling outs() and fouts() when the stream isn... |
tree | commitdiff |
2010-05-11 |
Dan Gohman | Remove the "WantsWholeFile" concept, as it's no longer... |
tree | commitdiff |
2010-05-06 |
Chris Lattner | make -filetype=obj default to emitting its output to... |
tree | commitdiff |
2010-04-29 |
Daniel Dunbar | Remove dead option. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | add .o file writing for inline asm in llc. Here's... |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-03-22 |
Dan Gohman | llc doesn't need LinkAllVMCore. |
tree | commitdiff |
2010-03-01 |
Dan Gohman | Make llc opt into the addPassesToEmitFile verify pass. |
tree | commitdiff |
2010-02-03 |
Chris Lattner | change addPassesToEmitFile to return true on failure... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Hook up -filetype=obj through the MachO streamer. ... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Remove a bunch of stuff around the edges of the ELF... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate all forms of addPassesToEmitMachineCode except |
tree | commitdiff |
2010-02-01 |
Nate Begeman | Kill the Mach-O writer, and temporarily make filetype... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-15 |
Nate Begeman | Hook up llc's -filetype=obj to use MCStreamer if an... |
tree | commitdiff |
2010-01-05 |
David Greene | Enable debug buffering. |
tree | commitdiff |
2009-10-16 |
Evan Cheng | Add a CodeGenOpt::Less level to match -O1. It'll be... |
tree | commitdiff |
2009-09-16 |
Dan Gohman | Now that llc can read .ll files directly, teach it... |
tree | commitdiff |
next |