summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove JumpInstrTableInfo.h as it is no longer used.Eric Christopher2015-07-062-72/+0
* [X86][AVX] Add support for shuffle decoding of vperm2f128/vperm2i128 with zer...Simon Pilgrim2015-07-063-15/+18
* [x86] extend machine combiner reassociation optimization to SSE scalar addsSanjay Patel2015-07-062-55/+108
* [X86][SSE] Vectorized i64 uniform constant SRA shiftsSimon Pilgrim2015-07-067-81/+106
* WebAssembly: add some TODOJF Bastien2015-07-061-0/+11
* llvm-nm: treat weak undefined as undefined.Rafael Espindola2015-07-063-14/+29
* Debug info: Don't emit a bogus location for the global block pointer typeAdrian Prantl2015-07-062-5/+7
* [WinEH] Add some test cases I forgot to add to previous commitsReid Kleckner2015-07-062-0/+258
* [WinEH] Insert the EH code load before the block terminatorReid Kleckner2015-07-062-1/+67
* [X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructionsSimon Pilgrim2015-07-069-6/+521
* Normalize line endings.Adrian McCarthy2015-07-061-78/+78
* [X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN opcodes and remove the X86 imp...Simon Pilgrim2015-07-066-138/+177
* [TwoAddressInstructionPass] Rename a variable to match the coding style.Quentin Colombet2015-07-061-4/+4
* Automatically detect and use clang verify in failure tests.Eric Fiselier2015-07-064-11/+19
* Mark LWG#2420 as complete. Eric did this in r228705.Marshall Clow2015-07-061-1/+1
* Swap operands instead of using !.Rafael Espindola2015-07-061-1/+1
* Update for llvm change.Rafael Espindola2015-07-064-4/+4
* When sorting by address, undefined symbols go first.Rafael Espindola2015-07-062-16/+21
* [asan] Add OS X 10.11's new dyld interposition supportKuba Brecka2015-07-062-4/+40
* Use /proc/$$/stat instead of $PPID.Chaoren Lin2015-07-061-1/+4
* Support -pthread in mingw toolchain.Yaron Keren2015-07-061-4/+2
* Reduce code duplication. NFC.Rafael Espindola2015-07-061-41/+17
* [llvm-extract] Drop comdats from declarationsReid Kleckner2015-07-062-4/+13
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-0615-0/+156
* COFF: Make ArchiveFile::getMember lock-free.Rui Ueyama2015-07-062-6/+8
* Fix printing of common symbols.Rafael Espindola2015-07-062-4/+12
* Add --port-file flag to lldb-platform to store port number which platform is ...Oleksiy Vyalov2015-07-061-3/+57
* [Sema] Warn when shifting a negative value.Davide Italiano2015-07-064-5/+18
* COFF: Support isa<> for Symbol::Body, whose type is std::atomic<SymbolBody *>.Rui Ueyama2015-07-064-11/+20
* llc: Add a 'run-pass' option.Alex Lorenz2015-07-069-42/+81
* Fix step over breakpoint on Windows (which was detected by TestCreateAfterAtt...Adrian McCarthy2015-07-064-105/+101
* [asan] Fix an OS X startup crash when an empty section is presentKuba Brecka2015-07-062-0/+13
* AMDGPU: Run SIInsertWaits as pre-emit passMatt Arsenault2015-07-061-1/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-0616-79/+86
* Update testcase to reflect new behavior in DIBuilder.Adrian Prantl2015-07-061-2/+1
* DIBuilder: Don't rauw null pointers with empty arrays in finalize().Adrian Prantl2015-07-061-6/+12
* Where Triple has a suitable predicate, use it rather than the enum values. NFC.Daniel Sanders2015-07-065-9/+7
* use range-based for loops; NFCISanjay Patel2015-07-061-10/+8
* Resubmit "Pass down the -flto option to the -cc1 job" (r239481)Teresa Johnson2015-07-067-1/+52
* Resubmit "Add new EliminateAvailableExternally module pass" (r239480)Teresa Johnson2015-07-066-0/+120
* Use an early exit in DIBuilder::finalize() to improve readability.Adrian Prantl2015-07-061-28/+32
* Use the correct DIArray types in DICompileUnit::replace*().Adrian Prantl2015-07-061-3/+3
* use range-based for loops; NFCISanjay Patel2015-07-061-8/+6
* AMDGPU/SI: Add debugging subtarget feature for DS offsetsMatt Arsenault2015-07-065-3/+21
* [Sparc] Add more instruction aliases.James Y Knight2015-07-064-15/+256
* [Sparc] Add support for flush instruction.James Y Knight2015-07-063-0/+27
* Fix dosep.py on windows after r240946Pavel Labath2015-07-061-8/+8
* Simplify. NFC.Rafael Espindola2015-07-061-3/+1
* [lldb-mi] Use 'override' on overridden virtual methods.Bruce Mitchener2015-07-0659-357/+357
* Simplify. NFC.Rafael Espindola2015-07-061-3/+1
OpenPOWER on IntegriCloud