oota-llvm.git
2009-01-09 Mikhail GlushenkovSupport llvmc plugins in out-of-tree projects.
2009-01-09 Mikhail GlushenkovAdd a --check-graph option to llvmc.
2009-01-09 Dan GohmanPR2659 was fixed by r61847. Add the testcase as a regre...
2009-01-09 Chris LattnerImplement rdar://6480391, extending of equality icmp...
2009-01-09 Chris LattnerRemove some old code that looks like a remanant from...
2009-01-09 Chris LattnerFix PR3298, a crash in Jump Threading. Apparently...
2009-01-09 Chris Lattnerthis doesn't depend on the gcc early inliner anymore.
2009-01-09 Chris LattnerPR3290 is now fixed.
2009-01-09 Chris LattnerFix part 3/2 of PR3290, making instcombine zap (gep...
2009-01-09 Chris Lattnerthis test should not run opt -std-compile-opts, it...
2009-01-09 Chris Lattneradd a helper method.
2009-01-09 Chris Lattnerfit in 80 cols
2009-01-09 Chris Lattnermove some code, check to see if the input to the GEP...
2009-01-09 Dan GohmanAdd load-folding table entries for MOVDQA.
2009-01-09 Dan GohmanWhitespace and other minor adjustments to make SSE...
2009-01-09 Dale JohannesenAdjustments to last patch based on review.
2009-01-08 Dan Gohman61949 accidentally introduced an escaped newline. Fix...
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-08 Dan GohmanDelete unnecessary parens around return values.
2009-01-08 Dan GohmanFix the comment for lltok::backslash.
2009-01-08 Dan GohmanFix the path to llvm/Assembly/Parser.h in a comment.
2009-01-08 Dan GohmanCorrect the form of the atomic opcode names in a comment.
2009-01-08 Dale JohannesenDo not inline functions with (dynamic) alloca into
2009-01-08 Duncan SandsUse mayBeOverridden here, in anticipation of the
2009-01-08 Chris LattnerValueTracker can't assume that an alloca with no specif...
2009-01-08 Chris Lattnerone more crash from PR3281, we now diagnose:
2009-01-08 Chris Lattnerremove some exclusions that don't exist anymore.
2009-01-08 Chris Lattnerthis testcase is huge and hasn't regressed ever, I...
2009-01-08 Devang PatelAdd DebugInfo based APIs to record source line info.
2009-01-08 Misha Brukman* Moved author attribution to CREDITS.TXT
2009-01-08 Misha Brukman* Alphabetized #includes
2009-01-08 Bill WendlingSome generic clean-ups. Also make the StringMapEntryIni...
2009-01-08 Bill Wendling* Don't explicitly cast "0" to "void*". This doesn...
2009-01-08 Chris Lattnerthe new scalarrepl changes are optimizing away a tempor...
2009-01-08 Bill Wendling80-column violation fix.
2009-01-08 Chris Lattneradd some more crazy strlen and memcpy stuff I noticed...
2009-01-08 Chris Lattneradd some notes about strlen craziness in eon.
2009-01-08 Misha BrukmanRemove extra blank line and space.
2009-01-08 Chris LattnerThis implements the second half of the fix for PR3290...
2009-01-08 Misha Brukman* Added unittests for StringMap
2009-01-08 Devang PatelAdd APIs to record regions and variables.
2009-01-08 Devang PatelAdd APIs to manage scope using DebugInfo interface.
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
next