2015-10-23 |
Hal Finkel | Handle non-constant shifts in computeKnownBits, and... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Tim Northover | GVN: don't try to replace instruction with itself. |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Rafael Espindola | Fix the variable names to match the LLVM style. |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Sanjoy Das | [SCEV] Fix stylistic issue in MatchBinaryAddToConst... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Sanjoy Das | [Inliner] Don't inline through callsites with operand... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Chris Bieneman | [CMake] Fixing dependency issue with parallel make... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Reid Kleckner | [X86] Clean up the tail call eligibility logic |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Lang Hames | [RuntimeDyld][COFF] Fix a think-o in the handling of... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Kostya Serebryany | [libFuzzer] remove some old code; also make __sanitizer... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Matt Arsenault | AMDGPU: Fix parsing of 32-bit literals with sign bit set |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Jonathan Roelofs | Fix another reference to in-source builds |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Artyom Skrobov | [ARM] Renaming +t2dsp feature into +dsp, as discussed... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Oleg Ranevskyy | [ARM CodeGen] @llvm.debugtrap call may be removed when... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Oleg Ranevskyy | Test commit: fix typo in comment. |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Davide Italiano | [llvm-readobj] Don't cast qualifiers away. Now gcc... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Joseph Tremoulet | [CodeGen] Mark setjmp/catchret MBBs address-taken |
commit | commitdiff | tree | snapshot |
2015-10-23 |
James Molloy | [BasicAA] Bugfix for r251016 |
commit | commitdiff | tree | snapshot |
2015-10-23 |
James Molloy | Revert "[AArch64]Merge halfword loads into a 32-bit... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Sanjoy Das | [SCEV] Get rid of an unnecessary lambda; NFC |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Zlatko Buljan | [mips][microMIPS] Implement SHLL.PH, SHLL_S.PH, SHLL... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Sanjoy Das | [SCEV] Fix a latent bug in `getPreStartForExtend` |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Dylan McKay | [AVR] Add ELF constants to headers |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Saleem Abdulrasool | Support, IR: silence -Wunused-parameter |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Xinliang David Li | Add more intrumentation/runtime helper interfaces ... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Sanjoy Das | [LangRef] Fix the doc for operand bundles |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Mehdi Amini | SLPVectorizer: AllSameOpcode* starts "true" only for... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Mehdi Amini | SLPVectorizer: refactor reorderInputsAccordingToOpcode... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Davide Italiano | [CodeGen] Remove usage of NDEBUG in header. |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Kostya Serebryany | [libFuzzer] use the indirect caller-callee counter... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Kostya Serebryany | [libFuzzer] more refactoring the code that checks the... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Kostya Serebryany | [libFuzzer] refactoring the code that checks the covera... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Xinliang David Li | Minor bug fix in Profile Name Prefix interface |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Kostya Serebryany | [libFuzzer] remove the deprecated 'tokens' feature |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Justin Bogner | LoopPass: Remove redoLoop, it isn't used. NFC |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Justin Bogner | LoopPass: Simplify the API for adding a new loop. NFC |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Chen Li | [SimplifyCFG] Extend SimplifyResume to handle phi of... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Xinliang David Li | Add helper functions and remove hard coded references... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
David Majnemer | [Sink] Don't check BB.empty() |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Alexey Samsonov | [ASan] Enable instrumentation of dynamic allocas by... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [SCEV] Remove a test case added in r249168 |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [SCEV] Commute zero extends through <nuw> additions |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [SCEV] Opportunistically interpret unsigned constraints... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [SCEV] Teach SCEV some axioms about non-wrapping arithmetic |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [SCEV] Commute sign extends through nsw additions |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [SCEV] Mark AddExprs as nsw or nuw if legal |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Alexey Samsonov | [ASan] Minor fixes to dynamic allocas handling: |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Davide Italiano | [ExecutionEngine] Garbage collect some dead (and unsafe... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Igor Laevsky | [IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Rafael Espindola | Avoid storing a second copy of each string in StringTab... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Matthias Braun | AArch64: Disable the latency heuristic |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Matthias Braun | MachineScheduler: Add a way to disable the 'ReduceLaten... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Eric Christopher | Remove the last traces of X86CompilationCallback as... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Tim Northover | CodeGen: increase bits allocated for LegalizeActions |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Craig Topper | Change makeLibCall to take an ArrayRef<SDValue> instead... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Zachary Turner | Fix broken build under MSVC. |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Craig Topper | Use ArrayRef instead of pointer and size. NFC |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Zia Ansari | [X86] - Catch extra combine opportunities for redundant... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Bill Schmidt | [PPC] Fix PR24686 by failing assembly for an invalid... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Rafael Espindola | Avoid hash lookups when finalizing StringTableBuilder... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Rafael Espindola | Use array_pod_sort. NFC. |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Pirama Arumuga... | Fix incorrect target triple in fp16-promote.ll |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Daniel Sanders | [mips][mips16] Fix typo in FileCheck directive. |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Asaf Badouh | [X86][AVX512] extend vcvtph2ps to support xmm/ymm and... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
James Molloy | [GlobalsAA] Loosen an overly conservative bailout |
commit | commitdiff | tree | snapshot |
2015-10-22 |
James Molloy | [BasicAA] Non-equal indices in a GEP of a SequentialTyp... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
James Molloy | [ValueTracking] Add a new predicate: isKnownNonEqual() |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Manuel Klimek | Fix add_llvm_external_project. |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Pawel Bylica | Use range-based for loop in sys::path::append(). NFC. |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Elena Demikhovsky | AVX-512: Fixed a bug in select_cc for i1 type |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Elena Demikhovsky | Partially reverted changes from r250686 |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [IR] Add a `makeNoWrapRegion` method to `ConstantRange` |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [OperandBundles] Teach AliasAnalysis about operand... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Sanjoy Das | [OperandBundles] Make function attributes conservativel... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
JF Bastien | WebAssembly: fix more syntax |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Pete Cooper | Add missing load/store flags to thumb2 instructions. |
commit | commitdiff | tree | snapshot |
2015-10-22 |
David Majnemer | Attempt to fix formatting for operand bundles |
commit | commitdiff | tree | snapshot |
2015-10-22 |
David Blaikie | Update LangRef for changes to the alias textual IR... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
David Majnemer | [WinEH] Remove extraneous call to emitEHRegistrationOff... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Justin Bogner | [PM]: Fix a doc typo. NFC |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Matt Arsenault | AMDGPU: Fix adding redundant m0 uses |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Matt Arsenault | AMDGPU: Fix verifier error in SIFoldOperands |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Matt Arsenault | AMDGPU: Split DiagnosticInfoUnsupported into its own... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Davide Italiano | [JIT] Towards a working small memory model. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Matt Arsenault | AMDGPU: Simplify VOP3 operand legalization. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Michael Liao | [InstCombine] Revise the test case to match full sequene |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Matt Arsenault | AMDGPU: Fix not checking implicit operands in verifyIns... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Matt Arsenault | Use numeric_limits instead of LLONG_MAX |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Matt Arsenault | LegalizeDAG: Implement promote for build_vector |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Vedant Kumar | [Verifier] Minor comment update, NFC |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Keno Fischer | [RuntimeDyld] Ignore ST_FILE symbols when constructing... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Lang Hames | [Orc] Clean up a comment. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Joerg Sonnenberger | Drop assert that a call with struct return goes to... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Reid Kleckner | [WinEH] Add test for llvm.va.start in catchpad |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Teresa Johnson | Silence Visual C++ warning in function summary parsing... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Sanjay Patel | [x86] move recursive add match for LEA to helper functi... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Yaron Keren | Revert r250923 as config.h is not an installed header. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Yaron Keren | Include llvm/Config/config.h in FileSystem.h as it... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
David Majnemer | [SimplifyCFG] Don't use-after-free an SSA value |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Peter Zotov | [OCaml] Expose Llvm.{set_,}unnamed_addr. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Craig Topper | [X86] Add AMD mwaitx, monitorx, and clzero instructions... |
commit | commitdiff | tree | snapshot |
next |