- 42f9c45 [RS4GC] Use AssertingVH for RematerializedValueMapTy, NFCI by Sanjoy Das · 10 years ago
- 03d0b14 [WinEH] Undo the effect of r249578 for 32-bit by Reid Kleckner · 10 years ago
- fae6646 [WinEH] Remove unreachable blocks before preparation by David Majnemer · 10 years ago
- 10b15bc Support: Stop using iplist in Recycler by Duncan P. N. Exon Smith · 10 years ago
- 5aa05ff git-clang-format r249548. by Rafael Espindola · 10 years ago
- acf9a74 [mips][FastISel] Factor out common code from switch statement. NFC by Vasileios Kalintiris · 10 years ago
- 2a8bcfa IR: Create SymbolTableList wrapper around iplist, NFC by Duncan P. N. Exon Smith · 10 years ago
- e344577 [IRBuilder] Add gc.statepoint related methods to IRBuilder by Sanjoy Das · 10 years ago
- 722c586 [mips][FastISel] Use ternary operator to select opcode. NFC by Vasileios Kalintiris · 10 years ago
- 0e0be5a [WinEH] Set NoModuleLevelChanges in clone flags by Joseph Tremoulet · 10 years ago
- d546ca6 Use SpecificBumpPtrAllocator to simplify the MCSeciton destruction. by Rafael Espindola · 10 years ago
- a894b73 [X86]Update test to use FileCheck. by Kevin B. Smith · 10 years ago
- 0ba01f2 Revert "Revert "This patch builds on top of D13378 to handle constant condition."" by Mehdi Amini · 10 years ago
- b5f0117 [mips][FastISel] Simple refactoring of MipsFastISel::emitLogicalOP(). NFC. by Vasileios Kalintiris · 10 years ago
- 5a6ef02 [AArch64] Fold a floating-point divide by power of two into fp conversion. by Chad Rosier · 10 years ago
- 5e3eac7 [WinEH] Fix two minor issues in __CxxFrameHandler3 tables by Reid Kleckner · 10 years ago
- 2ec781c AMDGPU: Fix missing implicit m0 uses on movrel instructions by Matt Arsenault · 10 years ago
- 9a70efa [AArch64] Fold a floating-point multiply by power of two into fp conversion. by Chad Rosier · 10 years ago
- d23e55c [IndVars] Preserve LCSSA in `eliminateIdentitySCEV` by Sanjoy Das · 10 years ago
- 655d66e [SCEV] Use some C++11'ism, NFC by Sanjoy Das · 10 years ago
- cc78fca [ARM] Promote helper function to SelectionDAG. by Chad Rosier · 10 years ago
- fc2e5ea Test commit access. Fixed comment to have correct input parameter name and by Kevin B. Smith · 10 years ago
- 95b2577 [WinEH] Update CoreCLR EH for catchpad MBBs by Joseph Tremoulet · 10 years ago
- 21348cf [ARM] Use correct half-precision functions in EABI mode by Oliver Stannard · 10 years ago
- c7fc925 Move test back to Generic now it's fixed the right way (thanks Eric!) by David Blaikie · 10 years ago
- f33703d [ARM] Prevent PerformVDIVCombine from combining a vcvt/vdiv with 8 lanes. by Chad Rosier · 10 years ago
- d929b8a Teach computeKnownBits to use new align attribute/metadata by Artur Pilipenko · 10 years ago
- 61dd176 [ARM][AArch64] Only lower to interleaved load/store if the target has NEON by Jeroen Ketema · 10 years ago
- c6f2e2a Use non virtual destructors for sections. by Rafael Espindola · 10 years ago
- 1e68e2a [ARM] Push more complex check down to reduce compile time. NFC. by Chad Rosier · 10 years ago
- 93ef2f5 Don't repeat names in comments and don't indent in namespaces. NFC. by Rafael Espindola · 10 years ago
- 86f1a20 Revert: r249536 - Testing commit access with a trival whitespace change. by Scott Egerton · 10 years ago
- cde20bb Testing commit access with a trival whitespace change. by Scott Egerton · 10 years ago
- 1966e55 Revert "This patch builds on top of D13378 to handle constant condition." by James Molloy · 10 years ago
- c876364 [EarlyCSE] Fix handling of target memory intrinsics for CSE'ing loads. by Arnaud A. de Grandmaison · 10 years ago
- 6d30abd [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls by Michael Kuperstein · 10 years ago
- 2fe1f6e AVX512: Change encoding of vpshuflw and vpshufhw instructions. Implement WIG as W0 and not W1, like all other instruction have been implemented. by Igor Breger · 10 years ago
- da4cec0 [RS4GC] Remove an unnecessary assert & related variables by Sanjoy Das · 10 years ago
- 76cac27 [OperandBundles] Add an accessor to get an operand bundle by tag by Sanjoy Das · 10 years ago
- 9f70f92 [OperandBundles] Remove a useless accessor from OperandBundleUser by Sanjoy Das · 10 years ago
- 6a2f127 [RS4GC] Cosmetic cleanup, NFC by Sanjoy Das · 10 years ago
- 068c579 Remove the comdat-ness from the testcase as it won't lower properly by Eric Christopher · 10 years ago
- 3eab2d1 AMDGPU: Add comment for VOP2b operand class by Matt Arsenault · 10 years ago
- bb32f88 Update test to use FileCheck and clean up run lines to match the by Eric Christopher · 10 years ago
- d070195 AMDGPU: Properly register passes by Matt Arsenault · 10 years ago
- 3f7c35a AMDGPU: Use explicit register size indirect pseudos by Matt Arsenault · 10 years ago
- ce41223 AMDGPU: Remove inferRegClassFromUses / inferRegClassFromDefs by Matt Arsenault · 10 years ago
- ee97a1a [SEH] Add llvm.eh.exceptioncode intrinsic by Reid Kleckner · 10 years ago
- 70c52f7 InstCombine: Fold comparisons between unguessable allocas and other pointers by Hans Wennborg · 10 years ago
- d545f1a Move test to X86-specific due to some IR invalid on other targets by David Blaikie · 10 years ago
- 968a344 DebugInfo: Include the decl_line/decl_file in subprogram definitions if they differ from those in the declaration by David Blaikie · 10 years ago
- 4d2c1b6 [WinEH] Create a separate MBB for funclet prologues by David Majnemer · 10 years ago
- 4d651e4 Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
- 3ce6a23 [Orc] Teach the CompileOnDemand layer to clone aliases. by Lang Hames · 10 years ago
- 0ea7b26 IR: Use auto for iterators, NFC by Duncan P. N. Exon Smith · 10 years ago
- 23090caf7 Fix two bugs in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
- 3c05041 IR: Remove unnecessary TraitsClass typedef, NFC by Duncan P. N. Exon Smith · 10 years ago
- ac3b52b CodeGen: s/protected:/private:/ in MachineBasicBlock, NFC by Duncan P. N. Exon Smith · 10 years ago
- d15cdb7 [IndVars] Don't break dominance in `eliminateIdentitySCEV` by Sanjoy Das · 10 years ago
- 3692363 [IndVars] Extract out eliminateIdentitySCEV, NFC by Sanjoy Das · 10 years ago
- 67f918e IR: Remove unnecessary specialization of getSymTab(), NFC by Duncan P. N. Exon Smith · 10 years ago
- a152ab6 AMDGPU/SI: Remove calling convention assertion from LowerFormalArguments() by Tom Stellard · 10 years ago
- d851b2f [ARM] Minor refactoring. NFC. by Chad Rosier · 10 years ago
- 86e10f9 [ARM] Minor refactoring. NFC. by Chad Rosier · 10 years ago
- ea139f1 [ARM] Minor refactoring. NFC. by Chad Rosier · 10 years ago
- 30c5e43 [Function] Clean up {prefix,prologue} data routines (NFC) by Vedant Kumar · 10 years ago
- 7d21fd6 [WinEH] Implement state numbering for CoreCLR by Joseph Tremoulet · 10 years ago
- 8136c73 [WinEH] Recognize CoreCLR personality function by Joseph Tremoulet · 10 years ago
- 399df14 [ARM] Minor refactoring to improve readability. NFC. by Chad Rosier · 10 years ago
- 8b2dfae Extend known bits to understand @llvm.bswap by Philip Reames · 10 years ago
- 52098de Fix pr25040 - Handle vectors of i1s in recently added implication code by Philip Reames · 10 years ago
- dd076fe IR: Use typedefs for getSublistAccess(), NFC by Duncan P. N. Exon Smith · 10 years ago
- a54308a [Hexagon] Remove ZeroOrMore from option flags by Krzysztof Parzyszek · 10 years ago
- f7f8459 [ARM] Simplify tests and make checks more rigid. NFC. by Chad Rosier · 10 years ago
- e79f96c This patch builds on top of D13378 to handle constant condition. by Mehdi Amini · 10 years ago
- 63c5503 AMDGPU/SI: Add 64-bit versions of v_nop and v_clrexcp by Tom Stellard · 10 years ago
- 42c0741 [Hexagon] Add an early if-conversion pass by Krzysztof Parzyszek · 10 years ago
- 10e044c [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backend by Daniel Sanders · 10 years ago
- c337c95 Revert r249123 - [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backend by Daniel Sanders · 10 years ago
- 45d998b [EarlyCSE] Constify ParseMemoryInst methods (NFC). by Arnaud A. de Grandmaison · 10 years ago
- fdb28cd Make sure the CastInst is valid before trying to create it by Filipe Cabecinhas · 10 years ago
- b0c3839 [InstCombine] Teach SimplifyDemandedVectorElts how to handle ConstantVector select masks with ConstantExpr elements (PR24922) by Andrea Di Biagio · 10 years ago
- c06b5e8 [mips][disassembler] Changed CHECK-EB directives to CHECK so div/divu are tested. by Daniel Sanders · 10 years ago
- 502ad001 [mips][disassembler] Merged disassembler tests into the corresponding ISA/ASE subdirectories. by Daniel Sanders · 10 years ago
- 90e50f7 [mips][disassembler] Moved DSP tests into proper place and corrected formatting. by Daniel Sanders · 10 years ago
- 49c8f75 [TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting, make sure regB has been updated to take into account the commute. by Craig Topper · 10 years ago
- 49cdd6c [bpf] Avoid extra pointer arithmetic for stack access by Alexei Starovoitov · 10 years ago
- 50bf433 [X86] Teach constant hoisting that ANDs with 64-bit immediates in the range 0x80000000-0xffffffff can be handled cheaply and don't need to be hoisted. by Craig Topper · 10 years ago
- a1a1f2a [X86] Remove unnecessary AddComplexity directive. The instruction is already wrapped in the equivalent earlier. NFC by Craig Topper · 10 years ago
- 2d3e3ef [WebAssembly] Switch to a more traditional assembly syntax by Dan Gohman · 10 years ago
- fce2219 dsymutil: Don't prune forward declarations inside of an imported TAG_module by Adrian Prantl · 10 years ago
- 080c92b Move helper classes into an anonymous namespace. NFC. by Benjamin Kramer · 10 years ago
- d6ac664 Remove AutoFDO profile handling for GCC's LIPO. NFC. by Diego Novillo · 10 years ago
- 6212b4d [WinEH] Update CATCHRET's operand to match its successor by David Majnemer · 10 years ago
- 15c2d43 Simplify code. No functionality change. by Jakub Staszak · 10 years ago
- 613c526 ReleaseNotes: note the new Windows version requirement by Hans Wennborg · 10 years ago
- 3f77b12 [msan] Correct a typo in poison stack pattern command line description. by Evgeniy Stepanov · 10 years ago
- d0c6de8 AMDGPU/SI: Add a helper for creating aliases for the _e32 instructions by Tom Stellard · 10 years ago
- 01cf7ec MergeFunctions: Clear GlobalNumbers ValueMap by Arnold Schwaighofer · 10 years ago
- ab6273b [ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM. by Scott Douglass · 10 years ago