bindings: tab and indentation fixes of my previous commits
[oota-llvm.git] / test /
2011-10-14 Jakob Stoklund OlesenUpdate live-in lists when splitting critical edges.
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-14 Jakob Stoklund OlesenAdd value numbers when spilling dead defs.
2011-10-13 Michael J. SpencerELF: Fix the section that relocations apply to. Add...
2011-10-13 Michael J. Spencerllvm-object: Add inline relocation information to disas...
2011-10-13 Andrew TrickReapply r141870, SCEV expansion of post-inc.
2011-10-13 Andrew TrickRevert r141870. The test case crashes on linux with...
2011-10-13 Andrew TrickLSR: Reuse the post-inc expansion of expressions.
2011-10-13 Benjamin KramerForce CPU type on test so it doesn't accidentally emit...
2011-10-13 Kalle RaiskilaMark 'branch indirect' instruction as an indirect branch.
2011-10-13 Bill WendlingMore closely follow libgcc, which has code after the...
2011-10-13 Bill WendlingRevert r141854 because it was causing failures:
2011-10-13 Bill WendlingShould not add instructions to a BB after a return...
2011-10-13 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-12 Jakob Stoklund OlesenAlso inflate register classes around inline asm.
2011-10-12 Bill WendlingWe need to verify that the machine instruction we're...
2011-10-12 Lang HamesRemoved colons from some target datalayout strings...
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-10-12 Jim GrosbachThumb2 assembly parsing and encoding for LDC/STC.
2011-10-12 Jim GrosbachARM encoding tests for STC.
2011-10-12 Jim GrosbachARM parsing and encoding for the <option> form of LDC...
2011-10-12 Jakob Stoklund OlesenFix -widen-vmovs liveness issues.
2011-10-11 Bob WilsonMake this test more specific. There are 3 stats that...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-11 Jim GrosbachARM assembly parsing and encoding for LDC{2}{L}/STC...
2011-10-11 Bill WendlingRevert r141529. This is causing failures in the test...
2011-10-11 Cameron ZwarichFix PR11106 by correcting a typo that has been in the...
2011-10-11 Jim GrosbachUpdate test for r141704.
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-11 Nadav RotemAdd support for legalization of vector SHL/SRA/SRL...
2011-10-11 Nick LewyckyApparently, sometimes llvm-nm doesn't put the undefined...
2011-10-11 Craig TopperTest case for X86 LZCNT instruction selection.
2011-10-11 Craig TopperAdd X86 LZCNT instruction. Including instruction select...
2011-10-11 Cameron ZwarichAdd a test for PR10565.
2011-10-11 Cameron ZwarichRemove a lot of the fancy scalar replacement code for...
2011-10-11 Bill WendlingTest simplification that Ana Pazos noticed.
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-11 Nick LewyckyAlso create a shndx even if there are no symbols. This...
2011-10-11 NAKAMURA Takumitest/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_6...
2011-10-11 Andrew TrickMove replaceCongruentIVs into SCEVExapander and bias...
2011-10-11 Akira HatanakaTest cases for 64-bit load and store instructions.
2011-10-11 Lang HamesAdded a testcase for r141599, rdar://problem/10063881.
2011-10-11 Bill WendlingAdd testcase for PR11107.
2011-10-10 Devang PatelRevert r141569 and r141576.
2011-10-10 Bill WendlingReapply r141365 now that PR11107 is fixed.
2011-10-10 Eli FriedmanMake sure the X86 backend doesn't explode on 128-bit...
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2011-10-10 Devang PatelIf loop header is also loop exiting block then it may...
2011-10-10 Nadav RotemFix 10892 - When lowering SIGN_EXTEND_INREG do not...
2011-10-10 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-10 Benjamin KramerX86: Add patterns for the movbe instruction (mov +...
2011-10-10 Jakob Stoklund OlesenInsert dummy ED table entries for pseudo-instructions.
2011-10-10 Bill WendlingRevert r141365. It was causing MultiSource/Benchmarks...
2011-10-10 Benjamin KramerXFAIL tblgen tests on leak checkers.
2011-10-10 Bill WendlingWhen getting the number of bits necessary for addressin...
2011-10-09 Craig TopperAdd Ivy Bridge 16-bit floating point conversion instruc...
2011-10-08 Jakob Stoklund OlesenAdd TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.
2011-10-08 Jakob Stoklund OlesenAdd missing test case for r141410.
2011-10-08 Andrew TrickUnit test for LSR phi reuse in r141442.
2011-10-08 Michael J. Spencerllvm-objdump: Add relocation and archive support.
2011-10-07 Jim GrosbachEnable ARM mode VDUP(scalar) tests.
2011-10-07 Jim GrosbachARM NEON assembly parsing and encoding for VDUP(scalar).
2011-10-07 David GreeneRemove Multidefs
2011-10-07 Evan ChengHigh bits of movmskp{s|d} and pmovmskb are known zero...
2011-10-07 Bob WilsonReenable tail calls for iOS 5.0 and later.
2011-10-07 Bob WilsonReenable use of divmod compiler_rt functions for iOS...
2011-10-07 Anton KorobeynikovPeephole optimization for ABS on ARM.
2011-10-07 Duncan SandsTeach GVN to also propagate switch cases. For example...
2011-10-07 Craig TopperAdd X86 disassembler support for RDFSBASE, RDGSBASE...
2011-10-07 Craig TopperAdd X86 disassembler support for XSAVE, XRSTOR, and...
2011-10-07 Craig TopperRevert part of r141274. Only need to change encoding...
2011-10-06 Jim GrosbachTidy up tests. Un-XFAIL file and mark individual tests...
2011-10-06 Jim GrosbachFix and clean up tests. Un-XFAIL.
2011-10-06 Jim GrosbachFix and clean up tests. Un-XFAIL.
2011-10-06 David GreeneMake Test More Thorough
2011-10-06 Peter Collingbournes/tblgen/llvm-tblgen/g in a few missed places, includin...
2011-10-06 Torok Edwinocaml bindings: add llvm_ipo based on IPO.h
2011-10-06 Torok Edwinadd more tests for the OCaml bindings
2011-10-06 Craig TopperFix assembling of xchg %eax, %eax to not use the NOP...
2011-10-05 Cameron ZwarichRemove a check from ARM shifted operand isel helper...
2011-10-05 David GreeneUpdate Test for Multidefs
2011-10-05 David GreeneAdd a Multidef Test
2011-10-05 Eli FriedmanPR11061: Make simplifylibcalls fold strcmp("", x) corre...
2011-10-05 Jim GrosbachRevert 141203. InstCombine is looping on unit tests.
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-10-05 Jim GrosbachUpdate InstCombine worklist after instruction transform...
2011-10-05 Dan GohmanMake this test less sensitive to codegen optimizations.
2011-10-05 Owen AndersonSupport a valid, but not very useful, encoding of CPSIE...
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2011-10-05 Duncan SandsGeneralize GVN's conditional propagation logic slightly:
2011-10-05 Andrew TrickMissing test case for r141164.
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Comment out individual failing instructions.
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK lines. General forma...
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK line. General format...
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK line.
next