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
*
[ADT] Make escaping fn conform to coding guidelines
Jonas Devlieghere
2018-05-31
1
-1
/
+1
*
[MCSchedule] Add the ability to compute the latency and throughput informatio...
Andrea Di Biagio
2018-05-31
2
-3
/
+17
*
[GlobalISel][Legalizer] LegalizerInfo verifier: Making LegalizerInfo::verify(...
Roman Tereshin
2018-05-31
1
-0
/
+3
*
[GlobalISel][Legalizer] LegalizerInfo verifier: check rules cover type indices
Roman Tereshin
2018-05-30
1
-0
/
+52
*
DAG: Remove redundant version of getRegisterTypeForCallingConv
Matt Arsenault
2018-05-29
1
-4
/
+4
*
[StrictFP] Make getStrictFPOpcodeAction(...) more accessible
Cameron McInally
2018-05-29
1
-32
/
+2
*
StackColoring: better handling of statically unreachable code
Than McIntosh
2018-05-29
1
-2
/
+5
*
[CodeGenPrepare] Revert r331783
Guozhi Wei
2018-05-25
1
-41
/
+0
*
[RegUsageInfoCollector] Bugfix for callee saved registers.
Jonas Paulsson
2018-05-25
1
-11
/
+59
*
[DebugInfo] Maintain DI when converting GEP to bitcast
Vedant Kumar
2018-05-24
1
-0
/
+1
*
[ScheduleDAGInstrs / buildSchedGraph] Clear subregister entries also.
Jonas Paulsson
2018-05-24
1
-7
/
+8
*
[DebugInfo] Maintain DI for sunken bitcasts
Vedant Kumar
2018-05-23
1
-0
/
+1
*
[GlobalISel] NFCI, Getting GlobalISel ~5% faster
Roman Tereshin
2018-05-23
3
-25
/
+20
*
[WebAssembly] Add functions for EHScopes
Heejin Ahn
2018-05-23
5
-35
/
+44
*
[MachineOutliner] Add "thunk" outlining for AArch64.
Eli Friedman
2018-05-22
1
-0
/
+7
*
[DWARFv5] Put the DWO ID in its place.
Paul Robinson
2018-05-22
3
-5
/
+24
*
[DAG] fold FP binops with undef operands to NaN
Sanjay Patel
2018-05-21
1
-11
/
+12
*
[DAGCombiner] isAllOnesConstantOrAllOnesSplatConstant(): look through bitcasts
Roman Lebedev
2018-05-21
1
-6
/
+9
*
[DAGCombine][X86][AArch64] Masked merge unfolding: vector edition.
Roman Lebedev
2018-05-21
1
-4
/
+0
*
[DAGCombiner] Use computeKnownBits to match rotate patterns that have had the...
Craig Topper
2018-05-21
1
-7
/
+18
*
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...
Peter Collingbourne
2018-05-21
2
-6
/
+11
*
[GlobalMerge] Exit early if only one global is to be merged
Haicheng Wu
2018-05-19
1
-1
/
+9
*
DAG: Fix crash on shift with large shift amounts
Matt Arsenault
2018-05-18
1
-2
/
+2
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-3
/
+5
*
Revert changes from D46265.
Than McIntosh
2018-05-18
1
-5
/
+2
*
StackColoring: better handling of statically unreachable code
Than McIntosh
2018-05-18
1
-2
/
+5
*
Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...
Eric Christopher
2018-05-18
1
-7
/
+15
*
Tidy comment up a bit.
Eric Christopher
2018-05-18
1
-1
/
+1
*
[MachineOutliner] Count savings from outlining in bytes.
Eli Friedman
2018-05-18
1
-7
/
+12
*
Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-2
/
+2
*
Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."
Zachary Turner
2018-05-17
1
-2
/
+2
*
[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.
Zachary Turner
2018-05-17
1
-2
/
+2
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
3
-6
/
+6
*
[CodeGen] Use MachineInstr::getOperand(0) instead of gets the defs iterator_r...
Craig Topper
2018-05-16
1
-1
/
+1
*
[STLExtras] Add size() for ranges, and remove distance()
Vedant Kumar
2018-05-16
1
-1
/
+1
*
Fix small grammar-o.
Eric Christopher
2018-05-16
1
-1
/
+1
*
[DAG] Prune cycle check in store merge.
Nirav Dave
2018-05-16
1
-18
/
+54
*
[DAG] Defer merge store cycle checking to just before merge. NFCI.
Nirav Dave
2018-05-16
1
-8
/
+20
*
[AArch64] Gangup loads and stores for pairing.
Sirish Pande
2018-05-16
2
-4
/
+86
*
[GlobalISel][IRTranslator] Split aggregates during IR translation.
Amara Emerson
2018-05-16
1
-135
/
+280
*
Emit a left-shift instead of a power-of-two multiply for jump-tables
Alexander Richardson
2018-05-16
1
-2
/
+11
*
[DebugInfo] Only handle DBG_VALUE in InlineSpiller.
Shiva Chen
2018-05-16
1
-2
/
+8
*
[MachineOutliner] Add optsize markings to outlined functions.
Eli Friedman
2018-05-15
1
-0
/
+8
*
Move helper classes into anonymous namespaces. NFCI.
Benjamin Kramer
2018-05-15
1
-3
/
+3
*
[DAGCombine] Move load checks on store of loads into candidate
Nirav Dave
2018-05-15
1
-15
/
+13
*
[DAG] propagate FMF for all FPMathOperators
Sanjay Patel
2018-05-15
2
-12
/
+29
*
[CodeView] Improve debugging of virtual base class member variables
Brock Wyma
2018-05-14
1
-2
/
+1
*
[BranchFolding] Allow hoisting to block with a single conditional branch.
Geoff Berry
2018-05-14
1
-1
/
+5
*
[CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctly
Pavel Labath
2018-05-14
2
-4
/
+7
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
110
-2143
/
+2220
[next]