[llc/opt] Add an option to run all passes twice
[oota-llvm.git] / tools / llc / llc.cpp
2015-12-04 Keno Fischer[llc/opt] Add an option to run all passes twice
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Akira HatanakaFactor out a function which determines the cpu and...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-03-31 Craig TopperMake llc use getHostCPUFeatures when 'native' is specif...
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2014-12-12 Craig TopperRemove an unnecessary reference variable that pointed...
2014-12-12 Craig TopperUse unique_ptr operator= instead of constructor to...
2014-12-11 Craig TopperJust use the Module unique_ptr object directly in many...
2014-12-11 Craig TopperUse unique_ptr to remove an explicit delete. Change...
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-08-30 Craig TopperUse StringRef to avoid copies and simplify code.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-05-21 Eric ChristopherMove MCOptions that aren't shared between programs...
2014-05-21 Eric ChristopherMake a couple of command lines static and remove an...
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-06 Eric ChristopherHave the SubtargetFeature help routine just not return...
2014-05-05 Rafael EspindolaRemove the -disable-cfi option.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-12 Jim Grosbachllc: Add support for -mcpu=native.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-21 Rafael EspindolaOne last pass of DataLayout variable renaming.
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-22 Bill WendlingRecommit r186217 with testcase fix:
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-13 Chandler CarruthRevert commit r186217 -- this is breaking bots:
2013-07-12 Bill WendlingUse the function attributes to pass along the stack...
2013-06-19 Wan XiaofeiTest commit access.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-11 NAKAMURA Takumillvm/tools: Add #include "llvm/TargetTransformInfo.h"
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-30 Jakob Stoklund OlesenAdd a -time-compilations=<N> option to llc.
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-08-08 Bob WilsonAdd test triples to fix win32 failures. Revert workaro...
2012-08-04 NAKAMURA Takumillc: Try to suppress failures since r161262 .
2012-08-03 Bob WilsonFix memcmp code-gen to honor -fno-builtin.
2012-07-19 Chad RosierTweak prose.
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-06-27 Duncan SandsWhen users ask for -mcpu=help or -mattr=help, just...
2012-06-26 Rafael EspindolaFix llc's -print-before=pass and -print-after=pass.
2012-06-22 Lang HamesRename fp-op fusion option (yet again) for compatibilit...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-11 Benjamin KramerObject file output from llc isn't experimental anymore.
2012-05-30 Bob WilsonAdd an insertPass API to TargetPassConfig. <rdar:...
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-04-18 Nick LewyckyMove the JIT flags from llc to lli. These flags showed...
next