aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/InlineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use Instruction::eraseFromParent().Dan Gohman2008-06-211-3/+3
* Clean up a use of std::distance.Dan Gohman2008-06-201-2/+1
* Teach InlineFunction how to differentiate between multiple-valueDan Gohman2008-06-201-2/+10
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-1/+2
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-13/+0
* Check type instead of no. of operands.Devang Patel2008-04-231-1/+1
* The "stacksave is not nounwind problem" no longerDuncan Sands2008-04-071-8/+3
* Mark calls to llvm.stacksave, llvm.stackrestore asDale Johannesen2008-04-071-1/+4
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-17/+17
* Restore optimization that merges blocks when inline function Devang Patel2008-03-101-6/+24
* SimplifyDevang Patel2008-03-101-18/+15
* Update the inliner and simplifycfg to handle unwind_to.Nick Lewycky2008-03-091-0/+13
* Update inliner to handle functions that return multiple values.Devang Patel2008-03-071-43/+52
* Use while loop.Devang Patel2008-03-041-3/+2
* Use cast instead of dyn_cast.Devang Patel2008-03-041-2/+1
* Handle multiple return values.Devang Patel2008-03-041-3/+15
* Revert r46393: readonly/readnone functions are noDuncan Sands2008-01-271-9/+6
* Create an explicit copy for byval parameters evenDuncan Sands2008-01-261-6/+9
* Do this more neatly.Duncan Sands2008-01-251-2/+1
* we don't have to make an explicit copy of a byval argument when Chris Lattner2008-01-121-4/+6
* When inlining a functino with a byval argument, make an explicit Chris Lattner2008-01-111-6/+57
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* GC poses hazards to the inliner. Consider:Gordon Henriksen2007-12-251-0/+13
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-191-5/+27
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-181-1/+1
* Make invokes of inline asm legal. Teach codegenDuncan Sands2007-12-171-3/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-1/+1
* Revert this part of r45073 until the verifier isDuncan Sands2007-12-161-2/+3
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-161-3/+2
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-5/+3
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-0/+1
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+496