aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* change instcombine to not turn a call to non-varargs bitcast ofChris Lattner2011-02-242-13/+15
* Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memoryEvan Cheng2011-02-241-0/+42
* Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel2011-02-231-1/+1
* Check only relevant strings in output to increase stability of the tests.Devang Patel2011-02-232-10/+9
* Remove file. Previous commit deleted content, but left the file around.Jim Grosbach2011-02-231-0/+0
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-232-10/+0
* Put in the symbol table symbols only used in a .globl statement.Rafael Espindola2011-02-231-0/+26
* Add XCore intrinsic for clre instruction.Richard Osborne2011-02-231-0/+3
* Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enableRichard Osborne2011-02-231-0/+21
* Add XCore intrinsic for the setv instruction.Richard Osborne2011-02-231-0/+9
* Add XCore intrinsic for settw instruction.Richard Osborne2011-02-231-0/+8
* Fixed a bug in the enhanced disassembler that causedSean Callanan2011-02-231-0/+2
* More fcopysign correctness and performance fix.Evan Cheng2011-02-231-9/+8
* Make LoopDeletion work on loops with multiple edges, as long as the incomingCameron Zwarich2011-02-221-0/+26
* Use the same (%dx) hack for in[bwl] as for out[bwl].Joerg Sonnenberger2011-02-221-3/+22
* Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for ...NAKAMURA Takumi2011-02-221-2/+1
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-4/+5
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-6/+7
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-10/+11
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-7/+8
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-5/+6
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-3/+4
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-10/+11
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-4/+5
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-4/+5
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+4
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-11/+12
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-8/+9
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-3/+4
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+2
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-3/+4
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-7/+8
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-6/+7
* test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8...NAKAMURA Takumi2011-02-221-1/+2
* test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux.NAKAMURA Takumi2011-02-221-1/+1
* available_externally (hidden or not) GVs are always accessed via stubs. rdar:...Evan Cheng2011-02-221-0/+16
* VirtRegRewriter assertion fix.Andrew Trick2011-02-221-0/+50
* Roll out r126169 and r126170 in an attempt to fix the selfhost bot.Cameron Zwarich2011-02-221-35/+0
* Added a testcase for the enhanced disassembly bugSean Callanan2011-02-221-0/+4
* Fixed lit.cfg to no longer recognize the oldSean Callanan2011-02-221-1/+1
* Merge information about the number of zero, one, and sign bits of live-out re...Cameron Zwarich2011-02-221-0/+35
* Recognize loopz and loopnz as aliases for loope and loopne.Joerg Sonnenberger2011-02-222-0/+16
* Implement xgetbv and xsetbv.Rafael Espindola2011-02-221-0/+4
* Revert r125960, it's breaking darwin10 bootstrap.Eric Christopher2011-02-211-24/+0
* Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.Joerg Sonnenberger2011-02-211-0/+33
* Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel2011-02-211-84/+0