index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add accidentally deleted "break"
Krzysztof Parzyszek
2016-04-25
1
-0
/
+1
*
ARM: put extern __thread stubs in a special section.
Tim Northover
2016-04-25
4
-0
/
+15
*
[Hexagon] Few fixes for exception handling
Krzysztof Parzyszek
2016-04-25
1
-0
/
+11
*
Update discriminator assignment algorithm in clang assembler.
Dehao Chen
2016-04-22
1
-1
/
+6
*
MachO: enable .data_region directives everywhere
Tim Northover
2016-04-21
2
-5
/
+1
*
Zero-initialize members of the CpuHashInfoTy structure for AsmParser
Andrew Kaylor
2016-04-21
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
5
-8
/
+3
*
AsmParser: record "# line file" context to calculate location for diag
Tim Northover
2016-04-13
1
-30
/
+40
*
[MC/ELFObjectWriter] Fix indentation of class body.
David Blaikie
2016-04-12
1
-131
/
+130
*
MCParser: diagnose missing directional labels more clearly.
Tim Northover
2016-04-11
1
-13
/
+27
*
[Object] Make .alt_entry directive parsing MachO specific.
Lang Hames
2016-04-11
4
-6
/
+25
*
[Object] Report an error if .alt_entry is used with ELF or COFF.
Lang Hames
2016-04-08
2
-1
/
+3
*
Handle section vs global name conflict.
Evgeniy Stepanov
2016-03-28
2
-15
/
+23
*
MC: Don't access the filesystem in MCContext's constructor
Justin Bogner
2016-03-22
1
-5
/
+0
*
[ELF][gcc compatibility]: support section names with special characters (e.g....
Marina Yatsina
2016-03-22
1
-8
/
+9
*
[MCParser] Accept uppercase radix variants 0X and 0B
Colin LeMahieu
2016-03-18
1
-2
/
+2
*
[MC] Rename TLSDESC as it's not ARM specific.
Davide Italiano
2016-03-15
1
-2
/
+2
*
[MachO] Extend the alt_entry support for aliases added in r263521 to
Lang Hames
2016-03-15
1
-4
/
+7
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
7
-4
/
+31
*
[MC] Rename TLSCALL as it's not ARM specific.
Davide Italiano
2016-03-15
1
-2
/
+2
*
Don't crash when compiling inline assembler containing .file directives.
Adrian Prantl
2016-03-09
1
-3
/
+3
*
[ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...
Marina Yatsina
2016-03-07
1
-0
/
+26
*
[lanai] Add ELF enum value and relocations.
Jacques Pienaar
2016-03-01
1
-0
/
+5
*
Move ObjectYAML code to a new library.
Rafael Espindola
2016-03-01
2
-62
/
+0
*
[MC][YAML] Rangify the loop. NFC
Simon Atanasyan
2016-03-01
1
-6
/
+2
*
AsmParser: Fix nested .irp/.irpc
Nikolay Haustov
2016-03-01
1
-1
/
+3
*
Add capability to push/pop DFI in MCStreamer. NFC
Amaury Sechet
2016-02-24
1
-2
/
+6
*
[X86] Create mergeable constant pool entries for AVX
David Majnemer
2016-02-22
1
-0
/
+4
*
[codeview] Fix emission of file changes in inline line tables
Reid Kleckner
2016-02-19
1
-1
/
+4
*
Add support for merging strings with alignment larger than one char.
Rafael Espindola
2016-02-19
1
-8
/
+16
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-23
/
+42
*
[codeview] Bail on a DBG_VALUE register operand with no register
Reid Kleckner
2016-02-16
1
-1
/
+3
*
[MC] Fixed parsing of macro arguments where expressions with spaces are present.
Scott Egerton
2016-02-11
1
-16
/
+20
*
[codeview] Describe int local variables using .cv_def_range
Reid Kleckner
2016-02-10
1
-0
/
+7
*
[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
Colin LeMahieu
2016-02-10
2
-10
/
+8
*
[MC] Adding GOTREL expression variant.
Colin LeMahieu
2016-02-09
1
-0
/
+2
*
[MC] Add support for encoding CodeView variable definition ranges
David Majnemer
2016-02-05
8
-7
/
+179
*
[codeview] Don't attempt a cross-section label diff
Reid Kleckner
2016-02-04
1
-5
/
+11
*
[codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer
2016-02-02
5
-12
/
+36
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
2
-4
/
+2
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
7
-38
/
+147
*
Fix infinite recursion in MCAsmStreamer::EmitValueImpl.
Rafael Espindola
2016-02-01
1
-7
/
+5
*
Improved macro emission in dwarf.
Amjad Aboud
2016-02-01
1
-4
/
+4
*
[MCDwarf] Fix encoding of line tables with weird custom parameters
Frederic Riss
2016-01-31
1
-2
/
+5
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
9
-11
/
+11
*
[CodeView] Implement .cv_inline_linetable
David Majnemer
2016-01-29
5
-6
/
+155
*
[codeview] Begin to add support for inlined call sites
Reid Kleckner
2016-01-29
1
-3
/
+10
*
Fix some -Wstring-conversion warnings
David Blaikie
2016-01-29
1
-6
/
+6
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
8
-8
/
+580
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
8
-580
/
+8
[prev]
[next]