summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-02-03Fix duplicated symbol error.Rafael Espindola1-0/+2
2015-02-03[LTO API] split lto_codegen_compile to lto_codegen_optimize andManman Ren2-0/+23
2015-02-03Really, really, really don't build llvm-pdbdump on MSVC < 2013.Andrew Kaylor1-1/+1
2015-02-02InstrProf: Remove an unused header (NFC)Justin Bogner1-1/+0
2015-02-02gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't ...NAKAMURA Takumi1-1/+5
2015-02-01[multiversion] Implement the old pass manager's TTI wrapper pass inChandler Carruth1-3/+3
2015-02-01[PM] Port SimplifyCFG to the new pass manager.Chandler Carruth2-0/+2
2015-02-01[PM] Port EarlyCSE to the new pass manager.Chandler Carruth2-0/+2
2015-02-01[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis toChandler Carruth6-14/+27
2015-02-01[PM] Refactor the analysis registration and pass pipeline parsing toChandler Carruth3-71/+96
2015-01-31[PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth1-9/+4
2015-01-31[PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth1-0/+5
2015-01-31Add the -section option to llvm-objdump used with -macho that takes the argumentKevin Enderby3-25/+203
2015-01-30Fixup gold-plugin after r227576.Alexey Samsonov1-2/+2
2015-01-30Fix lli after the DebugInfo move.Zachary Turner2-2/+2
2015-01-30Really really don't build llvm-pdbdump on MSVC < 2013.Zachary Turner1-0/+2
2015-01-30Move DebugInfo to DebugInfo/DWARF.Zachary Turner20-21/+21
2015-01-30[llvm-lto] Add a line for setting LTOCodeGenerator's CPU string from commandAkira Hatanaka1-0/+3
2015-01-29Disable compilation of llvm-pdbdump for versions of MSVC < 2013.Zachary Turner1-1/+4
2015-01-29[lto] Disable dialog boxes on crash on Windows.Michael J. Spencer1-0/+7
2015-01-29Oops -- accidentally commit some debug code! Removing that code; NFC (this ti...Aaron Ballman1-3/+1
2015-01-29Attempting to fix a build issue with MSVC 2012; NFCAaron Ballman1-3/+5
2015-01-29Add a Windows EH preparation pass that zaps resumesReid Kleckner1-0/+1
2015-01-28[dsymutil] Gather the DIE tree child->parent relationships.Frederic Riss1-0/+62
2015-01-28Fix build breakage caused by memory leaks in llvm-c-testBjorn Steinbrink1-0/+4
2015-01-28[dsymutil] Add DwarfLinker class.Frederic Riss4-4/+59
2015-01-28Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodesBjorn Steinbrink4-0/+48
2015-01-28llvm-ar: Remove unimplemented -N option from -helpDavid Majnemer1-1/+0
2015-01-28[llvm-pdbdump] Add basic symbol dumping.Zachary Turner1-5/+44
2015-01-28[llvm-pdbdump] Add support for printing source files and compilands.Zachary Turner3-5/+149
2015-01-28[llvm-pdbdump] Print more friendly names for enum values.Zachary Turner1-131/+131
2015-01-27Run dos2unix against llvm-pdbdump.Zachary Turner6-1612/+1612
2015-01-27Add support for dumping debug tables to llvm-pdbdump.Zachary Turner8-22/+1678
2015-01-27dd the option, -link-opt-hints to llvm-objdump used with -macho to print theKevin Enderby3-2/+69
2015-01-27Add llvm-pdbdump to tools.Zachary Turner6-1/+495
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-1/+1
2015-01-25[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yamlSimon Atanasyan1-2/+8
2015-01-24Update of the gold-plugin.cpp code to match Chandler's changes (r226981)Sylvestre Ledru1-1/+1
2015-01-24[PM] Port LowerExpectIntrinsic to the new pass manager.Chandler Carruth2-0/+2
2015-01-24[PM] Port instcombine to the new pass manager!Chandler Carruth2-0/+2
2015-01-24[PM] Rework how the TargetLibraryInfo pass integrates with the new passChandler Carruth3-6/+7
2015-01-24[Orc] Add orcjit to the dependencies list in the Makefile for lli.Lang Hames1-1/+1
2015-01-23llvm-cov: Don't use llvm::outs() in library codeJustin Bogner1-1/+1
2015-01-23[Orc] New JIT APIs.Lang Hames2-0/+10
2015-01-23Fix the problem with llvm-objdump and -archive-headers in printing the archiv...Kevin Enderby1-1/+1
2015-01-23[Objdump] Output information about common symbols in a way closer to GNU objd...Colin LeMahieu1-1/+11
2015-01-23Add the option, -data-in-code, to llvm-objdump used with -macho to print the ...Kevin Enderby3-2/+53
2015-01-23Add STB_GNU_UNIQUE to the ELF writer.Rafael Espindola1-3/+4
2015-01-22[PM] Actually add the new pass manager support for the assumption cache.Chandler Carruth2-0/+3
2015-01-22Add the option, -indirect-symbols, used with -macho to print the Mach-O indir...Kevin Enderby3-3/+136