summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-2914-114/+108
* Add '+' sign at the end of echo message for debugserverYing Chen2015-05-291-1/+1
* Fix hanging test suite when dosep.py is invoked directly.Chaoren Lin2015-05-291-2/+7
* [CMake] Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitionsChris Bieneman2015-05-291-1/+3
* [CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual StudioChris Bieneman2015-05-291-1/+5
* Use an explicitly defaulted constructor.Rafael Espindola2015-05-291-1/+1
* Unbreak mac build.Greg Clayton2015-05-291-0/+2
* Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola2015-05-296-13/+12
* MachineCopyPropagation: Remove the copies instead of using KILL instructions.Matthias Braun2015-05-297-44/+9
* Re-add #include "lldb-python.h" back in two places.Zachary Turner2015-05-292-0/+3
* YAML traits need to be in the llvm::yaml namespace.Frederic Riss2015-05-291-8/+8
* Use sanitizer_atomic_clang.h with clang-cl instead of the MSVC variantReid Kleckner2015-05-291-1/+1
* [YAMLIO] Make line-wrapping configurable and test it.Frederic Riss2015-05-294-7/+137
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-2910-76/+73
* Store MCSymbols in PendingLabels.Rafael Espindola2015-05-292-3/+4
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-29129-256/+0
* Move SymbolSize from MCSymbolData to MCSymbol.Rafael Espindola2015-05-293-13/+12
* Fix crash in MCExpr::print.Pete Cooper2015-05-291-1/+1
* Add support for VSX FMA single-precision instructions to the PPC back endNemanja Ivanovic2015-05-296-9/+392
* Exploit non-negative numeratorsTobias Grosser2015-05-293-7/+128
* MIR Serialization: use correct line and column numbers for LLVM IR errors.Alex Lorenz2015-05-292-1/+62
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-298-140/+212
* [NVPTXFavorNonGenericAddrSpaces] recursively trace into GEP and BitCastJingyue Wu2015-05-292-60/+163
* [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript...Jingyue Wu2015-05-293-21/+128
* Improve handling of print value argument in -stack-list-* commands.Hafiz Abid Qadeer2015-05-292-22/+28
* COFF: Add /subsystem option.Rui Ueyama2015-05-296-3/+77
* COFF: Add /version option.Rui Ueyama2015-05-296-0/+49
* COFF: Add /heap option.Rui Ueyama2015-05-294-2/+32
* Add /stack option.Rui Ueyama2015-05-294-3/+34
* COFF: Add /base option.Rui Ueyama2015-05-294-0/+33
* Allow CMAKE_OSX_ARCHITECTURES to build fat library.Jonathan Peyton2015-05-295-164/+157
* COFF: Add /help option.Rui Ueyama2015-05-294-0/+16
* COFF: Add /machine option.Rui Ueyama2015-05-296-1/+71
* COFF: Move Windows-specific function under Windows-specific marker.Rui Ueyama2015-05-291-29/+29
* COFF: Fill imort table HintName field.Rui Ueyama2015-05-295-9/+15
* libcxx: Switch to use __gnu_unwind_frame() for libunwind.Logan Chien2015-05-291-32/+2
* libunwind: Fix unw_step() for ARM EHABI.Logan Chien2015-05-295-73/+174
* Simplify now that symbols contain the correct section.Rafael Espindola2015-05-291-9/+4
* XFAIL two tests for androidPavel Labath2015-05-293-0/+8
* [Objdump] Removing unused parameter.Colin LeMahieu2015-05-291-2/+2
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-2923-179/+503
* Fix ELFObjectWriter::isLocal for signature symbols.Rafael Espindola2015-05-291-8/+8
* [mips] Remove 2 unused variables in MipsTargetStreamer.cpp. NFC.Toma Tabacu2015-05-291-2/+0
* [ARM] Adjust -march checkingJohn Brawn2015-05-292-4/+9
* Removing a switch statement that only contains a default; NFC.Aaron Ballman2015-05-291-4/+1
* [NativeProcessLinux] clean up #includesPavel Labath2015-05-292-12/+4
* Fix assertion on C++ attributes in fillAttributedTypeLocAlexander Musman2015-05-292-8/+33
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-2915-134/+251
* [clang-tidy] Fix for llvm.org/PR23355Szabolcs Sipos2015-05-294-7/+31
* Refactor MacroInfo so macro arguments can be iterated with range-based for lo...Daniel Marjamaki2015-05-293-9/+7
OpenPOWER on IntegriCloud