Fix what seems like a clear buffer overflow, noticed by cppcheck.
[oota-llvm.git] / lib /
2010-07-17 Bill WendlingUse isPrologLabel() instead of checking the opcode...
2010-07-17 Chris Lattnerthe stackifier is global!
2010-07-17 Chris Lattnerdoxygenify some comments.
2010-07-17 Zhongxing Xuupdate CMakeLists.txt
2010-07-17 Lang HamesRemoved unused inRange variable.
2010-07-17 Lang HamesLoopSplitter - intended to split live intervals over...
2010-07-17 Owen AndersonAnother attempt at getting the clang self-host to like...
2010-07-17 Lang HamesIterating over sets of pointers in a heuristic was...
2010-07-17 Eli FriedmanStart of .sleb128/.uleb128 parsing support.
2010-07-17 Chris LattnerFix PR7658, a problem where type refinement can trigger
2010-07-17 Eli FriedmanWork-in-progress parsing for ELF .section directive.
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-17 Eli FriedmanAdd support for parsing .size directives for ELF.
2010-07-17 Daniel DunbarMC/AsmParser: Lift Run() and TargetParser to base class.
2010-07-17 Jim Grosbachadd BFI to getTargetNodeName()
2010-07-17 Jim GrosbachFix logic think-o
2010-07-17 Eric ChristopherRemove unnecessary check that was subsumed into canReal...
2010-07-17 Eric ChristopherPropagate alloca alignment information via variable...
2010-07-17 Eric ChristopherMake more explicit and add some currently disabled...
2010-07-17 Eric ChristopherMake comment a bit more clear as well as return stateme...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-16 Dan GohmanFix whitespace.
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-16 Jakob Stoklund OlesenAvoid isMoveInstr when printing XCore pseudo-moves.
2010-07-16 Jakob Stoklund OlesenUse MI.isCopy.
2010-07-16 Jakob Stoklund OlesenUse a small local function for a single remaining late...
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund OlesenKeep valgrind quiet.
2010-07-16 Chris Lattnertidy up
2010-07-16 Jakob Stoklund OlesenRemove remaining calls to TII::isMoveInstr.
2010-07-16 Jakob Stoklund OlesenEmit COPY instead of FMR/FMSD instructions for floating...
2010-07-16 Chris Lattnereliminate unlockedRefineAbstractTypeTo, types are all...
2010-07-16 Gabor Greifget the first few tags from a precomputed table (count...
2010-07-16 Eli FriedmanAdd missing attributes to cpp backend.
2010-07-16 Dale JohannesenAccept registers with P modifier. PR 5314.
2010-07-16 Jakob Stoklund OlesenTeach PPCInstrInfo::storeRegToStackSlot and loadRegFrom...
2010-07-16 Dan GohmanReorder the contents of various getAnalysisUsage functi...
2010-07-16 Dan GohmanRevert r108369, sorting llvm.dbg.declare information...
2010-07-16 Jakob Stoklund OlesenRemove the X86::FP_REG_KILL pseudo-instruction and...
2010-07-16 Jakob Stoklund OlesenSearch for a free FP register instead of just assuming...
2010-07-16 Owen AndersonRemove the rest of my instcombine changes. Back to...
2010-07-16 Jakob Stoklund OlesenAllow x87 FP registers to be alive globally in a function.
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-16 Eli FriedmanGet rid of a bunch of duplicated ELF enum values.
2010-07-16 Nick LewyckyArrays and vectors with different numbers of elements...
2010-07-16 Tobias GrosserLoopSimplify does not update domfrontier correctly.
2010-07-16 Tobias GrosserAdd dump() to DominanceFrontier
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-16 Dan GohmanUse the source-order scheduler instead of the "fast...
2010-07-16 Eric ChristopherAlso revert 108422, it's causing some test failures.
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Dan GohmanFix the order that SCEVExpander considers add operands...
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-15 Chris Lattnerfix the definitions of ConstTextCoalSection/ConstDataCo...
2010-07-15 Chris Lattnerfix indentation and 80 cols
2010-07-15 Dan GohmanDon't merge uses when they are targetting fixup sites...
2010-07-15 Chris Lattnerfix the encoding of MMX_MOVFR642Qrr, it starts with...
2010-07-15 Dan GohmanUse dbgs() instead of errs() in a DEBUG.
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Dan GohmanTeach ScalarEvolution how to fold trunc(undef) and...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingReserve a goodly amount of room for the vectors.
2010-07-15 Devang PatelFix crash reported in PR7653.
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Owen AndersonSpeculatively revert r108429 to fix the clang self...
2010-07-15 Owen AndersonPer Chris' suggestion, get rid of the select canonicali...
2010-07-15 Owen AndersonRemove unneeded check, and correct style.
2010-07-15 Dan GohmanWatch out for a constant offset cancelling out a base...
2010-07-15 Owen AndersonReapply r108378, with bugfixes, testcase, and improved...
2010-07-15 Gabor Greifcache another dereferenced iterator
2010-07-15 Chris Lattnerrevert bill's patches in an attempt to fix the buildbot.
2010-07-15 Nick LewyckyThis is a full sentence.
2010-07-15 Nick LewyckyDisable aliases on all platforms.
2010-07-15 Chris LattnerFix PR7647, handling the case when 'To' ends up being
2010-07-15 Chris Lattnermake various clients of ReplaceAndSimplifyAllUses tolerate
2010-07-15 Bill WendlingFix headers.
2010-07-15 Bill WendlingUse std::vector instead of a hard-coded array. The...
2010-07-15 Bill WendlingUse std::vector instead of a hard-coded array. The...
2010-07-15 Eli FriedmanRevert r108401; it breaks bootstrap :(
2010-07-15 Eli FriedmanAdd AssertingVH which makes PR7647 break consistently.
2010-07-15 Eli FriedmanRandom note about bswap.
2010-07-15 Chris Lattnera more graceful fix for test/Other/inline-asm-newline...
2010-07-15 Eli FriedmanSpeculatively revert r108378; may be causing bootstrap...
2010-07-14 Jakob Stoklund OlesenLast COPY conversion.
2010-07-14 Bob WilsonRemove restriction on NEON alignment values. Some...
2010-07-14 Jakob Stoklund OlesenUse TargetOpcode::COPY instead of X86-native register...
2010-07-14 Eric Christopher80-col.
2010-07-14 Owen AndersonAdd instcombine transforms to optimize tests of multipl...
2010-07-14 Dan GohmanMake the order in which variables are described in...
2010-07-14 Chris Lattnerfix indentation
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Dan GohmanProperly restore DebugLoc after leaving the local const...
2010-07-14 Dan GohmanJust use getParent() instead of getModuleFromVal when...
2010-07-14 Dan GohmanRename WriteConstantInt to WriteConstantInternal, to...
2010-07-14 Owen AndersonExtend SimplifyCFG's common-destination folding heurist...
next