aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous copy from DAG conversion for darwin tls. This wasEric Christopher2010-12-091-0/+32
* Allow a slash, '/', as a prefix separator for X86. rdar://8741045Kevin Enderby2010-12-081-0/+5
* Move this test to tlv* to make it easier to notice versus linux tlsEric Christopher2010-12-081-0/+0
* ARM/MC/ELF TPsoft is now a proper pseudo inst.Jason W Kim2010-12-081-0/+52
* Fix a bad prologue / epilogue codegen bug where the compiler would emit illegalEvan Cheng2010-12-071-0/+40
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-071-0/+15
* Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola2010-12-071-0/+64
* Fix relocations with weak definitions.Rafael Espindola2010-12-071-0/+141
* Revert test/Archive/check_binary_output.ll". It fails on a buildbot.NAKAMURA Takumi2010-12-071-4/+0
* reapply r121100 with a tweak to constant fold ConstExprs with TargetDataChris Lattner2010-12-071-0/+23
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-071-0/+107
* test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-...NAKAMURA Takumi2010-12-071-0/+4
* test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi2010-12-071-0/+1
* test: Add the feature 'shell' on LLVM_ON_UNIX.NAKAMURA Takumi2010-12-071-0/+4
* Temporarily revert r121100 as it's causing clang to failEric Christopher2010-12-071-23/+0
* fix PR8710 - teach global opt that some constantexprs are too complex toChris Lattner2010-12-071-0/+23
* Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...Michael J. Spencer2010-12-072-0/+14
* Fix a crash reduced from gcc produced assembly.Rafael Espindola2010-12-071-0/+122
* Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson2010-12-071-1/+1
* Implement jump threading of 'indirectbr' by keeping track of whether we're lo...Frits van Bommel2010-12-061-0/+61
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-0612-288/+227
* Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.Wesley Peck2010-12-062-4/+4
* Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck2010-12-061-1/+1
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-2/+2
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-061-1/+1
* Update test for the extra =.Rafael Espindola2010-12-061-1/+1
* 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