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
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
1
-19
/
+29
*
CodeGen: support SwiftError SwiftCC on Windows x64
Saleem Abdulrasool
2017-09-20
1
-0
/
+2
*
Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"
Reid Kleckner
2017-09-20
1
-40
/
+72
*
[DebugInfo] Use a MapVector to coalesce MachineOperand locations
Reid Kleckner
2017-09-20
1
-56
/
+46
*
Recommit [MachineCombiner] Update instruction depths incrementally for large ...
Florian Hahn
2017-09-20
2
-23
/
+90
*
[MIRPrinter] Print empty successor lists when they cannot be guessed
Quentin Colombet
2017-09-19
1
-2
/
+8
*
CodeGen: use range based for loops (NFC)
Saleem Abdulrasool
2017-09-19
1
-6
/
+1
*
Revert "[MIRPrinter] Print empty successor lists when they cannot be guessed"
Quentin Colombet
2017-09-19
1
-1
/
+2
*
[MIRPrinter] Print empty successor lists when they cannot be guessed
Quentin Colombet
2017-09-19
1
-2
/
+1
*
Revert "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"
Reid Kleckner
2017-09-19
1
-54
/
+35
*
Re-land "Fix Bug 30978 by emitting cv file checksums."
Reid Kleckner
2017-09-19
1
-7
/
+13
*
Re-land r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VA...
Reid Kleckner
2017-09-19
1
-35
/
+54
*
Revert r313400 "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VAL...
Hans Wennborg
2017-09-18
1
-53
/
+35
*
[DAGCombiner] fold assertzexts separated by trunc
Sanjay Patel
2017-09-18
1
-2
/
+25
*
[DAG, x86] allow store merging before and after legalization (PR34217)
Sanjay Patel
2017-09-18
1
-4
/
+4
*
[GlobalISel] Only build expensive remarks if they're enabled. NFC.
Ahmed Bougacha
2017-09-18
2
-7
/
+14
*
[SelectionDAG] Add BITCAST handling to ComputeNumSignBits for splatted sign b...
Simon Pilgrim
2017-09-18
1
-0
/
+24
*
Revert "Fix Bug 30978 by emitting cv file checksums."
Eric Beckmann
2017-09-16
1
-9
/
+7
*
Name the sentinel value used for the location number of the undefined registe...
Reid Kleckner
2017-09-15
1
-7
/
+9
*
[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs
Reid Kleckner
2017-09-15
1
-35
/
+53
*
[DebugInfo] Add missing DW_OP_deref when an NRVO pointer is spilled
Reid Kleckner
2017-09-15
2
-62
/
+56
*
[WebAssembly] MC: Create wasm data segments based on MCSections
Sam Clegg
2017-09-15
1
-3
/
+5
*
Change encodeU/SLEB128 to pad to certain number of bytes
Sam Clegg
2017-09-15
2
-8
/
+20
*
Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection ...
Hans Wennborg
2017-09-15
1
-11
/
+0
*
Fix Bug 30978 by emitting cv file checksums.
Eric Beckmann
2017-09-15
1
-7
/
+9
*
Recommit "[RegAlloc] Make sure live-ranges reflect the state of the IR when
Jonas Paulsson
2017-09-15
2
-2
/
+8
*
[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.
Jatin Bhateja
2017-09-15
1
-0
/
+11
*
[codeview] Use a type index of zero for static method "this" types
Reid Kleckner
2017-09-15
1
-1
/
+1
*
Add AddresSpace to PseudoSourceValue.
Jan Sjodin
2017-09-14
3
-19
/
+36
*
Remove usages of deprecated std::unary_function and std::binary_function.
Benjamin Kramer
2017-09-14
1
-1
/
+1
*
TableGen support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-2
/
+5
*
[IfConversion] More simple, correct dead/kill liveness handling
Krzysztof Parzyszek
2017-09-14
2
-57
/
+65
*
[DAGCombine] (shl (or x, c1), c2) -> (or (shl x, c2), c1 << c2)
Simon Pilgrim
2017-09-14
1
-2
/
+4
*
[SelectionDAG] ComputeNumSignBits - cleanup ROTL/ROTR wrapping to match DAGCo...
Simon Pilgrim
2017-09-14
1
-3
/
+3
*
[XRay][CodeGen] Use the current function symbol as the associated symbol for ...
Dean Michael Berris
2017-09-14
1
-1
/
+1
*
[codeview] Fold FIXME into comment, there's nothing to do. NFC
Reid Kleckner
2017-09-13
1
-4
/
+4
*
Revert r312719 "[MachineCombiner] Update instruction depths incrementally for...
Hans Wennborg
2017-09-13
2
-90
/
+23
*
Allow target to decide when to cluster loads/stores in misched
Stanislav Mekhanoshin
2017-09-13
1
-6
/
+2
*
[codeview] VLAs and unsized arrays should use a size of zero
Reid Kleckner
2017-09-13
1
-3
/
+4
*
[RegAlloc] Keep a copy of live interval for the spilled vregs in HoistSpillHe...
Wei Mi
2017-09-13
1
-24
/
+29
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-09-13
12
-136
/
+248
*
Mark static member functions as static in CodeViewDebug
Adrian McCarthy
2017-09-13
2
-11
/
+14
*
[MachineScheduler] Put SchedRegion in an anonymous namespace.
Mikael Holmen
2017-09-13
1
-0
/
+2
*
Remove -generate-dwarf-pub-sections flag.
Peter Collingbourne
2017-09-12
1
-14
/
+1
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
4
-120
/
+93
*
Update branch coalescing to be a PowerPC specific pass
Lei Huang
2017-09-12
4
-763
/
+0
*
[WebAssembly] Remove flags from MCSectionWasm
Sam Clegg
2017-09-12
1
-9
/
+5
*
Revert "[DWARF] Incorrect prologue end line record."
Robert Lougher
2017-09-12
1
-3
/
+1
*
[DWARF] Incorrect prologue end line record.
Robert Lougher
2017-09-12
1
-1
/
+3
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-11
8
-146
/
+225
[next]