Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
9a4cb15ecabfd1d9b58ba9262fad749ac7ecff3d
/
lib
/
Transforms
/
Utils
/
InlineFunction.cpp
de08737
Use Instruction::eraseFromParent().
by Dan Gohman
· 17 years ago
2e25137
Clean up a use of std::distance.
by Dan Gohman
· 17 years ago
adf7978
Teach InlineFunction how to differentiate between multiple-value
by Dan Gohman
· 17 years ago
b91ea9d
Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better.
by Gabor Greif
· 17 years ago
d8aa33a
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
by Nick Lewycky
· 17 years ago
819d91a
Check type instead of no. of operands.
by Devang Patel
· 17 years ago
1783644
The "stacksave is not nounwind problem" no longer
by Duncan Sands
· 17 years ago
acd3786
Mark calls to llvm.stacksave, llvm.stackrestore as
by Dale Johannesen
· 17 years ago
d6da1d0
API changes for class Use size reduction, wave 1.
by Gabor Greif
· 17 years ago
59b4bc3
Restore optimization that merges blocks when inline function
by Devang Patel
· 17 years ago
859ff0f
Simplify
by Devang Patel
· 17 years ago
1fd570f
Update the inliner and simplifycfg to handle unwind_to.
by Nick Lewycky
· 17 years ago
fed0441
Update inliner to handle functions that return multiple values.
by Devang Patel
· 17 years ago
54b8621
Use while loop.
by Devang Patel
· 18 years ago
98b5180
Use cast instead of dyn_cast.
by Devang Patel
· 18 years ago
bd4e13d
Handle multiple return values.
by Devang Patel
· 18 years ago
96ad126
Revert r46393: readonly/readnone functions are no
by Duncan Sands
· 18 years ago
db1b10a
Create an explicit copy for byval parameters even
by Duncan Sands
· 18 years ago
2c66386
Do this more neatly.
by Duncan Sands
· 18 years ago
5193954
we don't have to make an explicit copy of a byval argument when
by Chris Lattner
· 18 years ago
124993a
When inlining a functino with a byval argument, make an explicit
by Chris Lattner
· 18 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
a86e919
GC poses hazards to the inliner. Consider:
by Gordon Henriksen
· 18 years ago
2937e35
When inlining through an 'nounwind' call, mark inlined
by Duncan Sands
· 18 years ago
7dc19d4
Rename isNoReturn to doesNotReturn, and isNoUnwind to doesNotThrow.
by Duncan Sands
· 18 years ago
1c5526c
Make invokes of inline asm legal. Teach codegen
by Duncan Sands
· 18 years ago
bb2f222
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
by Christopher Lamb
· 18 years ago
266ef9b
Revert this part of r45073 until the verifier is
by Duncan Sands
· 18 years ago
7868f3c
Make instcombine promote inline asm calls to 'nounwind'
by Duncan Sands
· 18 years ago
79d2887
Rather than having special rules like "intrinsics cannot
by Duncan Sands
· 18 years ago
f5588dc
Fix PR1146: parameter attributes are longer part of
by Duncan Sands
· 18 years ago
8278ef5
by David Greene
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago