Split out the IRReader header and the utility functions it provides into
[oota-llvm.git] / tools / llc / llc.cpp
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...
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-10-31 Nick LewyckySwitch new .file directive emission off by default...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengLLC doesn't need to create MCInstrInfo's.
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-05-24 Evan ChengRemove dead option.
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-20 Daniel Dunbarllc: Fix a refacto, .loc support didn't work before...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel Dunbarllc: Eliminate a use of getDarwinMajorNumber().
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-05 Andrew Trickwhitespace
2010-12-02 Devang PatelDisable .loc support on older darwin OSes.
2010-12-01 Devang PatelAdd hiddent command line option, as an debugging aid...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-30 Dan GohmanFix llc to run the verifier once, not twice.
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-18 Dan GohmanEliminate some redundancy by relying on raw_fd_ostream...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-08 Michael J. Spencerllc: Fix help typo as pointed out by Nick Lewycky.
2010-08-06 Michael J. Spencerllc: Clarify -mc-relax-all description.
2010-07-31 Michael J. Spencerllc: Add -mc-relax-all.
2010-05-27 Dan GohmanAvoid calling outs() and fouts() when the stream isn...
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-05-06 Chris Lattnermake -filetype=obj default to emitting its output to...
2010-04-29 Daniel DunbarRemove dead option.
2010-04-05 Chris Lattneradd .o file writing for inline asm in llc. Here's...
2010-03-24 Dan GohmanTrim #includes.
2010-03-22 Dan Gohmanllc doesn't need LinkAllVMCore.
2010-03-01 Dan GohmanMake llc opt into the addPassesToEmitFile verify pass.
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-02 Chris LattnerHook up -filetype=obj through the MachO streamer. ...
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-05 David GreeneEnable debug buffering.
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-09-16 Dan GohmanNow that llc can read .ll files directly, teach it...
2009-09-03 Daniel DunbarTweak comment.
2009-09-02 Dan GohmanSwitch llc from ParseBitcodeFile to ParseIRFile. This...
2009-08-25 Dan GohmanDelete some unnecessary flushes.
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-04 Daniel DunbarNo really, it's unused.
next