oota-llvm.git
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Devang PatelAdd DwarfWriter interface to mainipulate source locatio...
2009-01-12 Chris Lattnerremove some dead options.
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 ChengSecond test is only valid in 32-bit mode.
2009-01-12 Evan ChengTest for r62076.
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 Lattneradd scaffolding to emit argument attributes. No functi...
2009-01-12 Chris Lattnermake tblgen emit the entire Intrinsic::getAttributes...
2009-01-12 Chris Lattneradd nocapture attribute to llvm.mem* intrinsics and...
2009-01-11 Dale JohannesenIncrease default inlining aggressiveness in partial
2009-01-11 Gabor Greifdrats! remove tabs
2009-01-11 Gabor Greifsimplify CallSite helper class to not consult the Instr...
2009-01-11 Chris LattnerImplement PR3313, and while I'm at it address a very...
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-11 Bill WendlingFix naming of file.
2009-01-11 Dan GohmanFix the example syntax for named sections.
2009-01-10 Evan ChengThis is a dup of pr2659.ll.
2009-01-10 Bill WendlingAdding unittests for SmallVector. Test by Talin.
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 ChengAdd test case from PR2659.
2009-01-09 Evan ChengMinor debug output tweak.
2009-01-09 Misha BrukmanThis has been replaced by llvm/utils/lint/cpp_lint...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
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 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.
next