Fix a crash bug in dumping options with groups
[oota-llvm.git] / test /
2013-06-26 Chad Rosier[Mips Disassembler] Have the DecodeCCRRegisterClass...
2013-06-26 Akira Hatanaka[mips] Do not emit ".option pic0" if target is mips64.
2013-06-26 Akira Hatanaka[mips] Improve code generation for constant multiplicat...
2013-06-26 Nadav RotemErase all of the instructions that we RAUWed
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-06-26 Nadav RotemDo not add cse-ed instructions into the visited map...
2013-06-26 Tim NorthoverARM: fix more cases where predication may or may not...
2013-06-26 Tim NorthoverARM: allow predicated barriers in Thumb mode
2013-06-26 Joey GoulyRemove the 'generic' CPU from the ARM eabi attributes...
2013-06-26 Ulrich Weigand[PowerPC] Accept 17-bit signed immediates for addis
2013-06-26 Ulrich Weigand[PowerPC] Support symbolic u16imm operands
2013-06-26 Amaury de la VieuvilleARM: operands should be explicit when disassembled
2013-06-26 NAKAMURA TakumiSuppress llvm/test/Other/can-execute.txt on msys bash.
2013-06-26 Elena DemikhovskyOptimized integer vector multiplication operation by...
2013-06-26 Kostya Serebryany[asan] workaround for PR16277: don't instrument AllocaI...
2013-06-26 Kostya Serebryany[asan] add option -asan-keep-uninstrumented-functions
2013-06-25 Nadav RotemSLPVectorizer: support slp-vectorization of PHINodes...
2013-06-25 Jakob Stoklund OlesenPrint block frequencies in decimal form.
2013-06-25 Tom StellardR600: Use new getNamedOperandIdx function generated...
2013-06-25 Arnold SchwaighoferX86 cost model: Vectorizing integer division is a bad...
2013-06-25 Bob WilsonFix SROA to avoid unnecessary scalar conversions for...
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-25 Aaron WatryR600: Add v2i32 test for vselect
2013-06-25 Aaron WatryR600/SI: Expand xor v2i32/v4i32
2013-06-25 Aaron WatryR600: Add v2i32 test for setcc on evergreen
2013-06-25 Aaron WatryR600/SI: Expand urem of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
2013-06-25 Aaron WatryR600/SI: Expand ashr of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand srl of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand shl of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand or of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand mul of v2i32/v4i32 for SI
2013-06-25 Aaron WatryR600/SI: Expand and of v2i32/v4i32 for SI
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-25 Ulrich Weigand[PowerPC] Add extended rotate/shift mnemonics
2013-06-25 Ulrich Weigand[PowerPC] Add rldcr/rldic instructions
2013-06-25 Ulrich Weigand[PowerPC] Add extended subtract mnemonics
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-25 Tom StellardR600/SI: Report unaligned memory accesses as legal...
2013-06-25 Tom StellardR600: Add support for i32 loads from the constant addre...
2013-06-25 Tom StellardR600/SI: Add support for v4i32 and v4f32 kernel args
2013-06-25 Tom StellardR600: Fix typo in R600Schedule.td
2013-06-24 Ulrich Weigand[PowerPC] Support some miscellaneous mnemonics in the...
2013-06-24 Ulrich Weigand[PowerPC] Add some FIXMEs
2013-06-24 Ulrich Weigand[PowerPC] Add predicted forms of branches
2013-06-24 NAKAMURA TakumiMove llvm/test/DebugInfo/arguments.ll to X86, for now...
2013-06-24 NAKAMURA Takumillvm/test/CodeGen/X86: Add explicit -mtriple=x86_64...
2013-06-24 NAKAMURA Takumillvm/test/CodeGen/X86/legalize-shift-64.ll: Add explici...
2013-06-24 NAKAMURA Takumillvm/test/DebugInfo/arguments.ll: Add explicit -mtriple...
2013-06-24 Ulrich Weigand[PowerPC] Add t/f branch mnemonics to asm parser
2013-06-24 Arnold SchwaighoferReapply 184685 after the SetVector iteration order...
2013-06-24 Ulrich Weigand[PowerPC] Support generic conditional branches in asm...
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
2013-06-24 Ulrich Weigand[PowerPC] Support bd(n)zl and bd(n)zlrl
2013-06-24 Ulrich Weigand[PowerPC] Support b(cond)l in the asm parser
2013-06-24 Ulrich Weigand[PowerPC] Support blrl and variants in the asm parser
2013-06-24 Andrew TrickAdd -mcpu to some unit tests that only fail on certain...
2013-06-24 Amaury de la VieuvilleARM: check predicate bits for thumb instructions
2013-06-24 Amaury de la VieuvilleARM: rGPR is meant to be unpredictable, not undefined
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-06-24 Amaury de la VieuvilleARM: fix thumb1 nop decoding
2013-06-24 Amaury de la VieuvilleARM: fix IT decoding
2013-06-24 Amaury de la VieuvilleARM: enable decoding of pc-relative PLD/PLI
2013-06-24 David BlaikieDebugInfo: add some testing from an overly broad end...
2013-06-24 Arnold SchwaighoferRevert "LoopVectorize: Use the dependence test utility...
2013-06-24 Arnold SchwaighoferLoopVectorize: Use the dependence test utility class
2013-06-24 Nadav RotemSLP Vectorizer: Add support for vectorizing parts of...
2013-06-24 Andrew TrickFix tail merging to assign the (more) correct BasicBloc...
2013-06-23 Nadav RotemSLP Vectorizer: Fix a bug in the code that does CSE...
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-23 Tim NorthoverAArch64: fix overzealous NEXTing for Windows testing.
2013-06-23 Andrew TrickAdd MI-Sched support for x86 macro fusion.
2013-06-23 Nadav RotemSLP Vectorizer: Implement a simple CSE optimization...
2013-06-22 Nadav RotemSLP Vectorizer: Implement multi-block slp-vectorization.
2013-06-22 Reed KotlerReplace with a shorter test case produced by Doug Gillmore.
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-21 Sean SilvaThis was a nifty test, but remove it.
2013-06-21 Sean SilvaRevert "Put r184469 disassembler test back on X86"
2013-06-21 David BlaikieDebugInfo: Don't lose unreferenced non-trivial by-value...
2013-06-21 Renato GolinPut r184469 disassembler test back on X86
2013-06-21 Sean Silva[yaml2obj][ELF] Don't do disassembly in this test.
2013-06-21 Michael LiaoAdd '-mcpu=' to prevent breaking on ATOM due to differe...
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2013-06-21 Justin Holewinski[NVPTX] Add support for selecting CUDA vs OCL mode...
2013-06-21 Andrew TrickAdd missing REQUIRES: asserts in crash.ll.
2013-06-21 Michael LiaoFix PR16360
2013-06-21 Andrew TrickUpdate physreg live intervals during remat.
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Ulrich Weigand[PowerPC] Support @h modifier
2013-06-21 Manuel KlimekFix an ordering problem in the test.
2013-06-21 Sean Silva[yaml2obj][ELF] Allow expressing undefined symbols.
2013-06-21 Sean Silva[yaml2obj][ELF] Don't explicitly set `Binding` with...
2013-06-20 Quentin ColombetARM: Remove a (false) dependency on the memoryoperand...
2013-06-20 Kevin EnderbyUpdate the X86 disassembler to use xacquire and xreleas...
2013-06-20 Tom StellardR600/SI: Expand sub for v2i32 and v4i32 for SI
next