summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* add a test of an edge case value for the FP immediate (needs all digits ofJim Grosbach2010-09-15
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to registerJim Grosbach2010-09-15
* PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bitEli Friedman2010-09-15
* Reapply Gabor's 113839, 113840, and 113876 with a fix for a problemBob Wilson2010-09-15
* the darwin9-powerpc buildbot keeps consistently crashing,Gabor Greif2010-09-15
* llvmc: make -x work with unknown suffixes.Mikhail Glushenkov2010-09-15
* lcall and ljmp always default to lcalll and ljmpl. This finallyChris Lattner2010-09-15
* apparently jmpl $1,$2 is an alias for ljmpl, similiarlyChris Lattner2010-09-15
* Disambiguate lcall/ljmp to the 32-bit version. This happensChris Lattner2010-09-15
* fix the encoding of sldt GR16 to have the 0x66 prefix, andChris Lattner2010-09-15
* implement aliases for shld/shrd, part of rdar://8418316Chris Lattner2010-09-15
* fix rdar://8431880 - rcl/rcr with no shift amount not recognizedChris Lattner2010-09-15
* add various broken forms of fnstsw. I didn't add the %raxChris Lattner2010-09-15
* add some aliases for f[u]comi, part of rdar://8431422Chris Lattner2010-09-15
* add a bunch of aliases for fp operations with no operand,Chris Lattner2010-09-15
* test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer2010-09-15
* Tabs to spacesMichael J. Spencer2010-09-15
* Cleanup coff-dump.pyMichael J. Spencer2010-09-15
* fix PR8144, a bug where constant merge would merge globals markedChris Lattner2010-09-15
* Reapply r113875 with additional cleanups.Jim Grosbach2010-09-14
* add a terrible hack to allow out with dx is parens, a gas bug.Chris Lattner2010-09-14
* Remove dead option from tests.Owen Anderson2010-09-14
* forgot the testcase change for r113839Gabor Greif2010-09-14
* test for and-tst peephole optimizationGabor Greif2010-09-14
* fix PR8102, a case where we'd copyValue from a value that we alreadyChris Lattner2010-09-14
* Basic smoke test for new x86mmx type.Dale Johannesen2010-09-13
* Add a reduced testcase for the infinite loop fixed in r113763.Owen Anderson2010-09-13
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-13
* Spelling fixes in comments.Duncan Sands2010-09-13
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-12
* add a missed cmov alias, part of rdar://8416805Chris Lattner2010-09-11
* add support for all the setCC aliases. Part of rdar://8416805Chris Lattner2010-09-11
* Add support for leb128 of absolute expressions.Rafael Espindola2010-09-11
* add support for pushfd/popfd which are aliases for pushfl/popfl.Chris Lattner2010-09-11
* implement rdar://8407928 - support for in/out with a missing "a" register.Chris Lattner2010-09-11
* Add missing single quotes.Rafael Espindola2010-09-11
* Change section_data dumping to print hex numbers instead of usingRafael Espindola2010-09-11
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-11
* Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.Benjamin Kramer2010-09-10
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-10
* Fix test so it passes on non-Darwin hosts.Evan Cheng2010-09-10
* Fix merging base-updates for VLDM/VSTM: Before I switched these instructionsBob Wilson2010-09-10
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar2010-09-09
* llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar2010-09-09
* XFAIL test under valgrind. It is not really our problem if sh is leaking.Jakob Stoklund Olesen2010-09-09
* Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson2010-09-09
* Add one more pattern to fallback movddupBruno Cardoso Lopes2010-09-09
* tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar2010-09-09