- Sep 14, 2009
-
-
Chris Lattner authored
llvm-svn: 81770
-
Fariborz Jahanian authored
structure-valued setter should cause a user error instead of crash. llvm-svn: 81769
-
Eric Christopher authored
Patch by Xerxes Rånby! llvm-svn: 81768
-
Daniel Dunbar authored
llvm-svn: 81766
-
Daniel Dunbar authored
llvm-svn: 81764
-
Edward O'Callaghan authored
llvm-svn: 81760
-
Anders Carlsson authored
llvm-svn: 81759
-
Daniel Dunbar authored
llvm-svn: 81758
-
Daniel Dunbar authored
llvm-svn: 81757
-
Daniel Dunbar authored
The decl wasn't being passed down, which meant that function attributes were not being set correctly. This is particularly important for ARM, since it wants to override the calling convention. Instead we would emit the builtin with the wrong calling convention, and instcombine would come along and merrily shred all the calls to it. :) llvm-svn: 81756
-
Chris Lattner authored
llvm-svn: 81755
-
Chris Lattner authored
full AsmPrinter, and change TargetRegistry to keep track of registered MCInstPrinters. llvm-mc is still linking in the entire target foo to get the code emitter stuff, but this is an important step in the right direction. llvm-svn: 81754
-
Daniel Dunbar authored
llvm-svn: 81753
-
Daniel Dunbar authored
llvm-svn: 81752
-
Daniel Dunbar authored
llvm-svn: 81751
-
Nick Lewycky authored
llvm-svn: 81750
-
Nick Lewycky authored
been told that the type is no longer abstract. llvm-svn: 81749
-
Daniel Dunbar authored
llvm-svn: 81748
-
Sam Weinig authored
llvm-svn: 81747
-
Chris Lattner authored
be a MCInstPrinter. llvm-svn: 81746
-
Chris Lattner authored
llvm-svn: 81745
-
Chris Lattner authored
llvm-svn: 81744
-
Anders Carlsson authored
llvm-svn: 81743
-
Chris Lattner authored
llvm-svn: 81742
-
Chris Lattner authored
llvm-svn: 81741
-
Chris Lattner authored
llvm-svn: 81740
-
Chris Lattner authored
the encoding of the AsmStrs table saving a byte or two. llvm-svn: 81739
-
Anders Carlsson authored
llvm-svn: 81738
-
Daniel Dunbar authored
llvm-svn: 81737
-
Nick Lewycky authored
llvm-svn: 81736
-
Daniel Dunbar authored
llvm-svn: 81735
-
Daniel Dunbar authored
llvm-svn: 81734
-
Anders Carlsson authored
llvm-svn: 81733
-
Daniel Dunbar authored
- Change TargetData string to match llvm-gcc. - Some -target-abi support for 'apcs-gnu', most importantly the alignment of double and long long changes. llvm-svn: 81732
-
Daniel Dunbar authored
llvm-svn: 81731
-
Anders Carlsson authored
Fix a bug in getFriendObjectKind where we would clear out all mask bits except IDNS_TagFriend and IDNS_OrdinaryFriend but then check for IDNS_Tag and IDNS_Ordinary. llvm-svn: 81730
-
Nick Lewycky authored
Also break the type verification stuff into its own TypeSet to keep the Verifier pass from becoming an AbstractTypeUser. llvm-svn: 81729
-
Chris Lattner authored
llvm-svn: 81728
-
Chris Lattner authored
llvm-svn: 81727
-
Chris Lattner authored
llvm-svn: 81726
-