summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-26
* Fix a duplicated word in a comment.Bob Wilson2009-02-26
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-25
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-25
* Expand tabs to spaces (overlooked in previous commit)Scott Michel2009-02-25
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-25
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-24
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-24
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-24
* Correctly implement ImmutableMap::getMaxElement() by getting the actual <key,...Ted Kremenek2009-02-23
* Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...Ted Kremenek2009-02-23
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-22
* Regenerate.Nick Lewycky2009-02-21
* Add version of StringsEqualNoCase that takes two null-terminated C-strings an...Ted Kremenek2009-02-21
* fix and clean up a commentGabor Greif2009-02-21
* Removed trailing whitespace.Misha Brukman2009-02-20
* Removed trailing whitespace.Misha Brukman2009-02-20
* Removed trailing whitespace.Misha Brukman2009-02-20
* 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