oota-llvm.git
2009-01-08 Misha Brukman* Fixed spelling of "sentinel"
2009-01-08 Misha BrukmanUse VIM's built-in shorthand for whitespace in regex.
2009-01-08 Misha BrukmanBe sure to ignore the end-of-line character when consid...
2009-01-08 Misha BrukmanRemoved trailing whitespace.
2009-01-08 Bob WilsonFix failure messages in Verifier::PerformTypeCheck...
2009-01-08 Oscar FuentesCMake: removed lib/VMCore/DebugInfoBuilder.cpp.
2009-01-07 Bob WilsonAssert that VectorType::getTruncatedElementVectorType...
2009-01-07 Chris Lattnerremove DebugInfoBuilder, it has been subsumed by Analys...
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-07 Gabor Greifrevert to functionally equivalent formulation
2009-01-07 Gabor Greifuse the obvious getters
2009-01-07 Dan GohmanRemove redundant 'else's. No functionality change.
2009-01-07 Dan GohmanAdd empty() methods for register def lists.
2009-01-07 Misha BrukmanMinor cleanup for unittest:
2009-01-07 Duncan SandsWhitespace - correct formatting.
2009-01-07 Duncan SandsRemove alloca tracking from nocapture analysis. Not...
2009-01-07 Oscar FuentesCMake: replace `rm' with portable invocations of cmake.
2009-01-07 Duncan SandsReorder these.
2009-01-07 Duncan SandsUse a switch rather than a sequence of "isa" tests.
2009-01-07 Duncan SandsThe verifier checks that the aliasee is not null.
2009-01-07 Chris LattnerImplement the first half of PR3290: if there is a store...
2009-01-07 Chris LattnerFactor a bunch of code out into a helper method.
2009-01-07 Chris Lattneruse continue to simplify code and reduce nesting, no...
2009-01-07 Chris LattnerGet TargetData once up front and cache as an ivar inste...
2009-01-07 Chris LattnerUse the hasAllZeroIndices predicate to simplify some
2009-01-07 Evan ChengThe coalescer does not coalesce a virtual register...
2009-01-07 Chris Lattneradd a testcase.
2009-01-07 Dan GohmanAdd patterns to match conditional moves with loads...
2009-01-07 Dan GohmanAdd load-folding table entries for cmovno too.
2009-01-07 Dan GohmanDefine instructions for cmovo and cmovno.
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2009-01-07 Bob WilsonImprove support for type-generic vector intrinsics...
2009-01-06 Dan GohmanNow that fold-pcmpeqd-0.ll is effectively testing that...
2009-01-06 Dan GohmanRevert r42653 and forward-port the code that lets INC64...
2009-01-06 Scott MichelCellSPU:
2009-01-06 Dan GohmanFix a bug in ComputeLinearIndex computation handling...
2009-01-06 Devang PatelSet up DwarfDebug using DebugInfo API.
2009-01-06 Bill WendlingForgot that this was needed for Linux. This should...
2009-01-06 Owen AndersonThe phi construction algorithm used for interval recons...
2009-01-06 Scott MichelCellSPU: Update the README
2009-01-06 Scott MichelCellSPU:
2009-01-06 Dan GohmanDelete this test; it's a duplicate of 2006-07-03-schedu...
2009-01-06 Dan GohmanUpdate these argument lists for the isNormalMemory
2009-01-06 Dan GohmanUse a latency value of 0 for the artificial edges inser...
2009-01-06 Chris Lattnerno need to negate the APInt for 0.
2009-01-05 Chris LattnerChange m_ConstantInt and m_SelectCst to take their...
2009-01-05 Chris Lattnermake m_ConstantInt(int64_t) safely match ConstantInt...
2009-01-05 Devang PatelConstruct subprogram DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct global variable DIEs using DebugInfo.
2009-01-05 Devang PatelConstruct compile unit dies using DebugInfo.
2009-01-05 Dan GohmanFix a thinko in the grammar for thread_local variables.
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2009-01-05 Dan GohmanDon't call setDepthDirty/setHeightDirty when adding...
2009-01-05 Devang PatelExtract source location info from DebugInfo.
2009-01-05 Devang PatelAdd type DIEs using DebugInfo.
2009-01-05 Duncan SandsAdd a note about passing MVT::Other to getSetCCResultType.
2009-01-05 Bill WendlingStrength test.
2009-01-05 Duncan SandsTeach the internalize pass to also internalize
2009-01-05 Duncan SandsWhen checking if an Argument escapes, check if
2009-01-05 Evan ChengFind loop back edges only after empty blocks are elimin...
2009-01-05 Chris Lattnertestcase for bill's patch.
2009-01-05 Duncan SandsNot having an aliasee is a theoretical possibility.
2009-01-05 Duncan SandsFormat more neatly.
2009-01-05 Duncan SandsRemove trailing spaces.
2009-01-05 Duncan SandsDelete unused global aliases with internal linkage.
2009-01-05 Devang PatelConstruct composite type DIE using DebugInfo.
2009-01-05 Devang PatelAdd classof() methods so that dwarf writer can decide...
2009-01-05 Dan GohmanAdd <climits>, to get the definition of CHAR_BIT. This...
2009-01-05 Dan GohmanTargetLowering.h #includes SelectionDAGNodes.h, so...
2009-01-05 Dan GohmanDelete an unused variable and simplify the code.
2009-01-05 Devang Patels/ConstructType/ConstructTypeDIE/g
2009-01-05 Chris Lattnermake llvm-ld smart enough to link against native librar...
2009-01-05 Devang PatelConstruct stuct field DIEs.
2009-01-05 Chris Lattnerfix wordo
2009-01-05 Steve NaroffRemove redundant ValID::ValID:: scoping (doesn't compil...
2009-01-05 Devang PatelConstruct enumerator DIE using DebugInfo.
2009-01-05 Chris LattnerReject PR3281:accepted03.ll with:
2009-01-05 Devang PatelConstruct array/vector type DIEs using DebugInfo.
2009-01-05 Owen AndersonGet rid of sentinel insertion in interval reconstructio...
2009-01-05 Chris Lattnerreject PR3281:crash11.ll with:
2009-01-05 Chris Lattnerreject PR3281:crash10.ll with:
2009-01-05 Chris Lattnerreject PR3281:crash09.ll with this diagnostic:
2009-01-05 Chris Lattnerallow opaque undefs. This resolves PR3282 and fixes
2009-01-05 Devang PatelNow, getTag() is used by DwarfWriter.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-05 Devang PatelConstruct basic and derived type DIEs using DebugInfo.
2009-01-05 Bob WilsonHandle iAny and fAny types in TreePatternNode::UpdateNo...
2009-01-05 Devang Patelsubsume ConstructPointerType()
2009-01-05 Dan GohmanAdd the keyword 'default'.
2009-01-05 Devang Patelsubsume ConstructBasicType().
2009-01-05 Misha BrukmanRenamed Google Test license file from COPYING to LICENS...
2009-01-05 Devang Patelsquash warnings.
2009-01-05 Dan GohmanA few more polygen grammar updates.
2009-01-05 Gabor Greifset standard ignores
2009-01-05 Bob WilsonFix spelling in some comments.
2009-01-05 Gabor Greifanother fix to my previous commit:
2009-01-05 Evan ChengFix misplaced right parentheses.
2009-01-05 Gabor Greifeliminate tabs from my previous commit
2009-01-05 Gabor GreifGet rid of the tagging functions and use PointerIntPair.
2009-01-05 Duncan SandsDon't spew bitcode to standard out if this test
next