aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-02-20Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling
2009-02-20Add a default debug location object to the Machine Function. It's used to emi...Bill Wendling
2009-02-19Describe tail merging's use of InsertBranch.Dale Johannesen
2009-02-19Print out a new label only if the debug location *tuple* is different. The debugBill Wendling
2009-02-18Put code that generates debug labels into TableGen so that it can be used byBill Wendling
2009-02-18Use a sign-extend instead of a zero-extend when promoting aDan Gohman
2009-02-18Clarify the definition of "latch block" in a comment.Dan Gohman
2009-02-18Add explicit keywords.Dan Gohman
2009-02-18Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman
2009-02-18Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2009-02-18allow TimeRegion to take a potentially-null pointer to aChris Lattner
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel
2009-02-17Remove trailing whitespace to reduce later commit patch noise.Scott Michel
2009-02-17Emit debug info for bitfields.Devang Patel
2009-02-17Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman
2009-02-17Move dumpPassStructure out of line.Dan Gohman
2009-02-17Tidy whitespace.Dan Gohman
2009-02-17--- Merging (from foreign repository) r64714 into '.':Bill Wendling
2009-02-17Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng
2009-02-16Add llvm::RoundUpToAlignment.Daniel Dunbar
2009-02-16Fix bug where APSInt::operator-- incremented instead of decremented.Ted Kremenek
2009-02-1580-column violation.Mikhail Glushenkov
2009-02-14Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet
2009-02-14Unbreak the build on win32.Cedric Venet
2009-02-1480-column violation.Mikhail Glushenkov
2009-02-14The trampoline intrinsic can be marked IntrWriteArgMem,Duncan Sands
2009-02-14IntrWriteArgMem implies nocapture, but this wasn'tDuncan Sands
2009-02-13Correct a comment: since AccessArguments is nowDuncan Sands
2009-02-13Remove non-DebugLoc versions of BuildMI.Dale Johannesen
2009-02-12Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen
2009-02-12Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman
2009-02-12Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman
2009-02-12Add a utility function to LoopInfo to return the exit blockDan Gohman
2009-02-12Add operator->, patch by Ben Laurie!Chris Lattner
2009-02-12Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...Ted Kremenek
2009-02-11Fill in a glaring omission in derived User classes, namelyGabor Greif
2009-02-11Add FoldingSet profile method for bools. Patch by Ben Laurie!Ted Kremenek
2009-02-11When scheduling a block in parts, keep track of the overallDan Gohman
2009-02-11It isn't necessary to explicitly clear the contents of std::vectorDan Gohman
2009-02-10Factor out more code for computing register live-range informationforDan Gohman
2009-02-10Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel
2009-02-09incorporate review feedbackGabor Greif
2009-02-0980-column violations.Mikhail Glushenkov
2009-02-09make sure that BranchInst::getSuccessor() does not assert in cast<>Gabor Greif
2009-02-09These function return 'void'. Don't have 'return' return anything.Bill Wendling
2009-02-09Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng
2009-02-0880-column violation.Mikhail Glushenkov
2009-02-08Add a Sleep() function.Mikhail Glushenkov
2009-02-08Fix PR3486. Fix a bug in code that manually patch physical register live inte...Evan Cheng