Allow modifying an ImmutableMap without canonicalizing it immediately.
[oota-llvm.git] / tools /
2012-12-05 Michael J. SpencerQuick build fix for c++03 clang. This needs a proper...
2012-12-05 Michael J. SpencerAdd dump of Win64 EH unwind data.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
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-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-27 Andrew KaylorModifying lli to use the SectionMemoryManager.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Andrew KaylorMake building of llvm-jitlistener conditional on the...
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-23 Rafael EspindolaAdd a -disable-cfi option to llvm-mc. This is useful...
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-20 Eli BenderskyAdd the -no-show-raw-insn option to llvm-objdump, thus...
2012-11-18 NAKAMURA TakumiMCJIT: [cygming] Give noop to __main also in RecordingM...
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.
next