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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not have
Adrian Prantl
2014-03-21
1
-1
/
+1
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-21
1
-1
/
+1
*
Register allocator: add condition to hoist a spill to outer loop.
Manman Ren
2014-03-21
1
-0
/
+14
*
DebugInfo: Omit DW_AT_addr_base from skeletal type units.
David Blaikie
2014-03-21
1
-7
/
+7
*
Fix an assertion caused by using inline asm with indirect register inputs.
Kevin Qin
2014-03-21
1
-1
/
+1
*
Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Mark Seaborn
2014-03-20
1
-1
/
+1
*
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
*
Add support for scalarizing/splitting vector bswap.
Raul E. Silvera
2014-03-18
1
-0
/
+2
*
Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
2014-03-18
4
-51
/
+5
*
[DAGCombiner] teach how to simplify xor/and/or nodes according to the followi...
Andrea Di Biagio
2014-03-18
1
-21
/
+52
*
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
*
Add explanatory comment.
Eric Christopher
2014-03-18
1
-0
/
+2
*
Shorten DotDebugLocEntry to just DebugLocEntry and reformat.
Eric Christopher
2014-03-18
3
-33
/
+27
*
DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...
David Blaikie
2014-03-18
4
-5
/
+5
*
DebugInfo: Implement debug_line.dwo for file names used in type units during ...
David Blaikie
2014-03-18
4
-10
/
+44
*
DebugInfo: Do not rely on the compilation dir (index 0) for files in line tab...
David Blaikie
2014-03-18
2
-6
/
+13
*
DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
David Blaikie
2014-03-17
4
-31
/
+22
*
DebugInfo: Move line table zero-directory-index (compilation dir) handling in...
David Blaikie
2014-03-17
1
-4
/
+2
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
17
-143
/
+88
*
Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
2014-03-17
2
-137
/
+178
*
DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
David Blaikie
2014-03-17
2
-35
/
+2
*
[VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16
Adam Nemet
2014-03-17
1
-7
/
+41
*
[X86] New and improved VZeroUpperInserter optimization.
Lang Hames
2014-03-17
1
-1
/
+1
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-15
2
-3
/
+1
*
Debug info: Unique types before emitting them to DWARF, where applicable.
Adrian Prantl
2014-03-14
1
-0
/
+3
*
Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
2014-03-14
4
-1
/
+53
*
typo
Adrian Prantl
2014-03-14
1
-1
/
+1
*
Remove command line option for CU hashing. This is on by default now.
Eric Christopher
2014-03-14
1
-10
/
+2
*
If we see that we're emitting code for a function that doesn't have
Eric Christopher
2014-03-14
1
-1
/
+3
*
Remove the -generate-dwarf-cu-ranges flag.
Eric Christopher
2014-03-14
1
-12
/
+6
*
DwarfDebug: Remove some needless recursion.
David Blaikie
2014-03-14
1
-2
/
+4
*
Revert r203883 (which was more of a bandaid) and fix the real underlying
Owen Anderson
2014-03-14
1
-1
/
+1
*
Fix issue with r203865. The old behaviour would get a MachineOperand then fi...
Pete Cooper
2014-03-14
1
-1
/
+1
*
Use DW_AT_linkage_name when we're emitting DWARF4 or above.
Eric Christopher
2014-03-13
1
-1
/
+2
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-2
/
+0
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
22
-95
/
+98
*
Fix for http://llvm.org/bugs/show_bug.cgi?id=18590
Ekaterina Romanova
2014-03-13
3
-14
/
+27
*
CodeGenPrep: sink extends of illegal types into use block.
Manuel Jacob
2014-03-13
1
-36
/
+49
[next]