Using regexp-opt for keyword regex declarations makes the word lists more
[oota-llvm.git] / test /
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...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-15 Jim GrosbachTeach the MC disassembler to handle vmov.f32 and vmov...
2010-09-15 Eli FriedmanPR7959: Handle negative scales in GEPs correctly in...
2010-09-15 Bob WilsonReapply Gabor's 113839, 113840, and 113876 with a fix...
2010-09-15 Gabor Greifthe darwin9-powerpc buildbot keeps consistently crashing,
2010-09-15 Mikhail Glushenkovllvmc: make -x work with unknown suffixes.
2010-09-15 Chris Lattnerlcall and ljmp always default to lcalll and ljmpl....
2010-09-15 Chris Lattnerapparently jmpl $1,$2 is an alias for ljmpl, similiarly
2010-09-15 Chris LattnerDisambiguate lcall/ljmp to the 32-bit version. This...
2010-09-15 Chris Lattnerfix the encoding of sldt GR16 to have the 0x66 prefix...
2010-09-15 Chris Lattnerimplement aliases for shld/shrd, part of rdar://8418316
2010-09-15 Chris Lattnerfix rdar://8431880 - rcl/rcr with no shift amount not...
2010-09-15 Chris Lattneradd various broken forms of fnstsw. I didn't add the...
2010-09-15 Chris Lattneradd some aliases for f[u]comi, part of rdar://8431422
2010-09-15 Chris Lattneradd a bunch of aliases for fp operations with no operand,
2010-09-15 Michael J. Spencertest: Fix coff-dump section array indicies to 1 based...
2010-09-15 Michael J. SpencerTabs to spaces
2010-09-15 Michael J. SpencerCleanup coff-dump.py
2010-09-15 Chris Lattnerfix PR8144, a bug where constant merge would merge...
2010-09-14 Jim GrosbachReapply r113875 with additional cleanups.
2010-09-14 Chris Lattneradd a terrible hack to allow out with dx is parens...
2010-09-14 Owen AndersonRemove dead option from tests.
2010-09-14 Gabor Greifforgot the testcase change for r113839
2010-09-14 Gabor Greiftest for and-tst peephole optimization
2010-09-14 Chris Lattnerfix PR8102, a case where we'd copyValue from a value...
2010-09-13 Dale JohannesenBasic smoke test for new x86mmx type.
2010-09-13 Owen AndersonAdd a reduced testcase for the infinite loop fixed...
2010-09-13 Owen AndersonRe-apply r113679, which was reverted in r113720, which...
2010-09-13 Duncan SandsSpelling fixes in comments.
2010-09-12 Eric ChristopherRevert 113679, it was causing an infinite loop in a...
2010-09-11 Chris Lattneradd a missed cmov alias, part of rdar://8416805
2010-09-11 Chris Lattneradd support for all the setCC aliases. Part of rdar...
2010-09-11 Rafael EspindolaAdd support for leb128 of absolute expressions.
2010-09-11 Chris Lattneradd support for pushfd/popfd which are aliases for...
2010-09-11 Chris Lattnerimplement rdar://8407928 - support for in/out with...
2010-09-11 Rafael EspindolaAdd missing single quotes.
2010-09-11 Rafael EspindolaChange section_data dumping to print hex numbers instea...
2010-09-11 Owen AndersonInvert and-of-or into or-of-and when doing so would...
2010-09-10 Benjamin KramerTeach InstructionSimplify to fold (A & B) & A -> A...
2010-09-10 Bill WendlingAuto-upgrade the magic ".llvm.eh.catch.all.value" global to
2010-09-10 Evan ChengFix test so it passes on non-Darwin hosts.
2010-09-10 Bob WilsonFix merging base-updates for VLDM/VSTM: Before I switch...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Daniel Dunbarllvm-mc: Don't crash when using -n and we see a directi...
2010-09-09 Daniel Dunbarllvm-mc: Make sure we exit != 0 if any errors are encou...
2010-09-09 Jakob Stoklund OlesenXFAIL test under valgrind. It is not really our problem...
2010-09-09 Owen AndersonRevert r113439, which relaxed the requirement that...
2010-09-09 Bruno Cardoso LopesAdd one more pattern to fallback movddup
2010-09-09 Daniel Dunbartests: XFAIL a handful of tests on the vg_leak builder...
2010-09-09 Benjamin KramerAdd an elf-dumper utility.
2010-09-09 Duncan SandsGet rid of the last use of -m64 in FrontendC. This...
2010-09-09 Duncan SandsAnother test that uses -m64. Here too it looks like...
2010-09-09 Duncan SandsOn i386, llvm-gcc cannot be assumed to support -m64...
2010-09-09 Bob WilsonFix NEON VLD pseudo instruction itineraries that were...
2010-09-08 Owen AndersonRelax the "don't unroll loops containing calls" rule...
2010-09-08 Chris Lattnerfix rdar://8407548, I missed the commuted form of xchg...
2010-09-08 Owen AndersonGeneralize instcombine's support for combining multiple...
2010-09-08 Chris Lattnerfix bugs in push/pop segment support, rdar://8407242
2010-09-08 Jim GrosbachRe-enable usage of the ARM base pointer. r113394 fixed...
2010-09-08 Eric ChristopherRemove ssp from this test.
2010-09-08 Kalle RaiskilaFix CellSPU vector shuffles, again.
2010-09-08 Chris Lattneradd support for the commuted form of the test instructi...
2010-09-08 Chris Lattnerimplement proper support for sysret{,l,q}, rdar://8403907
2010-09-08 Chris Lattnerimplement the iret suite of instructions properly,
2010-09-08 Chris Lattneradd support for instruction prefixes on the same line...
2010-09-08 Chris Lattnergas accepts xchg <mem>, <reg> as a synonym for xchg...
next