- 907451c [CMake] Adding ALWAYS_GENERATE option to symlink utility functions. by Chris Bieneman · 10 years ago
- 5310d9c [Object/ELF] Change comment to reflect reality. by Davide Italiano · 10 years ago
- 2f91ab3 Update edge weights properly when merging blocks in if-conversion. by Cong Hou · 10 years ago
- c4db514 Limit the range of processors supported by ARM fast isel to v6 or by Eric Christopher · 10 years ago
- c473634 Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC) by Teresa Johnson · 10 years ago
- 6932880 Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan. (Complete version of r247497. See D12886) by Larisse Voufo · 10 years ago
- dc18fbb Make MachineScheduler debug output less confusing. by James Y Knight · 10 years ago
- 759d988 Scaling up values in ARMBaseInstrInfo::isProfitableToIfCvt() before they are scaled by a probability to avoid precision issue. by Cong Hou · 10 years ago
- 8aa8c4d SelectionDAGDumper: Leave out the <multiple use> markers by Matthias Braun · 10 years ago
- 780502f SelectionDAGDumper: Avoid unnecessary newlines by Matthias Braun · 10 years ago
- d53e4c9 SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default. by Matthias Braun · 10 years ago
- 6c76d11 SelectionDAG: Introduce PersistentID to SDNode for assert builds. by Matthias Braun · 10 years ago
- f8d6e92 [CMake] More cleanup of installing symlinks. by Chris Bieneman · 10 years ago
- 068d9ce [AArch64] Improved bitfield instruction selection. by Geoff Berry · 10 years ago
- e016c66 Remove temporary file on signal. by Rafael Espindola · 10 years ago
- 81a5ddc Simplify SmallBitVector::applyMask by consolidating common code for 32- and 64-bit builds by Yaron Keren · 10 years ago
- 45f4130 [mips][microMIPS] Fix an invalid read for lwm32 and reserved reglist values. by Daniel Sanders · 10 years ago
- efcddc2 [AArch64] Reorder cases to improve readability. NFC. by Chad Rosier · 10 years ago
- e732875 [AArch64] Remove some redundant cases. NFC. by Chad Rosier · 10 years ago
- c6b18f3 Silencing a -Wsign-compare warning; NFC. by Aaron Ballman · 10 years ago
- ef40e27 [LazyValueInfo] Report nonnull range for nonnull pointers by Igor Laevsky · 10 years ago
- 0c5094b Support align attribute for return values by Artur Pilipenko · 10 years ago
- 5134443 Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift is undefined behavior on implementations where uinptr_t is 32-bits. One such platform is Windows, MSVC, x86. by Aaron Ballman · 10 years ago
- e022bf6 Nit cleanup in LangRef about dereferenceable metadata by Artur Pilipenko · 10 years ago
- 6150806 [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer" by Michael Kruse · 10 years ago
- 2cb0b64 [llvm-mc-fuzzer] Document llvm-mc-fuzzer in LibFuzzer.rst. by Daniel Sanders · 10 years ago
- 0115643 [WinEH] Moved funclet pads should be in relative order by David Majnemer · 10 years ago
- 43c0cee Fix BitVectorTest on 32-bit hosts after r247972. by Yaron Keren · 10 years ago
- a028622 Simplify SmallBitVector::applyMask by consolidating common code for 32-bit and 64-bit builds. by Yaron Keren · 10 years ago
- fc85502 Remove trailing whitespace from the old Orc Kaleidoscope examples. by Lang Hames · 10 years ago
- bbbfd6a Whitespace. Indent with spaces instead of a tab. by Bob Wilson · 10 years ago
- d68bf2b [ShrinkWrap] Refactor the handling of infinite loop in the analysis. by Quentin Colombet · 10 years ago
- 919b448 [llvm-readobj] Fix another "time of check to time of use bug". by Davide Italiano · 10 years ago
- 5fab610 [opaque pointer types] Add an explicit pointee type to alias records in the IR by David Blaikie · 10 years ago
- 7f61c22 [bpf] expand indirect branches by Alexei Starovoitov · 10 years ago
- d68f4c0 Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to PressureTracker" by Matthias Braun · 10 years ago
- 618b2ed [WinEH] Fix tests broken by funclet-layout by David Majnemer · 10 years ago
- 80e35b7 RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to PressureTracker by Matthias Braun · 10 years ago
- 4bdc7f8 MachineScheduler: Provide an option for node hiding cutoff and disable it by default by Matthias Braun · 10 years ago
- e301d76 [SPARC] Add mulscc. by Joerg Sonnenberger · 10 years ago
- 8484eda fix typo; NFC by Sanjay Patel · 10 years ago
- 048d7e5 [WinEH] Add a funclet layout pass by David Majnemer · 10 years ago
- f946dd0 [WinEH] Make funclet return instrs pseudo instrs by Reid Kleckner · 10 years ago
- 9ac4d86 gvn small fix by Piotr Padlewski · 10 years ago
- 2abbcc9 [InstCombine] Added vector demanded bits support for SSE4A EXTRQ/INSERTQ instructions by Simon Pilgrim · 10 years ago
- c11b755 Added MD_invariant_group to LLVMContext by Piotr Padlewski · 10 years ago
- 3011017 Restore "Function bitcode index in Value Symbol Table and lazy reading support" by Teresa Johnson · 10 years ago
- 78bdd69 Temporarily fix gcov failures in big-endian hosts. by Diego Novillo · 10 years ago
- 4ae0d24 [SCEV] Use auto instead of full iterator type; NFCI. by Sanjoy Das · 10 years ago
- 4fd2da7 [SCEV] Don't repeat method/field names in comment in header; NFC. by Sanjoy Das · 10 years ago
- afc364c Fix the test case I just committed by Reid Kleckner · 10 years ago
- 7ad3e0e [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessor by Reid Kleckner · 10 years ago
- 3250d26 Test commit. by Zia Ansari · 10 years ago
- c9d578a Revert "Function bitcode index in Value Symbol Table and lazy reading support" by Teresa Johnson · 10 years ago
- 92150c7 [mips] Add assembler support for the .cprestore directive. by Daniel Sanders · 10 years ago
- b063ae2 Fix doc build: sublists require a blank line before/after. by Mehdi Amini · 10 years ago
- 1f05ba2 Function bitcode index in Value Symbol Table and lazy reading support by Teresa Johnson · 10 years ago
- daaec40 Refactor string encoding checks in BitcodeWriter (NFC) by Teresa Johnson · 10 years ago
- fb73c02 Typos. NFC. by Chad Rosier · 10 years ago
- facd395 [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions by Zoran Jovanovic · 10 years ago
- 2e5bf55 AVX-512: shufflevector for i1 vectors <2 x i1> .. <64 x i1> by Elena Demikhovsky · 10 years ago
- d139c5d GCC AutoFDO profile reader - Initial support. by Diego Novillo · 10 years ago
- 1e5eaad Check for errors after reading a sample profile in llvm-profdata. by Diego Novillo · 10 years ago
- 33dfebd Try to fix WebAssembly build after r247864 by Hans Wennborg · 10 years ago
- c6b5fe6 ScalarEvolution: added tmp to avoid use-after-dtor in for loop. by Naomi Musgrave · 10 years ago
- 9b7b412 Make sure we're negating the assembler predicate - no testcase by Eric Christopher · 10 years ago
- 4988c1d Use the cached TargetInstrInfo instead of looking it up again. by Eric Christopher · 10 years ago
- 973f7aa constify the Function parameter to the TTI creation callback and by Eric Christopher · 10 years ago
- 436444d [WinEH] Rip out the landingpad-based C++ EH state numbering code by Reid Kleckner · 10 years ago
- 2334ac1 [CMake] More refactoring of symlink creation. by Chris Bieneman · 10 years ago
- f7f5dcb [WinEHPrepare] Turn terminatepad into a cleanuppad + call + cleanupret by David Majnemer · 10 years ago
- d199fc5 Allow BackpatchWord to be called for non-32-bit aligned words, and by Teresa Johnson · 10 years ago
- 907ab6a [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1 by Sanjoy Das · 10 years ago
- 66ef931 [WinEH] Pull Adjectives and CatchObj out of the catchpad arg list by Reid Kleckner · 10 years ago
- ad53a65 [WinEHPrepare] Provide a cloning mode which doesn't demote by David Majnemer · 10 years ago
- 6badbab [WinEHPrepare] Refactor explicit EH preparation by David Majnemer · 10 years ago
- 15c79f6 Disable the second verification run when performing LTO through by Teresa Johnson · 10 years ago
- 1b86a34 [WinEH] Skip state numbering when no EH pads are present by Reid Kleckner · 10 years ago
- 617bb47 Improve "default_triple" specification: make it at the directory level for test/tools/llvm-mc by Mehdi Amini · 10 years ago
- 7146e90 [WebAssembly] Check in an initial CFG Stackifier pass by Dan Gohman · 10 years ago
- 3949013 propagate fast-math-flags on DAG nodes by Sanjay Patel · 10 years ago
- cba458e Add assembler fatal error for undefined assembler labels in COFF writer by Reid Kleckner · 10 years ago
- 45acd3e don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
- 5f57416 [sanitizer] Add MSan support for AArch64 by Adhemerval Zanella · 10 years ago
- e91a80e [SPARC] Both GNU and Solaris as support eq as condition code for integer ops. by Joerg Sonnenberger · 10 years ago
- a370ed7 [SPARC] Recognize st/stx operations with %fsr argument too. by Joerg Sonnenberger · 10 years ago
- 992a2ec Test commit: Fixed a few typos in the comments. by David L Kreitzer · 10 years ago
- ed43215 [ARM] Register ARMPreAllocLoadStoreOpt pass with LLVM pass manager. by Chad Rosier · 10 years ago
- 5369e0f llvm-mc-fuzzer: A fuzzing tool for the MC layer. by Daniel Sanders · 10 years ago
- 196a103 [X86] Do not generate 64-bit pops of 32-bit GPRs. by Michael Kuperstein · 10 years ago
- b82c323 [X86] Fix emitEpilogue() to make less assumptions about pops by Michael Kuperstein · 10 years ago
- de9de11 [mips][microMIPS] Implement PREFX, LHUE, LBE, LBUE, LHE, LWE, SBE, SHE and SWE instructions by Zoran Jovanovic · 10 years ago
- 217d631 Whitespace. by NAKAMURA Takumi · 10 years ago
- 287f56c Copy back Inputs/gmlt.ll. Also DebugInfo/X86/gmlt.test uses it. by NAKAMURA Takumi · 10 years ago
- 6ecc48b Fix test gmlt.test by moving its Inputs where expected. by Mehdi Amini · 10 years ago
- 793a2b1 Make the default triple optional by allowing an empty string by Mehdi Amini · 10 years ago
- ecd56aa [NaryReassociate] Improve test CHECK by Mehdi Amini · 10 years ago
- cdb417e Use range-based for loops. NFC by Craig Topper · 10 years ago
- 5e6c2d4 Fix a spelling error in the description of a statistic. NFC by Craig Topper · 10 years ago
- 41591e7 [Unroll] Fix a bug in UnrolledInstAnalyzer::visitLoad. by Michael Zolotukhin · 10 years ago