summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner2010-09-21
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-21
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-20
* CombinerAA is now reordering these stores.Owen Anderson2010-09-20
* When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson2010-09-20
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-20
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-20
* test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa...NAKAMURA Takumi2010-09-19
* Add the exit instruction to the PTX target.Eric Christopher2010-09-18
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-18
* Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson2010-09-18
* Add test that was missing in my previous commit.Rafael Espindola2010-09-18
* Attempt to XFAIL this test on arm-linux, which is inexplicably failing.Dan Gohman2010-09-18
* Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer2010-09-17
* Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64Bob Wilson2010-09-17
* Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach2010-09-17
* Teach machine sink toEvan Cheng2010-09-17
* Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach2010-09-17
* FileCheck-izeJim Grosbach2010-09-17
* Move thumb2 tests to the thumb2 directoryJim Grosbach2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* Fix this test to avoid an "inexact" fold.Dan Gohman2010-09-17
* Avoid emitting a PIC base register if no PIC addresses are needed.Dan Gohman2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* 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