aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make LoopInfo::print() identify header, exit, and latch blocks,Dan Gohman2009-02-271-2/+7
* remove deleteNode definition, it is inherited in an identical fashionGabor Greif2009-02-261-4/+0
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-261-4/+4
* Fix a duplicated word in a comment.Bob Wilson2009-02-261-1/+1
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-252-57/+0
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-251-3/+6
* Expand tabs to spaces (overlooked in previous commit)Scott Michel2009-02-251-1/+1
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-251-34/+16
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-242-1/+18
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-241-9/+19
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-242-7/+7
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-242-2/+8
* Correctly implement ImmutableMap::getMaxElement() by getting the actual <key,...Ted Kremenek2009-02-231-1/+1
* Add ImmutableMap::getMaxElement(), a method that returns the <key,value> pair...Ted Kremenek2009-02-232-0/+16
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-222-0/+75
* Regenerate.Nick Lewycky2009-02-211-4/+0
* Add version of StringsEqualNoCase that takes two null-terminated C-strings an...Ted Kremenek2009-02-211-0/+19
* fix and clean up a commentGabor Greif2009-02-211-5/+4
* Removed trailing whitespace.Misha Brukman2009-02-2010-314/+314
* Removed trailing whitespace.Misha Brukman2009-02-202-2/+2
* Removed trailing whitespace.Misha Brukman2009-02-2022-202/+202
* Fixed lint errors:Misha Brukman2009-02-2015-23/+30
* Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng2009-02-201-0/+102
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-201-0/+3
* Add a default debug location object to the Machine Function. It's used to emi...Bill Wendling2009-02-201-0/+12
* Describe tail merging's use of InsertBranch.Dale Johannesen2009-02-191-6/+11
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-191-0/+7
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-5/+5
* Use a sign-extend instead of a zero-extend when promoting aDan Gohman2009-02-181-0/+5
* Clarify the definition of "latch block" in a comment.Dan Gohman2009-02-181-4/+4
* Add explicit keywords.Dan Gohman2009-02-181-1/+1
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-184-0/+34
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-181-2/+25
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-185-7/+7
* allow TimeRegion to take a potentially-null pointer to aChris Lattner2009-02-181-4/+9
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-172-2/+9
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-172-120/+120
* Emit debug info for bitfields.Devang Patel2009-02-171-3/+6
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-171-0/+5
* Move dumpPassStructure out of line.Dan Gohman2009-02-171-9/+2
* Tidy whitespace.Dan Gohman2009-02-171-17/+16
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-171-5/+2
* Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng2009-02-172-0/+26
* Add llvm::RoundUpToAlignment.Daniel Dunbar2009-02-161-0/+12
* Fix bug where APSInt::operator-- incremented instead of decremented.Ted Kremenek2009-02-161-1/+1
* 80-column violation.Mikhail Glushenkov2009-02-151-1/+2
* Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet2009-02-141-0/+3
* Unbreak the build on win32.Cedric Venet2009-02-143-4/+4
* 80-column violation.Mikhail Glushenkov2009-02-141-16/+16
* The trampoline intrinsic can be marked IntrWriteArgMem,Duncan Sands2009-02-141-1/+1