aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-151-0/+1
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-156-37/+31
* Make getWidenVectorType const.Dan Gohman2009-01-151-1/+1
* Const-qualify getPreIndexedAddressParts and friends.Dan Gohman2009-01-151-2/+2
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2009-01-141-2/+2
* Add member template MallocAllocator::Allocate(Num) (to match the same functio...Ted Kremenek2009-01-141-0/+5
* Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...Devang Patel2009-01-131-975/+0
* Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...Devang Patel2009-01-131-2/+7
* Undo previous checkin.Devang Patel2009-01-131-3/+0
* Use DwarfWriter to record dbg variables.Devang Patel2009-01-132-4/+8
* Use dwarf writer to decide whether the module has debug info or not.Devang Patel2009-01-131-0/+3
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-133-56/+3
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-132-0/+11
* Fix fallout from r62144. Evan, please double check this.Owen Anderson2009-01-131-4/+4
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-135-7/+14
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-121-9/+74
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-122-6/+6
* Add DwarfWriter interface to mainipulate source location info.Devang Patel2009-01-121-0/+20
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-121-5/+0
* Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng2009-01-121-1/+1
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-121-11/+17
* drats! remove tabsGabor Greif2009-01-111-1/+1
* simplify CallSite helper class to not consult the Instruction'sGabor Greif2009-01-111-21/+38
* Duplicated node may produce a non-physical register def.Evan Cheng2009-01-091-1/+1
* Removed trailing whitespace.Misha Brukman2009-01-0930-929/+929
* Request DwarfWriter. This will be used to handle dbg_* intrinsics.Devang Patel2009-01-091-1/+3
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-091-3/+24
* add a helper method.Chris Lattner2009-01-091-0/+7
* fit in 80 colsChris Lattner2009-01-091-2/+2
* Adjustments to last patch based on review.Dale Johannesen2009-01-092-0/+10
* Convert DwarfWriter into a pass.Devang Patel2009-01-081-7/+8
* Delete unnecessary parens around return values.Dan Gohman2009-01-081-2/+2
* Correct the form of the atomic opcode names in a comment.Dan Gohman2009-01-081-2/+2
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-081-2/+5
* * Don't explicitly cast "0" to "void*". This doesn't work well with specializedBill Wendling2009-01-081-3/+3
* Remove extra blank line and space.Misha Brukman2009-01-081-2/+1
* * Added unittests for StringMapMisha Brukman2009-01-081-2/+4
* * Fixed spelling of "sentinel"Misha Brukman2009-01-081-23/+23
* Assert that VectorType::getTruncatedElementVectorType is not used withBob Wilson2009-01-071-0/+2
* remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.hChris Lattner2009-01-071-151/+0
* Add empty() methods for register def lists.Dan Gohman2009-01-071-0/+8
* The coalescer does not coalesce a virtual register to a physical register if ...Evan Cheng2009-01-071-0/+7
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-072-0/+27
* no need to negate the APInt for 0.Chris Lattner2009-01-061-1/+1
* Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner2009-01-051-11/+10
* make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris Lattner2009-01-051-1/+10
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-051-16/+0
* Extract source location info from DebugInfo.Devang Patel2009-01-051-9/+31
* Add a note about passing MVT::Other to getSetCCResultType.Duncan Sands2009-01-051-2/+5
* Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel2009-01-051-2/+17