- Aug 02, 2009
-
-
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
-
Daniel Dunbar authored
- Off by default, you can test it with the --no-sh argument. - For me it works for all but 3 tests, but there a number of FIXMEs and QOI issues: o Redirection isn't completely accurate -- in practice it can't portably be, but I would like to error out if someone writes something which isn't going to work. This is the source of the 3 test failures. o Some pipe configurations have the potential to deadlock. o It is significantly slower when multithreaded. I believe this is due to locking happening under the hood, there is probably some kind of solution but I haven't investigated yet. o Log output is ugly. llvm-svn: 77784
-
Daniel Dunbar authored
- Empty arguments weren't handled correctly. - Escapes outside quoted strings weren't handled. llvm-svn: 77783
-