summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips][ias] Explicitly disable IAS on tests that depend on not assembling.Daniel Sanders2015-11-263-124/+129
* [mips][ias] Replace anchor comments with anchor instructions in tests.Daniel Sanders2015-11-262-44/+44
* [ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS,PREL}{16,32} relocations.Igor Kudrin2015-11-2613-79/+134
* [SimplifyLibCalls] Don't depend on a called function having a name, it might ...Benjamin Kramer2015-11-264-11/+35
* [ELF] Factor out relocation checks into separate functions.Igor Kudrin2015-11-262-38/+43
* Fix for merging decls in pragma weakAlexander Musman2015-11-263-8/+28
* [X86] Strengthen more type constraints to reduce isel table size.Craig Topper2015-11-261-21/+33
* [OPENMP 4.5] Fixed rules for 'ordered' clause.Alexey Bataev2015-11-263-10/+36
* X86-FMA3: Improved/enabled the memory folding optimization for scalar loadsVyacheslav Klochkov2015-11-263-13/+400
* [X86] Strengthen the type constraints on X86psadbw and X86dbpsadbw to reduce ...Craig Topper2015-11-261-2/+6
* [SelectionDAG] Add a SDTCisSameSizeAs type constraint that can be used to ens...Craig Topper2015-11-263-1/+78
* Add type constraints to masked_load/masked_store to ensure the mask vector ha...Craig Topper2015-11-261-2/+3
* [TableGen] Flip reversed comments.Craig Topper2015-11-261-2/+2
* [ELF] Reapply r254031 - LinkerScript: lookup absolute paths under sysrootSimon Atanasyan2015-11-262-3/+30
* [Diagnostics] Call setMapping on the correct diagnostic states in a few place...Craig Topper2015-11-261-3/+3
* Use range-based for loops. NFCCraig Topper2015-11-261-7/+7
* [Hexagon] HVX vector register classes and more isel patternsKrzysztof Parzyszek2015-11-265-80/+204
* Update reference to final TM TS spec.Richard Smith2015-11-261-1/+1
* P0002R1: increment on expressions of type bool is no longer allowed in C++1z.Richard Smith2015-11-266-7/+31
* [modules] Refactor handling of -fmodules-embed-*. Track this properly ratherRichard Smith2015-11-267-52/+61
* AMDGPU: Fix typoTom Stellard2015-11-261-1/+1
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-2617-0/+252
* [OperandBundles] Treat "deopt" operand bundles speciallySanjoy Das2015-11-266-6/+112
* Driver: protect from empty -L argsMartell Malone2015-11-261-1/+2
* AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsicTom Stellard2015-11-267-1/+48
* [libFuzzer] clean up the docs, add one more link Kostya Serebryany2015-11-261-3/+12
* [analyzer] Add tests for generalized lambda capture (C++14). NFC.Devin Coughlin2015-11-261-0/+50
* Sync up with master InstrProfData.incXinliang David Li2015-11-261-1/+1
* Fix a typo introduced in previous patchesXinliang David Li2015-11-261-1/+1
* Fix a comment typo (cashe -> cache)Hal Finkel2015-11-251-1/+1
* [PGO] Implement ValueProfiling Closure interfaces for runtime value profile dataXinliang David Li2015-11-253-10/+270
* [safestack] Fix alignment of dynamic allocas.Evgeniy Stepanov2015-11-252-2/+2
* Fix a use-after-free in `llvm-config`.Richard Diamond2015-11-251-10/+10
* [analyzer] Include block capture copy expressions in the CFG.Devin Coughlin2015-11-253-2/+130
* [WebAssembly] Fix inline asm support for i64 operands.Dan Gohman2015-11-252-1/+18
* Reapply r254098.George Rimar2015-11-256-60/+212
* [WebAssembly] Fold setne and seteq comparisons into selects.Dan Gohman2015-11-253-34/+154
* Revert r254098 as it seems broke build bot.George Rimar2015-11-256-212/+60
* sanitizer_common: remove noisy warning about symbolizer not found.Ivan Krasin2015-11-251-4/+0
* [ELF] - Implemented optimizations for @tlsld and @tlsgdGeorge Rimar2015-11-255-22/+145
* [libFuzzer] add a flag -exact_artifact_pathKostya Serebryany2015-11-256-0/+13
* [Hexagon] Treat transfers of FP immediates are pseudo instructionsKrzysztof Parzyszek2015-11-252-5/+19
* [ELF] - Lazy relocations support for x86 target.George Rimar2015-11-256-60/+212
* P0001R1: 'register' storage class specifier is no longer permitted in C++1z.Richard Smith2015-11-255-6/+16
* [WebAssembly] Add some comments. NFC.Dan Gohman2015-11-251-0/+5
* AMDGPU/SI: select S_ABS_I32 when possible (v2)Marek Olsak2015-11-255-3/+194
* [WebAssembly] Fix WebAssembly register numbering for registers added late.Dan Gohman2015-11-252-0/+9
* [SCCP] More informative message if we don't know how to handle a terminator.Davide Italiano2015-11-251-1/+1
* [ELF2][MIPS] Support R_MIPS_CALL16 relocationSimon Atanasyan2015-11-252-2/+49
* AMDGPU: Check feature attributes in SIMachineFunctionInfoMatt Arsenault2015-11-252-9/+134
OpenPOWER on IntegriCloud