- Aug 21, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 79618
-
Benjamin Kramer authored
llvm-svn: 79617
-
Richard Pennington authored
llvm-svn: 79616
-
Andreas Neustifter authored
llvm-svn: 79615
-
Bill Wendling authored
llvm-svn: 79614
-
Daniel Dunbar authored
llvm-svn: 79613
-
Daniel Dunbar authored
- Together these form the (Mach-O) back end of the assembler. - MCAssembler is the actual assembler backend, which is designed to have a reasonable API. This will eventually grow to support multiple object file implementations, but for now its Mach-O/i386 only. - MCMachOStreamer adapts the MCStreamer "actions" API to the MCAssembler API, e.g. converting the various directives into fragments, managing state like the current section, and so on. - llvm-mc will use the new backend via '-filetype=obj', which may eventually be, but is not yet, since I hear that people like assemblers which actually assemble. - The only thing that works at the moment is changing sections. For the time being I have a Python Mach-O dumping tool in test/scripts so this stuff can be easily tested, eventually I expect to replace this with a real LLVM tool. - More doxyments to come. I assume that since this stuff doesn't touch any of the things which are part of 2.6 that it is ok to put this in not so long before the freeze, but if someone objects let me know, I can pull it. llvm-svn: 79612
-
Daniel Dunbar authored
- Add missing flags for various Objective-C sections. - Fix names for [non_]lazy_symbol_pointer (these are misspelled in the manual). - .symbol_stub does not have the self modifying code flag set (this appears to be wrong in the manual?). - Add implicit alignment values; not yet used. Also, call MCStreamer::Finish at the end of a successful parse. llvm-svn: 79611
-
Daniel Dunbar authored
llvm-svn: 79610
-
Daniel Dunbar authored
llvm-svn: 79609
-
Bill Wendling authored
llvm-svn: 79607
-
Daniel Dunbar authored
llvm-svn: 79604
-
Bill Wendling authored
llvm-svn: 79603
-
Erick Tryzelaar authored
llvm-svn: 79602
-
Bill Wendling authored
llvm-svn: 79601
-
Bill Wendling authored
llvm-svn: 79598
-
Sanjiv Gupta authored
Need to find a new way to do target specific semanitc checking. llvm-svn: 79596
-
Eric Christopher authored
negative checks resemble each other. llvm-svn: 79595
-
Eric Christopher authored
llvm-svn: 79594
-
Erick Tryzelaar authored
llvm-svn: 79593
-
Erick Tryzelaar authored
llvm-svn: 79592
-
Zhongxing Xu authored
llvm-svn: 79591
-
Zhongxing Xu authored
llvm-svn: 79590
-
Daniel Dunbar authored
llvm-svn: 79589
-
Zhongxing Xu authored
to untie the ExplodedGraph from a specific Decl. llvm-svn: 79588
-
Mike Stump authored
llvm-svn: 79587
-
Daniel Dunbar authored
llvm-svn: 79586
-
Argyrios Kyrtzidis authored
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. llvm-svn: 79584
-
Douglas Gregor authored
types that are preloaded by the PCH file. Fixes PCH breakage introduced in r79248. llvm-svn: 79583
-
Douglas Gregor authored
- Allowing one to name a member function template within a class template and on the right-hand side of a member access expression. - Template argument deduction for calls to member function templates. - Registering specializations of member function templates (and finding them later). llvm-svn: 79581
-
Ted Kremenek authored
llvm-svn: 79580
-
Bob Wilson authored
vector shuffles. Temporarily remove the tests for these operations until the new implementation is working. llvm-svn: 79579
-
Owen Anderson authored
llvm-svn: 79578
-
Ted Kremenek authored
llvm-svn: 79577
-
Ted Kremenek authored
llvm-svn: 79576
-
Fariborz Jahanian authored
llvm-svn: 79575
-
Erick Tryzelaar authored
and many new unit tests. llvm-svn: 79574
-
Owen Anderson authored
llvm-svn: 79572
-
Fariborz Jahanian authored
of their construction. llvm-svn: 79571
-
Douglas Gregor authored
llvm-svn: 79570
-