summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not consider subreg defs as reads when computing subrange livenessKrzysztof Parzyszek2016-09-028-11/+320
* [InstCombine] auto-generate assertions for tighter checkingSanjay Patel2016-09-021-60/+95
* Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.Jonathan Peyton2016-09-021-1/+1
* Rename UnresolvedPolicy::Error -> UnresolvedPolicy::ReportError.Rui Ueyama2016-09-022-3/+3
* Add -nostdlib.Rui Ueyama2016-09-025-1/+12
* [SLP] Don't pass a global CL option as an argument. NFC.Chad Rosier2016-09-022-12/+10
* AMDGPU/R600: Expand unaligned writes to local and global ASJan Vesely2016-09-023-8/+189
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-028-27/+393
* Dispatch without hash table lookup.Rui Ueyama2016-09-021-19/+25
* AMDGPU: Reorganize store testsJan Vesely2016-09-024-188/+177
* [codeview] Use the correct max CV record length of 0xFF00Reid Kleckner2016-09-023-12/+17
* Revert r280516 since it contained accidental changes.Eric Fiselier2016-09-028-408/+42
* Based on post-commit feedback over IRC with dblaikie, ideally, we should have...Aaron Ballman2016-09-021-2/+2
* Use 'critical' reduction method when 'atomic' is not available but requested.Jonathan Peyton2016-09-022-8/+16
* IfConversion: Add assertions that both sides of a diamond don't pred-clobber.Kyle Butt2016-09-021-2/+3
* IfConversion: Fix bug introduced by rescanning diamonds.Kyle Butt2016-09-022-1/+67
* 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
OpenPOWER on IntegriCloud