- fd6fc71 GlobalOpt: Handle non-zero offsets for aliases by David Majnemer · 11 years ago
- b6a4058 IR: Add a helper to check for LinkOnceODRLinkage by David Majnemer · 11 years ago
- 049a087 Suppress inlining when the block address is taken by Gerolf Hoflehner · 11 years ago
- c3c8e7b AArch64: Follow-up to r212073 by Duncan P. N. Exon Smith · 11 years ago
- 91fa948 AArch64: Actually do address type promotion by Duncan P. N. Exon Smith · 11 years ago
- 53da3fa Convert some byval argpromotion grep tests to FileCheck by Reid Kleckner · 11 years ago
- 6408a8b DebugInfo: Preserve debug location information when transforming a call into an invoke during inlining. by David Blaikie · 11 years ago
- 0e2313c Remove unnecessary datalayout string from a test case. by David Blaikie · 11 years ago
- b23ae55 Speculatively fix some code handling Power64 MachO files by Reid Kleckner · 11 years ago
- 3b15c97 msan: Stop stripping the 'tail' modifier off of calls by Reid Kleckner · 11 years ago
- 816d9c7 objdump: Add test for ELF file with no section table by Ed Maste · 11 years ago
- eb73cf67 Refactor the code in clang to find a file in a PATH like environment variable into a helper function by Ehsan Akhgari · 11 years ago
- a0d04ac Fix 'platform-specific' hyphenations by Alp Toker · 11 years ago
- 46e17ca Build fix for systems without futimes/futimens by Alp Toker · 11 years ago
- c28eff1 Add the -arch flag support to llvm-nm to select the slice out of a Mach-O by Kevin Enderby · 11 years ago
- 97fb702 R600: Move mul combine to separate function by Matt Arsenault · 11 years ago
- d36aada R600: Remove unused declarations leftover from AMDIL by Matt Arsenault · 11 years ago
- 93b97c9 Debug info: split out complex DIVariable address expressions into a by Adrian Prantl · 11 years ago
- e6cfdc8 [X86] Add support for builtin to read performance monitoring counters. by Andrea Di Biagio · 11 years ago
- adb277d [OCaml] Documentation improvements. by Peter Zotov · 11 years ago
- 99f2d6f [AArch64] Unsized types don't specify an alignment. PR20109 by Chad Rosier · 11 years ago
- e7dfa85 [AArch64] Convert mul x, -(pow2 +/- 1) to shift + add/sub. by Chad Rosier · 11 years ago
- 12a261e macho-dump: add code to print LC_ID_DYLIB load commands. by Tim Northover · 11 years ago
- a1ff0ae ARM: take care not to set the ThumbFunc bit on TLS data symbols by Scott Douglass · 11 years ago
- 780e5e8 undo test commit (whitespace only) by Scott Douglass · 11 years ago
- 27391ad test commit (whitespace only) by Scott Douglass · 11 years ago
- 85f56ba test commit: add a comment line in GVN test file by Erik Eckstein · 11 years ago
- 2c25d41 X86: fix comment by Saleem Abdulrasool · 11 years ago
- e8bd687 ARM: use symbolic name for constant by Saleem Abdulrasool · 11 years ago
- 36c789f CodeGen: rename Win64 ExceptionHandling to WinEH by Saleem Abdulrasool · 11 years ago
- 622520e MC: rename EmitWin64EH routines by Saleem Abdulrasool · 11 years ago
- 521a69f Add ops() method to SDNode that returns an ArrayRef<SDUse>. Use it to simplify some code. by Craig Topper · 11 years ago
- 37f6870 Use a range loop. No functionality change. by Rafael Espindola · 11 years ago
- 8d5114e Simplify code a bit, no functionality change. by Rafael Espindola · 11 years ago
- 56f5e7fa Fix build following r211956 by Alp Toker · 11 years ago
- 320cba3 Verifier: Update assert message to reflect LangRef by David Majnemer · 11 years ago
- 3e5215b [x86] Fix a bug in the v8i16 shuffling exposed by the new splat-like by Chandler Carruth · 11 years ago
- dc3a2fc Fix this test to not write to the source tree, and instead to write to by Chandler Carruth · 11 years ago
- fe05f61 [x86] Add handling for splat-like widenings of v16i8 shuffles. by Chandler Carruth · 11 years ago
- be56f16 This file wasn't supposed to be checked in by David Majnemer · 11 years ago
- 7da28c5 [RuntimeDyld] Make sure that RuntimeDyld regression tests only run for targets by Lang Hames · 11 years ago
- cc0a279 Revert "Temporary hack to try cleaning extra .s file from bots." by Matt Arsenault · 11 years ago
- 051cc06 Temporary hack to try cleaning extra .s file from bots. by Matt Arsenault · 11 years ago
- a677ffe [RuntimeDyld] Use a raw_ostream and llvm::format for int-to-string conversions. by Lang Hames · 11 years ago
- d7be296 [AArch64] Fix memset ICE when memset value is f128. by Chad Rosier · 11 years ago
- 1cfa342 llvm-cov: Support specifying multiple source files by Justin Bogner · 11 years ago
- 5bbd607 [RuntimeDyld] #include <cctype> header in RuntimeDyldChecker.cpp. by Lang Hames · 11 years ago
- c3747f2 [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld. by Lang Hames · 11 years ago
- 63195d7 [x86] Fix another bug hit when bootstrapping with the new shuffle lowering. by Chandler Carruth · 11 years ago
- fbab8b6 Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered in GCC. by Aaron Ballman · 11 years ago
- 8474c35 [NVPTX] Use GreatestCommonDivisor64 from MathExtras instead of using our own. Thanks Hal! by Justin Holewinski · 11 years ago
- 704fa86 Adding some trailing whitespace after a comment previously ending with \ to ensure that it isn't lexed as a multiline comment. This silences some -Wcomment warnings. by Aaron Ballman · 11 years ago
- f2925a1 Include <tuple> to make buildbots happy by David Majnemer · 11 years ago
- 7a28de0 [NVPTX] Add reflect intrinsic (better than matching by function name) by Justin Holewinski · 11 years ago
- 9832f7d [NVPTX] Handle all possible vector types in getSetCCResultType, not just the ones representable as MVTs by Justin Holewinski · 11 years ago
- c95d327 [NVPTX] Add 'b' asm constraint by Justin Holewinski · 11 years ago
- 9272c2b [NVPTX] Simplify some argument lowering logic by Justin Holewinski · 11 years ago
- 127f0e8 [NVPTX] Do not process samplers in GenericToNVVM by Justin Holewinski · 11 years ago
- 3c81367 [NVPTX] Error out if initializer is given for variable in an address space that does not support initialization by Justin Holewinski · 11 years ago
- 0ded57c [NVPTX] Add support for .managed variables for UVM by Justin Holewinski · 11 years ago
- 2a8dc35 [NVPTX] Emit .weak linkage for link_once, weak, available_externally, and common linkage by Justin Holewinski · 11 years ago
- ab7c0aa [NVPTX] Variables that start with llvm. or nvvm. are reserved and should not be emitted by Justin Holewinski · 11 years ago
- cb8f983 [NVPTX] Fix handling of ldg/ldu intrinsics. by Justin Holewinski · 11 years ago
- 8992274 [NVPTX] Clean up argument lowering code and properly handle alignment for structs and vectors by Justin Holewinski · 11 years ago
- 3fb4410 [NVPTX] Add missing boolean vector contents flag by Justin Holewinski · 11 years ago
- 863b0d4 [NVPTX] Add support for [SHL,SRA,SRL]_PARTS by Justin Holewinski · 11 years ago
- 10da165 [NVPTX] Implement fma and imad contraction as target DAGCombiner patterns by Justin Holewinski · 11 years ago
- 508c80f [NVPTX] Add support for efficient rotate instructions on SM 3.2+ by Justin Holewinski · 11 years ago
- 1f75f4a [NVPTX] Add missing isel patterns for 64-bit atomics by Justin Holewinski · 11 years ago
- ef92cf5 [NVPTX] Add isel patterns for bit-field extract (bfe) by Justin Holewinski · 11 years ago
- de7bbdf [NVPTX] Add support for isspacep instruction by Justin Holewinski · 11 years ago
- 1571d27 [NVPTX] Add support for envreg reads by Justin Holewinski · 11 years ago
- 305dda4 [NVPTX] Add target options for PTX 3.2/4.0 and SM 5.0 (Maxwell) by Justin Holewinski · 11 years ago
- aac29c0 [NVPTX] Update sub-target feature detection by Justin Holewinski · 11 years ago
- 7d7f3e3 [NVPTX] Directly control the Machine SSA passes that are invoked for NVPTX. by Justin Holewinski · 11 years ago
- a54609e [NVPTX] Emit .weak when linkage is not external, internal, or private by Justin Holewinski · 11 years ago
- d51ee46 [NVPTX] Just use getTypeAllocSize() when computing return value size for structures and vectors by Justin Holewinski · 11 years ago
- 9487d2a Vectorization documentation for loop hint pragmas and Rpass diagnostics. by Tyler Nowicki · 11 years ago
- f983ac3 Silencing some -Wcast-qual warnings. No functional changes intended. by Aaron Ballman · 11 years ago
- 75504d4 [x86] Fix a miscompile in the new shuffle lowering uncovered by a bootstrap. by Chandler Carruth · 11 years ago
- c8a1169 IR: Add COMDATs to the IR by David Majnemer · 11 years ago
- 4a295df cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFF by Reid Kleckner · 11 years ago
- 86ebb34 lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the case by Julien Lerouge · 11 years ago
- 896cde8 R600: Move trivial getters into header, use initializer list by Matt Arsenault · 11 years ago
- e70cdf9 Fix test so it doesn't try to write out temporary files into the test tree. by David Blaikie · 11 years ago
- 7b45088 Avoid non-ascii character in the source code. by Logan Chien · 11 years ago
- d7d4277 MC: Fix associative sections on COFF by David Majnemer · 11 years ago
- 6d557f3 [FastISel][X86] Fix typos. by Juergen Ributzka · 11 years ago
- ee5d4a7 R600: Don't crash on unhandled instruction in promote alloca by Matt Arsenault · 11 years ago
- b880c12 llvm-objdump: don't assert if ELF file has no sections by Ed Maste · 11 years ago
- cea9bc9 Clean up unused variable warning in release build. by Alexander Kornienko · 11 years ago
- 39ea80c Re-apply r211287: Remove support for LLVM runtime multi-threading. by Chandler Carruth · 11 years ago
- 1edaab9 [PowerPC] Constrain base register in PPCRegisterInfo::resolveFrameIndex by Ulrich Weigand · 11 years ago
- 88897b7 [x86] Clean up some unused variables, especially in release builds. by Chandler Carruth · 11 years ago
- c5114db [x86] Teach the target combine step to aggressively fold pshufd insturcions. by Chandler Carruth · 11 years ago
- fc9897f [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch() method. by Simon Atanasyan · 11 years ago
- 4363b07 [x86] Teach the target-specific combining how to aggressively fold by Chandler Carruth · 11 years ago
- f911618 [x86] Teach the X86 backend to DAG-combine SSE2 shuffles that are by Chandler Carruth · 11 years ago
- 050d187 [x86] Begin a significant overhaul of how vector lowering is done in the by Chandler Carruth · 11 years ago
- 3e19a9e [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocations by Ulrich Weigand · 11 years ago