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
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[codeview] Use the first valid source location at the top of every MBB
Reid Kleckner
2017-06-30
2
-5
/
+18
*
Drop the LLVM mangler escape when printing the IR name in assembly comments
Reid Kleckner
2017-06-30
1
-1
/
+3
*
[DWARF] Move a couple of member functions to the DWARFUnit baseclass. NFC.
Wolfgang Pieb
2017-06-30
4
-30
/
+29
*
Mark dump() methods as const. NFC
Sam Clegg
2017-06-21
1
-3
/
+3
*
[XRay] Reduce synthetic references emitted by XRay
Dean Michael Berris
2017-06-21
1
-8
/
+6
*
Fix a crash in DwarfDebug::validThroughout.
Adrian Prantl
2017-06-20
1
-3
/
+5
*
Improve the accuracy of variable ranges .debug_loc location lists.
Adrian Prantl
2017-06-16
1
-12
/
+54
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
5
-20
/
+23
*
Align definition of DW_OP_plus with DWARF spec [1/3]
Florian Hahn
2017-06-13
1
-0
/
+7
*
Fix an assertion failure when duplicate dbg.declares are present.
Adrian Prantl
2017-06-12
1
-0
/
+7
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-5
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-07
1
-8
/
+13
*
Update libdeps to add BinaryFormat, introduced in r304864.
NAKAMURA Takumi
2017-06-07
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
12
-15
/
+17
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-06
2
-31
/
+92
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
7
-10
/
+10
*
DbgValueHistoryCalculator: Ignore call instructions that claim to clobber SP.
Adrian Prantl
2017-06-01
1
-0
/
+4
*
Check hasPersonalityFn before calling getPersonalityFn
Reid Kleckner
2017-05-31
1
-4
/
+5
*
[EH] Fix the LSDA that we emit for unknown EH personalities
Reid Kleckner
2017-05-31
2
-5
/
+16
*
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
Zachary Turner
2017-05-30
2
-10
/
+9
*
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
Mehdi Amini
2017-05-29
3
-3
/
+13
*
DebugInfo: Omit an empty CU when a subprogram was moved into its use
Mehdi Amini
2017-05-29
1
-8
/
+12
*
Revert "DebugInfo: Omit an empty CU when a subprogram was moved into its use"
Mehdi Amini
2017-05-29
1
-12
/
+8
*
Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing...
Mehdi Amini
2017-05-29
3
-13
/
+3
*
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
David Blaikie
2017-05-29
3
-3
/
+13
*
DebugInfo: Omit an empty CU when a subprogram was moved into its use
David Blaikie
2017-05-28
1
-8
/
+12
*
Make helper functions static. NFC.
Benjamin Kramer
2017-05-26
1
-1
/
+2
*
DebugInfo: Do not emit empty CUs
David Blaikie
2017-05-26
2
-15
/
+30
*
DebugInfo: Don't include locations for debug-having code inlined into nodebug...
David Blaikie
2017-05-26
1
-0
/
+4
*
DebugInfo: Simplify scopes+subprogram handling since the subprogram<>cu link ...
David Blaikie
2017-05-25
1
-18
/
+8
*
[CodeView Type Merging] Don't keep re-allocating temp serializer.
Zachary Turner
2017-05-25
1
-2
/
+2
*
DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly reque...
David Blaikie
2017-05-25
4
-20
/
+27
*
AsmPrinter: mark the beginning and the end of a function in verbose mode
Francis Visoiu Mistrih
2017-05-23
1
-2
/
+8
*
Fix DIEHash refactoring that dropped the DW_AT_name from the hash
David Blaikie
2017-05-23
1
-0
/
+1
*
Refactor DWARF hashing to use a .def file to avoid repetition
David Blaikie
2017-05-23
3
-158
/
+65
*
Don't generate line&scope debug info for meta-instructions.
Adrian Prantl
2017-05-22
3
-7
/
+7
*
Revert "Don't generate line&scope debug info for meta-instructions."
Adrian Prantl
2017-05-22
3
-7
/
+7
*
Don't generate line&scope debug info for meta-instructions.
Adrian Prantl
2017-05-22
3
-7
/
+7
*
Resubmit "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-28
/
+13
*
Revert "[CodeView] Provide a common interface for type collections."
Zachary Turner
2017-05-19
1
-12
/
+28
*
Fix another warning.
Zachary Turner
2017-05-18
1
-1
/
+1
*
[CodeView] Provide a common interface for type collections.
Zachary Turner
2017-05-18
1
-28
/
+12
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
1
-1
/
+1
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-2
/
+1
*
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...
Peter Collingbourne
2017-05-16
3
-9
/
+9
*
[codeview] Fix assertion failure introduced in r295354 refactoring
Reid Kleckner
2017-05-12
1
-2
/
+1
*
DWARF: Avoid cross-CU references under Fission
David Blaikie
2017-05-12
7
-70
/
+116
*
[codeview] Check for a DIExpression offset for local variables
Reid Kleckner
2017-05-09
1
-1
/
+9
*
[CodeView] Reserve TypeDatabase records up front.
Zachary Turner
2017-05-05
1
-1
/
+1
*
[XRay] Use wordsize-dependent alignment for index
Dean Michael Berris
2017-05-04
1
-3
/
+3
[next]