- Jan 20, 2011
-
-
Michael J. Spencer authored
llvm-svn: 123897
-
Michael J. Spencer authored
llvm-svn: 123896
-
Michael J. Spencer authored
llvm-svn: 123895
-
Anders Carlsson authored
llvm-svn: 123894
-
Anders Carlsson authored
llvm-svn: 123893
-
Andrew Trick authored
Added a check for already live regs before claiming HighRegPressure. Fixed a few cases of checking the wrong number of successors. Added some tracing until these heuristics are better understood. llvm-svn: 123892
-
Jakob Stoklund Olesen authored
The live range may have been deleted earlier because of rematerialization. llvm-svn: 123891
-
Jakob Stoklund Olesen authored
register coalescing. llvm-svn: 123890
-
Greg Clayton authored
going to actually be used as the symbol file plug-in by looking only for suitable N_OSO symbols and avoiding sorting function (N_FUN) and global/static (N_GSYM/N_STSYM) symbols when there are no suitable N_OSO objects. llvm-svn: 123889
-
Anders Carlsson authored
llvm-svn: 123888
-
Anders Carlsson authored
llvm-svn: 123887
-
Michael J. Spencer authored
llvm-svn: 123886
-
Anders Carlsson authored
llvm-svn: 123885
-
Venkatraman Govindaraju authored
with useful instructions. llvm-svn: 123884
-
Anders Carlsson authored
llvm-svn: 123883
-
Anders Carlsson authored
llvm-svn: 123882
-
Greg Clayton authored
changes that recently happened. llvm-svn: 123881
-
Anders Carlsson authored
llvm-svn: 123880
-
Cameron Zwarich authored
llvm-svn: 123879
-
Anders Carlsson authored
llvm-svn: 123878
-
Cameron Zwarich authored
llvm-svn: 123877
-
Anders Carlsson authored
llvm-svn: 123876
-
Anders Carlsson authored
llvm-svn: 123875
-
Rafael Espindola authored
llvm-svn: 123873
-
Jakob Stoklund Olesen authored
llvm-svn: 123872
-
Rafael Espindola authored
failed to find a case where an enum context would make a difference, but found PR9007 on the way. llvm-svn: 123871
-
Jim Ingham authored
Set the thread state to "bland" before calling functions so they don't inherit the pending signals and die. llvm-svn: 123869
-
Ken Dyck authored
llvm-svn: 123868
-
Douglas Gregor authored
declaration that name lookup actually found, so that we can use it for access checking later on. Fixes <rdar://problem/8876150>. llvm-svn: 123867
-
Eric Christopher authored
llvm-svn: 123866
-
Eric Christopher authored
with an invalid type then split the result and perform the overflow check normally. Fixes the 32-bit parts of rdar://8622122 and rdar://8774702. llvm-svn: 123864
-
Douglas Gregor authored
so allow it to propagate the failure outward. Fixes the crashing part of <rdar://problem/8876150>. llvm-svn: 123863
-
Devang Patel authored
llvm-svn: 123862
-
Douglas Gregor authored
overload resolution, so that we only use that number of call arguments for partial ordering. Fixes PR9006, a recent regression. llvm-svn: 123861
-
Douglas Gregor authored
llvm-svn: 123860
-
Jakob Stoklund Olesen authored
llvm-svn: 123859
-
Jakob Stoklund Olesen authored
interval after an instruction. The leaveIntvAfter() method only adds liveness from the instruction's boundary index to the inserted copy. Ideally, SplitKit should be smarter about this, perhaps by combining useIntv() and leaveIntvAfter() into one method that guarantees continuity. llvm-svn: 123858
-
Jim Grosbach authored
llvm-svn: 123857
-
Devang Patel authored
llvm-svn: 123856
-
Greg Clayton authored
llvm-svn: 123855
-