Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f3ebc3f3d2fdeb4737752fed0ea603634313d115
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
ProfilingUtils.cpp
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
edf0788
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
17a5dfe
by David Greene
· 18 years ago
b5f6d0c
eliminate use of deprecated apis
by Chris Lattner
· 19 years ago
a06a8fd
Eliminate use of ctors that take vectors.
by Chris Lattner
· 19 years ago
cc4715e
relax some types
by Chris Lattner
· 19 years ago
c635f47
For PR950:
by Reid Spencer
· 19 years ago
a276d09
Remove isSigned calls via foreknowledge of main's argument types.
by Reid Spencer
· 19 years ago
668d90f
Convert the last uses of CastInst::createInferredCast to a normal cast
by Reid Spencer
· 19 years ago
bfe26ff
Replace CastInst::createInferredCast calls with more accurate cast
by Reid Spencer
· 19 years ago
6c38f0b
For PR950:
by Reid Spencer
· 19 years ago
e0fc4df
For PR950:
by Reid Spencer
· 19 years ago
11e26b5
When a function takes a variable number of pointer arguments, with a zero
by Jeff Cohen
· 20 years ago
b1c9317
Remove trailing whitespace
by Misha Brukman
· 21 years ago
531f9e9
This mega patch converts us from using Function::a{iterator|begin|end} to
by Chris Lattner
· 21 years ago
cb3fb5d
bug 122: - Replace ConstantPointerRef usage with GlobalValue usage
by Reid Spencer
· 21 years ago
e961960
In InsertProfilingInitCall(), make it legal to pass in a null array, in
by Brian Gaeke
· 22 years ago
69193f9
Support getelementptr instructions which use uint's to index into structure
by Chris Lattner
· 22 years ago
dae48f9
Split utility functions out of BlockProfiling.cpp
by Chris Lattner
· 22 years ago