- f787085 Suppress a GCC -Wunused-variable warning in -Asserts builds by Matt Beaumont-Gay · 13 years ago
- b54562b c[ms-inline asm] It's possible to have a SizeDirective rewrite and an by Chad Rosier · 13 years ago
- 67144e3 If bundle alignment is enabled, do not add data to a fragment with instructions by Derek Schuff · 13 years ago
- 4788d14 Support changing the subtarget features in ARM. by Bill Wendling · 13 years ago
- 789cb5d Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features. by Bill Wendling · 13 years ago
- 4fb25b7 [ms-inline asm] Adjust the EndLoc to account for the ']'. by Chad Rosier · 13 years ago
- b3dedc2 Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metadata, sorry. by Pekka Jaaskelainen · 13 years ago
- ffd28a4 [mips] Clean up class MipsCCInfo. by Akira Hatanaka · 13 years ago
- 0deff9f capitalize SCEV to match the current naming convention by Sebastian Pop · 13 years ago
- dc2f792 [mips] Split SelectAddr, which was used to match address patterns, into two by Akira Hatanaka · 13 years ago
- 79cd411 Remove a final dependency on the form field in tablegen; which is a remnant by Reed Kotler · 13 years ago
- 5661fcd add ScevApplyRewriter by Sebastian Pop · 13 years ago
- a9e4d3f add SCEVParameterRewriter by Sebastian Pop · 13 years ago
- 7523437 AsmParser: Reformat the MS asm parser to reduce nesting. by Benjamin Kramer · 13 years ago
- 86cdbc9 enable SDISel sincos optimization for GNU environments by Paul Redmond · 13 years ago
- 55a98b0 Hexagon: Set appropriate TSFlags to the loads/stores with global address to by Jyotsna Verma · 13 years ago
- f64a7a8 BBVectorize: Call a DAG and DAG instead of a tree by Hal Finkel · 13 years ago
- ad079b2 Fix refactoring mistake in "Teach InstCombine to work with smaller legal types..." by Arnaud A. de Grandmaison · 13 years ago
- 7c5c9b3 Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2 by Arnaud A. de Grandmaison · 13 years ago
- 85d2760 AArch64: add branch fixup pass. by Tim Northover · 13 years ago
- 8a8a2dc Give these callbacks hidden visibility. It is better to not export them more by Rafael Espindola · 13 years ago
- 9fa05f9 Don't make assumptions about the mangling of static functions in extern "C" by Rafael Espindola · 13 years ago
- 74ecd21 [asan] support long double on 64-bit. See https://code.google.com/p/address-sanitizer/issues/detail?id=151 by Kostya Serebryany · 13 years ago
- 74b3c8d Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. by Benjamin Kramer · 13 years ago
- 1e88393 AArch64: remove ConstantIsland pass & put literals in separate section. by Tim Northover · 13 years ago
- 148ac53 AArch64: refactor frame handling to use movz/movk for overlarge offsets. by Tim Northover · 13 years ago
- c4439c3 clang-formatize llvm-symbolizer code by Alexey Samsonov · 13 years ago
- 94328f4 Simplify the 'operator<' for the attribute object. by Bill Wendling · 13 years ago
- ab90084 BBVectorize: Cap the number of candidate pairs in each instruction group by Hal Finkel · 13 years ago
- a7e4409 Revert "Simplify the attributes '<' comparison function." by Anna Zaks · 13 years ago
- e721025 Revert "Fix testcase for attribute ordering." by Anna Zaks · 13 years ago
- 03192fe Revert "Fix testcase for attribute ordering." by Anna Zaks · 13 years ago
- 223b3fd Fix testcase for attribute ordering. by Bill Wendling · 13 years ago
- 5cf38fd Fix minor mips16 issues in directives for function prologue. Probably this does by Reed Kotler · 13 years ago
- 8fd4d23 Fix testcase for attribute ordering. by Bill Wendling · 13 years ago
- 0ec707a Simplify the attributes '<' comparison function. by Bill Wendling · 13 years ago
- d977aac [mips] Disallow moving load/store instructions past volatile instructions. by Akira Hatanaka · 13 years ago
- cd7319d [mips] Replace usage of SmallSet with BitVector, which is used to keep track of by Akira Hatanaka · 13 years ago
- 90db35a [mips] Fix comments and coding style violations. Declare functions to be const. by Akira Hatanaka · 13 years ago
- 48e841d The ARM NEON vector compare instructions take three arguments. However, the by Joel Jones · 13 years ago
- d6f19c7 The operand listing is very much outdated. by Eli Bendersky · 13 years ago
- eba97c5 [mips] Simplify code in function Filler::findDelayInstr. by Akira Hatanaka · 13 years ago
- e2e00df Mark getRawBits const. by Preston Gurd · 13 years ago
- 97a241b BBVectorize: Remove the remaining instances of std::multimap by Hal Finkel · 13 years ago
- 6ca6d3b BBVectorize: Don't store candidate pairs in a std::multimap by Hal Finkel · 13 years ago
- fe9b5a4 Simplify code. Remove "else after return". by Jakub Staszak · 13 years ago
- 27d844f Update comment. by Chad Rosier · 13 years ago
- 84a2c2b Hexagon: Change insn class to support instruction encoding. by Jyotsna Verma · 13 years ago
- aefd14b s/bool/LLVMBool/ by Bill Wendling · 13 years ago
- 296756a s/bool/LLVMBool/ by Bill Wendling · 13 years ago
- 951d361 death to extra whitespace by Kay Tiong Khoo · 13 years ago
- 31cfc70 Add two new functions to the C API: by Bill Wendling · 13 years ago
- 7b672ed added basic support for Intel ADX instructions by Kay Tiong Khoo · 13 years ago
- 01115b1 R600/SI: Fix int_SI_fs_interp_constant by Michel Danzer · 13 years ago
- 06121de include/llvm/Object/ELF.h: do debug checks only when NDEBUG by Dmitry Vyukov · 13 years ago
- 6cc4b8d Dont merge consecutive loads/stores into vectors when noimplicitfloat is used. by Nadav Rotem · 13 years ago
- b39a552 80-col by Nadav Rotem · 13 years ago
- 5e3100a Hexagon: Use multiclass for absolute addressing mode loads. by Jyotsna Verma · 13 years ago
- 7248451 Re-apply r175088 for bug fix 13622: Add paired register support for by Weiming Zhao · 13 years ago
- 1912c76 Fix for bug 15246 -- out-of-bound error in the TableGen backend, CodeGenMapTable.cpp. by Jyotsna Verma · 13 years ago
- 7867885 R600: Do not fold single instruction with more that 3 kcache read by Vincent Lejeune · 13 years ago
- f846add R600: Export instructions are no longer terminator by Vincent Lejeune · 13 years ago
- abfd5f6 R600: Fold zero/one in export instructions by Vincent Lejeune · 13 years ago
- df65b0f R600: Do not fold modifier/litterals in vector inst by Vincent Lejeune · 13 years ago
- 6872de9 Use correct host/target CMake variables to define lit variables. by Tim Northover · 13 years ago
- ad1b9dc AArch64: switch from neverHasSideEffects to hasSideEffects. by Tim Northover · 13 years ago
- ff9d058 Add deprecation of neverHasSideEffects to documentation comments. by Tim Northover · 13 years ago
- e186d71 Revert r15266. This fixes llvm.org/pr15266. by Rafael Espindola · 13 years ago
- 5464c30 AArch64: stop claiming that NEON registers are usable for now. by Tim Northover · 13 years ago
- 5bd6cb2 AArch64: add block comments where missing by Tim Northover · 13 years ago
- 51f6ba0 Add testcase for llvm-dwarfdump to test parsing of the pubnames data. by Krzysztof Parzyszek · 13 years ago
- 579ad50 On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.h by David Chisnall · 13 years ago
- b1d0812 Make ARMAsmParser accept the correct alignment specifier syntax in instructions. by Kristof Beyls · 13 years ago
- b181919 llvm-symbolizer: speedup symbol lookup by Dmitry Vyukov · 13 years ago
- 79e8429 Workaround an MSan false positive. by Evgeniy Stepanov · 13 years ago
- 58842c4 Moved line-info.ll to DebugInfo\X86 directory by Elena Demikhovsky · 13 years ago
- 39125d9 Add some legality checks for SETCC before introducing it in the DAG combiner post-operand legalization. by Owen Anderson · 13 years ago
- c8c82dc The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin". by Elena Demikhovsky · 13 years ago
- 60b3e18 Fixed a bug in X86TargetLowering::LowerVectorIntExtend() (assertion failure). by Elena Demikhovsky · 13 years ago
- c556fcc R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStack by Michel Danzer · 13 years ago
- d4addbe R600: Add lit tests for texture sampling instruction selection. by Michel Danzer · 13 years ago
- 05fdb82 Reapply "s/grep/FileCheck/ in some tests" by Andrew Trick · 13 years ago
- bf7ac42 Revert r175120 and r175121. Clang is producing the expected asm names again. by Rafael Espindola · 13 years ago
- 1f258a6 RegisterCoalescer::reMaterializeTrivialDef() can constrain the destination by Cameron Zwarich · 13 years ago
- a94d322 Add missing typename to unbreak the MSVC 2012 build. by Francois Pichet · 13 years ago
- 9d90163 Teach the DataLayout aware constant folder to be much more aggressive towards by Nick Lewycky · 13 years ago
- 38f85c5 Remove the form field from Mips16 instruction formats and set things by Reed Kotler · 13 years ago
- fd1335e Revert "s/grep/FileCheck/ in some tests" by Andrew Trick · 13 years ago
- 1d46732 Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flipped by Cameron Zwarich · 13 years ago
- c5f1474 Fix some issues with rematerialization in RegisterCoalescer when the destination by Cameron Zwarich · 13 years ago
- ad236eb Don't assume the mangling of static functions. by Rafael Espindola · 13 years ago
- 382a553 Don't asume that a static function in an extern "C" block will not be mangled. by Rafael Espindola · 13 years ago
- c0c2816 temporarily revert the patch due to some conflicts by Weiming Zhao · 13 years ago
- 17fe48c Retain the name of the new internal global that's been shrunk. by Bill Wendling · 13 years ago
- 666e0d3 Hexagon: add support for predicate-GPR copies. by Anshuman Dasgupta · 13 years ago
- ff91f2e llvm-gcc -pedantic warns about C++ comments in C90 mode even if they're by Alex Rosenberg · 13 years ago
- 779a963 Fix iterator definitions for ImmutableSet and ImmutableMap. by Ryan Govostes · 13 years ago
- 76308d8 R600: Add support for 128-bit parameters by Tom Stellard · 13 years ago
- fa7c9ef s/grep/FileCheck/ in some tests by Eli Bendersky · 13 years ago
- 48aaf5f Don't build tail calls to functions with three inreg arguments on x86-32 PIC. by Nick Lewycky · 13 years ago