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
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-0
/
+2
*
Allow ELF section flags to be specified numerically
Prakhar Bahuguna
2016-12-15
1
-0
/
+4
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
3
-1
/
+8
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-5
/
+5
*
[Assembler] Better error messages for .org directive
Oliver Stannard
2016-12-14
5
-17
/
+32
*
Add a comment consumer mechanism to MCAsmLexer
Oliver Stannard
2016-12-08
2
-1
/
+17
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
5
-33
/
+10
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
5
-10
/
+33
*
[llvm] Fix D26214: Move error handling out of MC and to the callers.
Mandeep Singh Grang
2016-12-06
1
-14
/
+5
*
Summary: Currently there is no way to disable deprecated warning from asm lik...
Weiming Zhao
2016-12-05
1
-1
/
+2
*
[MC] Generalize MCContext's SectionSymbols field.
Dan Gohman
2016-12-03
1
-3
/
+3
*
[MC] Refactor emitELFSize to make usage more consistent. NFC.
Dan Gohman
2016-12-01
3
-5
/
+5
*
[llvm] Implement support for -defsym assembler option
Mandeep Singh Grang
2016-12-01
1
-0
/
+16
*
[AsmParser] Diagnose empty symbol for .set directive
Weiming Zhao
2016-12-01
1
-0
/
+3
*
MCStreamer: Use "cfi" for CFI related temp labels.
Matthias Braun
2016-11-30
1
-25
/
+18
*
MC: ensure that we have a section before accessing it
Saleem Abdulrasool
2016-11-22
1
-15
/
+17
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Fix 24560: assembler does not share constant pool for same constants
Weiming Zhao
2016-11-04
1
-1
/
+11
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
2
-2
/
+2
*
Reverting back r285355: "Update .debug_line section version information to ma...
Ekaterina Romanova
2016-10-27
1
-7
/
+2
*
Update .debug_line section version information to match DWARF version.
Ekaterina Romanova
2016-10-27
1
-2
/
+7
*
[MC] Fix comma typo in .loc parsing
Nirav Dave
2016-10-26
1
-1
/
+1
*
[MC] Fix Various End Of Line Comment checkings
Nirav Dave
2016-10-24
2
-340
/
+286
*
Remove unused #includes of TimeValue.h. NFC.
Pavel Labath
2016-10-24
1
-1
/
+0
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-3
/
+2
*
[ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...
Justin Lebar
2016-10-17
1
-25
/
+4
*
Move alignTo computation inside the if.
Rafael Espindola
2016-10-14
1
-3
/
+5
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
8
-24
/
+23
*
[AMDGPU] Add 32-bit lo/hi got and pc relative variant kinds and emit appropri...
Konstantin Zhuravlyov
2016-10-14
1
-0
/
+8
*
New llc option pie-copy-relocations to optimize access to extern globals.
Sriraman Tallam
2016-10-13
1
-1
/
+2
*
[MC] Fix Error Location for ParseIdentifier
Nirav Dave
2016-10-12
1
-4
/
+11
*
Revert r283690, "MC: Remove unused entities."
Peter Collingbourne
2016-10-10
4
-1
/
+32
*
Add return type for checkForValidSection parsing function. NFC Intended.
Nirav Dave
2016-10-10
1
-41
/
+35
*
MC: Remove unused entities.
Peter Collingbourne
2016-10-09
4
-32
/
+1
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-1
/
+2
*
[codeview] Truncate records to maximum record size near 64KB
Reid Kleckner
2016-10-05
1
-0
/
+7
*
Allow the caller to pass in the hash.
Rafael Espindola
2016-10-05
1
-2
/
+2
*
Don't pass null to memcpy. Should fix the asan bots.
Rafael Espindola
2016-10-05
1
-1
/
+2
*
Use StringRef in MCSectionMachO (NFC)
Mehdi Amini
2016-10-05
1
-16
/
+14
*
Use StringRef in DarwinAsmParser (NFC)
Mehdi Amini
2016-10-05
1
-4
/
+3
*
Misc improvements to StringTableBuilder.
Rafael Espindola
2016-10-04
4
-81
/
+93
*
Remove duplicated typedef. NFC.
Rafael Espindola
2016-10-04
1
-5
/
+4
*
Revert "Use getSize instead of data().size(). NFC."
Rafael Espindola
2016-10-03
2
-6
/
+1
*
Use getSize instead of data().size(). NFC.
Rafael Espindola
2016-10-03
2
-1
/
+6
*
Prevent out of order HashDirective lexing in AsmLexer.
Nirav Dave
2016-10-03
1
-26
/
+17
*
Revert "[MC] Prevent out of order HashDirective lexing in AsmLexer."
Nirav Dave
2016-10-01
1
-17
/
+26
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
2
-4
/
+4
*
[MC] Prevent out of order HashDirective lexing in AsmLexer.
Nirav Dave
2016-10-01
1
-26
/
+17
*
Tidy spelling and grammar.
Eric Christopher
2016-09-29
1
-1
/
+1
*
[MC] Support .ds directives in assembler parser
Petr Hosek
2016-09-23
1
-0
/
+49
[next]