- Aug 02, 2009
-
-
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
-
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
-
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
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
-
Evan Cheng authored
llvm-svn: 77781
-
Dan Gohman authored
that it released its allocated memory. llvm-svn: 77775
-
Dan Gohman authored
llvm-svn: 77774
-
Dan Gohman authored
llvm-svn: 77769
-
Dan Gohman authored
llvm-svn: 77768
-
Daniel Dunbar authored
llvm-svn: 77767
-
Evan Cheng authored
llvm-svn: 77764
-
Ted Kremenek authored
llvm-svn: 77762
-
Daniel Dunbar authored
llvm-svn: 77761
-
Dan Gohman authored
as it is now a MachineFunctionPass, and MachineFunctionPass now handles this. llvm-svn: 77760
-