- 5f28b1f Add a release not about llvm-ar. by Rafael Espindola · 12 years ago
- 611910c Remove oddly named libraries with "make uninstall-local" by Tim Northover · 12 years ago
- e664290 Store compile unit corresponding to each chain of inlined debug info entries. No functionality change. by Alexey Samsonov · 12 years ago
- 7398c77 LLVM Interpreter: fixed bug 16694 by Elena Demikhovsky · 12 years ago
- 749d35c Add LLVM-style RTTI to DIContext/DWARFContext classes by Alexey Samsonov · 12 years ago
- d113448 Refactor isInTailCallPosition handling by Tim Northover · 12 years ago
- 900cbf5 Unbreak Debug build on Windows by Serge Pavlov · 12 years ago
- 5923547 Simplify vector lane handling math a bit. No functional change intended. by Craig Topper · 12 years ago
- 57bc5a0 Simplify math a little bit. by Craig Topper · 12 years ago
- 8e1d646 Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for each corresponding CodeGen. by NAKAMURA Takumi · 12 years ago
- aa0f420 Replace EVT with MVT in isHorizontalBinOp as it is only called with legal types. by Craig Topper · 12 years ago
- 2e36335 AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here. by NAKAMURA Takumi · 12 years ago
- 27770f4 Option/CMakeLists.txt: Don't use target_link_libraries. LLVMBuild knows dependencies. by NAKAMURA Takumi · 12 years ago
- 741373f Put an llvm_unreachable at the end of getSplatIndex as its loop should never find all undef elements. by Craig Topper · 12 years ago
- 6e95b4c Check against >= 0 instead of != -1 in getSplatIndex because it generally compiles to better code and is equivalent for shuffle indices. by Craig Topper · 12 years ago
- 2c136f8 Remove trailing whitespace and fix an 80-column violation. No functional change. by Craig Topper · 12 years ago
- 20b46b0 Simplify code slightly. No functional change. by Craig Topper · 12 years ago
- 01d7203 Factor FlattenCFG out from SimplifyCFG by Tom Stellard · 12 years ago
- 99c22aa Allow 4 as a valid debug info version. by Eric Christopher · 12 years ago
- 4f4a190 Add some comment to LTOCodeGenerator class by Shuxin Yang · 12 years ago
- 00d7baa Fix missing -*- C++ -*-s by Matt Arsenault · 12 years ago
- ac838d1 FileCheckize some of the testcases. by Bill Wendling · 12 years ago
- 51b6fb4 Fix grammar. by Bill Wendling · 12 years ago
- c1ad37e R600/SI: Add missing test for r187749 by Tom Stellard · 12 years ago
- 4c5be13 Recommit previous cleanup with a fix for c++98 ambiguity. by Eric Christopher · 12 years ago
- 2b272a1 R600: Implement TargetLowering::getVectorIdxTy() by Tom Stellard · 12 years ago
- 425b76c TargetLowering: Add getVectorIdxTy() function v2 by Tom Stellard · 12 years ago
- de5cb6b Revert "Use existing builtin hashing functions to make this routine more" by Eric Christopher · 12 years ago
- c222f67 Use existing builtin hashing functions to make this routine more simple. by Eric Christopher · 12 years ago
- b30347e Change parent hashing algorithm to be non-recursive and elaborate by Eric Christopher · 12 years ago
- 5a32805 [bugpoint] Allow the user to specify the path to opt on the commandline. by Michael Gottesman · 12 years ago
- acf4cf7 Introduce an optimisation for special case lists with large numbers of literal entries. by Peter Collingbourne · 12 years ago
- aa80e61 Introduce Regex::isLiteralERE function. by Peter Collingbourne · 12 years ago
- 2a37c7e Silencing an MSVC11 type conversion warning. by Aaron Ballman · 12 years ago
- 48d7d1d 80-cols by Alexey Samsonov · 12 years ago
- cf21d15 LLVM Interpreter: This patch implements vector support for cast operations (zext, sext, uitofp, sitofp, trunc, fpext, fptosi, fptrunc, bitcast) and shift operations (shl, ashr, lshr) for integer and floating point data types. by Elena Demikhovsky · 12 years ago
- 9379557 [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequences by Richard Sandiford · 12 years ago
- f8e16c6 Don't leak passes if added outside of the area determined by Started/Stopped flags. by Benjamin Kramer · 12 years ago
- ccdf5cc [SystemZ] Add definitions for BRCT and BRCTG by Richard Sandiford · 12 years ago
- 9b05c70 [SystemZ] Use LOAD AND TEST to eliminate comparisons against zero by Richard Sandiford · 12 years ago
- 0e4044c [SystemZ] Add LOAD AND TEST instructions by Richard Sandiford · 12 years ago
- 66fbb47 [SystemZ] Split out comparison elimination into a separate pass by Richard Sandiford · 12 years ago
- 13e6e91 AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types. by Elena Demikhovsky · 12 years ago
- f18d7f8 Update the release notes about the status of the vectorizers. by Nadav Rotem · 12 years ago
- 055028f Update the docs. by Nadav Rotem · 12 years ago
- 25278aa Add the saving of S2. This is needed for some of the floating point by Reed Kotler · 12 years ago
- 9c6d857 Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin. by Bob Wilson · 12 years ago
- 0cffe07 Build with the $RDYNAMIC flag on Darwin as well as other platforms. by Bob Wilson · 12 years ago
- 75311b7 X86: Turn fp selects into mask operations. by Benjamin Kramer · 12 years ago
- f3e3417 AVX-512 set: added VEXTRACTPS instruction by Elena Demikhovsky · 12 years ago
- b04578c X86: specify CPU on new test to fix atom buildbot by Tim Northover · 12 years ago
- a54b662 X86: correct tail return address calculation by Tim Northover · 12 years ago
- a2b0c33 AsmParser: Store MacroLikeBodies on the side so they don't get leaked. by Benjamin Kramer · 12 years ago
- 8a7f9de Clean up code for Mips16 large frame handling. by Reed Kotler · 12 years ago
- af00feb PPCAsmParser: Stop leaking names. by Benjamin Kramer · 12 years ago
- bd194ce Unbreak llvm-rtdyld build. by Benjamin Kramer · 12 years ago
- 782fdce MachObjectFile: Don't leak on error. by Benjamin Kramer · 12 years ago
- a757e93 llvm-rtdyld: Don't leak memory managers. by Benjamin Kramer · 12 years ago
- 527692a ARMAsmParser: Plug a leak. by Benjamin Kramer · 12 years ago
- bc2160f Stop leaking register infos in the disassemblers. by Benjamin Kramer · 12 years ago
- 5cad12d Fix PPC64 64-bit GPR inline asm constraint matching by Hal Finkel · 12 years ago
- 6b4dde7 Minor address space code simplification. by Matt Arsenault · 12 years ago
- f3289e7 Regenerate with changes for -rdynamic. by Bob Wilson · 12 years ago
- 244acf3 Link with -rdynamic instead of -Wl,-export-dynamic. by Bob Wilson · 12 years ago
- 40bacac Add a AttributeSetImpl::dump function. by Peter Collingbourne · 12 years ago
- 7bba9c5 Make one of the AttributeSet ctors maintain the invariant that the by Peter Collingbourne · 12 years ago
- 6bf104b Option parsing: recognize the special -- token by Hans Wennborg · 12 years ago
- e8bc700 Fix invalid function pointers in bugpoint ExtractLoops by Hal Finkel · 12 years ago
- e7bc73b Add a missing 'return' statement. by Joey Gouly · 12 years ago
- 5e79509 [mips] Expand vector truncating stores and extending loads. by Akira Hatanaka · 12 years ago
- 787fdb8 [ARMv8] Add an assembler warning for the deprecated 'setend' instruction. by Joey Gouly · 12 years ago
- f2855f8 SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that come from different blocks. by Nadav Rotem · 12 years ago
- 38140c2 Teach EmitGEPOffset about address spaces by Matt Arsenault · 12 years ago
- 38ffffe Fixes ARM LNT bot from SLP change in O3 by Renato Golin · 12 years ago
- fdabd9f Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB (with fix for 64bits msvc) by Carlo Kok · 12 years ago
- e57343b Fix handling of CHECK-DAG combined with CHECK-NOT by Tim Northover · 12 years ago
- 1cd2ed8 Pacify GCC, which worries about falling off the end of the switch. by Duncan Sands · 12 years ago
- e393b73 Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei. by Alexey Samsonov · 12 years ago
- ee1d7db Revert r187597, "Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB." by NAKAMURA Takumi · 12 years ago
- 9f4eaaf Use @rpath for libraries rather than @executable_path on OSX. by Eric Christopher · 12 years ago
- be9f508 Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to by Eric Christopher · 12 years ago
- 7eef3bd Teach InstructionSimplify about pointer address spaces by Matt Arsenault · 12 years ago
- ddbdeef [mips] Make load/store accumulator pseudo instructions codeGenOnly. Also, by Akira Hatanaka · 12 years ago
- 186f8f9 Teach getOrEnforceKnownAlignment about address spaces by Matt Arsenault · 12 years ago
- 72bc423 Move the optlevel check to the frontend. by Nadav Rotem · 12 years ago
- cfe855d fix for LLVM debug info on llvm-mips-linux where the label name uses % instead of L as a prefix. by Carlo Kok · 12 years ago
- 61fc8d6 Use function attributes to indicate that we don't want to realign the stack. by Bill Wendling · 12 years ago
- 8cb1d81 Expose that the unique file ID has a device and a file component. by Rafael Espindola · 12 years ago
- 44c8e34 Fixed the Intel-syntax X86 disassembler to respect the (existing) option for hexadecimal immediates, to match AT&T syntax. This also brings a new option for C-vs-MASM-style hex. by Daniel Malea · 12 years ago
- b1fa7d4 Fix some issues with Mips16 floating when certain intrinsics are present. by Reed Kotler · 12 years ago
- e18804e ARM/Hexagon testcases can't compile x86 only testcase. Reverting change to testcase & fixing check for all. by Carlo Kok · 12 years ago
- f589eef Debug Info Finder|Verifier: handle DbgLoc attached to instructions. by Manman Ren · 12 years ago
- c8b9355 DebugInfo: Emit definitions for types with no members. by David Blaikie · 12 years ago
- 70cf72e change the inlinefnlocalvar testcase so it uses a triple that's not coff (doesn't seem to matter for the testcase itself, what it tests isn't triple specific), as coff has a slightly different way of emitting what it checks for. by Carlo Kok · 12 years ago
- c8c344b Temporarily xfail a test that breaks on OS X when building with LTO. by Bob Wilson · 12 years ago
- 2b61eb9 Update incorrect file headers. by Sean Silva · 12 years ago
- 5b25082 Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB. by Carlo Kok · 12 years ago
- a4cbd78 Only enable SLP-vectorization on O3 builds. by Nadav Rotem · 12 years ago
- df263de Pass -G argument to cmake with the same generator's name as used for the by Simon Atanasyan · 12 years ago
- 4da77f8 remove executable permission from IntrinsicsXCore.td by Robert Lytton · 12 years ago