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
...
*
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
*
Silence gcc warning about ternary and enumerations
Reid Kleckner
2016-01-28
1
-1
/
+1
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
8
-8
/
+580
*
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-2
/
+2
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
1
-7
/
+7
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
4
-4
/
+4
*
Remove autoconf support
Chris Bieneman
2016-01-26
3
-45
/
+0
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
7
-11
/
+11
*
[MC] Use .p2align instead of .align
Dan Gohman
2016-01-26
1
-5
/
+2
*
[COFF] Simplify SetSectionName
David Majnemer
2016-01-24
1
-12
/
+10
*
Rename MCLineEntry to MCDwarfLineEntry
David Majnemer
2016-01-21
2
-9
/
+9
*
Accept subtractions involving a weak symbol.
Rafael Espindola
2016-01-20
1
-6
/
+0
*
[MC, COFF] Add .reloc support for WinCOFF
David Majnemer
2016-01-19
3
-4
/
+12
*
Use larger write sizes for MCFillFragment.
Rafael Espindola
2016-01-19
1
-3
/
+14
*
Simplify MCFillFragment.
Rafael Espindola
2016-01-19
5
-19
/
+8
*
Handle 64 bit offsets.
Rafael Espindola
2016-01-19
1
-1
/
+1
*
[WebAssembly] Don't create a needless .note.GNU-stack section
Dan Gohman
2016-01-15
1
-0
/
+3
*
Delete MCRelocationInfo::createExprForRelocation.
Pete Cooper
2016-01-15
1
-5
/
+0
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
2
-4
/
+4
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-4
/
+4
*
Simplify. NFC.
Rafael Espindola
2016-01-13
1
-9
/
+9
*
[WebAssembly] Define WebAssembly-specific relocation codes.
Dan Gohman
2016-01-11
1
-0
/
+1
*
Remove a bugs assert.
Rafael Espindola
2016-01-11
1
-2
/
+0
*
Added support for macro emission in dwarf (supporting DWARF version 4).
Amjad Aboud
2016-01-07
1
-0
/
+10
*
Make WinCOFFObjectWriter.cpp's timestamp writing not use ENABLE_TIMESTAMPS
Nico Weber
2016-01-06
1
-7
/
+1
*
(NFC) Change SubtargetFeatures::ToggleFeature and
Artyom Skrobov
2016-01-05
2
-16
/
+8
*
Clang-format my previous change (r256313)
Paul Robinson
2016-01-04
1
-5
/
+5
*
[MC] Fix file name in file header
Jeroen Ketema
2016-01-04
1
-1
/
+1
*
Use an ArrayRef to simplify repeated calculation of the array end. NFC
Craig Topper
2016-01-03
1
-5
/
+6
*
Use std::is_sorted instead of manual loops. NFC
Craig Topper
2016-01-03
1
-8
/
+4
*
[ptr-traits] Provide a real MCFragment address for the sentinel instead
Chandler Carruth
2015-12-29
1
-2
/
+4
*
[ptr-traits] Split the MCFragment type hierarchy out of the MCAssembler
Chandler Carruth
2015-12-29
3
-429
/
+459
*
Accept dwarf version 5 for CIE versions.
Eric Christopher
2015-12-28
1
-0
/
+1
*
Form reform for MCDwarf.
Paul Robinson
2015-12-23
1
-4
/
+8
*
[MC] Don't use the architecture to govern which object file format to use
David Majnemer
2015-12-22
1
-14
/
+14
*
[MC, COFF] Support link /incremental conditionally
David Majnemer
2015-12-21
3
-8
/
+17
*
Teach MCOperand::print how to print FPImm operands.
Dan Gohman
2015-12-21
1
-0
/
+2
*
[MC, COFF] Unbreak support for COFF timestamps
David Majnemer
2015-12-21
1
-0
/
+1
*
Recognize strings for Hexagon-specific variant kinds
Krzysztof Parzyszek
2015-12-18
1
-0
/
+7
*
Avoid explicit relocation sorting most of the time.
Rafael Espindola
2015-12-17
1
-17
/
+6
*
Always sort by offset first. NFC.
Rafael Espindola
2015-12-17
2
-16
/
+16
*
Use std::unique_ptr. NFC.
Rafael Espindola
2015-12-16
2
-10
/
+7
*
[X86][inline asm] support even directive
Michael Zuckerman
2015-12-13
1
-0
/
+5
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
2
-3
/
+3
*
[llvm-dwp] Support debug_tu_index
David Blaikie
2015-12-05
1
-0
/
+10
[prev]
[next]