aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineModuleInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-8/+10
* Rename RecordLabel to RecordSourceLine because that's what it is doing.Evan Cheng2008-02-011-3/+3
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-311-1/+1
* Adjust loop per review feedback.Dale Johannesen2008-01-301-4/+2
* Accept getelementptr starting at GV with all 0 indices as aDale Johannesen2008-01-301-0/+14
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* Do not mark EH tables no-dead-strip unless theDale Johannesen2008-01-161-0/+15
* remove #includageChris Lattner2008-01-071-3/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* The C++ exception handling personality function wantsDuncan Sands2007-12-191-2/+1
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-2/+2
* Provide a way to update DescGlobals cache directly.Devang Patel2007-11-301-0/+6
* Fix PR1628. When exception handling is turned on,Duncan Sands2007-09-051-8/+16
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-271-0/+7
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1905