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
*
Silence a sign mismatch warning; NFC.
Aaron Ballman
2015-08-10
1
-1
/
+1
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
[MC/Dwarf] Allow to specify custom parameters for linetable emission.
Frederic Riss
2015-08-07
3
-52
/
+54
*
Force the MachO generated for Darwin to have VERSION_MIN load command
Steven Wu
2015-08-05
1
-0
/
+10
*
Use range-based for loops. NFC
Craig Topper
2015-08-02
1
-31
/
+26
*
[llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings whi...
Colin LeMahieu
2015-07-27
2
-1
/
+3
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
1
-2
/
+2
*
Fix a -Winconsistent-missing-override failure in the .intel_syntax
Chandler Carruth
2015-07-22
1
-1
/
+1
*
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
Michael Kuperstein
2015-07-22
2
-0
/
+13
*
[MC] Correctly escape .safeseh's symbol
David Majnemer
2015-07-13
1
-1
/
+2
*
MC: Only allow changing feature bits in MCSubtargetInfo
Duncan P. N. Exon Smith
2015-07-10
1
-5
/
+12
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-15
/
+5
*
MC: Remove MCSubtargetInfo::InitCPUSched()
Duncan P. N. Exon Smith
2015-07-10
1
-5
/
+0
*
Add <type_traits> for is_pod, fixing r241947
Duncan P. N. Exon Smith
2015-07-10
1
-0
/
+1
*
MC: Remove the copy of MCSchedModel in MCSubtargetInfo
Duncan P. N. Exon Smith
2015-07-10
3
-6
/
+39
*
[MC] Switch static const to an enum to silence MSVC linker warnings
David Majnemer
2015-07-10
1
-3
/
+0
*
MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC
Duncan P. N. Exon Smith
2015-07-08
1
-1
/
+1
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-1
/
+5
*
Fix spelling, NFC.
Yaron Keren
2015-07-04
1
-1
/
+1
*
Convert a member variable to a local one.
Rafael Espindola
2015-07-02
1
-3
/
+3
*
Pack MCSymbol::Flags in to the bitfield with other members. NFC.
Pete Cooper
2015-07-01
1
-0
/
+1
*
Encode MCSymbol alignment as log2(align).
Pete Cooper
2015-07-01
1
-0
/
+2
*
Fix PR23872: Integrated assembler error message when using .type directive wi...
Gabor Ballabas
2015-07-01
1
-4
/
+10
*
Pack MCSymbol::HasName in to a spare bit in the section/fragment union.
Pete Cooper
2015-06-30
1
-1
/
+1
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-3
/
+1
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-1
/
+3
*
[MC] Ensure that pending labels are flushed when -mc-relax-all flag is used
Petr Hosek
2015-06-27
1
-2
/
+9
*
[MC] Align fragments when -mc-relax-all flag is used
Petr Hosek
2015-06-27
1
-6
/
+12
*
IAS: Use the root macro instanciation for location
Frederic Riss
2015-06-25
1
-2
/
+2
*
Diagnose undefined temporary symbols.
Rafael Espindola
2015-06-25
1
-0
/
+5
*
[mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.
Toma Tabacu
2015-06-25
1
-0
/
+23
*
Enable StackMap Serialization for COFF
Swaroop Sridhar
2015-06-25
1
-0
/
+5
*
Revert r240302 ("Bring r240130 back.").
Daniel Jasper
2015-06-23
3
-25
/
+19
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
13
-18
/
+18
*
MCExpr: Avoid UB by evaluating this shift as unsigned
Justin Bogner
2015-06-23
1
-1
/
+1
*
Fix PR23914.
Evgeniy Stepanov
2015-06-22
1
-1
/
+1
*
Move MCSymbol Value in to the union of Offset and CommonSize.
Pete Cooper
2015-06-22
1
-0
/
+4
*
Change .thumb_set to have the same error checks as .set.
Pete Cooper
2015-06-22
1
-70
/
+106
*
Bring r240130 back.
Rafael Espindola
2015-06-22
3
-19
/
+25
*
Update ELFObjectWriter::reset() following r238073.
Yaron Keren
2015-06-20
1
-0
/
+1
*
Revert 240130, it caused crashes (repro in PR23900).
Nico Weber
2015-06-19
4
-27
/
+23
*
Fix header path in CMake. NFC.
Pete Cooper
2015-06-19
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
13
-18
/
+18
*
Make all temporary symbols unnamed.
Rafael Espindola
2015-06-19
3
-19
/
+25
*
[MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...
Colin LeMahieu
2015-06-18
2
-1
/
+10
*
Devirtualize and pack MCFragment to reduce memory usage.
Pete Cooper
2015-06-17
2
-49
/
+79
*
Move IsUsedInReloc from MCSymbolELF to MCSymbol.
Rafael Espindola
2015-06-17
2
-24
/
+2
*
Use named temporaries for directional labels.
Rafael Espindola
2015-06-17
1
-9
/
+10
*
[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
Benjamin Kramer
2015-06-17
1
-9
/
+8
*
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...
Daniel Sanders
2015-06-16
1
-2
/
+9
[next]