minor simplification
[oota-llvm.git] / lib /
2009-01-14 Gabor Greifminor simplification
2009-01-14 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2009-01-14 Devang PatelDo not construct debug scope if RootScope *is* null.
2009-01-14 Chris Lattnerrewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid...
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Nuno Lopesfix memleaks
2009-01-13 Dan GohmanBT appears to be available on all >= i386 chips.
2009-01-13 Dan GohmanDon't use a BT instruction if the AND has multiple...
2009-01-13 Dan GohmanDisable the register+memory forms of the bt instruction...
2009-01-13 Devang PatelKeep "has debug info" big in MachineModuleInfo to avoid...
2009-01-13 Devang PatelUndo previous checkin.
2009-01-13 Dale JohannesenFix testsuite regressions from recursive inlining.
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-13 Devang PatelUse dwarf writer to decide whether the module has debug...
2009-01-13 Dan GohmanAdd bt instructions that take immediate operands.
2009-01-13 Dan GohmanFix a few more JIT encoding issues in the BT instructions.
2009-01-13 Dan GohmanUse assertions to check for conditions that should...
2009-01-13 Dan GohmanThe list-td and list-tdrr schedulers don't yet support...
2009-01-13 Dan GohmanMake instcombine ensure that all allocas are explicitly...
2009-01-13 Sanjiv GuptaChecking in conditionals, function call, arrays and...
2009-01-13 Dan GohmanAvoid referring to edge D after the Succs or Preds...
2009-01-13 Duncan SandsWhen replacing uses and the same node is reached
2009-01-13 Duncan SandsFix some typos. Also, the WidenedVectors map
2009-01-13 Duncan SandsCorrect a comment - this is not a sign extension.
2009-01-13 Duncan SandsCorrect a comment.
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
2009-01-13 Chris Lattneradd a new insertAfter method, patch by Tom Jablin!
2009-01-13 Chris Lattnermake -march=cpp handle the nocapture attribute, make...
2009-01-13 Evan ChengUn-tabify.
2009-01-13 Evan ChengFIX llvm-gcc bootstrap on x86_64 linux. If a virtual...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-13 Devang PatelStart using DebugInfo API to emit debug info.
2009-01-12 Devang PatelEmit debug info, only if at least one compile unit...
2009-01-12 Devang PatelIf multiple compile units are seen then emit them indep...
2009-01-12 Devang PatelAvoid cast<>, use light weith wrapper directly.
2009-01-12 Devang PatelUse SrcLineInfo from DwarfWriter. The MachineModuleInfo...
2009-01-12 Dale JohannesenEnable recursive inlining. Reduce inlining threshold
2009-01-12 Devang PatelAdd classof() methods to support isa<> and other relate...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-12 Devang PatelClear debug info at the end of function processing.
2009-01-12 Devang PatelThere is no need to maintain separate labelid list...
2009-01-12 Rafael EspindolaRemove some dead code from the days llvm had type...
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-12 Owen AndersonMore two-address fixes. This gets lua working with...
2009-01-12 Chris Lattnermake tblgen autogenerate the nocapture intrinsics for
2009-01-12 Chris Lattnermake tblgen emit the entire Intrinsic::getAttributes...
2009-01-11 Dale JohannesenIncrease default inlining aggressiveness in partial
2009-01-11 Gabor Greifsimplify CallSite helper class to not consult the Instr...
2009-01-11 Chris LattnerDuncan is nervous about undefinedness of % with negativ...
2009-01-11 Chris Lattnerdo not generated GEPs into vectors where they don't...
2009-01-11 Chris LattnerMake a couple of cleanups to the instcombine bitcast/gep
2009-01-11 Nick LewyckyUse the spiffy new getAlignmentFromAttrs function.
2009-01-11 Evan ChengCheckForPhysRegDependency should not return copy cost...
2009-01-10 Evan Cheng80 col violation.
2009-01-10 Devang PatelReduce initial small vector sizes.
2009-01-10 Devang PatelFix thinko. Create parent scope if parent descriptor...
2009-01-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-09 Evan ChengMinor debug output tweak.
2009-01-09 Devang PatelRequest DwarfWriter. This will be used to handle dbg_...
2009-01-09 Chris Lattnerfix typo Duncan noticed.
2009-01-09 Chris LattnerFix PR3304
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
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 LattnerFix part 3/2 of PR3290, making instcombine zap (gep...
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 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 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 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 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.
next