summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Use dwarf writer to decide whether the module has debug info or not.Devang Patel2009-01-13
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-13
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-13
* Fix fallout from r62144. Evan, please double check this.Owen Anderson2009-01-13
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-13
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-12
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Add DwarfWriter interface to mainipulate source location info.Devang Patel2009-01-12
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-12
* Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng2009-01-12
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-12
* drats! remove tabsGabor Greif2009-01-11
* simplify CallSite helper class to not consult the Instruction'sGabor Greif2009-01-11
* Duplicated node may produce a non-physical register def.Evan Cheng2009-01-09
* Removed trailing whitespace.Misha Brukman2009-01-09
* Request DwarfWriter. This will be used to handle dbg_* intrinsics.Devang Patel2009-01-09
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-09
* add a helper method.Chris Lattner2009-01-09
* fit in 80 colsChris Lattner2009-01-09
* Adjustments to last patch based on review.Dale Johannesen2009-01-09
* Convert DwarfWriter into a pass.Devang Patel2009-01-08
* Delete unnecessary parens around return values.Dan Gohman2009-01-08
* Correct the form of the atomic opcode names in a comment.Dan Gohman2009-01-08
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-08
* * Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling2009-01-08
* Remove extra blank line and space.Misha Brukman2009-01-08
* * Added unittests for StringMapMisha Brukman2009-01-08
* * Fixed spelling of "sentinel"Misha Brukman2009-01-08
* Assert that VectorType::getTruncatedElementVectorType is not used withBob Wilson2009-01-07
* remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.hChris Lattner2009-01-07
* Add empty() methods for register def lists.Dan Gohman2009-01-07
* The coalescer does not coalesce a virtual register to a physical register if ...Evan Cheng2009-01-07
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-07
* no need to negate the APInt for 0.Chris Lattner2009-01-06
* Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner2009-01-05
* make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris Lattner2009-01-05
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-05
* Extract source location info from DebugInfo.Devang Patel2009-01-05
* Add a note about passing MVT::Other to getSetCCResultType.Duncan Sands2009-01-05
* Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel2009-01-05
* Add <climits>, to get the definition of CHAR_BIT. This should fixDan Gohman2009-01-05
* TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman2009-01-05
* Construct stuct field DIEs.Devang Patel2009-01-05
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-05
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-05
* Now, getTag() is used by DwarfWriter.Devang Patel2009-01-05
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* eliminate tabs from my previous commitGabor Greif2009-01-05
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-05
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-04