- Sep 11, 2012
-
-
Jason Molenda authored
it is unconditionally present now. ObjectContainerBSDArchive::CreateInstance %z8.8x is not a valid printf arg specifier, %8.8zx would work for size_t arg but this arg is addr_t. use %8.8llx and cast up to uint64_t. ObjectFile::FindPlugin ditto. DynamicRegisterInfo::SetRegisterInfo ifdef this function out if LLDB_DISABLE_PYTHON. llvm-svn: 163599
-
Douglas Gregor authored
llvm-svn: 163598
-
Douglas Gregor authored
llvm-svn: 163597
-
Craig Topper authored
llvm-svn: 163596
-
Richard Smith authored
llvm-svn: 163595
-
Craig Topper authored
llvm-svn: 163594
-
NAKAMURA Takumi authored
llvm-svn: 163593
-
Alex Rosenberg authored
Add a pass that renames everything with metasyntatic names. This works well after using bugpoint to reduce the confusion presented by the original names, which no longer mean what they used to. llvm-svn: 163592
-
rdar://problem/11935492Greg Clayton authored
Fixed an issue where if we call "Process::Destroy()" and the process is running, if we try to stop it and get "exited" back as the stop reason, we will still deliver the exited event. llvm-svn: 163591
-
Greg Clayton authored
llvm-svn: 163590
-
Greg Clayton authored
llvm-svn: 163589
-
Argyrios Kyrtzidis authored
Fixed by pointing the end location of the preprocessed entity for the #include at the closing '>', instead of the start of '<'. rdar://11113134 llvm-svn: 163588
-
Craig Topper authored
Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Factor similar code out of FNEG DAG combiner. llvm-svn: 163587
-
Eric Christopher authored
llvm-svn: 163586
-
Eric Christopher authored
that the types aren't artificial the args are, but this is currently represented by an artificial type.) Found by inspection. llvm-svn: 163585
-
Chandler Carruth authored
Patch by Brad Smith! llvm-svn: 163584
-
Chandler Carruth authored
In code review, it looked like these warnings do not actually fire with modern Clang or GCC. However, the pragma is flat out rejected by GCC in many configurations (-Werror) so it ended up causing more problems than it fixed. Daniel agreed with reverting this, but I think didn't have time to get to it. llvm-svn: 163583
-
Chad Rosier authored
llvm-svn: 163581
-
Andrew Trick authored
The Hexagon target decided to use a lot of functionality from the target-independent scheduler. That's fine, and other targets should be able to do the same. This reorg and API update makes that easy. For the record, ScheduleDAGMI was not meant to be subclassed. Instead, new scheduling algorithms should be able to implement MachineSchedStrategy and be done. But if need be, it's nice to be able to extend ScheduleDAGMI, so I also made that easier. The target scheduler is somewhat more apt to break that way though. llvm-svn: 163580
-
Andrew Trick authored
llvm-svn: 163579
-
Eli Friedman authored
llvm-svn: 163578
-
Jordan Rose authored
C++11 [expr.call]p1: ...If the selected function is non-virtual, or if the id-expression in the class member access expression is a qualified-id, that function is called. Otherwise, its final overrider in the dynamic type of the object expression is called. <rdar://problem/12255556> llvm-svn: 163577
-
Jim Ingham authored
llvm-svn: 163576
-
Jim Ingham authored
llvm-svn: 163575
-
Anna Zaks authored
The one reported bug, which was exposed by stl inlining, is addressed in r163558. llvm-svn: 163574
-
Michael J. Spencer authored
llvm-svn: 163573
-
Jim Ingham authored
Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans and they are not done, then we aren't done either. <rdar://problem/12259124> llvm-svn: 163572
-
Anna Zaks authored
depth. We only want to count how many substantial functions we inlined. This is an improvement to r163558. llvm-svn: 163571
-
Eric Christopher authored
right now. We'll fix PR13303 a different way. llvm-svn: 163570
-
Eric Christopher authored
llvm-svn: 163569
-
Eric Christopher authored
llvm-svn: 163568
-
Eric Christopher authored
llvm-svn: 163567
-
Argyrios Kyrtzidis authored
Unfortunately, no test case. rdar://11960120 llvm-svn: 163566
-
Chad Rosier authored
llvm-svn: 163565
-
David Blaikie authored
Patch by David Tweed, review by myself and John McCall. llvm-svn: 163564
-
Argyrios Kyrtzidis authored
rdar://12257073 llvm-svn: 163563
-
Anna Zaks authored
llvm-svn: 163562
-
Chad Rosier authored
llvm-svn: 163561
-
Ted Kremenek authored
Revert "Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons." This should be discussed more first. llvm-svn: 163560
-
Sean Callanan authored
truncated during install-headers. <rdar://problem/12268130> llvm-svn: 163559
-