aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-02-24Add XCore intrinsic for eeu instruction.Richard Osborne
2011-02-24test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows ho...NAKAMURA Takumi
2011-02-24Merge information about the number of zero, one, and sign bits of live-outCameron Zwarich
2011-02-24change instcombine to not turn a call to non-varargs bitcast ofChris Lattner
2011-02-24Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memoryEvan Cheng
2011-02-23Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel
2011-02-23Check only relevant strings in output to increase stability of the tests.Devang Patel
2011-02-23Remove file. Previous commit deleted content, but left the file around.Jim Grosbach
2011-02-23Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach
2011-02-23Put in the symbol table symbols only used in a .globl statement.Rafael Espindola
2011-02-23Add XCore intrinsic for clre instruction.Richard Osborne
2011-02-23Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne
2011-02-23Add XCore intrinsic for the setv instruction.Richard Osborne
2011-02-23Add XCore intrinsic for settw instruction.Richard Osborne
2011-02-23Fixed a bug in the enhanced disassembler that causedSean Callanan
2011-02-23More fcopysign correctness and performance fix.Evan Cheng
2011-02-22Make LoopDeletion work on loops with multiple edges, as long as the incomingCameron Zwarich
2011-02-22Use the same (%dx) hack for in[bwl] as for out[bwl].Joerg Sonnenberger
2011-02-22Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for ...NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2011-02-22test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8...NAKAMURA Takumi
2011-02-22test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux.NAKAMURA Takumi
2011-02-22available_externally (hidden or not) GVs are always accessed via stubs. rdar:...Evan Cheng
2011-02-22VirtRegRewriter assertion fix.Andrew Trick
2011-02-22Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich
2011-02-22Added a testcase for the enhanced disassembly bugSean Callanan
2011-02-22Fixed lit.cfg to no longer recognize the oldSean Callanan
2011-02-22Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich
2011-02-22Recognize loopz and loopnz as aliases for loope and loopne.Joerg Sonnenberger
2011-02-22Implement xgetbv and xsetbv.Rafael Espindola