- cc10c1e Use an actual valid register in test by Matthias Braun · 9 years ago
- b68d770 Add -debug-info-for-profiling to emit more debug info for sample pgo profile collection by Dehao Chen · 9 years ago
- b9ac5dc [LV] Run loop-simplify and LCSSA explicitly instead of "requiring" them by Michael Kuperstein · 9 years ago
- 95a3600 LiveIntervalAnalysis: Cleanup; NFC by Matthias Braun · 9 years ago
- df5ffd6 [NVPTX] Fix lowering of fp16 ISD::FNEG. by Artem Belevich · 9 years ago
- 19ce959 [SCEV] Make getUDivExactExpr handle non-nuw multiplies correctly. by Eli Friedman · 9 years ago
- e350211 Preserve domtree and loop-simplify for runtime unrolling. by Eli Friedman · 9 years ago
- a8b917b Treat segment [B, E) as not overlapping block with boundaries [A, B) by Krzysztof Parzyszek · 9 years ago
- 621d1f4 [Hexagon] Remove dead defs from the live set when expanding wstores by Krzysztof Parzyszek · 9 years ago
- 57f0668 Revert r291670 because it introduces a crash. by Michael Kuperstein · 9 years ago
- 01355e8 Improve the `-filter-print-funcs` option to skip the banner for CGSCC pass when nothing is to be printed by Mehdi Amini · 9 years ago
- 4683557 [InstCombine] add tests for shl nsw with icmp eq/ne; NFCI by Sanjay Patel · 9 years ago
- 82823ef [InstCombine] add an assert to make a shl+icmp transform assumption explicit; NFCI by Sanjay Patel · 9 years ago
- 9c79f14 [CodeGenPrepare] Fix a typo in the comment. NFC. by Haicheng Wu · 9 years ago
- a1c9212 [InstCombine] remove a redundant check; NFCI by Sanjay Patel · 9 years ago
- 28f3575 ThinLTOBitcodeWriter: Clear comdats on filtered globals. by Peter Collingbourne · 9 years ago
- 1d08431 Cloning: Copy comdats when cloning globals. by Peter Collingbourne · 9 years ago
- 517331b Fix up a comment. NFC. by Michael Kuperstein · 9 years ago
- c3a226d [LV] Allow reductions that have several uses outside the loop by Michael Kuperstein · 9 years ago
- 92e82c5 cmake: Only sanitize use-after-scope if the host compiler supports it by Justin Bogner · 9 years ago
- f5697dc [AArch64] Generate literals by the little end by Evandro Menezes · 9 years ago
- d20f95e [NewGVN] We don't use postdom info anymore. Update. by Davide Italiano · 9 years ago
- 6449993 [ThinLTO] Add a recursive step in Metadata lazy-loading by Mehdi Amini · 9 years ago
- 57f557b [lit] Support sharding testsuites, for parallel execution. by Graydon Hoare · 9 years ago
- 05153bf [SLP] Add a tests for a fix for PR30787. by Alexey Bataev · 9 years ago
- d78f00a [AMDGPU] Do not allow register coalescer to create big superregs by Stanislav Mekhanoshin · 9 years ago
- 4a6dec6 GlobalISel: Implement narrowing for G_STORE by Justin Bogner · 9 years ago
- 6eefd2c GlobalISel: Correct copy-pasted comment. NFC by Justin Bogner · 9 years ago
- 6f03dce Don't create a comdat group for a dropped def with initializer by Teresa Johnson · 9 years ago
- 1dd9f80 Revert 292404 due to buildbot failures. by Kirill Bobyrev · 9 years ago
- 80480bf [X86] Minor code cleanup to fix several clang-tidy warnings. NFC by Kirill Bobyrev · 9 years ago
- 56e5bde [ARM] Create SubtargetFeatures from build attrs by Sam Parker · 9 years ago
- 7990fab raw_fd_ostream: Make file handles non-inheritable by default by Pavel Labath · 9 years ago
- 73dc33b [Assembler] Fix crash when assembling .quad for AArch32. by Chad Rosier · 9 years ago
- 4a5b076 [thumb,framelowering] Reset NoVRegs in Thumb1FrameLowering::emitPrologue. by Florian Hahn · 9 years ago
- c2e2612 [InstCombine][AVX2] Add DemandedElts support for VPERMD/VPERMPS shuffles by Simon Pilgrim · 9 years ago
- 1f4dfaa Re-revert: [globalisel] Tablegen-erate current Register Bank Information by Daniel Sanders · 9 years ago
- e22dda9 [InstCombine][AVX2] Tests showing missed opportunities to pass demanded elts through a vpermd/vpermps shuffle by Simon Pilgrim · 9 years ago
- 7d4a3d4 Re-commit: [globalisel] Tablegen-erate current Register Bank Information by Daniel Sanders · 9 years ago
- aa96763 [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
- caaf153 [InstCombine] Remove unnecessary intrinsics demanded elts handling by Simon Pilgrim · 9 years ago
- e3d484c Fixed parser error on windows shell evaluation of RUN script line by Simon Pilgrim · 9 years ago
- 00b2f8c [X86][SSE] Simplify umax knownbits test by Simon Pilgrim · 9 years ago
- 476a6c5 [X86] Improve mul combine for negative multiplayer (2^c - 1) by Michael Zuckerman · 9 years ago
- 6994e23 Revert "[XRay][Arm] Repair XRay table emission on Arm32 and add tests to identify such problem earlier" by Renato Golin · 9 years ago
- ce4eec5 [SystemZ] Proper handling of undef flag while expanding pseudo. by Jonas Paulsson · 9 years ago
- be4bc89 [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix by Marina Yatsina · 9 years ago
- 3b7e672 [LoopDeletion] (cleanup, NFC) Fix one more local variable that didn't by Chandler Carruth · 9 years ago
- 02f541f [PM] Teach LoopDeletion to correctly update the LPM when loops are deleted. by Chandler Carruth · 9 years ago
- abe4967 [LoopDeletion] (cleanup, NFC) Make this test actually test what it by Chandler Carruth · 9 years ago
- 4cddac9 DAG: Consider nnan in isKnownNeverNaN by Matt Arsenault · 9 years ago
- f2f70f1 Revert rL292292 since it causes a SEGV on sanitizer-x86_64-linux-fuzzer build bot. by Wei Mi · 9 years ago
- c4a7209 [libFuzzer] remove stale code by Kostya Serebryany · 9 years ago
- 162faf4 [test-release.sh] Add Polly to the list of projects by Pengxuan Zheng · 9 years ago
- 97c35d1 [WebAssembly] Update grow_memory's return type. by Dan Gohman · 9 years ago
- c1fa073 MIRParser: Allow regclass specification on operand by Matthias Braun · 9 years ago
- 13bc67e [Target, Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 4fc1671 [libFuzzer] exit(1) on failed merge by Kostya Serebryany · 9 years ago
- 26071eb [libFuzzer] better link for trophies by Kostya Serebryany · 9 years ago
- dc30ded [NVPTX] Support global variables of integer type larger than i64. by Justin Lebar · 9 years ago
- 9d29b66 2 returns next to each other =). NFC by Xin Tong · 9 years ago
- 9256b5b Skip loop header while we can when computing loop safety info by Xin Tong · 9 years ago
- 38777f9 [LIT] Make util.executeCommand python3 friendly by Eric Fiselier · 9 years ago
- fb0c1c5 [NVPTX] Standardize asm printer on "foo \tbar". by Justin Lebar · 9 years ago
- 0e8415f [NVPTX] Clean up nested !strconcat calls. by Justin Lebar · 9 years ago
- db8ecaf [NVPTX] Implement min/max in tablegen, rather than with custom DAGComine logic. by Justin Lebar · 9 years ago
- f78819e [NVPTX] Lower integer absolute value idiom to abs instruction. by Justin Lebar · 9 years ago
- 38c1089 [NVPTX] Improve lowering of llvm.ctpop. by Justin Lebar · 9 years ago
- 7470b2c [NVPTX] Add lowering for llvm.bitreverse. by Justin Lebar · 9 years ago
- 9ff5ce4 [NVPTX] Fix function names in ctlz.ll test. Test-only change. by Justin Lebar · 9 years ago
- fd46a6b [NVPTX] Improve lowering of llvm.ctlz. by Justin Lebar · 9 years ago
- be4d3e0 [IR] Grammar police: "intact" is one word. NFC by Justin Lebar · 9 years ago
- bf51c92 [InstCombine] add tests to show missed shrinkage; NFC by Sanjay Patel · 9 years ago
- 0f46395 [libFuzzer] add ATTRIBUTE_NO_SANITIZE_MEMORY to sanitizer hooks by Kostya Serebryany · 9 years ago
- f519872 Introduce -unroll-partial-threshold to separate PartialThreshold from Threshold in loop unorller. by Dehao Chen · 9 years ago
- caab16e [RegisterCoalescing] Remove partial redundent copy. by Wei Mi · 9 years ago
- 84b54a1 Fix GettingStarted doc so that the example build command for cmake LLVM_ENABLE_PROJECTS works on linux by Mehdi Amini · 9 years ago
- 5699207 [libfuzzer] fixing collected pc addresses for coverage by Mike Aizatsky · 9 years ago
- 974466a [ADT] Add SparseBitVector::find_last(). by Zachary Turner · 9 years ago
- db5325a [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code between cmp and memcmp handling) by Kostya Serebryany · 9 years ago
- d4ebdc1 [libFuzzer] copy the options inside MutationDispatcher to avoid use-after-scope in mutator tests by Kostya Serebryany · 9 years ago
- f4d04d4 GlobalISel: fix comparison order for G_FCMP by Tim Northover · 9 years ago
- dfa332f GlobalISel: add callseq instructions to record stack usage by Tim Northover · 9 years ago
- 244264d GlobalISel: correctly handle varargs by Tim Northover · 9 years ago
- 1d3f429 [LoopDeletion] (cleanup, NFC) Use the dedicated helper to get a single by Chandler Carruth · 9 years ago
- 1b2cd63 [LV] Add requires asserts to test case by Matthew Simpson · 9 years ago
- 57a16bc [LoopDeletion] (cleanup, NFC) Fix another variable name to match LLVM by Chandler Carruth · 9 years ago
- df7385e [GlobalISel] track predecessor mapping during switch lowering. by Tim Northover · 9 years ago
- d3e09ec [X86][SSE] Split UMIN and UMAX known bits tests by Simon Pilgrim · 9 years ago
- ebd9341 [LoopDeletion] (cleanup, NFC) Remove a pointless comment. by Chandler Carruth · 9 years ago
- 70e0d71 [LoopDeletion] (cleanup, NFC) Make simple helper functions static by Chandler Carruth · 9 years ago
- 40d8cc1 [LoopDeletion] (cleanup, NFC) Stop passing around reference to a vector by Chandler Carruth · 9 years ago
- 067ba90 [PM] Clean up variable and parameter names to match modern LLVM naming by Chandler Carruth · 9 years ago
- e38a9b5 Silence some Sphinx diagnostics in an attempt to get the documentation builder back to green (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/1895). by Aaron Ballman · 9 years ago
- 985d6ae Add a test case for LICM when promoting locals that may be read after the throw within the loop. NFCI. by Xin Tong · 9 years ago
- eaad74d [InstCombine] refactor foldICmpShlConstant(); NFCI by Sanjay Patel · 9 years ago
- a6fcb69 [bpf] fix stack-use-after-scope by Alexei Starovoitov · 9 years ago
- 73275fd Enabled -fsanitize-address-use-after-scope for -DLLVM_USE_SANITIZER=Address by Vitaly Buka · 9 years ago
- e3aa759 [cmake] Update SOVERSION for the new versioning scheme by Michal Gorny · 9 years ago
- caab3a8 [LV] Mark non-consecutive-like pointers non-uniform by Matthew Simpson · 9 years ago