aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-14Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola
2013-02-14AArch64: stop claiming that NEON registers are usable for now.Tim Northover
2013-02-14AArch64: add block comments where missingTim Northover
2013-02-14Add testcase for llvm-dwarfdump to test parsing of the pubnames data.Krzysztof Parzyszek
2013-02-14On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.hDavid Chisnall
2013-02-14Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls
2013-02-14llvm-symbolizer: speedup symbol lookupDmitry Vyukov
2013-02-14Workaround an MSan false positive.Evgeniy Stepanov
2013-02-14Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky
2013-02-14Add some legality checks for SETCC before introducing it in the DAG combiner ...Owen Anderson
2013-02-14The test failed on Windows. I've changed the platform to run to "x86_64-apple...Elena Demikhovsky
2013-02-14Fixed a bug in X86TargetLowering::LowerVectorIntExtend() (assertion failure).Elena Demikhovsky
2013-02-14R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStackMichel Danzer
2013-02-14R600: Add lit tests for texture sampling instruction selection.Michel Danzer
2013-02-14Reapply "s/grep/FileCheck/ in some tests"Andrew Trick
2013-02-14Revert r175120 and r175121. Clang is producing the expected asm names again.Rafael Espindola
2013-02-14RegisterCoalescer::reMaterializeTrivialDef() can constrain the destinationCameron Zwarich
2013-02-14Add missing typename to unbreak the MSVC 2012 build.Francois Pichet
2013-02-14Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky
2013-02-14Remove the form field from Mips16 instruction formats and set thingsReed Kotler
2013-02-14Revert "s/grep/FileCheck/ in some tests"Andrew Trick
2013-02-14Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flippedCameron Zwarich
2013-02-14Fix some issues with rematerialization in RegisterCoalescer when the destinationCameron Zwarich
2013-02-14Don't assume the mangling of static functions.Rafael Espindola
2013-02-14Don't asume that a static function in an extern "C" block will not be mangled.Rafael Espindola
2013-02-13temporarily revert the patch due to some conflictsWeiming Zhao
2013-02-13Retain the name of the new internal global that's been shrunk.Bill Wendling
2013-02-13Hexagon: add support for predicate-GPR copies.Anshuman Dasgupta
2013-02-13llvm-gcc -pedantic warns about C++ comments in C90 mode even if they'reAlex Rosenberg
2013-02-13Fix iterator definitions for ImmutableSet and ImmutableMap.Ryan Govostes
2013-02-13R600: Add support for 128-bit parametersTom Stellard
2013-02-13s/grep/FileCheck/ in some testsEli Bendersky
2013-02-13Don't build tail calls to functions with three inreg arguments on x86-32 PIC.Nick Lewycky
2013-02-13s/grep/FileCheck/ in some testsEli Bendersky
2013-02-13Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao
2013-02-13[ms-inline asm] Fix up test case for non-Darwin platforms.Chad Rosier
2013-02-13Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma
2013-02-13Add iterator_traits to ImmutableMap and ImmutableSet.Ryan Govostes
2013-02-13[ms-inline-asm] Add support for memory references that have non-immediateChad Rosier
2013-02-13[ms-inline asm] Add a comment about the determinism of the rewrite sort.Chad Rosier
2013-02-13configure: remove workaround for gcc's -Wno-maybe-uninitializedDmitri Gribenko
2013-02-13[docs] PR15254: Add "AST" to the lexicon.Sean Silva
2013-02-13LoopVectorize: Simplify code for clarity.Benjamin Kramer
2013-02-13Add a blurb about the attributes changes to the release notes.Bill Wendling
2013-02-13For Mips 16, add the optimization where the 16 bit form of addiu sp can be usedReed Kotler
2013-02-13Clean up LDV, no functionality change.Manman Ren
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling
2013-02-13MIsched: HazardRecognizers are created for each DAG. Free them.Andrew Trick
2013-02-13PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto
2013-02-13[ms-inline-asm] Use an array_pod_sort, rather than a std:sort.Chad Rosier