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
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
Tweak spelling.
Andrew Trick
2012-07-05
Enable target dependent directive parsing to hook before standard parser in
Akira Hatanaka
2012-07-03
MCContext.cpp: Fixup for my odd previous commit. No functional changes.
NAKAMURA Takumi
2012-07-03
MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...
NAKAMURA Takumi
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-06-22
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-16
Implement irpc. Extracted from a patch by the PaX team. I just added the test.
Rafael Espindola
2012-06-15
Factor macro argument parsing into helper methods and add support for .irp.
Rafael Espindola
2012-06-06
Add accessors for all private members of DisasmContext.
Benjamin Kramer
2012-06-05
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-03
Represent .rept as an anonymous macro. This removes the need for the ActiveRept
Rafael Espindola
2012-06-03
Add a typedef to simplify the code a bit. Not functionality change.
Rafael Espindola
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-31
Fix typo in assembly directive. Noticed by inspection.
Eric Christopher
2012-05-25
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-24
Mark some static arrays as const.
Craig Topper
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-12
Fix spacing after if.
Benjamin Kramer
2012-05-12
Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
Rafael Espindola
2012-05-12
ELF: Add support for the asm .version directive.
Benjamin Kramer
2012-05-12
AsmParser: Add support for the .purgem directive.
Benjamin Kramer
2012-05-12
AsmParser: Give a nice error message for .code16gcc, which is currently unsup...
Benjamin Kramer
2012-05-12
AsmParser: ignore the .extern directive.
Benjamin Kramer
2012-05-12
AsmParser: Add support for .ifc and .ifnc directives.
Benjamin Kramer
2012-05-12
AsmParser: Add support for .ifb and .ifnb directives.
Benjamin Kramer
2012-05-11
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-01
MC: Unknown assembler directives are now hard errors.
Jim Grosbach
2012-05-01
MC: Remove errant EatToEndOfStatement() in asm parser.
Jim Grosbach
2012-04-16
MC assembly parser handling for trailing comma in macro instantiation.
Jim Grosbach
2012-04-11
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2012-04-10
Use the correct section types on Solaris for unwind data on both x86 and x86-64.
David Chisnall
2012-04-07
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-06
Fixed two leaks in the MC disassembler. The MC
Sean Callanan
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-27
Prune some includes
Craig Topper
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-23
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
Akira Hatanaka
2012-03-20
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
Tidy up.
Jim Grosbach
2012-03-17
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-03-15
Implement relocation-overflow behavior for PE/COFF.
Michael J. Spencer
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-03
Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.
Rafael Espindola
[next]