- e1e0d4f [PPC64LE] Temporarily disable VSX support in little-endian mode by Bill Schmidt · 11 years ago
- b49c13c [asancov] Fix coverage line info some more. by Evgeniy Stepanov · 11 years ago
- 0eacd38 Add missing const specifier to a const method. by Evgeniy Stepanov · 11 years ago
- f5999d6 XFAIL: test/DebugInfo/missing-abstract-variable.ll on s390x as well by Ulrich Weigand · 11 years ago
- e076b35 [SystemZ] Do not install IfConverter pass at -O0 by Ulrich Weigand · 11 years ago
- 2181b23 [mips] Modify long branch for NaCl: by Sasa Stankovic · 11 years ago
- 4421545 Prevent hoisting the instruction whose def might be clobbered by the terminator. by Sasa Stankovic · 11 years ago
- 3a2156d [mips] Fix triple. by Matheus Almeida · 11 years ago
- ced4056 lld (build with configur and make) Enable build by Iain Sandoe · 11 years ago
- 3cea6e7 R600: Fix test. Using wrong check prefix. by Matt Arsenault · 11 years ago
- 59aecc1 Fix coverage for files with global constructors again. Adds a testcase to the commit from r206671, as requested by David Blaikie. by Nick Lewycky · 11 years ago
- 0bc7690 Revert r210221 again, due to a crash Richard Smith has provided involving self-hosting LLVM with libc++. by David Blaikie · 11 years ago
- 7a986ec DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather than looking it up through the DebugLoc. by David Blaikie · 11 years ago
- 7509607 DebugInfo: Roll argument insertion into variable insertion to ensure arguments are correctly handled in all cases. by David Blaikie · 11 years ago
- ad03fa6 PR19388: DebugInfo: Emit dead arguments in their originally declared order. by David Blaikie · 11 years ago
- a66075f Use AArch64 instead of now removed ARM64 in test configs by Alexey Samsonov · 11 years ago
- d4af856 DebugInfo: Add comments/assert description to r209674 based on Eric Christopher's post-commit review feedback. by David Blaikie · 11 years ago
- 7a8272d We've got a getSlotSize call already that we use everywhere else, by Eric Christopher · 11 years ago
- 798a829 R600/SI: Match rsq instructions by Matt Arsenault · 11 years ago
- 1eb9c05 80-columns. by Eric Christopher · 11 years ago
- 1e13599 Remove uses of the TargetMachine from X86FrameLowering. by Eric Christopher · 11 years ago
- 6db82d3 Use nullptr by Matt Arsenault · 11 years ago
- 06ac3ff DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract DbgVariables have DIEs. by David Blaikie · 11 years ago
- 7afb107 Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno file emission. by Nick Lewycky · 11 years ago
- 6248abf Don't emit structors for available_externally globals (PR19933) by Hans Wennborg · 11 years ago
- cfee6c4 Add a Constant version of stripPointerCasts. by Rafael Espindola · 11 years ago
- dcac152 Clauses in a landingpad are always Constant. Use a stricter type. by Rafael Espindola · 11 years ago
- c45bee9 Two small enhancements for the JIT. by Yaron Keren · 11 years ago
- 024b693 XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to an inlined parameter that goes missing. by David Blaikie · 11 years ago
- 510315c tools: fix parenthesis warning from GCC by Saleem Abdulrasool · 11 years ago
- fbb7c20 tools: fix silly typo in llvm-readobj by Saleem Abdulrasool · 11 years ago
- fe3b74e tools: initial implementation of WoA EH decoding by Saleem Abdulrasool · 11 years ago
- b35de82 tools: introduce StreamWriter::printBoolean by Saleem Abdulrasool · 11 years ago
- 0b25d84 Support: style/documentation cleanup for format by Saleem Abdulrasool · 11 years ago
- bf9290f Support: add additional comment for ARM EH structure by Saleem Abdulrasool · 11 years ago
- 82db274 InstCombine: Improvement to check if signed addition overflows. by Rafael Espindola · 11 years ago
- 45a8d99 [AArch64] clang-format the load/store optimizer. by Tilmann Scheller · 11 years ago
- b2caf97 [AArch64] Fix some LLVM Coding Standards violations in the load/store optimizer. by Tilmann Scheller · 11 years ago
- e0e4fca Fix gcc -Wparentheses warning. by Patrik Hagglund · 11 years ago
- 7270890 Fix a use of uninitialized value. OldCC is set when IsCmpZero || IsSwapped and read when ShouldUpdateCC || IsSwapped, and ShouldUpdateCC is independent. Fixes PR19932, but no test since I wasn't able to get any symptoms to appear, not even with valgrind and the testcase from the PR. It's clear what happened from inspection of the code. by Nick Lewycky · 11 years ago
- 5f22dd7 Add a subtarget hook: enablePostMachineScheduler. by Andrew Trick · 11 years ago
- 0c83424 Move GenericScheduler and PostGenericScheduler into a header. by Andrew Trick · 11 years ago
- e5d8481 docs: Remove documentation for legacy PGO options by Justin Bogner · 11 years ago
- d126407 [Object][ELF] Range-based loop simplification. by Simon Atanasyan · 11 years ago
- 3b3d2e2 GraphWriter: try gv before xdg-open by Alp Toker · 11 years ago
- a5bd2ad GraphWriter: support the XDG open utility by Alp Toker · 11 years ago
- 4830b9c config.h: fix layering and don't duplicate definitions by Alp Toker · 11 years ago
- 5c0b13f DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariables do not have associated DIEs. by David Blaikie · 11 years ago
- 1b68686 Fix typos by Matt Arsenault · 11 years ago
- dc6eaa4 Calculate dead instructions when a live interval is created. by Pete Cooper · 11 years ago
- 957b2cc Revert r209381 as it isn't a local variable. Add a testcase so that by Eric Christopher · 11 years ago
- 79f634d Fixup formatting in the pass. by Eric Christopher · 11 years ago
- f35a459 Update comments to match reality. by Rafael Espindola · 11 years ago
- 8c2d277 Fix a small bug in the parsing of anonymous globals. by Rafael Espindola · 11 years ago
- 85422f7 Simplify the parsing of unnamed globals. No functionality changed. by Rafael Espindola · 11 years ago
- b20541c Update comment. This should have been part of r210062. by Rafael Espindola · 11 years ago
- 89f341a Remove some redundant doc comments by Alp Toker · 11 years ago
- 1514ecc [AArch64] Fix typo in load/store optimizer. by Tilmann Scheller · 11 years ago
- 9f03930 [AArch64] Add regression tests for the load/store optimizer which cover post-index update folding with sub rather than add. by Tilmann Scheller · 11 years ago
- 45178b9 Implement one operator== with another. by Rafael Espindola · 11 years ago
- 58a20d7 [asan] Fix coverage instrumentation with -asan-globals=0. by Evgeniy Stepanov · 11 years ago
- 1410a2c AArch64: mark small types (i1, i8, i16) as promoted by Tim Northover · 11 years ago
- e9b2cf3 Add operator== and operator!= to compare with nullptr. by Rafael Espindola · 11 years ago
- b468431 Use an enum class. by Rafael Espindola · 11 years ago
- 18b4087 Use an enum class. by Rafael Espindola · 11 years ago
- dacea25 Remove the last unspecified_bool_type from llvm. by Rafael Espindola · 11 years ago
- 7d5fe32 Make this operator bool() explicit to match the standard library. by Rafael Espindola · 11 years ago
- 08e66be Make this operator bool() explicit to match the standard library. by Rafael Espindola · 11 years ago
- c69c422 Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren't emitting line number zero, the .gcno format uses this to indicate that the next field is a filename. by Nick Lewycky · 11 years ago
- 9a2d239 [AArch64] Correctly deal with VPR stack parameter passing. by Jiangning Liu · 11 years ago
- 1860902 Process::GetRandomNumber(): fix insecure RNG by Alp Toker · 11 years ago
- 2d21b25 Allow alias to point to an arbitrary ConstantExpr. by Rafael Espindola · 11 years ago
- 27bd9b3 Add back commit r210029. by Rafael Espindola · 11 years ago
- 376d5ef Convert test to FileCheck. by Rafael Espindola · 11 years ago
- 2e1c072 Revert "Add the nsw flag when we detect that an add will not signed overflow." by Rafael Espindola · 11 years ago
- 8962f19 InitLibcallNames can take a Triple instead of a TargetMachine. by Eric Christopher · 11 years ago
- 83223f5 Added support to optimize comparisons with "lshr exact" of a constant. by Rafael Espindola · 11 years ago
- f50e395 Remove sanitizer blacklist from ASan/TSan/MSan function passes. by Alexey Samsonov · 11 years ago
- 11b190e Omit else branch after return. by Eric Christopher · 11 years ago
- 0bedfa4 [X86] Fix checked arithmetic for i8 on X86. by Andrea Di Biagio · 11 years ago
- d958619 Add the nsw flag when we detect that an add will not signed overflow. by Rafael Espindola · 11 years ago
- e53c5d3 [msan] Remove an out-of-date comment. by Evgeniy Stepanov · 11 years ago
- 07de13a Remove path_tclsh.m4. by Rafael Espindola · 11 years ago
- cca9c26 [AArch64] Add some more regression tests for store pre-index update folding in the load/store optimizer. by Tilmann Scheller · 11 years ago
- dd7c5bb [msan] Handle x86 vector pack intrinsics. by Evgeniy Stepanov · 11 years ago
- ef8a99c [AArch64] Add some more regression tests for load pre-index update folding in the load/store optimizer. by Tilmann Scheller · 11 years ago
- bcc4bce Added inst combine tarnsform for (1 << X) & C pattrens where C is (some PowerOf2 - 1) by Dinesh Dwivedi · 11 years ago
- c469e54 Added inst combine transforms for single bit tests from Chris's note by Dinesh Dwivedi · 11 years ago
- 01fa655 Silence -Wreturn-type warning by Alp Toker · 11 years ago
- 939fd59 GraphWriter: tweak the program fallback order by Alp Toker · 11 years ago
- 04de60e GraphWriter: detect graph viewer programs at runtime by Alp Toker · 11 years ago
- df19139 Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of std::equal(op) to appease MSVC Debug build. by NAKAMURA Takumi · 11 years ago
- 10ecbcb Support: add 6-parameter format by Saleem Abdulrasool · 11 years ago
- 34d24ba Support: add Windows ARM EH data structures by Saleem Abdulrasool · 11 years ago
- 27e8069 ARMEB: Fix function return type f64 by Christian Pirker · 11 years ago
- 05db56c Updates in IntelJITEventListener.cpp - by Arch Robison. by Elena Demikhovsky · 11 years ago
- 3871a03 R600: Set all float vector expands in the same place by Matt Arsenault · 11 years ago
- 0d9056d DebugInfo: Assert that DbgVariables have associated DIEs by David Blaikie · 11 years ago
- 4a05552 Fix typos by Alp Toker · 11 years ago
- ef10f99 ExecutionEngine: avoid NDEBUG in headers by Alp Toker · 11 years ago