summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add instruction encodings / disassembly support for u6 / lu6 instructions.Richard Osborne2013-01-21
* Add instruction encoding / disassembly support for ru6 / lru6 instructions.Richard Osborne2013-01-21
* Add instruction encodings / disassembly support for l2rus instructions.Richard Osborne2013-01-20
* Add instruction encodings / disassembly support for l3r instructions.Richard Osborne2013-01-20
* Add instruction encodings / disassembler support for 2rus instructions.Richard Osborne2013-01-20
* Add instruction encodings / disassembly support 3r instructions.Richard Osborne2013-01-20
* llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.NAKAMURA Takumi2013-01-20
* Revert 172708.Nadav Rotem2013-01-20
* LoopVectorizer: Implement a new heuristics for selecting the unroll factor.Nadav Rotem2013-01-20
* Change the cpu type in the test.Nadav Rotem2013-01-20
* llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 inst...NAKAMURA Takumi2013-01-20
* The last of PR14471 - emission of constant floatsDavid Blaikie2013-01-20
* Fix a latent bug exposed by recent static member debug info changes.David Blaikie2013-01-19
* LoopVectorizer: Emit memory checks into their own basic block.Benjamin Kramer2013-01-19
* On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem2013-01-19
* Remove some register allocation order dependencies.Jakob Stoklund Olesen2013-01-19
* On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...Nadav Rotem2013-01-18
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-18
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-18
* llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. I...NAKAMURA Takumi2013-01-18
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-17
* Restore reverted test case, this time with REQUIRES: assertsBill Schmidt2013-01-17
* Remove bad test caseBill Schmidt2013-01-17
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-17
* Add indexed load/store instructions for offset validation check.Jyotsna Verma2013-01-17
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-17
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-17
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-17
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-17
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-17
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman2013-01-16
* Make this test X86 only.Eric Christopher2013-01-16
* Move this to X86.Eric Christopher2013-01-16
* Add testcase missed yesterday from Paul Robinson.Eric Christopher2013-01-16
* [Linker] Change module flag linking to be more extensible.Daniel Dunbar2013-01-16
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer2013-01-16
* ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov2013-01-16
* Remove triple from this test, it makes it fail when X86 TTI is missing.Benjamin Kramer2013-01-16
* reverting 172579Jack Carter2013-01-16
* Akira,Jack Carter2013-01-16
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem2013-01-15
* 1. Hoist minus sign as high as possible in an attempt to revealShuxin Yang2013-01-15