2015-04-30 |
Davide Italiano | [Object] Teach Object and llvm-objdump about ".hidden" |
tree | commitdiff |
2015-04-30 |
Richard Trieu | Fix -Wpessimizing-move warnings by removing std::move... |
tree | commitdiff |
2015-04-30 |
Kevin Enderby | For llvm-objdump, with the -archive-headers and -macho... |
tree | commitdiff |
2015-04-29 |
Duncan P. N. Exon... | IR: Give 'DI' prefix to debug info metadata |
tree | commitdiff |
2015-04-27 |
Duncan P. N. Exon... | LTO: Add API to choose whether to embed uselists |
tree | commitdiff |
2015-04-27 |
Zachary Turner | [llvm-symbolizer] Link DebugInfoPDB for the autoconf... |
tree | commitdiff |
2015-04-27 |
Zachary Turner | Make llvm-symbolizer work on Windows. |
tree | commitdiff |
2015-04-27 |
Patrik Hagglund | Remove unused variable, found with gcc-5.1 -Wunused... |
tree | commitdiff |
2015-04-24 |
Lang Hames | [AsmPrinter] Make AsmPrinter's OutStreamer member a... |
tree | commitdiff |
2015-04-23 |
Zachary Turner | Move DIContext.h to common DebugInfo location. |
tree | commitdiff |
2015-04-22 |
Adhemerval Zanella | Support arm32 R_ARM_V4BX relocation format |
tree | commitdiff |
2015-04-22 |
Duncan P. N. Exon... | Linker: Add flag to override linkage rules |
tree | commitdiff |
2015-04-22 |
Duncan P. N. Exon... | llvm-link: Factor out loop over input files, NFC |
tree | commitdiff |
2015-04-21 |
Duncan P. N. Exon... | DebugInfo: Drop rest of DIDescriptor subclasses |
tree | commitdiff |
2015-04-20 |
JF Bastien | bugpoint Enhancement. |
tree | commitdiff |
2015-04-20 |
Pete Cooper | Add targets to cmake for specific target components. |
tree | commitdiff |
2015-04-20 |
Simon Atanasyan | [Mips] Support DT_MIPS_OPTIONS dynamic section tag... |
tree | commitdiff |
2015-04-19 |
Eric Christopher | Remove the JITEmitDebugInfo TargetOptions as they're... |
tree | commitdiff |
2015-04-18 |
Duncan P. N. Exon... | DebugInfo: Delete DIDescriptor (but not its subclasses) |
tree | commitdiff |
2015-04-17 |
Zachary Turner | [PDB] Support executables and source/line info. |
tree | commitdiff |
2015-04-17 |
Manman Ren | [LTO API] add lto_codegen_set_should_internalize. |
tree | commitdiff |
2015-04-17 |
NAKAMURA Takumi | lli/OrcLazyJIT.cpp: Use <cstdio> for printf(3) introduc... |
tree | commitdiff |
2015-04-16 |
Kevin Enderby | For llvm-objdump, dump the (__OBJC,__protocol) section... |
tree | commitdiff |
2015-04-16 |
Chris Bieneman | Updating symbol wildcards one more time. |
tree | commitdiff |
2015-04-16 |
Jingyue Wu | [NFC] [MachO] remove extra semicolons |
tree | commitdiff |
2015-04-16 |
Chris Bieneman | Properly escaping the quotes so that bash doesn't do... |
tree | commitdiff |
2015-04-16 |
Kevin Enderby | For llvm-objdump added support for printing Objc1 32... |
tree | commitdiff |
2015-04-16 |
Chris Bieneman | Fixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with... |
tree | commitdiff |
2015-04-16 |
Duncan P. N. Exon... | DebugInfo: Gut DIType and subclasses |
tree | commitdiff |
2015-04-15 |
Lang Hames | [RuntimeDyld] Work around a bug in RuntimeDyldELF expos... |
tree | commitdiff |
2015-04-15 |
Lang Hames | [Orc] Refactor the CompileOnDemandLayer to make its... |
tree | commitdiff |
2015-04-15 |
Richard Trieu | Change range-based for-loop to use const auto&. No... |
tree | commitdiff |
2015-04-15 |
Duncan P. N. Exon... | uselistorder: Remove the global bits |
tree | commitdiff |
2015-04-15 |
Duncan P. N. Exon... | uselistorder: Pull the bit through PrintModulePass |
tree | commitdiff |
2015-04-15 |
Duncan P. N. Exon... | uselistorder: Pull the assembly bit up out of the printer |
tree | commitdiff |
2015-04-15 |
Richard Trieu | Change range-based for-loops to be -Wrange-loop-analysi... |
tree | commitdiff |
2015-04-15 |
Duncan P. N. Exon... | uselistorder: Pull bit through BitcodeWriterPass |
tree | commitdiff |
2015-04-15 |
Duncan P. N. Exon... | Fix build error from r234957 |
tree | commitdiff |
2015-04-15 |
Duncan P. N. Exon... | uselistorder: Pull the bit through WriteToBitcodFile() |
tree | commitdiff |
2015-04-14 |
Rafael Espindola | Use raw_pwrite_stream in the object writer/streamer. |
tree | commitdiff |
2015-04-14 |
Duncan P. N. Exon... | verify-uselistorder: More outs() and errs(), less dbgs() |
tree | commitdiff |
2015-04-14 |
Duncan P. N. Exon... | IR: Set -preserve-bc-uselistorder=false by default |
tree | commitdiff |
2015-04-14 |
Duncan P. N. Exon... | IR: Rename 'use-list-order' options to 'uselistorder' |
tree | commitdiff |
2015-04-14 |
Lang Hames | [Orc] Reapply r234815, outputting via stdout instead. |
tree | commitdiff |
2015-04-14 |
Aaron Ballman | Silencing a -Wreturn-type warning, as the switch is... |
tree | commitdiff |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Gut DISubprogram and DILexicalBlock* |
tree | commitdiff |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Gut DINamespace and DITemplate*Parameter |
tree | commitdiff |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Gut DIVariable and DIGlobalVariable |
tree | commitdiff |
2015-04-13 |
Lang Hames | [Orc] Disambiguate call to make_unique. This should... |
tree | commitdiff |
2015-04-13 |
Lang Hames | [Orc] Add an Orc layer for applying arbitrary transform... |
tree | commitdiff |
2015-04-13 |
Chris Bieneman | [CMake] Updates to llvm-shlib to support overriding... |
tree | commitdiff |
2015-04-13 |
David Blaikie | llvm-readobj: teach it to handle MachO Universal Archiv... |
tree | commitdiff |
2015-04-11 |
Benjamin Kramer | Mark empty default constructors as =default if it makes... |
tree | commitdiff |
2015-04-11 |
Alexander Kornienko | Use 'override/final' instead of 'virtual' for overridde... |
tree | commitdiff |
2015-04-09 |
Rafael Espindola | Simplify use of formatted_raw_ostream. |
tree | commitdiff |
2015-04-09 |
Rafael Espindola | This reverts commit r234460 and r234461. |
tree | commitdiff |
2015-04-09 |
Rafael Espindola | Use the cast machinery to remove dummy uses of formatte... |
tree | commitdiff |
2015-04-06 |
Duncan P. N. Exon... | IR: Stop using DIDescriptor::is*() and auto-casting |
tree | commitdiff |
2015-04-06 |
Kevin Enderby | Fix failure on builder clang-cmake-mips where it was... |
tree | commitdiff |
2015-04-06 |
Kevin Enderby | For llvm-objdump added support for printing Objc2 32... |
tree | commitdiff |
2015-04-02 |
David Blaikie | [opaque pointer type] API migration for GEP constant... |
tree | commitdiff |
2015-04-02 |
Lang Hames | [Orc] Add support classes for inspecting and running... |
tree | commitdiff |
2015-04-01 |
Kevin Enderby | Fix sanitizer-x86_64-linux-fast failure that was not... |
tree | commitdiff |
2015-04-01 |
Kevin Enderby | Add the option -objc-meta-data to llvm-objdump used... |
tree | commitdiff |
2015-04-01 |
Craig Topper | Add -mcpu=native support to opt. |
tree | commitdiff |
2015-04-01 |
Lang Hames | [Orc] Reflect process symbols into the LLI Orc-lazy... |
tree | commitdiff |
2015-03-31 |
Craig Topper | Make llc use getHostCPUFeatures when 'native' is specif... |
tree | commitdiff |
2015-03-31 |
Duncan P. N. Exon... | tools: Unify how verifyModule() is called |
tree | commitdiff |
2015-03-31 |
Eric Christopher | Replace the MCSubtargetInfo parameter with a Triple... |
tree | commitdiff |
2015-03-30 |
Rafael Espindola | Fix PR23045. |
tree | commitdiff |
2015-03-30 |
Duncan P. N. Exon... | llvm-dis: Use the new `DebugLoc` API, NFC |
tree | commitdiff |
2015-03-30 |
Lang Hames | [Orc] Separate callback manager selection from callback... |
tree | commitdiff |
2015-03-30 |
Lang Hames | [MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim... |
tree | commitdiff |
2015-03-28 |
Akira Hatanaka | [Objdump] Pass the correct subtarget to printInst. |
tree | commitdiff |
2015-03-27 |
Duncan P. N. Exon... | Verifier: Call verifyModule() from llc and opt |
tree | commitdiff |
2015-03-27 |
Akira Hatanaka | [MCInstPrinter] Enable MCInstPrinter to change its... |
tree | commitdiff |
2015-03-27 |
Adrian Prantl | Add a -raw option to the -section mode of llvm-objdump. |
tree | commitdiff |
2015-03-27 |
Rafael Espindola | Work around pr23045 and make it easier to reproduce. |
tree | commitdiff |
2015-03-26 |
Duncan P. N. Exon... | bugpoint: Verify input files |
tree | commitdiff |
2015-03-26 |
Duncan P. N. Exon... | bugpoint: Return early after error, NFC |
tree | commitdiff |
2015-03-25 |
Duncan P. N. Exon... | llvm-link: Verify input modules |
tree | commitdiff |
2015-03-25 |
Benjamin Kramer | llvm-jitlistener: Add missing include. |
tree | commitdiff |
2015-03-25 |
Lang Hames | [Orc] Remove another unnecessary typedef. |
tree | commitdiff |
2015-03-25 |
Lang Hames | [Orc][lli] Add a very simple Orc-based lazy JIT to... |
tree | commitdiff |
2015-03-24 |
Justin Bogner | llvm-cov: Require a subcommand when invoked as llvm-cov |
tree | commitdiff |
2015-03-24 |
Rafael Espindola | [llvm-readobj] add support for macho universal binary. |
tree | commitdiff |
2015-03-23 |
David Blaikie | Cleanup else-after-return and add an early-return to... |
tree | commitdiff |
2015-03-23 |
Chris Bieneman | Raising minimum required CMake version to 2.8.12.2. |
tree | commitdiff |
2015-03-23 |
David Blaikie | Refactor: simplify boolean expressions in llvm-objdump |
tree | commitdiff |
2015-03-23 |
Benjamin Kramer | Purge unused includes throughout libSupport. |
tree | commitdiff |
2015-03-20 |
Rafael Espindola | Don't declare all text sections at the start of the .s |
tree | commitdiff |
2015-03-19 |
Duncan P. N. Exon... | Verifier: Remove the separate -verify-di pass |
tree | commitdiff |
2015-03-19 |
Peter Collingbourne | Fix build failure. |
tree | commitdiff |
2015-03-19 |
Peter Collingbourne | libLTO, llvm-lto, gold: Introduce flag for controlling... |
tree | commitdiff |
2015-03-19 |
Duncan P. N. Exon... | PassManagerBuilder: Remove effectively dead 'StripDebug... |
tree | commitdiff |
2015-03-19 |
Justin Bogner | llvm-cov: Rename -color={always|never} to -use-color[=0] |
tree | commitdiff |
2015-03-19 |
Justin Bogner | llvm-cov: Continue trying to appease a bot |
tree | commitdiff |
2015-03-19 |
Justin Bogner | llvm-cov: Try to appease a bot |
tree | commitdiff |
2015-03-19 |
Justin Bogner | llvm-cov: Only emit colour by default if the output... |
tree | commitdiff |
2015-03-18 |
Rafael Espindola | Fix cmake build. |
tree | commitdiff |
next |