summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX:doc] Update code examples to conform to the latest IR.Jingyue Wu2016-05-041-23/+23
* [InstCombine] Canonicalize icmp instructions based on dominating conditions.Balaram Makam2016-05-044-0/+185
* Fix a SIGSEGV caused by dereferencing a pointer without a null checkBryan Chan2016-05-041-2/+2
* [Support] Creation of minidump after compiler crash on WindowsLeny Kholodov2016-05-046-1/+247
* Reland "Use ScopedPrinter in llvm-pdbdump"Reid Kleckner2016-05-043-1139/+1431
* [PowerPC] Generate VSX version of splat wordNemanja Ivanovic2016-05-048-9/+186
* Delete getTlsGotRel.Rafael Espindola2016-05-043-25/+2
* [X86][SSE] Regenerate vector bswap testsSimon Pilgrim2016-05-041-60/+91
* Typo. NFC.Chad Rosier2016-05-041-3/+3
* [SimplifyCFG] isSafeToSpeculateStore now ignores debug infoHans Wennborg2016-05-042-2/+74
* [Coverage] Fix an issue where a coverage region might not be created for a ma...Igor Kudrin2016-05-042-3/+42
* Fixed some spelling errors in assert messages. No functional change. Thanks t...Marshall Clow2016-05-041-19/+19
* Do not disable completely loop unroll when optimizing for size.Marianne Mailhot-Sarrasin2016-05-041-1/+1
* Revert "Use ScopedPrinter in llvm-pdbdump"Chad Rosier2016-05-043-1431/+1139
* Use a uniform name for the load combine pass. NFC.Chad Rosier2016-05-041-6/+5
* Use ScopedPrinter in llvm-pdbdumpZachary Turner2016-05-043-1139/+1431
* Removed another dead code. NFC.George Rimar2016-05-041-3/+0
* [SelectionDAG] BITREVERSE vector legalization of bit operationsSimon Pilgrim2016-05-042-11965/+1519
* AMDGPU/R600: Minor cleanup in InstrInfoJan Vesely2016-05-041-17/+16
* [RS4GC] Use SetVector/MapVector instead of DenseSet/DenseMap to guarantee sta...Igor Laevsky2016-05-046-106/+66
* Simplify handling of hint relocations.Rafael Espindola2016-05-045-15/+7
* Update to ISL 0.17.Michael Kruse2016-05-0465-7174/+9557
* Sort entries. NFC.Rafael Espindola2016-05-041-1/+1
* The test files are auto-generated by update_llc_test_checks.py utility.Elena Demikhovsky2016-05-042-186/+1198
* Removed dead code. NFC.George Rimar2016-05-041-7/+0
* [mips][ias] Only round section sizes when explicitly requested.Daniel Sanders2016-05-046-40/+49
* Print the cpio trailer after every member.Rafael Espindola2016-05-044-21/+18
* [clang-tidy] Remove STL dependency from a test.Gabor Horvath2016-05-041-1/+11
* [Sparc] Allow taking of function address into a register.Chris Dewhurst2016-05-042-5/+56
* [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-...Gabor Horvath2016-05-0410-49/+91
* [mips][microMIPS] Add CodeGen support for microMIPSr6 ROTR and ROTRV and add ...Zlatko Buljan2016-05-0417-11/+155
* [ASTMatchers] New matcher forFunctionGabor Horvath2016-05-044-0/+89
* [X86] Add -m[no-]x87 and -m[no-]80387 options to control FeatureX87.Andrey Turetskiy2016-05-042-0/+11
* Add missing -mno-cx16 driver option.Andrey Turetskiy2016-05-042-2/+3
* Add a test for driver options from m_x86_Features_Group.Andrey Turetskiy2016-05-041-0/+44
* [ELF][MIPS] Fix typo in the comment. NFC.Simon Atanasyan2016-05-041-1/+1
* [ELF][MIPS] Read/write .MIPS.options sectionSimon Atanasyan2016-05-048-12/+144
* When renaming a class, ename pointers to that class as well.Manuel Klimek2016-05-042-0/+27
* [Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.Chris Dewhurst2016-05-045-21/+384
* [mips] Remove -mattr=+n64 and fix indentation in tailcall.ll RUN lines. NFC.Daniel Sanders2016-05-041-5/+5
* [Clang][Builtin][AVX512] Adding intrinsics fot cvt{u}si2s{d|s} cvt{sd|ss}2{ss...Michael Zuckerman2016-05-043-0/+235
* Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo.Eric Liu2016-05-0413-62/+195
* [ConstantFolding, ValueTracking] Fold constants involving bitcasts of Constan...David Majnemer2016-05-043-9/+39
* [llvm-readobj] Print MIPS .MIPS.options section contentSimon Atanasyan2016-05-045-7/+80
* libc++abi: fix visibility of personalitiesSaleem Abdulrasool2016-05-041-2/+3
* [IPO/ConstantMerge] Convert to static function, to facilitate transition to t...Davide Italiano2016-05-041-6/+1
* Add a way for an ObjectFile to indicate that assembly emulationJason Molenda2016-05-046-3/+71
* [X86] Add -malign-double supportReid Kleckner2016-05-045-0/+123
* Make ListScope and DictScope re-use the same code.Zachary Turner2016-05-041-18/+11
* Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesBen Langmuir2016-05-048-12/+109
OpenPOWER on IntegriCloud