summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-18
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* allow TimeRegion to take a potentially-null pointer to aChris Lattner2009-02-18
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-17
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-17
* Emit debug info for bitfields.Devang Patel2009-02-17
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-17
* Move dumpPassStructure out of line.Dan Gohman2009-02-17
* Tidy whitespace.Dan Gohman2009-02-17
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-17
* Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng2009-02-17
* Add llvm::RoundUpToAlignment.Daniel Dunbar2009-02-16
* Fix bug where APSInt::operator-- incremented instead of decremented.Ted Kremenek2009-02-16
* 80-column violation.Mikhail Glushenkov2009-02-15
* Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet2009-02-14
* Unbreak the build on win32.Cedric Venet2009-02-14
* 80-column violation.Mikhail Glushenkov2009-02-14
* The trampoline intrinsic can be marked IntrWriteArgMem,Duncan Sands2009-02-14
* IntrWriteArgMem implies nocapture, but this wasn'tDuncan Sands2009-02-14
* Correct a comment: since AccessArguments is nowDuncan Sands2009-02-13
* Remove non-DebugLoc versions of BuildMI.Dale Johannesen2009-02-13
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-12
* Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman2009-02-12
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-12
* Add a utility function to LoopInfo to return the exit blockDan Gohman2009-02-12
* Add operator->, patch by Ben Laurie!Chris Lattner2009-02-12
* Add method 'isSingleton()' to ImmutableSet. This returns true if the set con...Ted Kremenek2009-02-12
* Fill in a glaring omission in derived User classes, namelyGabor Greif2009-02-11
* Add FoldingSet profile method for bools. Patch by Ben Laurie!Ted Kremenek2009-02-11
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-11
* It isn't necessary to explicitly clear the contents of std::vectorDan Gohman2009-02-11
* Factor out more code for computing register live-range informationforDan Gohman2009-02-10
* Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel2009-02-10
* incorporate review feedbackGabor Greif2009-02-09
* 80-column violations.Mikhail Glushenkov2009-02-09
* make sure that BranchInst::getSuccessor() does not assert in cast<>Gabor Greif2009-02-09
* These function return 'void'. Don't have 'return' return anything.Bill Wendling2009-02-09
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* 80-column violation.Mikhail Glushenkov2009-02-08
* Add a Sleep() function.Mikhail Glushenkov2009-02-08
* Fix PR3486. Fix a bug in code that manually patch physical register live inte...Evan Cheng2009-02-08
* Strengthen the previous check.Evan Cheng2009-02-08
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...Evan Cheng2009-02-08
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-07
* Change several SmallPtrSetImpl members from public to protected,Dan Gohman2009-02-07
* Simplify some code by using blocks_begin(), blocks_end(), andDan Gohman2009-02-07
* Add an API for strings with possible NULLs in the middle. Refactor the otherNick Lewycky2009-02-07
* Make SDNode constructors take a DebugLoc always.Dale Johannesen2009-02-07
* Deleted one line too many. oops.Dale Johannesen2009-02-07
* Remove now-unused constructors.Dale Johannesen2009-02-07