summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix PR 23499 - Avoid multiple profile counters for functions in comdat sections.Diego Novillo2015-05-271-0/+6
* Make sure we print timestamps correctly to 9 places since we are printing nan...Greg Clayton2015-05-271-1/+1
* [mips][microMIPSr6] Implement SEB and SEH instructionsZoran Jovanovic2015-05-275-2/+28
* Fix NDEBUG build.Rafael Espindola2015-05-271-0/+2
* Delete MCSectionData.Rafael Espindola2015-05-277-139/+64
* Delete dead code. NFC.Rafael Espindola2015-05-272-8/+0
* Stop using MCSectionData in WinCOFFObjectWriter.cpp.Rafael Espindola2015-05-271-15/+8
* clang-format WinCOFFObjectWriter.cpp. NFC.Rafael Espindola2015-05-271-82/+102
* Remove uses of MCSectionData from MachObjectWriter.cpp.Rafael Espindola2015-05-271-6/+4
* [clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructorAlexander Kornienko2015-05-275-17/+18
* [mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and...Jozef Kolek2015-05-275-7/+107
* ARMTargetParser FIXME getCPUProfile A/R/MRenato Golin2015-05-271-10/+15
* Change ProcessGDBRemote last stop packet to a container.Ewan Crawford2015-05-274-18/+62
* AVX-512: Fixed a bug in extracting subvector from v64i1Elena Demikhovsky2015-05-272-0/+17
* Fix xcode project after r238319Tamas Berghammer2015-05-271-0/+6
* Move getSubsectionInsertionPoint to MCSection.Rafael Espindola2015-05-274-35/+36
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-2711-114/+170
* ARMTargetParser FIXME: ARMv8 detection for hdivRenato Golin2015-05-271-11/+9
* Remove uses of MCSectionData from ELFObjectWriter. NFC.Rafael Espindola2015-05-271-9/+7
* Add real time signals support to FreeBSDSignalsEd Maste2015-05-271-4/+66
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-279-18/+13
* Add a language log category.Colin Riley2015-05-272-0/+4
* Improve LLDB prompt handlingPavel Labath2015-05-2713-402/+312
* Fix write register context in EmulateInstructionARM::EmulateMOVRdRmTamas Berghammer2015-05-271-3/+3
* We always have an InstPrinter.Rafael Espindola2015-05-271-8/+6
* [Mips] Move member function definitions to cpp filesSimon Atanasyan2015-05-2715-774/+1009
* Fix BreakpointLocationCollection::ShouldStop to handle breakpoint removalTamas Berghammer2015-05-271-2/+8
* Parse function name from DWARF DW_AT_abstract_originTamas Berghammer2015-05-271-9/+13
* Revert r238305: [PM] Use a simpler technique to drop optional analysisChandler Carruth2015-05-271-49/+120
* [PM] Use a simpler technique to drop optional analysis manager argumentsChandler Carruth2015-05-271-120/+49
* [ELF][Mips] Do not merge ELF flags in the `isCompatible` routineSimon Atanasyan2015-05-277-12/+13
* [Mips] Factor out look up of Elf_Mips_RegInfo structure into the separate fun...Simon Atanasyan2015-05-271-21/+26
* Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...Daniel Sanders2015-05-275-50/+11
* AVX-512: Implemented all forms of sign-extend and zero-extend instructions fo...Elena Demikhovsky2015-05-277-144/+1913
* Add some more detailed docs about the current state of Phabricator andChandler Carruth2015-05-271-1/+11
* Drop const in front of iteratorTobias Grosser2015-05-271-1/+1
* [X86] Implement the support for shrink-wrapping.Quentin Colombet2015-05-274-35/+668
* [ShrinkWrap] Add a target hook to check whether or notQuentin Colombet2015-05-272-5/+34
* clang-format: [JS] Fix incorrect detection of ternary expressions.Daniel Jasper2015-05-272-4/+10
* Use value semantics for list of ScopStmt(s) instead of std::owningptrTobias Grosser2015-05-277-97/+89
* ARMLoadStoreOptimizer: Code cleanup; NFCMatthias Braun2015-05-271-15/+12
* MachineBasicBlock: Cleanup computeRegisterLiveness()Matthias Braun2015-05-272-24/+23
* MCSymbol: Make print() robust against empty namesMatthias Braun2015-05-271-0/+4
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-2726-246/+360
* clang-format: Fix false positive in function annotation detection.Daniel Jasper2015-05-272-1/+3
* www - updated build server URLsVince Harron2015-05-271-5/+9
* Changed Flags::clang_type_resolve_state to unsigned for gccVince Harron2015-05-271-0/+5
* test Makefile.rules - pick a more sensible default CC on LinuxVince Harron2015-05-271-1/+7
* dosep - force timeout processes to dump core when they timeoutVince Harron2015-05-271-2/+34
* Allow clients to get parsing errors and also fix the ApplePropertyList so it ...Greg Clayton2015-05-272-2/+29
OpenPOWER on IntegriCloud