Add ARM Disassembler to the CMake build.
[oota-llvm.git] / test /
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
2010-09-21 Owen AndersonWhen adding the carry bit to another value on X86,...
2010-09-21 Mikhail Glushenkovllvmc: Allow multiple output languages.
2010-09-21 Chris Lattnerfix rdar://8453210, a crash handling a call through...
2010-09-21 Rafael EspindolaImplement support for .local and its "interesting"...
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-09-20 Owen AndersonCombinerAA is now reordering these stores.
2010-09-20 Owen AndersonWhen TCO is turned on, it is possible to end up with...
2010-09-20 Jim GrosbachSimplify ARM callee-saved register handling by removing...
2010-09-20 Rafael EspindolaProduce a R_X86_64_32 when the value is >=0.
2010-09-19 NAKAMURA Takumitest/CodeGen/X86: Add explicit triplet -mtriple=i686...
2010-09-18 Eric ChristopherAdd the exit instruction to the PTX target.
2010-09-18 Rafael EspindolaMake sure the STT_FILE symbol is the first one in the...
2010-09-18 Owen AndersonInvert the logic of reachesChainWithoutSideEffects...
2010-09-18 Rafael EspindolaAdd test that was missing in my previous commit.
2010-09-18 Dan GohmanAttempt to XFAIL this test on arm-linux, which is inexp...
2010-09-17 Benjamin KramerFix vmov.f64 disassembly on targets where sizeof(long...
2010-09-17 Bob WilsonAdd target-specific DAG combiner for BUILD_VECTOR and...
2010-09-17 Jim GrosbachTeach the (non-MC) instruction printer to use the canno...
2010-09-17 Evan ChengTeach machine sink to
2010-09-17 Jim GrosbachUpdate tests to handle MC-inst instruction printing...
2010-09-17 Jim GrosbachFileCheck-ize
2010-09-17 Jim GrosbachMove thumb2 tests to the thumb2 directory
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Dan GohmanFix this test to avoid an "inexact" fold.
2010-09-17 Dan GohmanAvoid emitting a PIC base register if no PIC addresses...
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Jim Grosbachtweak test to check instructions rather than relying...
2010-09-17 Dan GohmanFix this test so that folding doesn't depend on a poten...
2010-09-17 Chris Lattnerfix rdar://8444631 - encoder crash on 'enter'
2010-09-17 Daniel DunbarMC/Mach-O/i386: Fix a crash in relocation handling.
2010-09-17 Oscar Fuentestests/CMakeLists.txt: use `configure_file' instead...
2010-09-17 Daniel DunbarMC/AsmParser: Add support for 'a + 4@GOTPCREL' and...
2010-09-17 Dan GohmanFix the folding of floating-point math library calls...
2010-09-16 Devang PatelIf FE forgot to provide a file name (usually it uses...
2010-09-16 Chris Lattnerfix rdar://8438816 - unrecognized 'fildq' instruction
2010-09-16 Rafael EspindolaPrint the address of sections as 0 and create the metad...
2010-09-16 Owen AndersonAdd missing RUN line to this test.
2010-09-16 Dale JohannesenWhen substituting sunkaddrs into indirect arguments...
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-16 Rafael EspindolaMake sure that names like .note.GNU-stack are accepted...
2010-09-16 Rafael EspindolaAdd support for the .zero directive.
2010-09-16 Kalle RaiskilaChange SPU register re-interpretations from OR to COPY_...
2010-09-15 Jim Grosbachadd a test of an edge case value for the FP immediate...
next