preemptively add the rest of the non-n fpstack instructions.
[oota-llvm.git] / test /
2010-09-30 Chris Lattnerpreemptively add the rest of the non-n fpstack instruct...
2010-09-30 Chris Lattnermerge two tests.
2010-09-30 Chris Lattnerfix this to not be completely broken.
2010-09-30 Chris Lattnerupdate, unxfail, fix bogus encodings.
2010-09-30 Chris Lattnerupdate and unxfail
2010-09-30 Chris Lattnerunxfail this by fixing syntactic differences.
2010-09-30 Chris Lattnerimplement support for finit, PR8258
2010-09-30 Chris Lattneradd support for fstcw, PR8259
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-09-30 Rafael EspindolaAdd another test that now passes.
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-30 Jan Wen VoungHave ELFAsmParser.cpp use the already parsed "Size...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-30 Benjamin KramerAdd constant folding for strspn and strcspn to Simplify...
2010-09-29 Benjamin KramerAdd strpbrk folding to SimplifyLibCalls.
2010-09-29 Benjamin KramerSimplify the loop in StrChrOptimizer. FileCheckize...
2010-09-29 Benjamin KramerTeach SimplifyLibCalls how to optimize strrchr.
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-29 Owen AndersonFix PR8247: JumpThreading can cause a block to become...
2010-09-29 Benjamin KramerRemove PointerTracking tests.
2010-09-29 Chris Lattnerimplement rdar://8491845 - Gas supports commuted forms...
2010-09-29 Bob WilsonIncrease ARM APCS preferred alignment for i64 and f64...
2010-09-29 Rafael EspindolaMove "local commons" to the end of .bss to match the...
2010-09-29 Rafael EspindolaAdd a test that I forgot to add with a previous commit.
2010-09-29 Gabor Greifdo not compare actual branch labels; this may fix llvm...
2010-09-29 Gabor Greifimprove heuristics to find the 'and' corresponding...
2010-09-29 Chris Lattnerfix rdar://8490728 - llvm-mc rejects gpr64 form of...
2010-09-29 Chris Lattneradd assembler support for the cvtsd2sil/cvtsd2siq mnemo...
2010-09-29 Michael J. SpencerMC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never...
2010-09-29 Chris Lattnermake the x86 mccode emitter emit the 0x67 and 0x66...
2010-09-29 Chris Lattnerimplement support for 32-bit address operands in 64...
2010-09-29 Chris Lattneradd basic avx support to the disassembler, also teach...
2010-09-29 Chris Lattneradd asmparser support for cvttpd2dq by removing some...
2010-09-29 Chris Lattnerimplement rdar://8456382 - cvtsd2si support, by removin...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-28 Bill Wendling And remove r114997's test.
2010-09-28 Bill WendlingRevert r114997. It was causing a failure on darwin10...
2010-09-28 Bill WendlingFix a FIXME. _foo.eh symbols are currently always expor...
2010-09-28 Owen AndersonAdd a subtarget hook for reporting the misprediction...
2010-09-28 Anton KorobeynikovUser proper libcall names & condcodes while compiling...
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-28 Jim GrosbachAdd target triple info to these tests to make the resul...
2010-09-28 Rafael EspindolaOn elf, undefined symbols can start with .L.
2010-09-28 Bob WilsonAdd a command line option "-arm-strict-align" to disall...
2010-09-27 Rafael EspindolaWrite relocations in the end of the file. This matches...
2010-09-27 Rafael EspindolaMake sure .text doesn't produce extra alignment.
2010-09-27 Jakob Stoklund OlesenDon't try to constant fold libm functions with non...
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-09-27 Jakob Stoklund OlesenRevert "Disable codegen prepare critical edge splitting...
2010-09-27 Jakob Stoklund OlesenExplicitly disable CGP critical edge splitting for...
2010-09-27 Jakob Stoklund OlesenDon't depend on basic block numbering.
2010-09-27 Michael J. SpencerMC-COFF: Drop empty sections, and label symbols. Conver...
2010-09-27 Chris Lattneryet more aliases.
2010-09-27 Chris Lattneradd a couple more aliases, rdar://8456378
2010-09-27 Chris Lattnerfix rdar://8470918 - llvm-mc can't assemble smovl
2010-09-27 Chris LattnerFix rdar://8468087 - llvm-mc commutes fmul (and friend...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-27 Chris Lattnerimplement support for 'clr' alias. This is part of...
2010-09-25 Che-Liang ChiouAdd test case for PTX ret instruction
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-25 Rafael EspindolaMove ELF to HasReliableSymbolDifference=true. Also...
2010-09-25 Owen AndersonLoadPRE was not properly checking that the load it...
2010-09-24 Rafael EspindolaReapply 114678 and 114667. Reverting them did not fix...
2010-09-24 Jakob Stoklund OlesenBe more precise when trying to XFAIL this tester: googl...
2010-09-24 Evan ChengEnable code placement optimization pass for ARM.
2010-09-24 Rafael EspindolaRevert 114678 and 114667 to see if
2010-09-24 Daniel DunbarMC/AsmParser: Handle a missed case of floating literals...
2010-09-24 Michael J. SpencerCMake: Build unittests.
2010-09-24 Michael J. SpencerFix whitespace.
2010-09-24 Daniel DunbarMC/AsmParser: Support .single and .double for embedding...
2010-09-23 Bob WilsonSet alignment operand for NEON VST instructions.
2010-09-23 Bob WilsonSet alignment operand for NEON VLD instructions.
2010-09-23 Rafael EspindolaCorrectly handle weak undefined symbols. Before we...
2010-09-23 Rafael EspindolaRepresent relocations against local symbols as relocati...
2010-09-23 Bob WilsonFix llvm-extract so that it changes the linkage of...
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-23 Dan GohmanFix llvm-extract -delete's lazy loading to materialize...
2010-09-22 Owen AndersonA select between a constant and zero, when fed by a...
2010-09-22 Cameron EsfahaniFix PR8201: Update the code to call via X86::CALL64pcre...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-22 Rafael EspindolaCorrectly align bss.
2010-09-22 Mikhail Glushenkovllvmc: Support '-emit-llvm -S' with -opt.
2010-09-22 Chris Lattnerfix rdar://8456371 - Handle commutable instructions...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-09-22 Chris Lattnerfix rdar://8456412 - llvm-mc crash in encoder on "mov...
2010-09-22 Chris Lattnerfix rdar://8456417 - llvm-mc can't do basic math
2010-09-22 Chris Lattneradd the missing aliases for fp stack cmovs, rdar:/...
2010-09-22 Chris Lattnerreimplement elf TLS support in terms of addressing...
2010-09-22 Chris LattnerFix rdar://8456364 - llvm-mc rejects '%CS'
2010-09-22 Chris Lattnerfix rdar://8456389 - llvm-mc mismatch with 'as' on...
2010-09-22 Chris Lattnerfix rdar://8456361 - llvm-mc rejects 'rep movsd'
2010-09-22 Chris Lattnerlinux has a different stack alignment than the mac...
2010-09-22 Chris Lattnergive VZEXT_LOAD a memory operand, it now works with...
2010-09-22 Chris Lattnerrevert r114386 now that address modes work correctly...
2010-09-21 Chris Lattnergive LCMPXCHG_DAG[8] a memory operand, allowing it...
2010-09-21 Chris Lattnerfilecheckize
2010-09-21 Evan ChengOptimizeCompareInstr should avoid iterating pass the...
2010-09-21 Owen AndersonEnable target-specific mul-lowering on ARM, even at...
2010-09-21 Devang PatelUse FileCheck
next