summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* ARM: Thumb2 LDRD/STRD supports independent input/output regsMatthias Braun2015-06-014-30/+48
* Fix a race condition where 2 threads might try to call Process::SetExitStatus...Greg Clayton2015-06-011-10/+8
* AArch64: Use CMP;CCMP sequences for and/or/setcc trees.Matthias Braun2015-06-015-72/+295
* [bpf] fix buildAlexei Starovoitov2015-06-011-2/+2
* Move the name pointer out of Value into a map that lives on theOwen Anderson2015-06-014-17/+50
* [dsymutil] Remove extraneous std::move of local in return statement.Frederic Riss2015-06-011-1/+1
* R600/SI: Don't hardcode pointer typeMatt Arsenault2015-06-011-4/+5
* add missing dependency for ExecutionEngine libSanjay Patel2015-06-012-1/+2
* Fix TestJoinAfterBreak test on WindowsAdrian McCarthy2015-06-014-43/+32
* Use reinterpret_cast instead of const_cast and C-style cast.Rui Ueyama2015-06-011-1/+1
* LiveRangeEdit: Fix liveranges not shrinking on subrange kill.Matthias Braun2015-06-013-3/+77
* ARMLoadStoreOptimizer: Fix doxygen comments; NFCMatthias Braun2015-06-011-34/+28
* [dsymutil] Remove unnecessary ';'Frederic Riss2015-06-011-1/+1
* COFF: Remove BitcodeFile::BitcodeFile(StringRef Filename).Rui Ueyama2015-06-013-15/+8
* [dsymutil] Use YAMLIO to dump debug map.Frederic Riss2015-06-014-55/+166
* COFF: Support import-by-ordinal DLL imports.Rui Ueyama2015-06-018-19/+53
* COFF: Use Chunk instead of its derived classes.Rui Ueyama2015-06-013-13/+13
* COFF: Initial implementation of link-time optimization.Peter Collingbourne2015-06-0112-3/+266
* Make the C++ LTO API easier to use from C++ clients.Peter Collingbourne2015-06-014-37/+49
* Update for clang API change.Rafael Espindola2015-06-012-9/+8
* Replace a few std::string& with StringRef. NFC.Rafael Espindola2015-06-017-18/+16
* Revert "[Hexagon] Test passes for hexagon target now that the backend correct...Rafael Espindola2015-06-011-0/+1
* Revert "[Hexagon] Adding basic ELF relocation generation and testing advanced...Rafael Espindola2015-06-015-449/+28
* Dump error if dotest itself fails and no tests were run.Chaoren Lin2015-06-011-3/+5
* Don't close handle returned by _get_osfhandle.Oleksiy Vyalov2015-06-011-5/+0
* Additional RenderScript debug features.Colin Riley2015-06-012-22/+859
* Fix TestPaths.Chaoren Lin2015-06-011-2/+2
* lit: Allow configurations to restrict the set of tests to runArnold Schwaighofer2015-06-012-1/+14
* Updated dosep.py to output progress and dump std{out,err} on test failure.Chaoren Lin2015-06-011-3/+36
* Fix types.py to actually be able to run check_padding_command() without error...Greg Clayton2015-06-011-1/+1
* Disable MachineSink on convergent operations, similar to how IR Sink isOwen Anderson2015-06-011-0/+4
OpenPOWER on IntegriCloud