aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/InlineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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