aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ptx: add shift instructionsChe-Liang Chiou2010-12-062-0/+65
* Don't use PadSectionToAlignment on windows.Rafael Espindola2010-12-062-3/+3
* Fix PR8728, a miscompilation I recently introduced. When optimizingChris Lattner2010-12-061-1/+15
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-051-1/+2
* Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds...Frits van Bommel2010-12-052-0/+15
* Teach SimplifyCFG to turnFrits van Bommel2010-12-051-0/+118
* Teach X86ISelLowering that the second result of X86ISD::UMUL is a flagsChris Lattner2010-12-051-0/+22
* it turns out that when ".with.overflow" intrinsics were added to the X86Chris Lattner2010-12-051-1/+7
* fix the rest of the linux miscompares :)Chris Lattner2010-12-051-1/+1
* generalize the previous check to handle -1 on either side of the Chris Lattner2010-12-051-0/+24
* relax this to handle linux defaulting to -static.Chris Lattner2010-12-051-1/+1
* Improve an integer select optimization in two ways:Chris Lattner2010-12-051-0/+58
* merge some tests into select.ll and make them more specific.Chris Lattner2010-12-057-99/+88
* rename testChris Lattner2010-12-051-0/+0
* remove two tests that aren't really testing anything.Chris Lattner2010-12-052-88/+0
* Add patterns for the x86 popcnt instruction.Benjamin Kramer2010-12-041-0/+38
* The Thumb tADDrSPi instruction is not valid when the destination is SP.Bob Wilson2010-12-041-0/+11
* There are two reasons why we might want to useRafael Espindola2010-12-041-1/+1
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-042-0/+46
* Encode the 32-bit wide Thumb (and Thumb2) instructions with the high orderJim Grosbach2010-12-0314-448/+448
* When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's theJim Grosbach2010-12-032-3/+3
* Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.Devang Patel2010-12-022-2/+2
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-021-0/+22
* Test case for r120740. Radar 8712503.Stuart Hastings2010-12-021-0/+7
* Adjust this test for the fact that the stores are no longerDuncan Sands2010-12-021-1/+1
* XFAIL for now. If someone with access to an ARM/Linux host wants to have a lookJim Grosbach2010-12-022-0/+2
* Fix test.Evan Cheng2010-12-021-2/+2
* This test dates from the time when llvm-gcc had problems if two types wereDuncan Sands2010-12-021-12/+0
* test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!NAKAMURA Takumi2010-12-021-4/+4
* Fix and re-enable tail call optimization of expanded libcalls.Evan Cheng2010-12-011-6/+12
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-011-0/+10
* Add correct encodings for STRD and LDRD, including fixup support. Additional...Owen Anderson2010-12-012-2/+2
* Speculatively disable x86 portion of r120501 to appease the x86_64 buildbot.Evan Cheng2010-12-011-0/+1
* ARM/MC/ELF relocation "hello world" for movw/movt.Jason W Kim2010-12-011-0/+42
* fix a bozo bug I introduced in r119930, causing a miscompile ofChris Lattner2010-12-011-0/+23
* test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant.NAKAMURA Takumi2010-12-018-25/+21
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-302-29/+69
* Enhance DSE to handle the variable index case in PR8657.Chris Lattner2010-11-301-0/+17
* remove fixme comment too.Chris Lattner2010-11-301-3/+3
* check in *all* files. This is now handled by my previous DSE commit.Chris Lattner2010-11-301-1/+1
* teach DSE to use GetPointerBaseWithConstantOffset to analyzeChris Lattner2010-11-301-0/+16
* enhance isRemovable to refuse to delete volatile mem transfersChris Lattner2010-11-301-4/+16
* Add tests for more forms of Thumb2 loads and stores.Owen Anderson2010-11-301-0/+32
* ptx: add command-line options for gpu target and ptx versionChe-Liang Chiou2010-11-301-0/+6
* Not all platforms use _<func>. Duh.Eric Christopher2010-11-301-2/+2
* Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almostBill Wendling2010-11-301-0/+3
* Rewrite the main DSE loop to be written in terms of reasoningChris Lattner2010-11-301-0/+33
* Rewrite mwait and monitor support and custom lower arguments.Eric Christopher2010-11-301-0/+26
* Add a puts optimization that converts puts() to putchar('\n').Anders Carlsson2010-11-301-0/+15
* Fix a typo.Anders Carlsson2010-11-301-1/+1