- Aug 02, 2009
-
-
Chris Lattner authored
llvm-svn: 77834
-
Chris Lattner authored
compute it based on what it knows. As part of this, rename getSectionForMergeableConstant to getSectionForConstant because it works for non-mergable constants also. The only functionality change from this is that Xcore will start dropping its jump tables into readonly section instead of data section in -static mode. This should be fine as the linker resolves the relocations. If this is a problem, let me know and we'll come up with another solution. llvm-svn: 77833
-
Chris Lattner authored
testsuite regression with a coming patch. llvm-svn: 77832
-
Daniel Dunbar authored
ENABLE_EXPENSIVE_CHECKS clean on x86_64-.*-darwin10. llvm-svn: 77831
-
Daniel Dunbar authored
llvm-svn: 77830
-
Eli Friedman authored
llvm-svn: 77829
-
Daniel Dunbar authored
llvm-svn: 77828
-
Chris Lattner authored
llvm-svn: 77827
-
Chris Lattner authored
llvm-svn: 77826
-
Chris Lattner authored
llvm-svn: 77824
-
Chris Lattner authored
project under the normal license, yay. :) llvm-svn: 77823
-
Chris Lattner authored
llvm-svn: 77821
-
Chris Lattner authored
llvm-svn: 77820
-
Chris Lattner authored
to: .quad X even on a 32-bit system, where X is not 64-bits. There isn't much that we can do here, so we just print: .quad ((X) & 4294967295) instead. llvm-svn: 77818
-
Chris Lattner authored
llvm-svn: 77817
-
- Aug 01, 2009
-
-
Chris Lattner authored
the appropriate subclasses. llvm-svn: 77815
-
Chris Lattner authored
llvm-svn: 77814
-
Chris Lattner authored
llvm-svn: 77813
-
Chris Lattner authored
llvm-svn: 77812
-
Eli Friedman authored
llvm-svn: 77811
-
Chris Lattner authored
llvm-svn: 77810
-
Chris Lattner authored
llvm-svn: 77808
-
Dan Gohman authored
llvm-svn: 77807
-
Dan Gohman authored
llvm-svn: 77806
-
Chris Lattner authored
llvm-svn: 77805
-
Chris Lattner authored
llvm-svn: 77804
-
Chris Lattner authored
should have no state that is specific to particular globals in the section. In this case, it means the removal of the "isWeak" and "ExplicitSection" bits. MCSection uses the new form of SectionKind. To handle isWeak, I introduced a new SectionInfo class, which is SectionKind + isWeak, and it is used by the part of the code generator that does classification of a specific global. The ExplicitSection disappears. It is moved onto MCSection as a new "IsDirective" bit. Since the Name of a section is either a section or directive, it makes sense to keep this bit in MCSection. Ultimately the creator of MCSection should canonicalize (e.g.) .text to whatever the actual section is. llvm-svn: 77803
-
Eli Friedman authored
serious issues :) llvm-svn: 77800
-
Chris Lattner authored
llvm-svn: 77796
-
Dan Gohman authored
llvm-svn: 77795
-
Dan Gohman authored
actually characters. llvm-svn: 77794
-
Dan Gohman authored
llvm-svn: 77793
-
Dan Gohman authored
llvm-svn: 77792
-
Nick Lewycky authored
llvm-svn: 77791
-
Benjamin Kramer authored
llvm-svn: 77790
-
Chris Lattner authored
llvm-svn: 77789
-
Chris Lattner authored
llvm-svn: 77788
-
Chris Lattner authored
llvm-svn: 77787
-
Eli Friedman authored
llvm-svn: 77786
-
Eli Friedman authored
myself because I'm getting tired of seeing the red buildbots, which have been red since 5:30PM PDT last night. Proposed supplement to developer policy: committers should make sure to be around to watch for buildbot failures after committing. llvm-svn: 77785
-