aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-13R600: Add support for 128-bit parametersTom Stellard
2013-02-13Don't build tail calls to functions with three inreg arguments on x86-32 PIC.Nick Lewycky
2013-02-13Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao
2013-02-13Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma
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-13LoopVectorize: Simplify code for clarity.Benjamin Kramer
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-13MIsched: HazardRecognizers are created for each DAG. Free them.Andrew Trick
2013-02-13[ms-inline-asm] Use an array_pod_sort, rather than a std:sort.Chad Rosier
2013-02-13Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen
2013-02-13Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek
2013-02-13X86: Disable generation of rep;movsl when %esi is used as a base pointer.Benjamin Kramer
2013-02-13Use array_pod_sort.Bill Wendling
2013-02-13Add some accessor and query methods for retrieving Attribute objects and such.Bill Wendling
2013-02-13Make jumptables work for -staticReed Kotler
2013-02-13Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...Elena Demikhovsky
2013-02-13Check i1 as well as i8 variables for 8 bit registers for x86 inlineEric Christopher
2013-02-13[tsan] disable load widening in ThreadSanitizer modeKostya Serebryany
2013-02-13[asan] fix confusing indentationKostya Serebryany
2013-02-13Fix comment.Eric Christopher
2013-02-13Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren
2013-02-13[ms-inline-asm] Make sure the AsmRewrite list is sorted in lexical order.Chad Rosier
2013-02-13Test commit. Fixed typo.David Peixotto
2013-02-13Fix commentArnaud A. de Grandmaison
2013-02-12Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.Michael Gottesman
2013-02-12Actually delete this code, since it's really not clear what it'sDan Gohman
2013-02-12[ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier
2013-02-12This patch just fixes up various llvm formattingJack Carter
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-02-12Record PRE predecessors with a SmallVector instead of a DenseMap, andDan Gohman
2013-02-12[ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite.Chad Rosier
2013-02-12[ms-inline asm] Accept the emit directive as either _emit or __emit.Chad Rosier
2013-02-12When disabling PRE for a value is directly redundant with itselfDan Gohman
2013-02-12Check that pointers are removed from maps before calling delete on the pointers,Dan Gohman
2013-02-12Minor code simplification.Dan Gohman
2013-02-12[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier
2013-02-12Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek
2013-02-12Equal treatment of labels and other terminators in MI DAG construction.Sergei Larin
2013-02-12Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek
2013-02-12Hexagon: Add support to generate predicated absolute addressing modeJyotsna Verma
2013-02-12PR14562 - Truncation of left shift became undefPaul Redmond
2013-02-12[NVPTX] Disable vector registersJustin Holewinski
2013-02-12[ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...Alexander Potapenko
2013-02-12R600: Fix regression with shadow array sampler on pre-SI GPUs.Michel Danzer