- c887230 [PGO] Fix bogus warning for merging empty llvm profile file by Rong Xu · 9 years ago
- 207b6ab [BuildingAJIT] Use the remote target triple to construct the TargetMachine in by Lang Hames · 9 years ago
- 2bd7506 Add computeHostNumPhysicalCores() implementation for Darwin by Mehdi Amini · 9 years ago
- cc8ca50 AMDGPU : Add a function to enable and disable IEEEBit for SC and shader by Wei Ding · 9 years ago
- 599a7aa Remove the JIT EH/small code model tests for now. by Lang Hames · 9 years ago
- 43fa064 [CMake] Make the runtimes directory work with bootstrap builds by Chris Bieneman · 9 years ago
- bac9c43 [InstSimplify] fold negation of sign-bit by Sanjay Patel · 9 years ago
- b5046ba [BuildingAJIT] Make the chapter 5 server export symbols. by Lang Hames · 9 years ago
- d673d6f Typo: nomed struct -> named struct by Hans Wennborg · 9 years ago
- 3fd59c9 [GlobalMerge] Handle non-landingpad EH pads by Reid Kleckner · 9 years ago
- 86fff1f [IndVarSimplify] Teach calculatePostIncRange to take guards into account by Artur Pilipenko · 9 years ago
- f461f21 [LV] Avoid emitting trivially dead instructions by Matthew Simpson · 9 years ago
- db638de [AliasSetTracker] Add support for memcpy and memmove. by Chad Rosier · 9 years ago
- 6ca75fa [IndVarSimplify] Use control-dependent range information to prove non-negativity by Artur Pilipenko · 9 years ago
- 6d823ec [AliasSetTracker] Return void for add() functions. NFC. by Chad Rosier · 9 years ago
- 0ca2107 [InstSimplify] move one and add more tests for potential negation folds by Sanjay Patel · 9 years ago
- 8ddbe89 Add a macro for prefetching data. by Rafael Espindola · 9 years ago
- e66ad1c [ADT] Zip range adapter by Mehdi Amini · 9 years ago
- 4c50ebb [llvm-cov] Don't spawn a thread unless ThreadCount > 1 by Vedant Kumar · 9 years ago
- 735fbf8 [AMDGPU] Stop using MCRegisterClass::getSize() by Krzysztof Parzyszek · 9 years ago
- 740d871 [ThinLTO] Default backend threads to heavyweight_hardware_concurrency by Teresa Johnson · 9 years ago
- 440f75c Merged nested ifs. NFCI. by Simon Pilgrim · 9 years ago
- b40b8e34 Revert "Add Chrono.h - std::chrono support header" by Pavel Labath · 9 years ago
- 9f2ab76 [DAGCombiner] Add general constant vector support to (shl (add x, c1), c2) -> (add (shl x, c2), c1 << c2) by Simon Pilgrim · 9 years ago
- 0c48851 [WinEH] Allow catchpads to reuse the same catch object by Reid Kleckner · 9 years ago
- 85745f9 [DAG] optimize negation of bool by Sanjay Patel · 9 years ago
- 8b3f7e8 [pdb] Improve error messages when DIA is not found. by Zachary Turner · 9 years ago
- cac7028 [RDF] Switch RefMap in liveness calculation to use lane masks by Krzysztof Parzyszek · 9 years ago
- 057fdd8 [DAGCombiner] Add general constant vector support to (shl (sra x, c1), c1) -> (and x, (shl -1, c1)) by Simon Pilgrim · 9 years ago
- f02821b [DAGCombiner] Add general constant vector support to (shl (mul x, c1), c2) -> (mul x, c1 << c2) by Simon Pilgrim · 9 years ago
- 96f32a0 Revert r284604. A.K.A. "TMP" by Tim Northover · 9 years ago
- 4648ae6 Sparc: fix test. by Tim Northover · 9 years ago
- ef2c5dd TMP by Tim Northover · 9 years ago
- dc8499f GlobalISel: support translating volatile loads and stores. by Tim Northover · 9 years ago
- 57ea748 Introduce ConstantRange.addWithNoSignedWrap by Artur Pilipenko · 9 years ago
- 4a9c407 [Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving rounding mode changes and issues an appropriate user error message. by Chris Dewhurst · 9 years ago
- bca3cda Add Chrono.h - std::chrono support header by Pavel Labath · 9 years ago
- 556bf4b Reapply r284571 (with the new tests fixed). by Sjoerd Meijer · 9 years ago
- a72922e llvm/test/MC/Mips/macro-ld-sd.s: Sweep a spurious character \xA0 in the test file. by NAKAMURA Takumi · 9 years ago
- bc50ab0 [SystemZ] Add missing vector instructions for the assembler by Ulrich Weigand · 9 years ago
- a91221a [SystemZ] Add optional argument to some vector string instructions by Ulrich Weigand · 9 years ago
- 7b63453 [cmake] Declare LLVM_CMAKE_PATH for use in subprojects by Michal Gorny · 9 years ago
- ab4e036 [Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tables by James Molloy · 9 years ago
- 9f4aec5 [DAGCombiner] Just call isConstOrConstSplat directly. NFCI. by Simon Pilgrim · 9 years ago
- 1a8de66 Fix line endings by Simon Pilgrim · 9 years ago
- 8f03548 [DAGCombine] Generalize distributeTruncateThroughAnd to work with any non-opaque constant or constant vector by Simon Pilgrim · 9 years ago
- c9cee26 Revert of r284571 because of failing tests. by Sjoerd Meijer · 9 years ago
- 9a54c88 Checking FP function attribute values and adding more build attribute tests. by Sjoerd Meijer · 9 years ago
- 8218871 DenseSet: Appease msc18 to define derived constructors explicitly. by NAKAMURA Takumi · 9 years ago
- cdb220a [AVX-512] Teach isel lowering that a subvector broadcast being inserted into both halves of a 512-bit vector can be combined into a larger subvector broadcast. by Craig Topper · 9 years ago
- 2e4381e Update the section.ll to fix non-x86 failure. by Dehao Chen · 9 years ago
- 625e9e7 Revert r284545 again as the regression in ppc still exists. There is bug in MBPI exposed by th patch. by Dehao Chen · 9 years ago
- 97cd3dc [asan] Replace std::to_string with llvm::to_string by Vitaly Buka · 9 years ago
- b3960e8 [libFuzzer] extend -print_coverage to also print uncovered lines, functions, and files. by Kostya Serebryany · 9 years ago
- 6b9bef9 [asan] Simplify calculation of stack frame layout extraction calculation of stack description into separate function. by Vitaly Buka · 9 years ago
- 298a3d2 [asan] Append line number to variable name if line is available and in the same file as the function. by Vitaly Buka · 9 years ago
- f2a459b Using branch probability to guide critical edge splitting. by Dehao Chen · 9 years ago
- 0084250 revert r284541. by Dehao Chen · 9 years ago
- fe89a6b Conditionally eliminate library calls where the result value is not used by Rong Xu · 9 years ago
- 6e98f1c Using branch probability to guide critical edge splitting. by Dehao Chen · 9 years ago
- 9f38b99 dwarfdump: add space missing from the type unit header description by David Blaikie · 9 years ago
- d327a37 dwarfdump: Include the name in the unit description, even in non-summarized mode by David Blaikie · 9 years ago
- 8c8a976 Add target for test to fix regression introduced by r284533. by Dehao Chen · 9 years ago
- 69a9e66 dwarfdump: -summarize-types: print a short summary (unqualified type name, hash, length) of type units rather than dumping contents by David Blaikie · 9 years ago
- ed57153 Improve ARM lowering for "icmp <2 x i64> eq". by Eli Friedman · 9 years ago
- a31af6a [GVN] Consistently use division instead of shift. NFCI. by Davide Italiano · 9 years ago
- ada39e9 [GVN] Remove dead code. NFC. by Davide Italiano · 9 years ago
- 977fc82 Use profile info to set function section prefix to group hot/cold functions. by Dehao Chen · 9 years ago
- be23217 [AArch64] Fix test triplet by Evandro Menezes · 9 years ago
- d9b0063 [AArch64] Avoid materializing 0.0 when generating FP SELECT by Evandro Menezes · 9 years ago
- c6b8aca One more additional error check for invalid Mach-O files for a by Kevin Enderby · 9 years ago
- 55352d9 GlobalISel: translate the @llvm.objectsize intrinsic. by Tim Northover · 9 years ago
- 10519cd GlobalISel: select small binary operations on AArch64. by Tim Northover · 9 years ago
- 4841e61 GlobalISel: translate memcpy intrinsics. by Tim Northover · 9 years ago
- a30faf0 Remove unused typedef by Mandeep Singh Grang · 9 years ago
- 1fd8e0a GlobalISel: support floating-point constants on AArch64. by Tim Northover · 9 years ago
- 57144cf [Hexagon] Handle block live-ins with lane masks in HexagonBlockRanges by Krzysztof Parzyszek · 9 years ago
- 6e3c4da Reduce global namespace pollution. NFC. by Benjamin Kramer · 9 years ago
- 1b1c50f [esan] Remove global variable. by Benjamin Kramer · 9 years ago
- 9bfbc7b [X86][SSE] Added vector lshr/shl combine tests by Simon Pilgrim · 9 years ago
- bef7c1f [InterleavedAccessPass] Remove global variable. by Benjamin Kramer · 9 years ago
- 761c1ff [libFuzzer] detect leaks after every run when executing fixed inputs (./fuzzer -runs=1000000 my-file) by Kostya Serebryany · 9 years ago
- bbcb21d revert r284495: [Target] remove TargetRecip class by Sanjay Patel · 9 years ago
- ecd85eb [sancov] add __sanitizer_cov_trace_pc_guard to the supported coverage points by Kostya Serebryany · 9 years ago
- db740ff [libFuzzer] reshuffle the code for -exit_on_src_pos and -exit_on_item by Kostya Serebryany · 9 years ago
- 9161c6d [asan] Rename test file as the poisoning is not "experimental" by Vitaly Buka · 9 years ago
- 1914a40 [asan] Combine check-prefixes in stack-poisoning test by Vitaly Buka · 9 years ago
- 7439986 [asan] Make -asan-experimental-poisoning the only behavior by Vitaly Buka · 9 years ago
- 640265d Next set of additional error checks for invalid Mach-O files for the by Kevin Enderby · 9 years ago
- 433154b [ADT] Remove CachedHash<T>. by Justin Lebar · 9 years ago
- de57b39 [SCEV] Make CompareValueComplexity a little bit smarter by Sanjoy Das · 9 years ago
- 9d4955c [SCEV] Extract out a helper function; NFC by Sanjoy Das · 9 years ago
- acea2a6 [X86][SSE] Added vector ashr combine tests by Simon Pilgrim · 9 years ago
- 5618317 [docs] Increase minimum supported GCC version for building LLVM to 4.8 by Teresa Johnson · 9 years ago
- 5800d6e [Target] remove TargetRecip class; move reciprocal estimate isel functionality to TargetLowering by Sanjay Patel · 9 years ago
- 08bb504 [DAGCombiner] Add splatted vector support to (udiv x, (shl pow2, y)) -> x >>u (log2(pow2)+y) by Simon Pilgrim · 9 years ago
- da27c36 Disable fatal errors in the Verifier instantiated by bugpoint's crash debugger. by Adrian Prantl · 9 years ago
- cad4756 [X86][AVX512] Add mask/maskz writemask support to constant pool shuffle decode commentx by Simon Pilgrim · 9 years ago
- 4ec176a [mips][ias] Handle more complicated expressions for memory operands by Simon Dardis · 9 years ago
- 8e2c689 [mips] Fix sync instruction definition by Simon Dardis · 9 years ago