summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2010-12-10macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi1-1/+1
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola2-1/+42
2010-12-10macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2-0/+0
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola2-42/+1
2010-12-10Add dependency to "make check".NAKAMURA Takumi1-1/+9
2010-12-10Formalize the notion that AVX and SSE are non-overlapping extensions from the...Nate Begeman1-1/+1
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola2-1/+42
2010-12-09Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby1-0/+9
2010-12-09ARM stm/ldm instructions require more than one register in the register list.Jim Grosbach2-3/+3
2010-12-09Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes1-0/+40
2010-12-09enhance memcpyopt to zap memcpy's that have the same src/dst.Chris Lattner1-0/+9
2010-12-09fix PR8753, eliminating a case where we'd infinitely make a Chris Lattner1-3/+16
2010-12-09Rewrite the darwin tlv support to use a chain and return to copyingEric Christopher1-0/+16
2010-12-09Really check that the bits that will become zero are actually already zeroDan Gohman1-1/+25
2010-12-09Remove extraneous copy from DAG conversion for darwin tls. This wasEric Christopher1-0/+32
2010-12-08Allow a slash, '/', as a prefix separator for X86. rdar://8741045Kevin Enderby1-0/+5
2010-12-08Move this test to tlv* to make it easier to notice versus linux tlsEric Christopher1-0/+0
2010-12-08ARM/MC/ELF TPsoft is now a proper pseudo inst.Jason W Kim1-0/+52
2010-12-07Fix a bad prologue / epilogue codegen bug where the compiler would emit illegalEvan Cheng1-0/+40
2010-12-07Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes1-0/+15
2010-12-07Fix absolute recording of differences of symbols in two sections. Reduced fro...Rafael Espindola1-0/+64
2010-12-07Fix relocations with weak definitions.Rafael Espindola1-0/+141
2010-12-07Revert test/Archive/check_binary_output.ll". It fails on a buildbot.NAKAMURA Takumi1-4/+0
2010-12-07reapply r121100 with a tweak to constant fold ConstExprs with TargetDataChris Lattner1-0/+23
2010-12-07Fix pcrel relocations that cross sections.Rafael Espindola1-0/+107
2010-12-07test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-...NAKAMURA Takumi1-0/+4
2010-12-07test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi1-0/+1
2010-12-07test: Add the feature 'shell' on LLVM_ON_UNIX.NAKAMURA Takumi1-0/+4
2010-12-07Temporarily revert r121100 as it's causing clang to failEric Christopher1-23/+0
2010-12-07fix PR8710 - teach global opt that some constantexprs are too complex toChris Lattner1-0/+23
2010-12-07Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...Michael J. Spencer2-0/+14
2010-12-07Fix a crash reduced from gcc produced assembly.Rafael Espindola1-0/+122
2010-12-07Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson1-1/+1
2010-12-06Implement jump threading of 'indirectbr' by keeping track of whether we're lo...Frits van Bommel1-0/+61
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel12-288/+227
2010-12-06Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.Wesley Peck2-4/+4
2010-12-06Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck1-1/+1
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola1-2/+2
2010-12-06Revert previous two patches while I try to find out how to make bothRafael Espindola1-1/+1
2010-12-06Update test for the extra =.Rafael Espindola1-1/+1
2010-12-06ptx: add shift instructionsChe-Liang Chiou2-0/+65
2010-12-06Don't use PadSectionToAlignment on windows.Rafael Espindola2-3/+3
2010-12-06Fix PR8728, a miscompilation I recently introduced. When optimizingChris Lattner1-1/+15
2010-12-05Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng1-1/+2
2010-12-05Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds...Frits van Bommel2-0/+15
2010-12-05Teach SimplifyCFG to turnFrits van Bommel1-0/+118
2010-12-05Teach X86ISelLowering that the second result of X86ISD::UMUL is a flagsChris Lattner1-0/+22
2010-12-05it turns out that when ".with.overflow" intrinsics were added to the X86Chris Lattner1-1/+7
2010-12-05fix the rest of the linux miscompares :)Chris Lattner1-1/+1
2010-12-05generalize the previous check to handle -1 on either side of the Chris Lattner1-0/+24