aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-18[MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar
2013-01-18llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. I...NAKAMURA Takumi
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar
2013-01-18[MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar
2013-01-17Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling
2013-01-17Restore reverted test case, this time with REQUIRES: assertsBill Schmidt
2013-01-17Remove bad test caseBill Schmidt
2013-01-17This patch fixes PR13626 by providing i128 support in the returnBill Schmidt
2013-01-17Add indexed load/store instructions for offset validation check.Jyotsna Verma
2013-01-17This patch fixes the PPC calling convention to handle returns ofBill Schmidt
2013-01-17Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky
2013-01-17Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher
2013-01-17Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher
2013-01-17This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-16[IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar
2013-01-16Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman
2013-01-16Make this test X86 only.Eric Christopher
2013-01-16Move this to X86.Eric Christopher
2013-01-16Add testcase missed yesterday from Paul Robinson.Eric Christopher
2013-01-16[Linker] Change module flag linking to be more extensible.Daniel Dunbar
2013-01-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-16Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer
2013-01-16ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov
2013-01-16Remove triple from this test, it makes it fail when X86 TTI is missing.Benjamin Kramer
2013-01-16reverting 172579Jack Carter
2013-01-16Akira,Jack Carter
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher
2013-01-15Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem
2013-01-151. Hoist minus sign as high as possible in an attempt to revealShuxin Yang
2013-01-15[IR] Add verification for module flags with the "require" behavior.Daniel Dunbar
2013-01-15[msan] Temporarily remove ICmpEQ tests.Evgeniy Stepanov
2013-01-15[msan] Fix handling of equality comparison of pointer vectors.Evgeniy Stepanov
2013-01-15Pattern-matched variables in post-inc-icmpzero.llRenato Golin
2013-01-15[IR] Add verifier support for llvm.module.flags.Daniel Dunbar
2013-01-15This patch fixes a Mips specific bug where Jack Carter
2013-01-14This change is to implement following rules under the condition C_A and/or C_RShuxin Yang
2013-01-14[ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier
2013-01-14This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt
2013-01-14SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick
2013-01-13Added bugzilla PR number to test case.Michael Gottesman
2013-01-13Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...Michael Gottesman
2013-01-13X86: Add patterns for X86ISD::VSEXT in registers.Benjamin Kramer
2013-01-13Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...Nadav Rotem
2013-01-12When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer
2013-01-12Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman
2013-01-12Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman
2013-01-12This patch tackles the problem of parsing Mips Jack Carter