summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-04-23Move DIContext.h to common DebugInfo location.Zachary Turner5-8/+12
2015-04-22Support arm32 R_ARM_V4BX relocation formatAdhemerval Zanella1-6/+5
2015-04-22Linker: Add flag to override linkage rulesDuncan P. N. Exon Smith1-3/+14
2015-04-22llvm-link: Factor out loop over input files, NFCDuncan P. N. Exon Smith1-18/+26
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith1-4/+2
2015-04-20bugpoint Enhancement.JF Bastien2-8/+104
2015-04-20Add targets to cmake for specific target components.Pete Cooper1-1/+5
2015-04-20[Mips] Support DT_MIPS_OPTIONS dynamic section tag in the llvm-readobjSimon Atanasyan1-0/+2
2015-04-19Remove the JITEmitDebugInfo TargetOptions as they're only set andEric Christopher1-23/+0
2015-04-18DebugInfo: Delete DIDescriptor (but not its subclasses)Duncan P. N. Exon Smith1-2/+2
2015-04-17[PDB] Support executables and source/line info.Zachary Turner1-1/+1
2015-04-17[LTO API] add lto_codegen_set_should_internalize.Manman Ren2-0/+6
2015-04-17lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduced in r234908.NAKAMURA Takumi1-0/+1
2015-04-16For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-...Kevin Enderby1-0/+52
2015-04-16Updating symbol wildcards one more time.Chris Bieneman1-1/+1
2015-04-16[NFC] [MachO] remove extra semicolonsJingyue Wu1-4/+4
2015-04-16Properly escaping the quotes so that bash doesn't do stupid things with the w...Chris Bieneman1-1/+1
2015-04-16For llvm-objdump added support for printing Objc1 32-bit runtime meta dataKevin Enderby1-11/+836
2015-04-16Fixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with Darwin fat binaries.Chris Bieneman1-25/+27
2015-04-16DebugInfo: Gut DIType and subclassesDuncan P. N. Exon Smith1-3/+3
2015-04-15[RuntimeDyld] Work around a bug in RuntimeDyldELF exposed by r234839.Lang Hames1-0/+12
2015-04-15[Orc] Refactor the CompileOnDemandLayer to make its addModuleSet methodLang Hames1-11/+14
2015-04-15Change range-based for-loop to use const auto&. No functionality change.Richard Trieu1-16/+11
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith7-50/+60
2015-04-15uselistorder: Pull the bit through PrintModulePassDuncan P. N. Exon Smith4-4/+11
2015-04-15uselistorder: Pull the assembly bit up out of the printerDuncan P. N. Exon Smith3-10/+5
2015-04-15Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu1-13/+16
2015-04-15uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith4-6/+12
2015-04-15Fix build error from r234957Duncan P. N. Exon Smith1-2/+1
2015-04-15uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith5-11/+10
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2-5/+21
2015-04-14verify-uselistorder: More outs() and errs(), less dbgs()Duncan P. N. Exon Smith1-14/+17
2015-04-14IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith5-0/+28
2015-04-14IR: Rename 'use-list-order' options to 'uselistorder'Duncan P. N. Exon Smith1-8/+8
2015-04-14[Orc] Reapply r234815, outputting via stdout instead.Lang Hames1-11/+12
2015-04-14Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.Aaron Ballman1-0/+1
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith1-3/+3
2015-04-14DebugInfo: Gut DINamespace and DITemplate*ParameterDuncan P. N. Exon Smith1-4/+4
2015-04-14DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith1-2/+2
2015-04-13[Orc] Disambiguate call to make_unique. This should fix the builders broken byLang Hames1-1/+2
2015-04-13[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to addLang Hames2-7/+90
2015-04-13[CMake] Updates to llvm-shlib to support overriding exports list and added an...Chris Bieneman1-10/+21
2015-04-13llvm-readobj: teach it to handle MachO Universal Archive correctlyDavid Blaikie1-7/+6
2015-04-11Mark empty default constructors as =default if it makes the type PODBenjamin Kramer1-4/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko4-4/+4
2015-04-09Simplify use of formatted_raw_ostream.Rafael Espindola3-12/+9
2015-04-09This reverts commit r234460 and r234461.Rafael Espindola1-2/+3
2015-04-09Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola1-3/+2
2015-04-06IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith1-7/+3
2015-04-06Fix failure on builder clang-cmake-mips where it was printing a 32-bit addressKevin Enderby1-1/+2