- Feb 07, 2009
-
-
Ted Kremenek authored
llvm-svn: 64039
-
Ted Kremenek authored
llvm-svn: 64038
-
Chris Lattner authored
for pointing this out! llvm-svn: 64037
-
Ted Kremenek authored
Determining the allocation site for a leak when constructing a CFRefLeakReport. This avoids repeated calls to GetAllocationSite when Profiling a CFRefLeakReport object. llvm-svn: 64036
-
Mon P Wang authored
changes the address space of the pointer. llvm-svn: 64035
-
Ted Kremenek authored
llvm-svn: 64034
-
Ted Kremenek authored
llvm-svn: 64033
-
Anders Carlsson authored
llvm-svn: 64032
-
Anders Carlsson authored
llvm-svn: 64031
-
Mike Stump authored
llvm-svn: 64030
-
Sebastian Redl authored
llvm-svn: 64029
-
Mike Stump authored
This will allow us to generate break and continue even if vlas are involved without worry that we'll silently generate bad code. llvm-svn: 64028
-
Sebastian Redl authored
llvm-svn: 64027
-
Dale Johannesen authored
No functional change. llvm-svn: 64026
-
Sebastian Redl authored
This uncovers some bugs, so several test cases now fail. llvm-svn: 64025
-
Evan Cheng authored
llvm-svn: 64024
-
Evan Cheng authored
llvm-svn: 64023
-
Chris Lattner authored
llvm-svn: 64022
-
Mike Stump authored
llvm-svn: 64021
-
Mike Stump authored
llvm-svn: 64020
-
Douglas Gregor authored
llvm-svn: 64019
-
Dan Gohman authored
ScheduleDAG's TLI member to use const. llvm-svn: 64018
-
Dan Gohman authored
to make the encapsulation more clear. llvm-svn: 64017
-
Dan Gohman authored
the iterator typedefs instead of handling the std::vector directly. llvm-svn: 64016
-
Sebastian Redl authored
llvm-svn: 64015
-
Mike Stump authored
llvm-svn: 64014
-
Sebastian Redl authored
llvm-svn: 64013
-
Chris Lattner authored
for pointing this out. llvm-svn: 64011
-
Chris Lattner authored
llvm-svn: 64010
-
Chris Lattner authored
Obviously I make a miserable header developer :) llvm-svn: 64009
-
Chris Lattner authored
llvm-svn: 64008
-
Chris Lattner authored
uintmax_t is unsigned long long, which is not optimal, but is assumed elsewhere already. llvm-svn: 64007
-
Chris Lattner authored
Thanks to Eli for pointing this out. llvm-svn: 64006
-
Nick Lewycky authored
two AddString methods to use it. llvm-svn: 64005
-
Mike Stump authored
llvm-svn: 64004
-
Mike Stump authored
llvm-svn: 64003
-
Nick Lewycky authored
pointed out by Torok Edwin. Remove trailing whitespaces. llvm-svn: 64002
-
Daniel Dunbar authored
- Currently, this is producing poor code, but we prefer correctness to performance for now. Eventually we should be able to generally avoid having to set the alignment when we control the alignment of the alloca. - This knocks out 33/1000 failures on my single argument ABI tests, down to 22/1000 and 18 of these appear to be gcc bugs. Woot. llvm-svn: 64001
-
Dale Johannesen authored
Adjust derived classes to pass UnknownLoc where a DebugLoc does not make sense. Pick one of DebugLoc and non-DebugLoc variants to survive for all such classes. llvm-svn: 64000
-
Evan Cheng authored
llvm-svn: 63999
-