- Aug 11, 2009
-
-
Daniel Dunbar authored
evaluation. llvm-svn: 78692
-
Daniel Dunbar authored
llvm-svn: 78641
-
Daniel Dunbar authored
llvm-svn: 78640
-
Daniel Dunbar authored
yet (I'm not even sure what they do). llvm-svn: 78639
-
Daniel Dunbar authored
(and outputting a diagnostic pointing at the wrong place), all of which lead to much confusion. llvm-svn: 78637
-
- Aug 10, 2009
-
-
Chris Lattner authored
llvm-svn: 78576
-
Chris Lattner authored
llvm-svn: 78575
-
Chris Lattner authored
instead of syntactically as a string. This means that it keeps track of the segment, section, flags, etc directly and asmprints them in the right format. This also includes parsing and validation support for llvm-mc and "attribute(section)", so we should now start getting errors about invalid section attributes from the compiler instead of the assembler on darwin. Still todo: 1) Uniquing of darwin mcsections 2) Move all the Darwin stuff out to MCSectionMachO.[cpp|h] 3) there are a few FIXMEs, for example what is the syntax to get the S_GB_ZEROFILL segment type? llvm-svn: 78547
-
- Aug 09, 2009
-
-
Chris Lattner authored
This totally optimizes PIC16 sections by not having an 'isdirective' bit anymore!! ;-) llvm-svn: 78517
-
Chris Lattner authored
llvm-mc's purpose yet and we'll want to switch to creating semantic sections at some point. llvm-svn: 78509
-
- Aug 08, 2009
-
-
Benjamin Kramer authored
llvm-svn: 78463
-
Kevin Enderby authored
I can clean this up a bit more and do way with the TheCondState and just use the top element on the TheCondStack if not empty. Also may tweak the code around ParseConditionalAssemblyDirectives() to simplify the AsmParser code. llvm-svn: 78423
-
- Aug 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77950
-
- Aug 02, 2009
-
-
Chris Lattner authored
llvm-svn: 77835
-
- Aug 01, 2009
-
-
Chris Lattner authored
llvm-svn: 77804
-
Chris Lattner authored
llvm-svn: 77787
-
Daniel Dunbar authored
llvm-svn: 77761
-
- Jul 31, 2009
-
-
Daniel Dunbar authored
- Uses MCAsmToken::getIdentifier which returns the (sub)string representing the meaningfull contents a string or identifier token. - Directives aren't done yet. llvm-svn: 77739
-
Chris Lattner authored
llvm-svn: 77700
-
Chris Lattner authored
llvm-svn: 77689
-
- Jul 29, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77385
-
Daniel Dunbar authored
llvm-svn: 77384
-
Daniel Dunbar authored
generic MCAsmParser interface. llvm-svn: 77381
-
- Jul 28, 2009
-
-
Daniel Dunbar authored
llvm-svn: 77362
-
Daniel Dunbar authored
llvm-svn: 77341
-
Daniel Dunbar authored
llvm-svn: 77337
-
Daniel Dunbar authored
llvm-svn: 77328
-
Daniel Dunbar authored
llvm-svn: 77323
-
Daniel Dunbar authored
llvm-svn: 77322
-
Daniel Dunbar authored
llvm-svn: 77292
-
Daniel Dunbar authored
llvm-svn: 77287
-
Daniel Dunbar authored
llvm-svn: 77272
-
- Jul 27, 2009
-
-
Daniel Dunbar authored
- My DFS traversal of LLVM is, at least for now, nearly complete! :) llvm-svn: 77258
-
- Jul 26, 2009
-
-
Daniel Dunbar authored
classes, and migrate existing targets over. llvm-svn: 77126
-
Daniel Dunbar authored
- This is a simplified mechanism which just looks up a target based on the target triple, with a few additional flags. - Remove getClosestStaticTargetForModule, the moral equivalent is now: lookupTarget(Mod->getTargetTriple, true, false, ...); - This no longer does the fuzzy matching with target data (based on endianness and pointer width) that getClosestStaticTargetForModule was doing, but this was deemed unnecessary. llvm-svn: 77111
-
- Jul 23, 2009
-
-
Daniel Dunbar authored
- Yay for '-'s and simplifications! - I kept StringMap::GetOrCreateValue for compatibility purposes, this can eventually go away. Likewise the StringMapEntry Create functions still follow the old style. - NIFC. llvm-svn: 76888
-
- Jul 20, 2009
-
-
Kevin Enderby authored
the parsing of the .dump and .load should be done in the assembly parser and not have any need for an MCStreamer API. Changed the code for now so these just produce an error saying these specific directives are not yet implemented since they are likely no longer used and may never need to be implemented. llvm-svn: 76462
-
Daniel Dunbar authored
- This provides the AsmLexer interface to the target specific assembly parsers. llvm-svn: 76460
-
Daniel Dunbar authored
- This provides the AsmParser interface to the target specific assembly parsers. llvm-svn: 76453
-
- Jul 18, 2009
-
-
Daniel Dunbar authored
llvm-svn: 76260
-