- Sep 28, 2010
-
-
Owen Anderson authored
register pressure and thus excess spills, which we don't currently recover from well. This should be re-evaluated in the future if our ability to generate good spills/splits improves. Partial fix for <rdar://problem/7635585>. llvm-svn: 114919
-
Jim Grosbach authored
enable it for real. Leaving the CL option in place to it's easy to disable it again if (when) testers find something I've missed. llvm-svn: 114915
-
Rafael Espindola authored
makes files easier to diff. llvm-svn: 114898
-
- Sep 27, 2010
-
-
Jim Grosbach authored
llvm-svn: 114896
-
Rafael Espindola authored
llvm-svn: 114895
-
Jakob Stoklund Olesen authored
Usually we wouldn't do this anyway because llvm_fenv_testexcept would return an exception, but we have seen some cases where neither errno nor fenv detect an exception on arm-linux. llvm-svn: 114893
-
Jim Grosbach authored
enable it for real. Leaving the CL option in place to it's easy to disable it again if (when) testers find something I've missed. llvm-svn: 114892
-
Rafael Espindola authored
llvm-svn: 114891
-
Michael J. Spencer authored
llvm-svn: 114888
-
Chris Lattner authored
llvm-svn: 114886
-
Bill Wendling authored
"linker_private_weak_auto_def" linkage type for LTO. llvm-svn: 114868
-
Daniel Dunbar authored
llvm-svn: 114862
-
Daniel Dunbar authored
llvm-svn: 114861
-
Jakob Stoklund Olesen authored
This reverts revision 114633. It was breaking llvm-gcc-i386-linux-selfhost. It seems there is a downstream bug that is exposed by -cgp-critical-edge-splitting=0. When that bug is fixed, this patch can go back in. Note that the changes to tailcallfp2.ll are not reverted. They were good are required. llvm-svn: 114859
-
Jakob Stoklund Olesen authored
by reenabling it temporarily. llvm-svn: 114858
-
Jakob Stoklund Olesen authored
llvm-svn: 114857
-
Rafael Espindola authored
llc now recognizes the "intent" to support MC/obj emission for ARM, but given that they are all stubs, it asserts on --filetype=obj --march=arm Patch by Jason Kim. llvm-svn: 114856
-
Rafael Espindola authored
llvm-svn: 114852
-
Bill Wendling authored
during LTO. llvm-svn: 114850
-
Benjamin Kramer authored
llvm-svn: 114847
-
Dale Johannesen authored
llvm-svn: 114844
-
Dale Johannesen authored
and asserts. llvm-svn: 114843
-
Dan Gohman authored
llvm-svn: 114842
-
Dan Gohman authored
llvm-svn: 114841
-
Dan Gohman authored
llvm-svn: 114839
-
Dan Gohman authored
llvm-svn: 114838
-
Dan Gohman authored
function on GraphWriter. llvm-svn: 114837
-
Douglas Gregor authored
llvm-svn: 114835
-
Dan Gohman authored
Add constified overloads for findNearestCommonDominator. llvm-svn: 114834
-
Dan Gohman authored
llvm-svn: 114832
-
Dan Gohman authored
to link in "core". llvm-svn: 114831
-
Dan Gohman authored
llvm-svn: 114830
-
Dan Gohman authored
rename writeHeader's Name argument to Title, to be consistent with WriteGraph. llvm-svn: 114829
-
Dan Gohman authored
llvm-svn: 114828
-
Dan Gohman authored
llvm-svn: 114827
-
Oscar Fuentes authored
llvm-svn: 114826
-
Oscar Fuentes authored
llvm-svn: 114825
-
Michael J. Spencer authored
targeted at symbols into relocations relative to the containing section. Patch by Nathan Jeffords! llvm-svn: 114823
-
Chris Lattner authored
llvm-svn: 114822
-
-