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
*
DebugInfo: Use a 64 bit type for the subrange
David Blaikie
2014-04-03
1
-4
/
+4
*
ARM: Add support for segmented stacks
Oliver Stannard
2014-04-02
1
-0
/
+3
*
clarify comment
Adrian Prantl
2014-04-02
1
-1
/
+2
*
Adjust comments regarding non-relocated abbrev offset in debug_info.dwo
David Blaikie
2014-04-02
2
-2
/
+4
*
Split debug_loc and debug_loc.dwo emission into two separate functions
David Blaikie
2014-04-02
2
-21
/
+32
*
DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries an...
David Blaikie
2014-04-02
5
-12
/
+39
*
Add a doxygen comment to DebugLocEntry::Merge.
Adrian Prantl
2014-04-01
1
-0
/
+3
*
DebugLocEntry: Actually merge the loc entry when returning true.
David Blaikie
2014-04-01
1
-1
/
+5
*
Fix accidental fallthrough in DebugLocEntry::hasSameValueOrLocation
David Blaikie
2014-04-01
1
-5
/
+10
*
Remove unused function DebugLocEntry::isEmpty
David Blaikie
2014-04-01
1
-3
/
+0
*
Refactor out the comparison of the location/value in a DebugLocEntry
David Blaikie
2014-04-01
1
-18
/
+19
*
DebugInfo: Split DebugLocEntry into its own file.
David Blaikie
2014-04-01
2
-85
/
+113
*
DwarfDebug: Prevent DebugLocEntry merging from coalescing two different
Adrian Prantl
2014-04-01
1
-2
/
+9
*
DebugInfo: Factor out common functionality for rendering debug_loc and debug_...
David Blaikie
2014-04-01
2
-10
/
+17
*
Cleanup remaining use of removed variable to fix the build
David Blaikie
2014-04-01
1
-1
/
+1
*
Simplify debug_loc.dwo handling slightly.
David Blaikie
2014-04-01
3
-8
/
+3
*
DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...
David Blaikie
2014-04-01
1
-11
/
+2
*
LTO type uniquing: store the Decl field of a DIImportedEntity as a DIRef.
Adrian Prantl
2014-04-01
1
-1
/
+1
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+1
*
Follow-up to r204790: don't try to emit line tables if there are no functions...
Timur Iskhodzhanov
2014-03-26
1
-2
/
+9
*
Fix PR19239 - Add support for generating debug info for functions without lex...
Timur Iskhodzhanov
2014-03-26
2
-16
/
+12
*
DebugInfo: Add GNU_addr_base and GNU_ranges_base only when there are addresse...
David Blaikie
2014-03-25
1
-13
/
+11
*
DebugInfo: Support debug_loc under fission
David Blaikie
2014-03-25
3
-15
/
+34
*
DebugInfo: Remove unnecessary zero-size check
David Blaikie
2014-03-25
1
-3
/
+0
*
DebugInfo: Simplify debug loc list handling by keeping separate lists
David Blaikie
2014-03-24
3
-33
/
+17
*
DwarfDebug: Simplify debug_loc merging
David Blaikie
2014-03-24
3
-29
/
+13
*
Get rid of an unnecessary use of the * and & operators.
Adrian Prantl
2014-03-24
1
-1
/
+1
*
DebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUs
David Blaikie
2014-03-24
1
-4
/
+9
*
DebugInfo: Implement relative addressing for DW_AT_ranges under fission
David Blaikie
2014-03-24
1
-2
/
+9
*
DebugInfo: Don't emit relocations to abbreviations in debug_info.dwo
David Blaikie
2014-03-24
2
-2
/
+6
*
DwarfDebug: Remove an unused parameter
David Blaikie
2014-03-24
2
-9
/
+4
*
Remove unused parameter
David Blaikie
2014-03-24
3
-10
/
+6
*
Delete stale comment. Thanks, Eric!
Adrian Prantl
2014-03-21
1
-1
/
+0
*
Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not have
Adrian Prantl
2014-03-21
1
-1
/
+1
*
DebugInfo: Omit DW_AT_addr_base from skeletal type units.
David Blaikie
2014-03-21
1
-7
/
+7
*
Typo.
Eric Christopher
2014-03-20
1
-1
/
+1
*
Reapply DW_AT_low/high_pc patch:
Eric Christopher
2014-03-20
4
-81
/
+141
*
Add comments from Eric's review of r204094.
David Blaikie
2014-03-20
1
-0
/
+5
*
Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."
Eric Christopher
2014-03-20
4
-101
/
+61
*
Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.
Eric Christopher
2014-03-19
4
-61
/
+101
*
DebugInfo: Use the comp_dir of the referencing type units when building debug...
David Blaikie
2014-03-19
2
-15
/
+27
*
MachO: Emit a version-min load command when possible.
Jim Grosbach
2014-03-18
1
-0
/
+19
*
More header and forward declaration cleanup.
Eric Christopher
2014-03-18
2
-5
/
+1
*
Add back the headers we're getting via (likely) transitive includes.
Eric Christopher
2014-03-18
1
-0
/
+4
*
Fix for coding style.
Eric Christopher
2014-03-18
1
-1
/
+1
*
Remove a bunch of unnecessary includes and forward declarations.
Eric Christopher
2014-03-18
1
-17
/
+4
*
Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
2014-03-18
4
-51
/
+5
*
DwarfDebug: Only unique retained types instead of all types.
Adrian Prantl
2014-03-18
2
-5
/
+9
*
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
2014-03-18
3
-8
/
+16
*
Replace unnecessary #include directive with forward declarations.
Adrian Prantl
2014-03-18
2
-1
/
+3
[next]