Remove extra blank line and space.
[oota-llvm.git] / lib /
2009-01-08 Chris LattnerThis implements the second half of the fix for PR3290...
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 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 Duncan SandsWhitespace - correct formatting.
2009-01-07 Duncan SandsRemove alloca tracking from nocapture analysis. Not...
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 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 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 GohmanUpdate these argument lists for the isNormalMemory
2009-01-06 Dan GohmanUse a latency value of 0 for the artificial edges inser...
2009-01-05 Chris LattnerChange m_ConstantInt and m_SelectCst to take their...
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 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 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 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 GohmanTargetLowering.h #includes SelectionDAGNodes.h, so...
2009-01-05 Devang Patels/ConstructType/ConstructTypeDIE/g
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 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-05 Devang PatelConstruct basic and derived type DIEs using DebugInfo.
2009-01-05 Devang Patelsubsume ConstructPointerType()
2009-01-05 Devang Patelsubsume ConstructBasicType().
2009-01-05 Devang Patelsquash warnings.
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 Evan ChengAtom and Core i7 do not have same model number after...
2009-01-05 Chris Lattnerproduce the same diagnostics for vicmp constant exprs...
2009-01-05 Chris LattnerFix PR3281:crash08.ll with this diagnostic:
2009-01-05 Chris Lattnerreject PR3281:crash07.ll with:
2009-01-05 Chris Lattnerreject undef/zero labels. This fixes PR3281:crash0...
2009-01-05 Chris Lattneradd checking intentionally elided for vfcmp/vicmp since...
2009-01-05 Chris Lattnerdiagnose PR3281:crash02.ll with:
2009-01-05 Chris Lattnerreject PR3281:crash01.ll with:
2009-01-05 Chris Lattnertighten up return type check
2009-01-05 Chris Lattnerfix PR3281:accepted0[02].ll: represent empty arrays...
2009-01-05 Chris LattnerPR3281:crash00.ll: produce this diagnostic instead...
2009-01-05 Dan GohmanHandle weak_extern in the JIT. This fixes
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Nick LewyckyMove the libcall annotating part from doFinalization...
2009-01-04 Nick LewyckyAdd a mechanism to specify attributes in getOrInsertFun...
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-04 Nick LewyckyRun a post-pass that marks known function declarations...
2009-01-04 Chris Lattnerelf writer really wants the size of the global, not...
2009-01-04 Bill WendlingRevert this transform. It was causing some dramatic...
2009-01-04 Bill WendlingThe llvm::ELFWriter::EmitGlobal() method is calling the
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-03 Dan GohmanCommuteNodesToReducePressure() is now removed.
2009-01-03 Dan GohmanRemove the code from the scheduler that commuted two...
next