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
*
Fix macros arguments with an underscore, dot or dollar in them. This is based
Rafael Espindola
2012-08-21
1
-1
/
+9
*
Make the wording in of the "expected identifier" error in the .macro directive
Rafael Espindola
2012-08-21
1
-2
/
+2
*
Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
1
-5
/
+4
*
Remove unused variable. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
1
-2
/
+0
*
Fix typo. Extracted from the Andy/PaX patch.
Rafael Espindola
2012-08-21
1
-1
/
+1
*
When emitting the PC range in an FDE, use the same data encoding for both ends
Nick Lewycky
2012-08-12
1
-9
/
+6
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
4
-41
/
+10
*
Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.
Rafael Espindola
2012-08-08
1
-26
/
+28
*
Fix for .pdata and .xdata section attributes on COFF.
Anton Korobeynikov
2012-08-08
2
-8
/
+4
*
Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.
Bill Wendling
2012-08-08
1
-2
/
+39
*
Keep empty assembly macro argument values in the middle of the list.
Jim Grosbach
2012-07-30
1
-2
/
+8
*
Give MCRegisterInfo an implementation file.
Jakob Stoklund Olesen
2012-07-27
2
-0
/
+72
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
3
-3
/
+3
*
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-21
1
-0
/
+2
*
Remove tabs.
Bill Wendling
2012-07-19
1
-2
/
+2
*
Whitespace.
Chad Rosier
2012-07-18
1
-18
/
+14
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
1
-14
/
+19
*
Tweak spelling.
Andrew Trick
2012-07-07
1
-2
/
+2
*
Enable target dependent directive parsing to hook before standard parser in
Akira Hatanaka
2012-07-05
1
-3
/
+5
*
MCContext.cpp: Fixup for my odd previous commit. No functional changes.
NAKAMURA Takumi
2012-07-03
1
-1
/
+1
*
MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...
NAKAMURA Takumi
2012-07-03
1
-5
/
+5
*
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
2
-6
/
+16
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
6
-10
/
+10
*
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
2
-2
/
+0
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
3
-4
/
+2
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
2
-2
/
+2
*
Implement irpc. Extracted from a patch by the PaX team. I just added the test.
Rafael Espindola
2012-06-16
1
-0
/
+57
*
Factor macro argument parsing into helper methods and add support for .irp.
Rafael Espindola
2012-06-15
1
-30
/
+115
*
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
[next]