summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-02-04Add code to llvm-objdump so the -section option with -macho will disassemble ...Kevin Enderby
2015-02-03Fix duplicated symbol error.Rafael Espindola
2015-02-03[LTO API] split lto_codegen_compile to lto_codegen_optimize andManman Ren
2015-02-03Really, really, really don't build llvm-pdbdump on MSVC < 2013.Andrew Kaylor
2015-02-02InstrProf: Remove an unused header (NFC)Justin Bogner
2015-02-02gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't ...NAKAMURA Takumi
2015-02-01[multiversion] Implement the old pass manager's TTI wrapper pass inChandler Carruth
2015-02-01[PM] Port SimplifyCFG to the new pass manager.Chandler Carruth
2015-02-01[PM] Port EarlyCSE to the new pass manager.Chandler Carruth
2015-02-01[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis toChandler Carruth
2015-02-01[PM] Refactor the analysis registration and pass pipeline parsing toChandler Carruth
2015-01-31[PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth
2015-01-31[PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth
2015-01-31Add the -section option to llvm-objdump used with -macho that takes the argumentKevin Enderby
2015-01-30Fixup gold-plugin after r227576.Alexey Samsonov
2015-01-30Fix lli after the DebugInfo move.Zachary Turner
2015-01-30Really really don't build llvm-pdbdump on MSVC < 2013.Zachary Turner
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner
2015-01-30[llvm-lto] Add a line for setting LTOCodeGenerator's CPU string from commandAkira Hatanaka
2015-01-29Disable compilation of llvm-pdbdump for versions of MSVC < 2013.Zachary Turner
2015-01-29[lto] Disable dialog boxes on crash on Windows.Michael J. Spencer
2015-01-29Oops -- accidentally commit some debug code! Removing that code; NFC (this ti...Aaron Ballman
2015-01-29Attempting to fix a build issue with MSVC 2012; NFCAaron Ballman
2015-01-29Add a Windows EH preparation pass that zaps resumesReid Kleckner
2015-01-28[dsymutil] Gather the DIE tree child->parent relationships.Frederic Riss
2015-01-28Fix build breakage caused by memory leaks in llvm-c-testBjorn Steinbrink
2015-01-28[dsymutil] Add DwarfLinker class.Frederic Riss
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink
2015-01-28llvm-ar: Remove unimplemented -N option from -helpDavid Majnemer
2015-01-28[llvm-pdbdump] Add basic symbol dumping.Zachary Turner
2015-01-28[llvm-pdbdump] Add support for printing source files and compilands.Zachary Turner
2015-01-28[llvm-pdbdump] Print more friendly names for enum values.Zachary Turner
2015-01-27Run dos2unix against llvm-pdbdump.Zachary Turner
2015-01-27Add support for dumping debug tables to llvm-pdbdump.Zachary Turner
2015-01-27dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby
2015-01-27Add llvm-pdbdump to tools.Zachary Turner
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2015-01-25[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yamlSimon Atanasyan
2015-01-24Update of the gold-plugin.cpp code to match Chandler's changes (r226981)Sylvestre Ledru
2015-01-24[PM] Port LowerExpectIntrinsic to the new pass manager.Chandler Carruth
2015-01-24[PM] Port instcombine to the new pass manager!Chandler Carruth
2015-01-24[PM] Rework how the TargetLibraryInfo pass integrates with the new passChandler Carruth
2015-01-24[Orc] Add orcjit to the dependencies list in the Makefile for lli.Lang Hames
2015-01-23llvm-cov: Don't use llvm::outs() in library codeJustin Bogner
2015-01-23[Orc] New JIT APIs.Lang Hames
2015-01-23Fix the problem with llvm-objdump and -archive-headers in printing the archiv...Kevin Enderby
2015-01-23[Objdump] Output information about common symbols in a way closer to GNU objd...Colin LeMahieu
2015-01-23Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...Kevin Enderby
2015-01-23Add STB_GNU_UNIQUE to the ELF writer.Rafael Espindola
2015-01-22[PM] Actually add the new pass manager support for the assumption cache.Chandler Carruth