2015-03-24 |
David Blaikie | Opaque Pointer Types: GEP API migrations to specify... |
tree | commitdiff |
2015-03-24 |
Sanjay Patel | optimize the AVX2 (integer) version of vperm2 into... |
tree | commitdiff |
2015-03-24 |
David Blaikie | Opaque Pointer Types: GEP API migrations to specify... |
tree | commitdiff |
2015-03-24 |
Philip Reames | Merge empty landing pads in SimplifyCFG |
tree | commitdiff |
2015-03-24 |
David Blaikie | Revert "Remove an InstCombine that seems to have become... |
tree | commitdiff |
2015-03-24 |
David Blaikie | Remove an InstCombine that seems to have become redundant. |
tree | commitdiff |
2015-03-24 |
Sanjay Patel | [X86, AVX] instcombine vperm2 intrinsics with zero... |
tree | commitdiff |
2015-03-24 |
Hans Wennborg | Revert r233062 ""float2int": Add a new pass to demote... |
tree | commitdiff |
2015-03-24 |
Sanjoy Das | [IRCE] Fix how IRCE checks for no-sign-overflow. |
tree | commitdiff |
2015-03-24 |
Sanjoy Das | [IRCE] Fix a regression introduced in r232444. |
tree | commitdiff |
2015-03-24 |
Benjamin Kramer | [float2int] Sort includes and add missing raw_ostream... |
tree | commitdiff |
2015-03-24 |
James Molloy | "float2int": Add a new pass to demote from float to... |
tree | commitdiff |
2015-03-23 |
Benjamin Kramer | Re-sort includes with sort-includes.py and insert raw_o... |
tree | commitdiff |
2015-03-23 |
Benjamin Kramer | [ctorutils] Update and sort includes. NFC. |
tree | commitdiff |
2015-03-23 |
Benjamin Kramer | Another set of missing raw_ostream.h. Still no function... |
tree | commitdiff |
2015-03-23 |
Benjamin Kramer | Purge unused includes throughout libSupport. |
tree | commitdiff |
2015-03-23 |
Benjamin Kramer | Move private classes into anonymous namespaces |
tree | commitdiff |
2015-03-21 |
Benjamin Kramer | [SimplifyLibCalls] Fix negative shifts being produced... |
tree | commitdiff |
2015-03-21 |
Benjamin Kramer | [SimplifyLibCalls] Turn memchr(const, C, const) into... |
tree | commitdiff |
2015-03-21 |
Benjamin Kramer | SimplifyLibCalls: Add basic optimization of memchr... |
tree | commitdiff |
2015-03-21 |
Kostya Serebryany | [sanitizer] experimental tracing for cmp instructions |
tree | commitdiff |
2015-03-20 |
Sanjay Patel | [X86, AVX] instcombine common cases of vperm2* intrinsi... |
tree | commitdiff |
2015-03-20 |
Andrew Kaylor | Fixing a bug with WinEH PHI handling |
tree | commitdiff |
2015-03-20 |
Duncan P. N. Exon... | SanitizerCoverage: Check for null DebugLocs |
tree | commitdiff |
2015-03-20 |
Duncan P. N. Exon... | SampleProfile: Check for missing debug locations |
tree | commitdiff |
2015-03-19 |
Duncan P. N. Exon... | Verifier: Remove the separate -verify-di pass |
tree | commitdiff |
2015-03-19 |
Peter Collingbourne | LowerBitSets: Avoid reusing byte set addresses. |
tree | commitdiff |
2015-03-19 |
Peter Collingbourne | libLTO, llvm-lto, gold: Introduce flag for controlling... |
tree | commitdiff |
2015-03-19 |
Duncan P. N. Exon... | PassManagerBuilder: Remove effectively dead 'StripDebug... |
tree | commitdiff |
2015-03-19 |
Peter Collingbourne | GlobalDCE: Improve performance for large modules contai... |
tree | commitdiff |
2015-03-19 |
Daniel Jasper | [InstCombine] Don't fold a GEP into itself through... |
tree | commitdiff |
2015-03-18 |
Sanjoy Das | [ConstantRange] Split makeICmpRegion in two. |
tree | commitdiff |
2015-03-17 |
Michael Zolotukhin | Try to fix a test broken by one of my previous commits. |
tree | commitdiff |
2015-03-17 |
Michael Zolotukhin | LoopVectorize: teach loop vectorizer to vectorize calls. |
tree | commitdiff |
2015-03-17 |
Michael Zolotukhin | LoopVectorizer: Add TargetTransformInfo. |
tree | commitdiff |
2015-03-17 |
Kostya Serebryany | [asan] remove redundant ifndefs. NFC |
tree | commitdiff |
2015-03-17 |
Michael Liao | [SwitchLowering] Remove incoming values in the reverse... |
tree | commitdiff |
2015-03-17 |
David Blaikie | Fix GCC -Wparentheses warning (& reformat now that... |
tree | commitdiff |
2015-03-17 |
Dmitry Vyukov | asan: optimization experiments |
tree | commitdiff |
2015-03-17 |
Reid Kleckner | Use an underlying enum type of unsigned to silence... |
tree | commitdiff |
2015-03-17 |
Sanjoy Das | [IRCE] Add a -irce-print-range-checks option. |
tree | commitdiff |
2015-03-17 |
Duncan P. N. Exon... | MapMetadata: Allow unresolved metadata if it won't... |
tree | commitdiff |
2015-03-17 |
Sanjoy Das | [IRCE] Add comments, NFC. |
tree | commitdiff |
2015-03-17 |
Sanjoy Das | [IRCE] Support half-range checks. |
tree | commitdiff |
2015-03-16 |
Justin Bogner | GCOV: Make the exit block placement from r223193 optional |
tree | commitdiff |
2015-03-16 |
Peter Collingbourne | LowerBitSets: do not use private aliases at all on... |
tree | commitdiff |
2015-03-16 |
Gabor Horvath | [llvm] Replacing asserts with static_asserts where... |
tree | commitdiff |
2015-03-16 |
Dmitry Vyukov | asan: fix overflows in isSafeAccess |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | One more try with unused. |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | Add in an unreachable after a covered switch to appease... |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | Remove a used that snuck in that seems to be triggering... |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | [objc-arc] Fix indentation of debug logging so it is... |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | [objc-arc] Make the ARC optimizer more conservative... |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | [objc-arc] Treat memcpy, memove, memset as just using... |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | [objc-arc] Rename ConnectTDBUTraversals => PairUpRetain... |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | [objc-arc] Move initialization of ARCMDKindCache into... |
tree | commitdiff |
2015-03-16 |
Michael Gottesman | [objc-arc] Change EntryPointType to an enum class outsi... |
tree | commitdiff |
2015-03-15 |
David Blaikie | [opaque pointer type] IRBuilder gep migration progress |
tree | commitdiff |
2015-03-14 |
Mehdi Amini | Update InstCombine to transform aggregate stores into... |
tree | commitdiff |
2015-03-14 |
David Blaikie | Add some missed formatting |
tree | commitdiff |
2015-03-14 |
David Blaikie | [opaque pointer type] gep API migration, ArgPromo |
tree | commitdiff |
2015-03-14 |
David Blaikie | [opaque pointer type] more gep API migration |
tree | commitdiff |
2015-03-14 |
David Blaikie | [opaque pointer type] more gep API migrations |
tree | commitdiff |
2015-03-14 |
David Blaikie | [opaque pointer type] Start migrating GEP creation... |
tree | commitdiff |
2015-03-14 |
Peter Collingbourne | LowerBitSets: Do not export symbols for bit set referen... |
tree | commitdiff |
2015-03-13 |
Robert Lougher | Reapply "[Reassociate] Add initial support for vector... |
tree | commitdiff |
2015-03-13 |
Duncan P. N. Exon... | instcombine: alloca: Canonicalize scalar allocation... |
tree | commitdiff |
2015-03-13 |
Duncan P. N. Exon... | instcombine: alloca: Limit array size type promotion |
tree | commitdiff |
2015-03-13 |
Duncan P. N. Exon... | AsmWriter: Write alloca array size explicitly (and... |
tree | commitdiff |
2015-03-13 |
Duncan P. N. Exon... | instcombine: alloca: Remove nesting in simplifyAllocaAr... |
tree | commitdiff |
2015-03-13 |
Duncan P. N. Exon... | instcombine: alloca: Split out simplifyAllocaArraySize... |
tree | commitdiff |
2015-03-13 |
Robert Lougher | Revert: "[Reassociate] Add initial support for vector... |
tree | commitdiff |
2015-03-13 |
Robert Lougher | [Reassociate] Add initial support for vector instructions. |
tree | commitdiff |
2015-03-12 |
Kevin Qin | Reapply 'Run LICM pass after loop unrolling pass.' |
tree | commitdiff |
2015-03-11 |
Andrew Kaylor | Extended support for native Windows C++ EH outlining |
tree | commitdiff |
2015-03-11 |
David Majnemer | InstCombine: Don't fold call bitcast into args if calle... |
tree | commitdiff |
2015-03-11 |
Sanjay Patel | Inliner should not add callgraph edges for intrinsic... |
tree | commitdiff |
2015-03-10 |
Philip Reames | If a conditional branch jumps to the same target, remov... |
tree | commitdiff |
2015-03-10 |
Sanjay Patel | remove function names from comments; NFC |
tree | commitdiff |
2015-03-10 |
Michael Zolotukhin | Enable loop-rotate before loop-vectorize by default |
tree | commitdiff |
2015-03-10 |
Adam Nemet | [LAA-memchecks 2/3] Move number of memcheck threshold... |
tree | commitdiff |
2015-03-10 |
Sanjay Patel | remove names from comments; NFC |
tree | commitdiff |
2015-03-10 |
Sanjay Patel | fix typos; NFC |
tree | commitdiff |
2015-03-10 |
Sanjay Patel | remove function names from comments; NFC |
tree | commitdiff |
2015-03-10 |
Owen Anderson | Fix a crash in InstCombine where we could try to trunca... |
tree | commitdiff |
2015-03-10 |
Owen Anderson | Fix an infinite loop in InstCombine when an instruction... |
tree | commitdiff |
2015-03-10 |
Mehdi Amini | DataLayout is mandatory, update the API to reflect... |
tree | commitdiff |
2015-03-10 |
Kostya Serebryany | [sanitizer] fix instrumentation with -mllvm -sanitizer... |
tree | commitdiff |
2015-03-10 |
Kostya Serebryany | [sanitizer] decrease sanitizer-coverage-block-threshold... |
tree | commitdiff |
2015-03-09 |
Benjamin Kramer | Remove the remaining uses of abs64 and nuke it. |
tree | commitdiff |
2015-03-09 |
Benjamin Kramer | Make helper functions static. |
tree | commitdiff |
2015-03-09 |
Benjamin Kramer | SymbolRewriter: Hide implementation details |
tree | commitdiff |
2015-03-09 |
Kevin Qin | Revert r231630 - Run LICM pass after loop unrolling... |
tree | commitdiff |
2015-03-09 |
Kevin Qin | Introduce runtime unrolling disable matadata and use... |
tree | commitdiff |
2015-03-09 |
Kevin Qin | Run LICM pass after loop unrolling pass. |
tree | commitdiff |
2015-03-09 |
David Blaikie | Simplify expressions involving boolean constants with... |
tree | commitdiff |
2015-03-06 |
Olivier Sallenave | Do not restrict interleaved unrolling to small loops... |
tree | commitdiff |
2015-03-06 |
Benjamin Kramer | LoopInterchange: Remove empty method. |
tree | commitdiff |
2015-03-06 |
Benjamin Kramer | LoopInterchange: Rephrase instruction moving using... |
tree | commitdiff |
2015-03-06 |
Benjamin Kramer | Fold init() helpers into constructors. NFC. |
tree | commitdiff |
next |