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
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-0
/
+3
*
Revert "Fix a bug that prevents global variables from having a DW_OP_deref."
Adrian Prantl
2018-04-26
1
-3
/
+2
*
Fix a bug that prevents global variables from having a DW_OP_deref.
Adrian Prantl
2018-04-26
1
-2
/
+3
*
Remove unused argument from emitModuleMetadata.
Eric Christopher
2018-04-20
1
-1
/
+1
*
[DEBUG] Initial adaptation of NVPTX target for debug info emission.
Alexey Bataev
2018-04-18
1
-7
/
+15
*
[CodeGen/Dwarf] Make debug_names compatible with split-dwarf
Pavel Labath
2018-04-18
3
-7
/
+17
*
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
Brock Wyma
2018-04-16
2
-1
/
+62
*
CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info.
Peter Collingbourne
2018-04-11
1
-0
/
+10
*
[CodeGen/Dwarf] Rename the "sizetype" synthetic type and add it to the accele...
Pavel Labath
2018-04-10
1
-1
/
+3
*
[Debuginfo][COFF] Minimal serialization support for precompiled types records
Alexandre Ganea
2018-04-09
2
-2
/
+3
*
[CodeGen/AccelTable] Don't emit zero-CU name indexes
Pavel Labath
2018-04-09
2
-0
/
+6
*
[CodeGen/AccelTable]: Don't emit accelerator entries for functions with no names
Pavel Labath
2018-04-09
1
-4
/
+3
*
Remove MachineLoopInfo dependency from AsmPrinter.
Michael Zolotukhin
2018-04-09
1
-7
/
+24
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
4
-32
/
+33
*
Fix build breakage from r329201
Pavel Labath
2018-04-04
2
-5
/
+5
*
Re-commit r329179 after fixing build&test issues
Pavel Labath
2018-04-04
3
-25
/
+332
*
Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...
Nico Weber
2018-04-04
3
-332
/
+25
*
Attempt to fix bots more after r329179.
Nico Weber
2018-04-04
1
-1
/
+1
*
Attempt to fix bots after r329179.
Nico Weber
2018-04-04
1
-2
/
+2
*
[CodeGen] Generate DWARF v5 Accelerator Tables
Pavel Labath
2018-04-04
3
-25
/
+332
*
Align stubs for external and common global variables to pointer size.
Rafael Espindola
2018-04-02
1
-0
/
+1
*
[dsymutil] Upstream emitting of papertrail warnings.
Jonas Devlieghere
2018-04-02
1
-0
/
+1
*
Style update. NFC.
Rafael Espindola
2018-03-29
10
-75
/
+75
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-29
3
-9
/
+14
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Potapenko
2018-03-28
3
-12
/
+9
*
Reapply "[DWARFv5] Emit file 0 to the line table."
Paul Robinson
2018-03-27
3
-9
/
+12
*
[DWARF] Suppress split line tables more carefully.
Paul Robinson
2018-03-27
4
-18
/
+14
*
Use local symbols for creating .stack-size.
Rafael Espindola
2018-03-26
1
-2
/
+3
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
12
-12
/
+12
*
[DEBUGINFO] Add flag for DWARF2 to use sections as references.
Alexey Bataev
2018-03-23
3
-6
/
+41
*
[DWARF] Add EmitDwarfOffset function, NFC.
Alexey Bataev
2018-03-22
1
-0
/
+4
*
Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le...
David Blaikie
2018-03-21
1
-2
/
+1
*
[DEBUGINFO] Add -no-dwarf-debug-ranges option.
Alexey Bataev
2018-03-20
3
-4
/
+27
*
[DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections.
Alexey Bataev
2018-03-20
3
-1
/
+15
*
[dsymutil] Rename llvm-dsymutil -> dsymutil
Jonas Devlieghere
2018-03-18
1
-1
/
+1
*
Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...
Reid Kleckner
2018-03-15
2
-7
/
+178
*
[codeview] Fix sense of the assertion about hashtable insertion
Reid Kleckner
2018-03-15
1
-1
/
+1
*
[codeview] Delete FunctionInfo copy ctor and move out of DenseMap
Reid Kleckner
2018-03-15
2
-5
/
+11
*
Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...
Reid Kleckner
2018-03-15
2
-175
/
+7
*
[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes
Brock Wyma
2018-03-15
2
-7
/
+175
*
Fix msvc compiler error in r327498
Pavel Labath
2018-03-14
1
-1
/
+1
*
Explicitly initialize dwarf::FormParams in DIEInteger::SizeOf
Pavel Labath
2018-03-14
1
-1
/
+1
*
DWARF: Unify form size handling code
Pavel Labath
2018-03-14
1
-46
/
+8
*
TargetMachine: Add address space to getPointerSize
Matt Arsenault
2018-03-14
2
-5
/
+7
*
Revert r327397 [CodeView] Omit forward references for unnamed structs and ...
Brock Wyma
2018-03-13
1
-40
/
+10
*
[CodeView] Omit forward references for unnamed structs and unions
Brock Wyma
2018-03-13
1
-10
/
+40
*
[SelectionDAG] Improve handling of dangling debug info
Bjorn Pettersson
2018-03-12
4
-37
/
+5
*
Avoid creating a Constant for each value in a ConstantDataSequential.
Alina Sbirlea
2018-03-09
1
-9
/
+14
*
[DebugInfo] Add DW_AT_byte_size to vectors
Matt Davis
2018-03-08
1
-1
/
+32
*
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
Alexander Kornienko
2018-03-07
3
-12
/
+9
[next]