[sanitizer] fix a test broken by r229940
[oota-llvm.git] / tools /
2015-02-19 Peter Collingbournellvm-mc: Use Target::createNullStreamer to fix crashes...
2015-02-18 Reid KlecknerAdd an IR-to-IR test for dwarf EH preparation using opt
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2015-02-18 Chris BienemanFixing a CMake developer warning.
2015-02-17 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-16 NAKAMURA Takumi[CMake] Add RuntimeDyld to libdeps corresponding to...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Zachary Turnerllvm-pdbdump: Fix warning caused by missing sentinel...
2015-02-15 Zachary Turnerllvm-pdbdump: Add flags controlling the type of values...
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-14 Justin Bognerllvm-cov: Actually use the command line arguments when...
2015-02-14 Justin Bognerllvm-cov: Simplify coverage reports, fixing PR22575...
2015-02-14 Peter Collingbournellvm-go: Set $GCCGO instead of putting a gccgo executab...
2015-02-14 Peter Collingbournellvm-go: Add flag for specifying path to go command.
2015-02-13 Frederic Riss[dsymutil] Add DIE selection algorithm.
2015-02-13 Frederic Riss[dsymutil] Downcase a function name.
2015-02-13 Frederic Riss[dsymutil] Add a few generic helper methods.
2015-02-13 Frederic Riss[dsymutil] constify trivial function.
2015-02-13 Frederic Riss[dsymutil] Find relocations that correspond to debug...
2015-02-13 Frederic Riss[dsymutil] Add DebugMapObject::lookupObjectAddress()
2015-02-13 Chandler Carruth[PM] Fix a compile error I introduced in r229094 and...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Zachary Turnerllvm-pdbdump: Add more comprehensive dumping of symbol...
2015-02-12 Zachary TurnerAdd concrete type overloads to PDBSymbol::findChildren().
2015-02-12 Michael Kupersteingold-plugin: delete the output file for OT_DISABLE
2015-02-11 Jan Wen VoungGold-plugin: Broaden scope of get/release_input_file...
2015-02-10 Zachary TurnerOops. Don't call Windows functions on non-windows.
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-06 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-05 Sylvestre LedruIdentical code for different branches (CID 1254883)
2015-02-05 Sylvestre Ledrurevert 228308. The code has changed since the review
2015-02-05 Sylvestre LedruIdentical code for different branches (CID 1254883)
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-02-03 Andrew KaylorReally, really, really don't build llvm-pdbdump on...
2015-02-02 Justin BognerInstrProf: Remove an unused header (NFC)
2015-02-02 NAKAMURA Takumigold-plugin.cpp: Fixup r227599 corresponding to r227685...
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-02-01 Chandler Carruth[PM] Port SimplifyCFG to the new pass manager.
2015-02-01 Chandler Carruth[PM] Port EarlyCSE to the new pass manager.
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-02-01 Chandler Carruth[PM] Refactor the analysis registration and pass pipeli...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-31 Kevin EnderbyAdd the -section option to llvm-objdump used with ...
2015-01-30 Alexey SamsonovFixup gold-plugin after r227576.
2015-01-30 Zachary TurnerFix lli after the DebugInfo move.
2015-01-30 Zachary TurnerReally really don't build llvm-pdbdump on MSVC < 2013.
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-30 Akira Hatanaka[llvm-lto] Add a line for setting LTOCodeGenerator...
2015-01-29 Zachary TurnerDisable compilation of llvm-pdbdump for versions of...
2015-01-29 Michael J. Spencer[lto] Disable dialog boxes on crash on Windows.
2015-01-29 Aaron BallmanOops -- accidentally commit some debug code! Removing...
2015-01-29 Aaron BallmanAttempting to fix a build issue with MSVC 2012; NFC
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-28 Frederic Riss[dsymutil] Gather the DIE tree child->parent relationships.
2015-01-28 Bjorn SteinbrinkFix build breakage caused by memory leaks in llvm-c...
2015-01-28 Frederic Riss[dsymutil] Add DwarfLinker class.
2015-01-28 Bjorn SteinbrinkFix LLVMSetMetadata and LLVMAddNamedMetadataOperand...
2015-01-28 David Majnemerllvm-ar: Remove unimplemented -N option from -help
2015-01-28 Zachary Turner[llvm-pdbdump] Add basic symbol dumping.
2015-01-28 Zachary Turner[llvm-pdbdump] Add support for printing source files...
2015-01-28 Zachary Turner[llvm-pdbdump] Print more friendly names for enum values.
2015-01-27 Zachary TurnerRun dos2unix against llvm-pdbdump.
2015-01-27 Zachary TurnerAdd support for dumping debug tables to llvm-pdbdump.
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-27 Zachary TurnerAdd llvm-pdbdump to tools.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2015-01-24 Sylvestre LedruUpdate of the gold-plugin.cpp code to match Chandler...
2015-01-24 Chandler Carruth[PM] Port LowerExpectIntrinsic to the new pass manager.
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-24 Lang Hames[Orc] Add orcjit to the dependencies list in the Makefi...
2015-01-23 Justin Bognerllvm-cov: Don't use llvm::outs() in library code
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-23 Kevin EnderbyFix the problem with llvm-objdump and -archive-headers...
2015-01-23 Colin LeMahieu[Objdump] Output information about common symbols in...
2015-01-23 Kevin EnderbyAdd the option, -data-in-code, to llvm-objdump used...
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2015-01-22 Chandler Carruth[PM] Actually add the new pass manager support for...
2015-01-22 Kevin EnderbyAdd the option, -indirect-symbols, used with -macho...
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-20 Kevin EnderbyFor llvm-objdump, hook up existing options to work...
2015-01-20 Chandler Carruth[PM] Port LoopInfo to the new pass manager, adding...
2015-01-19 Frederic Riss[dsymutil] Add the detected target triple to the debug...
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-16 Saleem Abdulrasoolllvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 NAKAMURA TakumiUpdate libdeps since TLI was moved from Target to Analy...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Rafael EspindolaFix linking of shared libraries.
2015-01-14 Rafael EspindolaFix handling of extern_weak. This was broken by r225983.
2015-01-14 Rafael EspindolaHandle a symbol being undefined.
next