Use a scheme closer to that of GNU as when deciding the type of a
[oota-llvm.git] / tools / lto /
2013-03-29 Bob WilsonRun the ObjCARCContract pass for LTO. <rdar://problem...
2013-03-13 Lang HamesMake LTO codegen use a PassManager, rather than a Funct...
2013-02-28 Bill WendlingAdd the -disable-opt option to LTO. This adds:
2013-02-13 Bill WendlingUse 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
2013-01-31 Chandler CarruthFix a copy/paste-o that got missed because 'check'...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-15 Nadav RotemLTO: Also init TTI for codegen passes.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Chandler CarruthFix another place where we build the TTI pass to the...
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-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-11 NAKAMURA Takumillvm/tools: Add #include "llvm/TargetTransformInfo.h"
2012-12-11 Rafael EspindolaChange some functions to take const pointers.
2012-12-10 Bill WendlingRevert r169656.
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-10 Bill WendlingRevert to old behavior until linker can pass export...
2012-12-08 Bill WendlingAdd the `lto_codegen_set_export_dynamic' function.
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
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-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-15 Nadav RotemLTO also needs to initialize the TargetTransform infras...
2012-10-12 Bob WilsonSet default CPU for Darwin targets with LTO. <rdar...
2012-10-10 Bill WendlingPlace temporary LTO files into their own subdirectory.
2012-10-09 Bob WilsonRevert "Use a special path to place the .o files in."
2012-10-08 Bill WendlingUse a special path to place the .o files in.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-03 Bill WendlingAdd an explicit -object_path_lto flag during linking...
2012-09-06 Bill WendlingExplicitly erase the file from disk if something bad...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-08 Bill WendlingRemove some coding violations. No functionality change.
2012-08-08 Bill WendlingCache a commonly used reference.
2012-08-06 Bill WendlingReduce indentation by early exiting.
2012-08-06 Bill WendlingAdd a way to grab the target options from the LTO comma...
2012-06-22 Evan ChengForgot this patch in r159023.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-05-30 David BlaikieReinstate -O3 for LTO.
2012-05-11 Rafael EspindolaFix a use after free when the streamer is destroyed...
2012-04-16 Rafael EspindolaRemove lto_codegen_set_whole_program_optimization....
2012-04-09 Bill WendlingRevert the 'EnableInitializing' flag. There is debate...
2012-04-09 Bill WendlingApply the scope restrictions after parsing the command...
2012-04-09 Bill Wendlings/lto_codegen_whole_program_optimization/lto_codegen_se...
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2012-04-05 Bill WendlingThe internalize pass can be dangerous for LTO.
2012-04-03 Bill WendlingReformatting. No functionality change.
2012-04-02 Bill WendlingAdd an option to turn off the expensive GVN load PRE...
2012-04-02 Bill WendlingHack the hack. If we have a situation where an ASM...
2012-04-02 Bill WendlingIt could come about that we parse the inline ASM before...
2012-03-31 Bill WendlingMove trivial functions into the class definition.
2012-03-31 Bill WendlingTrim headers.
2012-03-31 Bill WendlingIndent according to LLVM's style guide.
2012-03-31 Bill WendlingCleanup whitespace and trim some of the #includes.
2012-03-31 Bill WendlingThese strings aren't 'const char *' but 'char *'.
2012-03-31 Bill WendlingCleanup whitespace.
2012-03-31 Bill WendlingFree the codegen options when deleting LTO code generat...
2012-03-31 Bill WendlingCleanup whitespace and remove unneeded 'extern' keyword...
2012-03-30 Bill Wendling* Set the scope attributes for the ASM symbol we added...
2012-03-30 Bill WendlingCleanup whitespace. Doxygenize comments. And indent...
2012-03-29 Bill WendlingMake some headway towards compiling all of LLVM.
2012-03-29 Bill WendlingCleanup whitespace.
2012-03-29 Bill WendlingCache the end() iterator.
2012-03-28 Bill WendlingCleanup some whitespaces.
2012-03-28 Bill WendlingInline function into its one caller.
2012-03-28 Bill WendlingReformat the LTOModule code to be more inline with...
2012-03-28 Bill WendlingSome whitespace cleanup.
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-01-31 Chris Lattnerupdate this to ConstantDataArray. There are no tests...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-05 Peter CollingbourneNow that the linker supports lazily materialising globa...
2011-11-04 Bill WendlingReformatting changes to get rid of blank lines, put...
2011-11-04 Bill WendlingMove comment to the correct place.
2011-11-04 Bill WendlingMake the Mangler an ivar so that it doesn't have to...
2011-11-04 Bill WendlingRefactor the MCContext so that it's an ivar instead...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-09-08 Ivan Krasinlto/addAsmGlobalSymbols: fast path when no module level...
2011-09-08 Ivan Krasinlto/addAsmGlobalSymbols: fail fracefully when the targe...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-18 John CriswellFixed compilation warning on Linux by fixing the type...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-02 Rafael EspindolaMove methods in PassManagerBuilder offline.
2011-08-02 Rafael Espindolamove PassManagerBuilder.h to IPO. This is a non intuiti...
next