summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fixed lint errors:Misha Brukman2009-02-20
* Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng2009-02-20
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-20
* Add a default debug location object to the Machine Function. It's used to emi...Bill Wendling2009-02-20
* Describe tail merging's use of InsertBranch.Dale Johannesen2009-02-19
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-19
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-18
* Use a sign-extend instead of a zero-extend when promoting aDan Gohman2009-02-18
* Clarify the definition of "latch block" in a comment.Dan Gohman2009-02-18
* Add explicit keywords.Dan Gohman2009-02-18
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* 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