summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-028-42/+408
* Add comments.Rui Ueyama2016-09-021-0/+4
* Check for nullEnrico Granata2016-09-021-0/+7
* [SE] Remove broken doc refJason Henline2016-09-021-3/+0
* [SE] Doc tweaksJason Henline2016-09-025-14/+41
* Remove temoprary files.Rui Ueyama2016-09-021-36/+60
* [SE] GlobalDeviceMemory owns its handleJason Henline2016-09-026-143/+123
* Fix up comment from r280442, noticed by Justin.Adam Nemet2016-09-021-3/+2
* Fix potential test failures.Rui Ueyama2016-09-025-9/+11
* [SE] Add "install" actions to cmake buildJason Henline2016-09-022-0/+4
* Split the store of a wide value merged from an int-fp pair into multiple stores.Wei Mi2016-09-024-0/+191
* [InsttCombine] fold insertelement of constant into shuffle with constant oper...Sanjay Patel2016-09-022-7/+80
* [lib/LTO] Simplify. No functional change intended.Davide Italiano2016-09-021-11/+6
* Quick fix to make LIT_PRESERVES_TMP work againReid Kleckner2016-09-021-1/+2
* [lit] Clean up temporary files created by testsReid Kleckner2016-09-022-11/+28
* [WebAssembly] Update known test failuresDerek Schuff2016-09-021-1/+0
* [LV] Ensure reverse interleaved group GEPs remain uniformMatthew Simpson2016-09-022-3/+19
* [SE] Don't pack raw device mem argsJason Henline2016-09-022-116/+40
* [ELF] - Linkerscript: add support for suffixes in numbers.George Rimar2016-09-022-8/+101
* Fix build breakage caused by r280490Tamas Berghammer2016-09-021-2/+1
* Simplify code a bit. No functional change intended.Andrea Di Biagio2016-09-021-15/+16
* Fix 2 waring in the OCaml AST contextTamas Berghammer2016-09-022-3/+0
* fix documentation comments; NFCSanjay Patel2016-09-022-13/+11
* [instsimplify] Fix incorrect folding of an ordered fcmp with a vector of all ...Andrea Di Biagio2016-09-022-1/+9
* clang-format: [JS] merge requoting replacements.Martin Probst2016-09-025-9/+15
* clang-format: [JS] handle default bindings in imports.Martin Probst2016-09-022-8/+35
* clang-format: [JS] Sort all JavaScript imports if any changed.Martin Probst2016-09-022-25/+12
* [lit] Replace print with lit_config.note().Logan Chien2016-09-021-1/+1
* Allow a C11 generic selection expression to select a function with the overlo...Aaron Ballman2016-09-023-2/+43
* [DAGcombiner] Fix incorrect sinking of a truncate into the operand of a shift.Andrea Di Biagio2016-09-022-3/+142
* Fixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)Andrey Bokhanko2016-09-021-1/+1
* Reapply "Make Scalar::GetValue more consistent"Pavel Labath2016-09-023-5/+41
* [PM] Try to fix an MSVC2013 failure due to finding a templateChandler Carruth2016-09-021-0/+14
* Revert "Make Scalar::GetValue more consistent"Pavel Labath2016-09-023-32/+6
* Bump up TestCallWithTimeout timeoutPavel Labath2016-09-021-2/+2
* Make Scalar::GetValue more consistentPavel Labath2016-09-023-6/+32
* [ELF] - Fix for: bug 30237 - lld does not implement -f optionGeorge Rimar2016-09-025-0/+23
* [InstCombine] Add test for insertelementinsts with constants.Alexey Bataev2016-09-021-0/+77
* [Support] - Fix possible crash in match() of llvm::Regex.George Rimar2016-09-023-5/+20
* [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human rea...George Rimar2016-09-024-0/+42
* [SimplifyCFG] Add a workaround to fix PR30188James Molloy2016-09-022-0/+33
* [asan] Move scariness_score_test.cc to a common subdirectoryFilipe Cabecinhas2016-09-022-183/+196
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-0239-897/+900
* [AVX-512] Move tests for masked floating point logical operations to avx512dq...Craig Topper2016-09-022-1248/+1251
* [AVX-512] Remove floating point logical operation instrinsics and replace the...Craig Topper2016-09-023-100/+37
* [AVX-512] Add more patterns for masked and broadcasted logical operations whe...Craig Topper2016-09-023-231/+75
* [AVX-512] Add execution domain fixing for logical operations with broadcast l...Craig Topper2016-09-023-16/+146
* [X86] Strengthen some SDNode type constraints.Craig Topper2016-09-021-3/+4
* [AVX-512] Add NoVLX Predicates to some patterns so they don't rely on pattern...Craig Topper2016-09-021-0/+2
* [Docs] Fix another typo in the Error/Expected docs.Lang Hames2016-09-021-2/+2
OpenPOWER on IntegriCloud