default to use -mv4 when no version of Hexagon has been specified
[oota-llvm.git] / tools /
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-19 Bill WendlingRemove tabs.
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-07-02 Evan ChengNeed a space.
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
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 Evan ChengForgot this patch in r159023.
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-21 Nadav Rotemllvm-stress: Stabalize (by using an ordered container...
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-15 Bill WendlingRemove assignments which aren't used afterwards.
2012-06-13 Rafael EspindolaUse LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This require...
2012-06-11 Benjamin KramerObject file output from llc isn't experimental anymore.
2012-06-06 Michael J. Spencer[llvm-nm] Update documentation to cover object file...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-05-30 David BlaikieReinstate -O3 for LTO.
2012-05-30 Bob WilsonAdd an insertPass API to TargetPassConfig. <rdar:...
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-19 Benjamin KramerRemove extra semicolons.
2012-05-19 Stepan DyatkovskiyOrdinary PR1255 patch: DifferenceEngine and CPPBackend...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-05-16 Chandler CarruthTeach the 'opt' tool about '-Os' and '-Oz', correspondi...
2012-05-15 Daniel Dunbarllvm-config: Use sys::fs::equivalent instead of string...
2012-05-15 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-15 Daniel Dunbarllvm-build: Add support for non-installed libraries...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-11 Rafael EspindolaFix a use after free when the streamer is destroyed...
2012-05-09 Bob WilsonDo not install llvm-config-host for cross-builds of...
2012-05-08 Kevin EnderbyFix it so llvm-objdump -arch does accept x86 and x86...
2012-05-04 Chandler CarruthMove the CodeExtractor utility to a dedicated header...
2012-05-03 Pete CooperPR12729: Change 'llvm-objdump' to display the available...
2012-05-02 John McCallFix unintentional use of operator bool.
2012-04-29 Eli BenderskyRemove redundant line (the memory manager is set above...
2012-04-26 Evan ChengDumpSegment64Command() wasn't returning correct result...
2012-04-26 Michael J. Spencer[CMake] Restructure how Clang, Polly and other external...
2012-04-25 Chris Lattneropenbsd doesn't support soname, patch by Brad Smith!
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-04-18 Nick LewyckyMove the JIT flags from llc to lli. These flags showed...
2012-04-17 Joe Groffallow opt to take a -mtriple option
2012-04-16 Richard BartonAdd -disassemble support for -show-inst and -show-encod...
2012-04-16 Rafael EspindolaRemove lto_codegen_set_whole_program_optimization....
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2012-04-15 Nadav RotemDo not convert between fp128 <-> ppc_fp128 since there...
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-04-10 Dylan Noblesmithllvm-stress: stop abusing ConstantFP::get()
2012-04-10 Dylan Noblesmithllvm-stress: don't make vectors of x86_mmx type
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-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-04-05 Bill WendlingThe internalize pass can be dangerous for LTO.
2012-04-03 Anton KorobeynikovSet soname for FreeBSD as well.
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 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
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 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-30 Bill WendlingCleanup whitespace. Doxygenize comments. And indent...
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
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 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
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-03-23 Benjamin KramerInclude cctype for std::isprint.
2012-03-23 Anton KorobeynikovAdd soname to LLVM shared library on Linux. Probably...
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil Malyshevgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-03-19 Chris LattnerFix two bugpoint bugs:
2012-03-19 Chris Lattnerfix PR12301 - llvm-bcanalyze should print to stdout...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-10 Benjamin KramerFix uses of the C99 PRI format macros not to conflict...
next