aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineModuleInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the include of MachineLocation.h into MachineModuleInfo.hDan Gohman2008-10-161-1/+0
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-221-1/+3
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-221-0/+5
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-2/+2
* Make the DICountVisitor not a visitor. This keeps us from calling virtualBill Wendling2008-07-091-33/+154
* Use the canonical way to get an empty structure.Bill Wendling2008-07-071-3/+2
* Use StringMap for greater justice!Bill Wendling2008-07-071-1/+1
* Don't return std::vector by value, but pass it in by reference to be filled.Bill Wendling2008-07-031-12/+10
* Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling2008-07-031-61/+818
* Use the canonical form for getting an empty structure.Bill Wendling2008-07-021-10/+5
* Sorry. I couldn't sleep at night knowing I put these ugly casts into the sour...Bill Wendling2008-07-021-2/+1
* - Update comments. Bill Wendling2008-07-011-2/+4
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-301-1/+4
* Revert (52748 and friends):Anton Korobeynikov2008-06-291-4/+1
* Reduce number of times .size() is called on a vector. Rename some variables toBill Wendling2008-06-271-16/+22
* Cruft left from patch revert...sorry. :-(Bill Wendling2008-06-271-3/+6
* Reverting broken patch r52803.Bill Wendling2008-06-271-33/+20
* - Remove a use of std::vector.Bill Wendling2008-06-271-12/+24
* Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean upBill Wendling2008-06-271-791/+32
* Don't create a whole new string just to copy the elements into it.Owen Anderson2008-06-261-5/+3
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-261-1/+6
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+5
* Recommitting EH patch; this should answer most of theDale Johannesen2008-04-021-6/+0
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-3/+3
* 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
* Long live the exception handling!Anton Korobeynikov2007-07-141-0/+4
* Make sure only one copy of a filter is placed in theDuncan Sands2007-07-051-3/+21
* The semantics of invoke require that we always jump to the unwind blockDuncan Sands2007-06-021-0/+4
* Integrate exception filter support and exception catch support. ThisDuncan Sands2007-06-021-4/+23
* Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...Anton Korobeynikov2007-05-231-4/+12
* Emit multiple common EH frames for multiple (including blank) personalityAnton Korobeynikov2007-05-131-13/+30
* More DWARF-related things cleanup:Anton Korobeynikov2007-05-121-3/+12
* Fix http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/0495...Devang Patel2007-05-111-1/+1
* Ooops. Some debugging stuff :)Anton Korobeynikov2007-05-101-1/+0
* Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov2007-05-101-8/+21
* Drop 'const'Devang Patel2007-05-031-3/+3
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-3/+3