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
/
include
/
llvm
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-1
/
+3
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
1
-4
/
+2
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
1
-0
/
+70
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
2
-5
/
+25
*
Further cleanups. Thanks for Sean Silva for noticing it.
Rafael Espindola
2012-11-25
1
-24
/
+12
*
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
1
-42
/
+35
*
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
1
-16
/
+16
*
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
1
-0
/
+1
*
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-24
1
-16
/
+88
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
2
-2
/
+3
*
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
1
-1
/
+5
*
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-09
1
-0
/
+1
*
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-11-06
1
-0
/
+4
*
MCRegisterClass should be returned by const ref, not by value.
Lang Hames
2012-10-26
1
-1
/
+1
*
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
2
-8
/
+16
*
Fix anonymous namespace issue introduced by r166714:
Kaelyn Uhrain
2012-10-25
1
-2
/
+0
*
[ms-inline asm] Perform field lookups with the dot operator.
Chad Rosier
2012-10-25
1
-0
/
+2
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-1
/
+35
*
Add 'const' qualifier on member functions not changing its fields.
Michael Liao
2012-10-25
1
-3
/
+3
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
1
-0
/
+3
*
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
1
-0
/
+4
*
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
2
-1
/
+4
*
[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...
Eli Friedman
2012-10-22
1
-3
/
+0
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
1
-1
/
+8
*
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
1
-0
/
+5
*
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
1
-0
/
+5
*
[ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.
Chad Rosier
2012-10-19
1
-0
/
+8
*
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
Chad Rosier
2012-10-19
1
-0
/
+6
*
Pacify -Wnon-virtual-dtor.
Nick Lewycky
2012-10-19
1
-0
/
+1
*
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
1
-1
/
+2
*
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
1
-4
/
+2
*
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
Chad Rosier
2012-10-18
1
-16
/
+20
*
misched: Better handling of invalid latencies in the machine model
Andrew Trick
2012-10-17
1
-3
/
+5
*
[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...
Chad Rosier
2012-10-16
1
-0
/
+1
*
[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style
Chad Rosier
2012-10-15
1
-0
/
+20
*
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
1
-0
/
+5
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
2
-18
/
+6
*
[ms-inline asm] Capitalize per coding standard.
Chad Rosier
2012-10-12
1
-1
/
+1
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-11
/
+3
*
[ms-inline asm] Add a few data members and member functions to the
Chad Rosier
2012-10-12
1
-0
/
+24
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
6
-22
/
+0
*
TODO comment
Andrew Trick
2012-10-10
1
-0
/
+3
*
misched: Generate IsBuffered flag for machine resources.
Andrew Trick
2012-10-10
1
-2
/
+9
*
Update comment.
Eric Christopher
2012-10-08
1
-1
/
+2
*
[ms-inline asm] Add a comment describing the MapAndConstraints.
Chad Rosier
2012-10-05
1
-0
/
+2
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-2
/
+6
*
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
1
-0
/
+7
*
Remove unused function that used to get itineraries from SubTargetFeatures. T...
Craig Topper
2012-10-03
1
-4
/
+0
*
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
2012-10-02
1
-7
/
+0
*
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
1
-0
/
+7
[prev]
[next]