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 accessors for all private members of DisasmContext.
Benjamin Kramer
2012-06-06
1
-0
/
+8
*
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
1
-2
/
+4
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
1
-0
/
+2
*
Represent .rept as an anonymous macro. This removes the need for the ActiveRept
Rafael Espindola
2012-06-03
1
-55
/
+88
*
Add a typedef to simplify the code a bit. Not functionality change.
Rafael Espindola
2012-06-03
1
-7
/
+9
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Fix typo in assembly directive. Noticed by inspection.
Eric Christopher
2012-05-31
1
-1
/
+1
*
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-25
1
-1
/
+1
*
Mark some static arrays as const.
Craig Topper
2012-05-24
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
9
-104
/
+158
*
Fix spacing after if.
Benjamin Kramer
2012-05-12
1
-6
/
+5
*
Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
Rafael Espindola
2012-05-12
1
-0
/
+91
*
ELF: Add support for the asm .version directive.
Benjamin Kramer
2012-05-12
1
-0
/
+28
*
AsmParser: Add support for the .purgem directive.
Benjamin Kramer
2012-05-12
1
-0
/
+23
*
AsmParser: Give a nice error message for .code16gcc, which is currently unsup...
Benjamin Kramer
2012-05-12
1
-1
/
+1
*
AsmParser: ignore the .extern directive.
Benjamin Kramer
2012-05-12
1
-0
/
+4
*
AsmParser: Add support for .ifc and .ifnc directives.
Benjamin Kramer
2012-05-12
1
-0
/
+54
*
AsmParser: Add support for .ifb and .ifnb directives.
Benjamin Kramer
2012-05-12
1
-0
/
+29
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
12
-35
/
+35
*
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
1
-2
/
+0
*
MC: Unknown assembler directives are now hard errors.
Jim Grosbach
2012-05-01
1
-1
/
+1
*
MC: Remove errant EatToEndOfStatement() in asm parser.
Jim Grosbach
2012-05-01
1
-3
/
+1
*
MC assembly parser handling for trailing comma in macro instantiation.
Jim Grosbach
2012-04-16
1
-5
/
+5
*
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2012-04-11
1
-7
/
+5
*
Use the correct section types on Solaris for unwind data on both x86 and x86-64.
David Chisnall
2012-04-10
1
-3
/
+8
*
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-07
1
-0
/
+1
*
Fixed two leaks in the MC disassembler. The MC
Sean Callanan
2012-04-06
2
-1
/
+13
*
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
1
-1
/
+2
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
3
-4
/
+16
*
Prune some includes
Craig Topper
2012-03-27
3
-3
/
+0
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
6
-9
/
+10
*
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
Akira Hatanaka
2012-03-23
2
-29
/
+13
*
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
2
-2
/
+2
*
Tidy up.
Jim Grosbach
2012-03-20
1
-3
/
+2
*
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-03-17
1
-0
/
+5
*
Implement relocation-overflow behavior for PE/COFF.
Michael J. Spencer
2012-03-15
1
-2
/
+29
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
2
-2
/
+3
*
Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.
Rafael Espindola
2012-03-03
2
-2
/
+2
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
2
-4
/
+4
*
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-28
3
-10
/
+34
*
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-02-27
1
-2
/
+4
*
Grammar-o.
Eric Christopher
2012-02-25
1
-1
/
+1
*
ARM Thumb symbol references in assembly need the low bit set.
Jim Grosbach
2012-02-24
1
-0
/
+5
*
Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!
Michael J. Spencer
2012-02-23
1
-6
/
+16
*
Bump SmallString to the minimum required amount for raw_ostream to avoid allo...
Benjamin Kramer
2012-02-23
1
-2
/
+2
*
MC: Fix the MCNullStreamer which was broken in r147763.
Daniel Dunbar
2012-02-22
1
-0
/
+4
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-4
/
+1
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-16
/
+11
*
Fix typo in comment ldopen() -> dlopen().
Kevin Enderby
2012-02-17
1
-1
/
+1
*
Put back the initializing the targets in the disassembler API with a comment as
Kevin Enderby
2012-02-17
1
-0
/
+13
[next]