Improve the implementation of .incbin directive by replacing a loop by using
[oota-llvm.git] / test /
2011-12-14 Kevin EnderbyImprove the implementation of .incbin directive by...
2011-12-14 Andrew TrickLSR: Fold redundant bitcasts on-the-fly.
2011-12-14 Jim GrosbachARM NEON fix alignment encoding for VST2 w/ writeback.
2011-12-14 Kevin EnderbyAdd the .incbin directive which takes the binary data...
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-12-14 Stepan DyatkovskiyFix for bug #11429: Wrong behaviour for switches. Small...
2011-12-14 Dan GohmanIt turns out that clang does use pointer-to-function...
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-14 Jim GrosbachARM/Thumb2 'cmp rn, #imm' alias to cmn.
2011-12-14 Jim GrosbachARM assembler support for the target-specific .req...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-14 Chad RosierAdd newline at EOF.
2011-12-13 Jim GrosbachThumb2 assembler aliases for "mov(shifted register)"
2011-12-13 Jim GrosbachARM LDM/STM system instruction variants.
2011-12-13 Jim GrosbachTest for 146516
2011-12-13 Jim GrosbachARM thumb2 parsing of "rsb rd, rn, #0".
2011-12-13 Jim GrosbachARM NEON two-operand aliases for VQDMULH.
2011-12-13 Jim GrosbachARM pre-UAL NEG mnemonic for convenience when porting...
2011-12-13 Chad Rosier[fast-isel] Unaligned loads of floats are not supported...
2011-12-13 Akira HatanakaAdd test/MC/Mips/dg.exp.
2011-12-13 Akira HatanakaMove direct object emitter test to directory test/MC...
2011-12-13 Akira HatanakaRelocation against a symbol, instead of against section...
2011-12-13 Nick LewyckyDon't rely on a particular version string for llvm.
2011-12-13 Tony LinthicumTemporarily disable Hexagon tests. They are failing...
2011-12-12 Akira HatanakaTest case for r146432 by Jack Carter.
2011-12-12 Bob WilsonImplement 'e' and 'f' modifiers for Neon inline asm...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Joerg SonnenbergerOnly replace fwrite with fputc, if the return value...
2011-12-12 Jan SjödinXOP instructions and encoding tests.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-12 Chandler CarruthAdd an explicit test of the auto-upgrade functionality...
2011-12-12 Chandler CarruthTeach the verifier to reject all non-constant arguments...
2011-12-11 Stepan DyatkovskiyFixed bug 9905: Failure in code selection for llvm...
2011-12-10 Chandler CarruthDon't assume things about the exact details of the...
2011-12-10 Chad RosierRevert associate SelectInsertValue test as well.
2011-12-10 Chad RosierRevert r146322 to appease buildbots. Original commit...
2011-12-10 Stepan DyatkovskiyFixed bug 9905: Failure in code selection for llvm...
2011-12-10 Hal FinkelMake CR spill and restore use a reserved register....
2011-12-10 Rafael EspindolaHandle expressions of the form _GLOBAL_OFFSET_TABLE_...
2011-12-09 Eli FriedmanSplats can contain undef's; make sure to handle them...
2011-12-09 Jim GrosbachARM assembly aliases for BIC<-->AND (immediate).
2011-12-09 Evan ChengUpdate test to something more sensible.
2011-12-09 Jim GrosbachARM assembly parsing and encoding for VLD2 with writeback.
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-12-09 Rafael EspindolaHandle reloc_signed_4byte in here. Not doing so was...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-09 Benjamin KramerX86: Add patterns for the various rounding ops for...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-12-09 Evan ChengForgot setting -march.
2011-12-09 Rafael EspindolaHandle the case of the magical _GLOBAL_OFFSET_TABLE_...
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-09 Eli FriedmanFix a couple of logic bugs in TargetLowering::SimplifyD...
2011-12-08 Nick LewyckyFix infinite loop in DSE when deleting a free in a...
2011-12-08 Evan ChengAdd 256-bit variant vmovss and vmovsd patterns. rdar...
2011-12-08 Jim GrosbachARM 64-bit VEXT assembly uses a .64 suffix, not .32...
2011-12-08 Jim GrosbachARM VSHR implied destination operand form aliases.
2011-12-08 Evan ChengAdd various missing AVX patterns which was causing...
2011-12-08 Jim GrosbachTidy up a bit.
2011-12-08 Jim GrosbachARM VSUB implied destination operand form aliases.
2011-12-08 Jim GrosbachTidy up a bit.
2011-12-08 Jim GrosbachARM VQADD implied destination operand form aliases.
2011-12-08 Jim GrosbachARM a few more VMUL implied destination operand form...
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-12-08 Evan ChengAdd test for r146163.
2011-12-08 Daniel DunbarRevert r146143, "Fix bug 9905: Failure in code selectio...
2011-12-08 NAKAMURA Takumitest/CodeGen/X86/vec_compare-2.ll: Add explicit -mtripl...
2011-12-08 Nadav RotemFix a bug in the integer-promotion of bitcast operation...
2011-12-08 Stepan DyatkovskiyFix bug 9905: Failure in code selection for llvm intrin...
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(immediate).
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(register).
2011-12-08 Jim GrosbachARM optional destination operand variants for VEXT...
2011-12-08 Jim GrosbachTidy up.
2011-12-08 Jim GrosbachARM assembler aliases for "add Rd, #-imm" to "sub Rd...
2011-12-07 Jim GrosbachARM assembly, allow 'asl' as a synonym for 'lsl' in...
2011-12-07 Akira Hatanaka32 to 64-bit zext pattern.
2011-12-07 Jim GrosbachARM two-operand aliases for VAND/VEOR/VORR instructions.
2011-12-07 Jim GrosbachARM two-operand aliases for VADDW instructions.
2011-12-07 Jim GrosbachARM two-operand aliases for VADD instructions.
2011-12-07 Akira Hatanaka64-bit WrapperPICPat patterns.
2011-12-07 Akira HatanakaModify LowerFCOPYSIGN to handle Mips64.
2011-12-07 Akira HatanakaFix 64-bit immediate patterns.
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-07 Jim GrosbachThumb2 alias for long-form pop and friends.
2011-12-07 Jim GrosbachARM support the .arm and .thumb directives for assembly...
2011-12-07 Jim GrosbachARM NEON VCLT(register) is a pseudo aliasing VCGT(regis...
2011-12-07 Jim GrosbachTidy up. Move MachO tests to MachO directory.
2011-12-07 Eli FriedmanSupport vector bitcasts in the AsmPrinter. PR11495.
2011-12-07 Eli FriedmanFix an optimization involving EXTRACT_SUBVECTOR in...
2011-12-06 Hal Finkeldelaying restore-cr changed assigned registers in some...
2011-12-06 Hal Finkeladd a test case that uses RESTORE_CR
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-12-06 Craig TopperFix a bunch of SSE/AVX patterns to use v2i64/v4i64...
2011-12-06 NAKAMURA Takumitest/MC: Introduce MC/MachO/ARM, and relocate relax...
2011-12-06 Jim GrosbachARM mode 'mul' operand ordering tweak.
2011-12-06 Jim GrosbachThumb2: MUL two-operand form encoding operand order...
2011-12-06 Craig TopperMerge isSHUFPMask and isCommutedSHUFPMask into single...
2011-12-06 Jim GrosbachThumb2 encoding choice correction for PLD.
2011-12-06 NAKAMURA Takumitest/MC: Move relax-thumb2-branches.s from MC/MachO...
2011-12-06 Andrew TrickLSR: prune undesirable formulae early.
next