summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Fix this test so that folding doesn't depend on a potentiallyDan Gohman2010-09-17
* fix rdar://8444631 - encoder crash on 'enter'Chris Lattner2010-09-17
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-17
* tests/CMakeLists.txt: use `configure_file' instead of `sed'.Oscar Fuentes2010-09-17
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-17
* Fix the folding of floating-point math library calls, like sin(infinity),Dan Gohman2010-09-17
* If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel2010-09-16
* fix rdar://8438816 - unrecognized 'fildq' instructionChris Lattner2010-09-16
* Print the address of sections as 0 and create the metadata sections in theRafael Espindola2010-09-16
* Add missing RUN line to this test.Owen Anderson2010-09-16
* When substituting sunkaddrs into indirect arguments an asm, we wereDale Johannesen2010-09-16
* It is possible, under specific circumstances involving ptrtoint ConstantExpr'...Owen Anderson2010-09-16
* Fix PR8161, in which an unreachable loop causes recursive instruction simplif...Owen Anderson2010-09-16
* Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola2010-09-16
* Add support for the .zero directive.Rafael Espindola2010-09-16
* Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila2010-09-16
* 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