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