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
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-2
/
+2
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+22
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+4
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+1
*
[PowerPC] Support @h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+1
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
1
-15
/
+15
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
1
-10
/
+10
*
[MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directives
Ulrich Weigand
2013-06-19
1
-0
/
+4
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-5
/
+5
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
2
-48
/
+28
*
Replace use of PathV1.h in MCContext.cpp.
Rafael Espindola
2013-06-14
1
-2
/
+3
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
2
-7
/
+11
*
Whitespace.
Jim Grosbach
2013-06-02
1
-1
/
+1
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-6
/
+9
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
1
-0
/
+18
*
MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.
Ahmed Bougacha
2013-05-30
1
-7
/
+8
*
Remove the MCRegAliasIterator tables and compute the aliases dynamically.
Chad Rosier
2013-05-28
1
-24
/
+71
*
Follow up of the introduction of MCSymbolizer.
Quentin Colombet
2013-05-24
1
-3
/
+23
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
5
-50
/
+419
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
5
-31
/
+294
*
[PowerPC] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
2013-05-23
1
-4
/
+2
*
Minor fix to comment from my previous commit.
Chad Rosier
2013-05-22
1
-1
/
+1
*
Simplify the logic described in the comment.
Chad Rosier
2013-05-22
1
-3
/
+1
*
Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIterator
Chad Rosier
2013-05-22
1
-5
/
+13
*
Cleanup relocation sorting for ELF.
Rafael Espindola
2013-05-15
1
-12
/
+0
*
Remove MCELFObjectTargetWriter::adjustFixupOffset hack
Ulrich Weigand
2013-05-15
1
-2
/
+0
*
ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was ins...
NAKAMURA Takumi
2013-05-15
1
-1
/
+8
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
2
-34
/
+6
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-4
/
+3
*
In MC asm parsing, account for the possibility of whitespace within
John McCall
2013-05-03
1
-1
/
+2
*
Cleanup and document MachineLocation.
Adrian Prantl
2013-04-26
1
-1
/
+6
*
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
1
-6
/
+6
*
[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn
Chad Rosier
2013-04-22
2
-0
/
+3
*
[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This is
Chad Rosier
2013-04-22
1
-0
/
+2
*
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-22
1
-3
/
+14
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
8
-33
/
+64
*
Simplify the MCInst operator iterator declaration.
Jim Grosbach
2013-04-15
1
-1
/
+1
*
[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a future
Chad Rosier
2013-04-11
1
-10
/
+12
*
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
2
-2
/
+8
*
Track the compact unwind encoding for when we are unable to generate compact ...
Bill Wendling
2013-04-10
1
-1
/
+10
*
Reapply r179115, but use parsePrimaryExpression a little more judiciously.
Chad Rosier
2013-04-10
1
-0
/
+7
*
Remove unused method and default values.
Rafael Espindola
2013-04-09
1
-6
/
+5
*
Revert r179115 as it looks to have killed the ASan tests.
Chad Rosier
2013-04-09
1
-7
/
+0
*
[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need to
Chad Rosier
2013-04-09
1
-0
/
+7
*
[ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,
Chad Rosier
2013-04-09
1
-9
/
+1
*
Update documentation.
Matt Arsenault
2013-04-08
1
-3
/
+1
*
[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.
Chad Rosier
2013-04-08
1
-1
/
+13
*
Dead code.
Chad Rosier
2013-03-19
1
-6
/
+0
*
[ms-inline asm] Move the size directive asm rewrite into the target specific
Chad Rosier
2013-03-19
1
-5
/
+0
*
Make methods const.
Jakub Staszak
2013-03-18
1
-2
/
+2
[next]