- 71ccd4f Handle non-constant shifts in computeKnownBits, and use computeKnownBits for constant folding in InstCombine/Simplify by Hal Finkel · 10 years ago
- bd7189d GVN: don't try to replace instruction with itself. by Tim Northover · 10 years ago
- 89cb1b7 Fix the variable names to match the LLVM style. by Rafael Espindola · 10 years ago
- cf0160b [SCEV] Fix stylistic issue in MatchBinaryAddToConst; NFCI by Sanjoy Das · 10 years ago
- 4935ac6 [Inliner] Don't inline through callsites with operand bundles by Sanjoy Das · 10 years ago
- d334a86 [CMake] Fixing dependency issue with parallel make when building with LLVM_OPTIMIZED_TABLEGEN. by Chris Bieneman · 10 years ago
- 34f572a [X86] Clean up the tail call eligibility logic by Reid Kleckner · 10 years ago
- 2f7d3cd [RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64 by Lang Hames · 10 years ago
- b33343d [libFuzzer] remove some old code; also make __sanitizer_get_total_unique_caller_callee_pairs weak so that newer libFuzzer works with older asan by Kostya Serebryany · 10 years ago
- 481eaf3 AMDGPU: Fix parsing of 32-bit literals with sign bit set by Matt Arsenault · 10 years ago
- 3bf3c78 Fix another reference to in-source builds by Jonathan Roelofs · 10 years ago
- 3685b69 [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev by Artyom Skrobov · 10 years ago
- f1c1676 [ARM CodeGen] @llvm.debugtrap call may be removed when restoring callee saved registers by Oleg Ranevskyy · 10 years ago
- cd69ab5 Test commit: fix typo in comment. by Oleg Ranevskyy · 10 years ago
- 9d03be0 [llvm-readobj] Don't cast qualifiers away. Now gcc is happy again. by Davide Italiano · 10 years ago
- 53fbda2 [CodeGen] Mark setjmp/catchret MBBs address-taken by Joseph Tremoulet · 10 years ago
- 9d4c131 [BasicAA] Bugfix for r251016 by James Molloy · 10 years ago
- 61f0127 Revert "[AArch64]Merge halfword loads into a 32-bit load" by James Molloy · 10 years ago
- ebf9b86 [SCEV] Get rid of an unnecessary lambda; NFC by Sanjoy Das · 10 years ago
- cc40d6f [mips][microMIPS] Implement SHLL.PH, SHLL_S.PH, SHLL.QB, SHLLV.PH, SHLLV_S.PH, SHLLV.QB, SHLLV_S.W, SHLL_S.W, SHRA.QB and SHRA_R.QB instructions by Zlatko Buljan · 10 years ago
- cc71fa37 [SCEV] Fix a latent bug in `getPreStartForExtend` by Sanjoy Das · 10 years ago
- bd1e979 [AVR] Add ELF constants to headers by Dylan McKay · 10 years ago
- 2589d46 Support, IR: silence -Wunused-parameter by Saleem Abdulrasool · 10 years ago
- d001394 Add more intrumentation/runtime helper interfaces (NFC) by Xinliang David Li · 10 years ago
- 61da47f [LangRef] Fix the doc for operand bundles by Sanjoy Das · 10 years ago
- 1ac8af1 SLPVectorizer: AllSameOpcode* starts "true" only for instructions by Mehdi Amini · 10 years ago
- ddf3065 SLPVectorizer: refactor reorderInputsAccordingToOpcode (NFC) by Mehdi Amini · 10 years ago
- 8a61a92 [CodeGen] Remove usage of NDEBUG in header. by Davide Italiano · 10 years ago
- 7bcc4cd [libFuzzer] use the indirect caller-callee counter as an independent search heuristic by Kostya Serebryany · 10 years ago
- 41180c6 [libFuzzer] more refactoring the code that checks the coverage. NFC by Kostya Serebryany · 10 years ago
- 1969ec1 [libFuzzer] refactoring the code that checks the coverage. NFC by Kostya Serebryany · 10 years ago
- a6d5e5a Minor bug fix in Profile Name Prefix interface by Xinliang David Li · 10 years ago
- a3619c6 [libFuzzer] remove the deprecated 'tokens' feature by Kostya Serebryany · 10 years ago
- 0df7830 LoopPass: Remove redoLoop, it isn't used. NFC by Justin Bogner · 10 years ago
- ca9d3aa LoopPass: Simplify the API for adding a new loop. NFC by Justin Bogner · 10 years ago
- f4a0ff0 [SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad. by Chen Li · 10 years ago
- c417afc Add helper functions and remove hard coded references to instProf related name/name-prefixes by Xinliang David Li · 10 years ago
- e6a5192 [Sink] Don't check BB.empty() by David Majnemer · 10 years ago
- 2afd3e1 [ASan] Enable instrumentation of dynamic allocas by default. by Alexey Samsonov · 10 years ago
- 2212551 [SCEV] Remove a test case added in r249168 by Sanjoy Das · 10 years ago
- 63c52ae [SCEV] Commute zero extends through <nuw> additions by Sanjoy Das · 10 years ago
- b9d057d [SCEV] Opportunistically interpret unsigned constraints as signed by Sanjoy Das · 10 years ago
- 47b5845 [SCEV] Teach SCEV some axioms about non-wrapping arithmetic by Sanjoy Das · 10 years ago
- f606b2f [SCEV] Commute sign extends through nsw additions by Sanjoy Das · 10 years ago
- c05a5c2 [SCEV] Mark AddExprs as nsw or nuw if legal by Sanjoy Das · 10 years ago
- bf82528 [ASan] Minor fixes to dynamic allocas handling: by Alexey Samsonov · 10 years ago
- ffd4b26 [ExecutionEngine] Garbage collect some dead (and unsafe) code. by Davide Italiano · 10 years ago
- a4e4343 [IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table by Igor Laevsky · 10 years ago
- d43c001 Avoid storing a second copy of each string in StringTableBuilder. by Rafael Espindola · 10 years ago
- 08abda6 AArch64: Disable the latency heuristic by Matthias Braun · 10 years ago
- bff324d MachineScheduler: Add a way to disable the 'ReduceLatency' heuristic by Matthias Braun · 10 years ago
- 8df3595 Remove the last traces of X86CompilationCallback as it is completely unused. by Eric Christopher · 10 years ago
- 73ec735 CodeGen: increase bits allocated for LegalizeActions by Tim Northover · 10 years ago
- ed05a5b Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. This removes the need to pass a hardcoded size in many places. NFC by Craig Topper · 10 years ago
- 30385e0 Fix broken build under MSVC. by Zachary Turner · 10 years ago
- 0c065cf Use ArrayRef instead of pointer and size. NFC by Craig Topper · 10 years ago
- 02da4e7 [X86] - Catch extra combine opportunities for redundant imuls. by Zia Ansari · 10 years ago
- e2e776f7 [PPC] Fix PR24686 by failing assembly for an invalid relocation by Bill Schmidt · 10 years ago
- 1183c6f Avoid hash lookups when finalizing StringTableBuilder. NFC. by Rafael Espindola · 10 years ago
- 603127a Use array_pod_sort. NFC. by Rafael Espindola · 10 years ago
- bf967a2 Fix incorrect target triple in fp16-promote.ll by Pirama Arumuga Nainar · 10 years ago
- 394b34c [mips][mips16] Fix typo in FileCheck directive. by Daniel Sanders · 10 years ago
- 4673f9e [X86][AVX512] extend vcvtph2ps to support xmm/ymm and sae versions by Asaf Badouh · 10 years ago
- 6085182 [GlobalsAA] Loosen an overly conservative bailout by James Molloy · 10 years ago
- dc5a8f2 [BasicAA] Non-equal indices in a GEP of a SequentialType don't overlap by James Molloy · 10 years ago
- af1480a [ValueTracking] Add a new predicate: isKnownNonEqual() by James Molloy · 10 years ago
- b217a9a Fix add_llvm_external_project. by Manuel Klimek · 10 years ago
- 5db5950 Use range-based for loop in sys::path::append(). NFC. by Pawel Bylica · 10 years ago
- 26658aa AVX-512: Fixed a bug in select_cc for i1 type by Elena Demikhovsky · 10 years ago
- 98f84ad Partially reverted changes from r250686 by Elena Demikhovsky · 10 years ago
- 2779d57 [IR] Add a `makeNoWrapRegion` method to `ConstantRange` by Sanjoy Das · 10 years ago
- d53277a [OperandBundles] Teach AliasAnalysis about operand bundles by Sanjoy Das · 10 years ago
- f1c277c [OperandBundles] Make function attributes conservatively correct by Sanjoy Das · 10 years ago
- 55a57a7 WebAssembly: fix more syntax by JF Bastien · 10 years ago
- ad5bea8 Add missing load/store flags to thumb2 instructions. by Pete Cooper · 10 years ago
- e7b7bf7 Attempt to fix formatting for operand bundles by David Majnemer · 10 years ago
- bf71837 Update LangRef for changes to the alias textual IR format to support typeless pointer work by David Blaikie · 10 years ago
- 8287597 [WinEH] Remove extraneous call to emitEHRegistrationOffsetLabel by David Majnemer · 10 years ago
- 6ca71e2 [PM]: Fix a doc typo. NFC by Justin Bogner · 10 years ago
- 96d4183 AMDGPU: Fix adding redundant m0 uses by Matt Arsenault · 10 years ago
- caa831c AMDGPU: Fix verifier error in SIFoldOperands by Matt Arsenault · 10 years ago
- 07437a8 AMDGPU: Split DiagnosticInfoUnsupported into its own file by Matt Arsenault · 10 years ago
- 8c651fb [JIT] Towards a working small memory model. by Davide Italiano · 10 years ago
- 110f55d AMDGPU: Simplify VOP3 operand legalization. by Matt Arsenault · 10 years ago
- 19b6728 [InstCombine] Revise the test case to match full sequene by Michael Liao · 10 years ago
- ca4c86d AMDGPU: Fix not checking implicit operands in verifyInstruction by Matt Arsenault · 10 years ago
- 8a10a45 Use numeric_limits instead of LLONG_MAX by Matt Arsenault · 10 years ago
- bcb3afc LegalizeDAG: Implement promote for build_vector by Matt Arsenault · 10 years ago
- 32310b7 [Verifier] Minor comment update, NFC by Vedant Kumar · 10 years ago
- 9e69560 [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable by Keno Fischer · 10 years ago
- 2268dab [Orc] Clean up a comment. by Lang Hames · 10 years ago
- f1ad087 Drop assert that a call with struct return goes to a function with sret by Joerg Sonnenberger · 10 years ago
- 062c18d [WinEH] Add test for llvm.va.start in catchpad by Reid Kleckner · 10 years ago
- bfe573b Silence Visual C++ warning in function summary parsing code (NFC) by Teresa Johnson · 10 years ago
- e2266e9 [x86] move recursive add match for LEA to helper function; NFCI by Sanjay Patel · 10 years ago
- ba3f35e Revert r250923 as config.h is not an installed header. by Yaron Keren · 10 years ago
- a41a157 Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT_H which is defined (or not) in config.h. by Yaron Keren · 10 years ago
- 9f1da84 [SimplifyCFG] Don't use-after-free an SSA value by David Majnemer · 10 years ago
- 7d30a2e [OCaml] Expose Llvm.{set_,}unnamed_addr. by Peter Zotov · 10 years ago
- 8b64b61 [X86] Add AMD mwaitx, monitorx, and clzero instructions to the assembly parser and disassembler. by Craig Topper · 10 years ago