2014-08-04 |
Eric Christopher | Remove the TargetMachine forwards for TargetSubtargetIn... |
tree | commitdiff |
2014-05-21 |
Eric Christopher | Move MCOptions that aren't shared between programs... |
tree | commitdiff |
2014-05-21 |
Eric Christopher | Make a couple of command lines static and remove an... |
tree | commitdiff |
2014-05-20 |
Eric Christopher | Move the verbose asm option to be part of the options... |
tree | commitdiff |
2014-05-15 |
Eric Christopher | Unify command line handling of MCTargetOptions and... |
tree | commitdiff |
2014-05-06 |
Eric Christopher | Have the SubtargetFeature help routine just not return... |
tree | commitdiff |
2014-05-05 |
Rafael Espindola | Remove the -disable-cfi option. |
tree | commitdiff |
2014-04-29 |
Benjamin Kramer | raw_ostream: Forward declare OpenFlags and include... |
tree | commitdiff |
2014-04-25 |
Craig Topper | [C++] Use 'nullptr'. Tools edition. |
tree | commitdiff |
2014-04-12 |
Jim Grosbach | llc: Add support for -mcpu=native. |
tree | commitdiff |
2014-03-06 |
Ahmed Charles | Replace OwningPtr<T> with std::unique_ptr<T>. |
tree | commitdiff |
2014-02-25 |
Rafael Espindola | Use DataLayout from the module when easily available. |
tree | commitdiff |
2014-02-25 |
Rafael Espindola | Make DataLayout a plain object, not a pass. |
tree | commitdiff |
2014-02-24 |
Rafael Espindola | Replace the F_Binary flag with a F_Text one. |
tree | commitdiff |
2014-02-21 |
Rafael Espindola | Make DisableIntegratedAS a TargetOption. |
tree | commitdiff |
2014-02-21 |
Rafael Espindola | One last pass of DataLayout variable renaming. |
tree | commitdiff |
2014-02-19 |
Eli Bendersky | Refactor TargetOptions initialization into a single... |
tree | commitdiff |
2014-02-05 |
Rafael Espindola | Remove support for not using .loc directives. |
tree | commitdiff |
2014-01-23 |
Juergen Ributzka | Add target analysis passes to the codegen pipeline... |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | Re-sort #include lines again, prior to moving headers... |
tree | commitdiff |
2014-01-12 |
Chandler Carruth | [PM] Rename the IR printing pass header to a more gener... |
tree | commitdiff |
2014-01-07 |
Chandler Carruth | Move the LLVM IR asm writer header files into the IR... |
tree | commitdiff |
2013-12-30 |
Nico Weber | Port r198087 and r198089 (strip dead code by default... |
tree | commitdiff |
2013-12-27 |
Nico Weber | Strip dead code when linking by default with BFD ld... |
tree | commitdiff |
2013-12-10 |
NAKAMURA Takumi | [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists... |
tree | commitdiff |
2013-12-05 |
Will Dietz | Export symbols in tools that support loading plugins. |
tree | commitdiff |
2013-08-01 |
Bill Wendling | Use function attributes to indicate that we don't want... |
tree | commitdiff |
2013-07-25 |
Bill Wendling | Replace the "NoFramePointerElimNonLeaf" target option... |
tree | commitdiff |
2013-07-22 |
Bill Wendling | Recommit r186217 with testcase fix: |
tree | commitdiff |
2013-07-16 |
Rafael Espindola | Add a wrapper for open. |
tree | commitdiff |
2013-07-13 |
Chandler Carruth | Revert commit r186217 -- this is breaking bots: |
tree | commitdiff |
2013-07-12 |
Bill Wendling | Use the function attributes to pass along the stack... |
tree | commitdiff |
2013-06-19 |
Wan Xiaofei | Test commit access. |
tree | commitdiff |
2013-04-12 |
Andy Gibbs | Replace uses of the deprecated std::auto_ptr with Ownin... |
tree | commitdiff |
2013-03-26 |
Chandler Carruth | Manually update the dependencies in the Makefiles.... |
tree | commitdiff |
2013-03-26 |
Chandler Carruth | Split out the IRReader header and the utility functions... |
tree | commitdiff |
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 |
next |