summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-04-14[Orc] Reapply r234815, outputting via stdout instead.Lang Hames
2015-04-14Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC.Aaron Ballman
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DINamespace and DITemplate*ParameterDuncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith
2015-04-13[Orc] Disambiguate call to make_unique. This should fix the builders broken byLang Hames
2015-04-13[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to addLang Hames
2015-04-13[CMake] Updates to llvm-shlib to support overriding exports list and added an...Chris Bieneman
2015-04-13llvm-readobj: teach it to handle MachO Universal Archive correctlyDavid Blaikie
2015-04-11Mark empty default constructors as =default if it makes the type PODBenjamin Kramer
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-04-09Simplify use of formatted_raw_ostream.Rafael Espindola
2015-04-09This reverts commit r234460 and r234461.Rafael Espindola
2015-04-09Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola
2015-04-06IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith
2015-04-06Fix failure on builder clang-cmake-mips where it was printing a 32-bit addressKevin Enderby
2015-04-06For llvm-objdump added support for printing Objc2 32-bit runtime meta dataKevin Enderby
2015-04-02[opaque pointer type] API migration for GEP constant factoriesDavid Blaikie
2015-04-02[Orc] Add support classes for inspecting and running C++ static ctor/dtors, andLang Hames
2015-04-01Fix sanitizer-x86_64-linux-fast failure that was not deleting the bindtable.Kevin Enderby
2015-04-01Add the option -objc-meta-data to llvm-objdump used with -macho toKevin Enderby
2015-04-01Add -mcpu=native support to opt.Craig Topper
2015-04-01[Orc] Reflect process symbols into the LLI Orc-lazy JIT.Lang Hames
2015-03-31Make llc use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper
2015-03-31tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith
2015-03-31Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher
2015-03-30Fix PR23045.Rafael Espindola
2015-03-30llvm-dis: Use the new `DebugLoc` API, NFCDuncan P. N. Exon Smith
2015-03-30[Orc] Separate callback manager selection from callback manager construction forLang Hames
2015-03-30[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames
2015-03-28[Objdump] Pass the correct subtarget to printInst.Akira Hatanaka
2015-03-27Verifier: Call verifyModule() from llc and optDuncan P. N. Exon Smith
2015-03-27[MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka
2015-03-27Add a -raw option to the -section mode of llvm-objdump.Adrian Prantl
2015-03-27Work around pr23045 and make it easier to reproduce.Rafael Espindola
2015-03-26bugpoint: Verify input filesDuncan P. N. Exon Smith
2015-03-26bugpoint: Return early after error, NFCDuncan P. N. Exon Smith
2015-03-25llvm-link: Verify input modulesDuncan P. N. Exon Smith
2015-03-25llvm-jitlistener: Add missing include.Benjamin Kramer
2015-03-25[Orc] Remove another unnecessary typedef.Lang Hames
2015-03-25[Orc][lli] Add a very simple Orc-based lazy JIT to lli.Lang Hames
2015-03-24llvm-cov: Require a subcommand when invoked as llvm-covJustin Bogner
2015-03-24[llvm-readobj] add support for macho universal binary.Rafael Espindola
2015-03-23Cleanup else-after-return and add an early-return to llvm-nmDavid Blaikie
2015-03-23Raising minimum required CMake version to 2.8.12.2.Chris Bieneman
2015-03-23Refactor: simplify boolean expressions in llvm-objdumpDavid Blaikie
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2015-03-20Don't declare all text sections at the start of the .sRafael Espindola
2015-03-19Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith
2015-03-19Fix build failure.Peter Collingbourne