summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Don't try to detect C++ lambdas in other languages.Daniel Jasper2015-06-022-0/+6
* [mips][mcjit] Add support for R_MIPS_PC32.Daniel Sanders2015-06-022-1/+11
* Push constness through LoopInfo::isLoopHeader and clean it up a bit.Benjamin Kramer2015-06-024-23/+10
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-06-0212-58/+358
* clang-format: [JS] Fix incorrect line length calculation.Daniel Jasper2015-06-022-2/+4
* Change Intel(R) OpenMP* to LLVM* OpenMP* in libomp.rc.varJonathan Peyton2015-06-021-3/+3
* clang-format: [JS] Array literal detection fix #3.Daniel Jasper2015-06-022-2/+5
* [mips] Add RuntimeDyld tests for currently supported O32 relocations.Daniel Sanders2015-06-021-0/+40
* [ASan] Fixed tests to pass on Darwin. Patch by Maria Guseva!Yury Gribov2015-06-024-4/+8
* Mark TestHelloWorld as XTIMEOUT for LinuxTamas Berghammer2015-06-021-0/+1
* clang-format: [JS] Fix another regression when detecting array literals.Daniel Jasper2015-06-022-1/+7
* AVX-512: Implemented VRANGESD and VRANGESS instructions for SKX Implemented D...Elena Demikhovsky2015-06-022-0/+103
* Skip TestChangeProcessGroup on FreeBSD for nowEd Maste2015-06-021-0/+1
* clang-format: [JS] Fix regression of detecting array literals.Daniel Jasper2015-06-022-1/+8
* Fix some places where we could call memmove(null,xxx,0) - which is UBMarshall Clow2015-06-021-6/+14
* AVX-512: Shorten implementation of lowerV16X32VectorShuffle()Elena Demikhovsky2015-06-022-42/+88
* [mips] Add support for dynamic stack realignment.Vasileios Kalintiris2015-06-0210-10/+442
* In the case where we are copying/moving zero elements, do less workMarshall Clow2015-06-021-2/+6
* Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow2015-06-023-6/+46
* Un-enable TestEvents test on linuxPavel Labath2015-06-021-0/+2
* Update for LLVM api change.Rafael Espindola2015-06-021-4/+4
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-028-185/+118
* Make vim also output a helpful message in some error cases.Manuel Klimek2015-06-021-0/+2
* Remove error message when using the fallback style.Manuel Klimek2015-06-022-3/+0
* Revert "ARM: Thumb2 LDRD/STRD supports independent input/output regs"Renato Golin2015-06-024-48/+30
* [LLDB][MIPS] MIPS64 Branch instruction emulation for SW single steppingMohit K. Bhakkad2015-06-022-16/+1870
* Change use of keyword 'or' to '||' as keyword not supported by visual studio...Aidan Dodds2015-06-021-2/+2
* [AArch64] Add v8.1a atomic instructionsVladimir Sukharev2015-06-0210-5/+694
* [mips] [IAS] Reformat mips-expansions.s. NFC.Toma Tabacu2015-06-021-33/+32
* Enable TestEvents test on linuxPavel Labath2015-06-021-1/+0
* [mips] Test both %dtprel_hi and %dtprel_lo instead of testing %dtprel_hi twice.Daniel Sanders2015-06-021-3/+3
* [mips] Expand tabs in test/MC/Mips/mips-relocations.sDaniel Sanders2015-06-021-11/+11
* [mips] [IAS] Add support for the .set softfloat/hardfloat directives.Toma Tabacu2015-06-025-0/+74
* [Mips] Fix enumeral vs. non-enumeral warning in ternary. NFCDenis Protivensky2015-06-021-5/+5
* AVX-512: Implemented VFIXUPIMMSD and VFIXUPIMMSS instructions for KNLElena Demikhovsky2015-06-023-14/+230
* revert 238809Asaf Badouh2015-06-0210-589/+31
* AVX-512: Implemented GETEXP instruction for KNL and SKXAsaf Badouh2015-06-0210-31/+589
* [TableGen] Use range-based for loops. NFCCraig Topper2015-06-022-22/+20
* Fix typo in comment. NFCCraig Topper2015-06-021-1/+1
* [TableGen] Rename ListInit::getSize to just 'size' to be more consistent.Craig Topper2015-06-028-37/+36
* [TableGen] Use range-based for loops. NFC.Craig Topper2015-06-024-33/+28
* [RuntimeDydlELF] Use range-based loop.Davide Italiano2015-06-021-5/+3
* Add missing return statements in C++03 std::functionEric Fiselier2015-06-021-0/+4
* Add TODO items and remove use of 'noexcept' in C++03 test.Eric Fiselier2015-06-022-2/+4
* Create a MCSymbolELF.Rafael Espindola2015-06-0218-56/+95
* MC: Tidy up LOH naming a bit. NFC.Jim Grosbach2015-06-013-9/+9
* MC: Tidy up formatting a bit. NFC.Jim Grosbach2015-06-013-55/+54
* [Support] Simplify Triple::getOSVersionDavid Majnemer2015-06-011-9/+1
* [Basic] Transition getEnvironmentVersion from getOSVersion for androidDavid Majnemer2015-06-011-1/+1
* [ADT] Add Triple::getEnvironmentVersionDavid Majnemer2015-06-012-16/+49
OpenPOWER on IntegriCloud