Added program header emission
[oota-llvm.git] / tools /
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-13 Daniel Dunbarllvm-nm: Make sort more stable when symbol names are...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Alexander PotapenkoDon't use __cxa_demangle under MSVC (which doesn't...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-12 Alexander Potapenko[ASan] Add llvm-symbolizer from to tools/
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-11-07 Bill WendlingRemove accidental commit.
2012-11-07 Bill WendlingAdd comment describing what's going on here.
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-05 Jim Grosbachlli: Initialize the native asm parser for inline assembly.
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-11-01 Andrew KaylorFixed format strings to avoid pointer truncation during...
2012-10-31 Jim GrosbachMC: Simple example parser for MC assembly markup.
2012-10-31 Andrew KaylorMark code, not data, as executable in lli RemoteTarget...
2012-10-29 Tim NorthoverAlign the data section correctly when loading an ELF...
2012-10-29 Rafael EspindolaAdd -alias and -ralias options to match what we have...
2012-10-26 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
2012-10-26 Rafael EspindolalibLTO has a bug in that it will keep every symbol...
2012-10-24 Nadav RotemOpt does not need to initialize the Asm printer/parser
2012-10-24 Nadav RotemOpt needs to initialize the different targets.
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 WilsonRevert "We need this symbol after an LTO build."
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-16 Eric ChristopherFormatting and 80-col.
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-12 Tim NorthoverAdd float-abi and softfloat options to lli
2012-10-12 Bill WendlingWe need this symbol after an LTO build.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
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-05 NAKAMURA Takumilli: [MCJIT] Suppress "__main" for cygming in LLIMCJITM...
2012-10-03 Bill WendlingAdd an explicit -object_path_lto flag during linking...
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-10-01 Jordan RoseRe-enable support for --program-prefix.
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Jordan RoseRevert "Add --program-prefix support to build"
2012-09-25 Sebastian PopAdd --program-prefix support to build
2012-09-20 Tim NorthoverMake sure lli compiles all code before invalidating...
2012-09-19 Andrew TrickSilence -Wnon-virtual-dtor in llvm-stress.
2012-09-18 Jan SjödinAdd hidden flag to exclude aliases from output.
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-15 Craig TopperFix includes of llvm files that used angle brackets.
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-06 Bill WendlingExplicitly erase the file from disk if something bad...
2012-09-06 Eli FriedmanDon't include stdint.h directly.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Jan Wen VoungFix a bug.
2012-09-05 Jan Wen Voungrevert the additional stuff.
2012-09-05 Jan Wen VoungClean up llvm-bcanalyzer to print to consistent streams.
2012-09-05 Jim GrosbachUpdate CMakeList.txt for new lli sources.
2012-09-05 Jim GrosbachMCJIT: Add faux remote target execution to lli for...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-09-01 Logan ChienCode cleanup: tools/opt/opt.cpp
2012-08-28 Jim GrosbachLLI: move instruction cache tweaks.
2012-08-28 Jack CarterSome of the instructions in the Mips instruction set...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-27 Rafael EspindolaPass -lLTO after gold-plugin.o so that it gets used...
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-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-08-08 Bill WendlingRemove some coding violations. No functionality change.
2012-08-08 Bill WendlingCache a commonly used reference.
2012-08-08 Bob WilsonAdd test triples to fix win32 failures. Revert workaro...
2012-08-07 Jim GrosbachTidy up a bit.
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-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
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-23 Sylvestre LedruFix a typo (the the => the)
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.
next