index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some more handlers for ELF section directives.
Matt Fleming
2010-07-20
1
-0
/
+54
*
Let's get those buildbots green: #include is needed in the header, not just t...
Owen Anderson
2010-07-20
2
-1
/
+1
*
apparently also missing an include.
Chris Lattner
2010-07-20
1
-0
/
+1
*
this is in System
Chris Lattner
2010-07-20
1
-1
/
+1
*
turn this into a normal header.
Chris Lattner
2010-07-20
1
-8
/
+11
*
hopefully heal the linux builders
Chris Lattner
2010-07-20
1
-0
/
+1
*
there is no reason to dynamically generate a static header.
Chris Lattner
2010-07-20
4
-16
/
+71
*
drop edinfo.inc into the objdir for src!=objdir builds.
Chris Lattner
2010-07-20
1
-2
/
+2
*
Update header.
Eric Christopher
2010-07-20
1
-1
/
+1
*
hopefully teach cmake to build the .inc file.
Chris Lattner
2010-07-20
1
-0
/
+9
*
cmake too
Chris Lattner
2010-07-20
1
-0
/
+6
*
forgot to add a file
Chris Lattner
2010-07-20
1
-0
/
+21
*
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-07-20
9
-1
/
+1779
*
MC/Mach-O: Silently ignore .file directives instead of error'ing out on
Daniel Dunbar
2010-07-19
1
-2
/
+8
*
_[A-Z] identifiers are reserved for the implementation.
Michael J. Spencer
2010-07-19
1
-1
/
+1
*
MC: Add WinCOFFStreamer implementation and merge common code from MachO
Michael J. Spencer
2010-07-19
3
-81
/
+239
*
TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...
Daniel Dunbar
2010-07-19
1
-1
/
+1
*
Make .align parse correctly on platforms where .align is measured in bytes.
Eli Friedman
2010-07-19
1
-5
/
+8
*
MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't
Daniel Dunbar
2010-07-18
3
-187
/
+93
*
MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token
Daniel Dunbar
2010-07-18
2
-25
/
+26
*
MC/AsmParser: Add macro argument substitution support.
Daniel Dunbar
2010-07-18
1
-8
/
+85
*
MC/AsmParser: Add basic support for macro instantiation.
Daniel Dunbar
2010-07-18
1
-20
/
+112
*
MC/AsmParser: Add basic parsing support for .macro definitions.
Daniel Dunbar
2010-07-18
1
-0
/
+96
*
MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't
Daniel Dunbar
2010-07-18
1
-5
/
+37
*
MC/AsmParser: Use Error() instead of calling PrintMessage() directly.
Daniel Dunbar
2010-07-18
1
-4
/
+2
*
MC/AsmParser: Fix TokError() to accept a Twine.
Daniel Dunbar
2010-07-18
2
-1
/
+2
*
MC/AsmParser: Hide the AsmParser implementation.
Daniel Dunbar
2010-07-18
1
-3
/
+117
*
Start of .sleb128/.uleb128 parsing support.
Eli Friedman
2010-07-17
1
-0
/
+26
*
Work-in-progress parsing for ELF .section directive.
Eli Friedman
2010-07-17
1
-5
/
+113
*
Add support for parsing .size directives for ELF.
Eli Friedman
2010-07-17
1
-0
/
+24
*
MC/AsmParser: Lift Run() and TargetParser to base class.
Daniel Dunbar
2010-07-17
2
-8
/
+16
*
fix indentation and 80 cols
Chris Lattner
2010-07-15
1
-2
/
+3
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
1
-1
/
+1
*
MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.
Daniel Dunbar
2010-07-12
3
-43
/
+71
*
MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.
Daniel Dunbar
2010-07-12
3
-728
/
+766
*
MC/AsmParser: Move .section parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-13
/
+10
*
MC/AsmParser: Move special section directive parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-158
/
+316
*
MC/AsmParser: Add a basic ELFAsmParser extension.
Daniel Dunbar
2010-07-12
1
-0
/
+45
*
MC/AsmParser: Inline AsmParser::CreateSymbol into callers.
Daniel Dunbar
2010-07-12
1
-11
/
+6
*
MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-26
/
+30
*
MC/AsmParser: Move .desc parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-7
/
+8
*
MC/AsmParser: Move .lsym parsing to Darwin specific parser.
Daniel Dunbar
2010-07-12
1
-8
/
+9
*
MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.
Daniel Dunbar
2010-07-12
1
-23
/
+34
*
MC/AsmParser: Add a DarwinAsmParser extension.
Daniel Dunbar
2010-07-12
1
-1
/
+24
*
MC/AsmParser: Switch a bunch of directive parsing to use accessors.
Daniel Dunbar
2010-07-12
1
-112
/
+114
*
MCAsmParser: Pull some directive handling out into a helper class, and change
Daniel Dunbar
2010-07-12
1
-15
/
+43
*
MC/AsmParser: Switch some directive parsing to use accessor methods.
Daniel Dunbar
2010-07-12
1
-17
/
+17
*
MC: Add MCAsmParserExtension, a base class for all the target/object specific
Daniel Dunbar
2010-07-12
3
-0
/
+28
*
MC: Move AsmParser::TokError to MCAsmParser().
Daniel Dunbar
2010-07-12
2
-5
/
+6
*
MC: Move getLoc() to MCAsmLexer().
Daniel Dunbar
2010-07-12
2
-6
/
+5
[next]