index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
Age
Commit message (
Expand
)
Author
2010-08-12
MC/AsmParser: Push the burdon of emitting diagnostics about unmatched
Daniel Dunbar
2010-08-11
llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...
Daniel Dunbar
2010-08-11
MCAsmParser: Add dump() hook to MCParsedAsmOperand.
Daniel Dunbar
2010-08-10
MC/AsmParser: Fix a bug in macro argument parsing, which was dropping
Daniel Dunbar
2010-08-10
Revert "MC/MachO: Fix possible null pointer dereference."
Michael J. Spencer
2010-08-09
Next bit of support for the dwarf .file directive. This patch takes the
Kevin Enderby
2010-08-09
MC/MachO: Fix possible null pointer dereference.
Michael J. Spencer
2010-08-03
MC: Fix symbol fragment offsets in COFF.
Michael J. Spencer
2010-08-03
Revert "MC: Fix symbol fragment offsets in COFF."
Michael J. Spencer
2010-08-03
MC: Add time travel support to COFF.
Michael J. Spencer
2010-08-03
MC: Fix symbol fragment offsets in COFF.
Michael J. Spencer
2010-07-31
Silence some -Asserts uninitialized variable warnings.
Daniel Dunbar
2010-07-31
Add relax all support to the COFF object streamer.
Michael J. Spencer
2010-07-30
MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.
Daniel Dunbar
2010-07-29
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-29
Stop leaking std::strings in GetDwarfFile.
Benjamin Kramer
2010-07-29
COFFObjectWriter: Don't leak COFFSymbols and COFFSections.
Benjamin Kramer
2010-07-29
MC: Destroy Macro instances.
Daniel Dunbar
2010-07-28
Added first bit of support for the dwarf .file directive. This patch collects
Kevin Enderby
2010-07-28
MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).
Daniel Dunbar
2010-07-26
Fix format-specifier warning
Douglas Gregor
2010-07-26
MC: Fix whitespace error from last commit.
Michael J. Spencer
2010-07-26
MC: Add WinCOFFObjectWriter implementation.
Michael J. Spencer
2010-07-22
Initial modifications to MCAssembler and TargetMachine for the MCJIT.
Reid Kleckner
2010-07-20
Add some more handlers for ELF section directives.
Matt Fleming
2010-07-20
Let's get those buildbots green: #include is needed in the header, not just t...
Owen Anderson
2010-07-20
apparently also missing an include.
Chris Lattner
2010-07-20
this is in System
Chris Lattner
2010-07-20
turn this into a normal header.
Chris Lattner
2010-07-20
hopefully heal the linux builders
Chris Lattner
2010-07-20
there is no reason to dynamically generate a static header.
Chris Lattner
2010-07-20
drop edinfo.inc into the objdir for src!=objdir builds.
Chris Lattner
2010-07-20
Update header.
Eric Christopher
2010-07-20
hopefully teach cmake to build the .inc file.
Chris Lattner
2010-07-20
cmake too
Chris Lattner
2010-07-20
forgot to add a file
Chris Lattner
2010-07-20
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-07-19
MC/Mach-O: Silently ignore .file directives instead of error'ing out on
Daniel Dunbar
2010-07-19
_[A-Z] identifiers are reserved for the implementation.
Michael J. Spencer
2010-07-19
MC: Add WinCOFFStreamer implementation and merge common code from MachO
Michael J. Spencer
2010-07-19
TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...
Daniel Dunbar
2010-07-19
Make .align parse correctly on platforms where .align is measured in bytes.
Eli Friedman
2010-07-18
MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't
Daniel Dunbar
2010-07-18
MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token
Daniel Dunbar
2010-07-18
MC/AsmParser: Add macro argument substitution support.
Daniel Dunbar
2010-07-18
MC/AsmParser: Add basic support for macro instantiation.
Daniel Dunbar
2010-07-18
MC/AsmParser: Add basic parsing support for .macro definitions.
Daniel Dunbar
2010-07-18
MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't
Daniel Dunbar
2010-07-18
MC/AsmParser: Use Error() instead of calling PrintMessage() directly.
Daniel Dunbar
2010-07-18
MC/AsmParser: Fix TokError() to accept a Twine.
Daniel Dunbar
[prev]
[next]