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
*
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
*
Fixing build bot error: adding const qualifiers to std::sort lambda.
Puyan Lotfi
2018-05-13
1
-1
/
+1
*
[NFC] MIR-Canon: switching to a stable string sorting of instructions.
Puyan Lotfi
2018-05-13
1
-2
/
+8
*
[DAG] add convenience function to propagate FMF; NFC
Sanjay Patel
2018-05-11
1
-7
/
+1
*
[DAG] clean up flag propagation for binops; NFCI
Sanjay Patel
2018-05-11
2
-36
/
+22
*
[DAG] reduce code duplication; NFCI
Sanjay Patel
2018-05-11
1
-8
/
+7
*
[DAGCombiner] Set the right SDLoc on extended SETCC uses (7/N)
Vedant Kumar
2018-05-11
1
-19
/
+13
*
[DAGCombiner] Set the right SDLoc on a newly-created sextload (6/N)
Vedant Kumar
2018-05-11
1
-38
/
+8
*
[DAGCombiner] Factor out duplicated logic for an extload combine, NFC (5/N)
Vedant Kumar
2018-05-11
1
-38
/
+52
*
Use iteration instead of recursion in CFIInserter
Sanjoy Das
2018-05-11
1
-15
/
+26
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
3
-6
/
+3
*
[DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...
Wolfgang Pieb
2018-05-10
1
-2
/
+2
*
[CGP] Split large data structres to sink more GEPs
Haicheng Wu
2018-05-10
1
-26
/
+236
*
[DAG] Avoid using deleted node in rebuildSetCC
Nirav Dave
2018-05-10
1
-8
/
+21
*
[DWARF] Rework debug line parsing to use llvm::Error and callbacks
James Henderson
2018-05-10
1
-0
/
+5
*
[GlobalISel][Legalizer] Widening the second src op of shifts bug fix
Roman Tereshin
2018-05-09
1
-2
/
+18
*
Reapplying r331819 [GlobalISel][Legalizer] More concise and faster widenS...
Roman Tereshin
2018-05-09
2
-236
/
+144
*
[DAGCombiner] In visitBITCAST when trying to constant fold the bitcast, only ...
Craig Topper
2018-05-09
1
-11
/
+11
*
[DAGCombine] Change store merge candidates check cut off to 1024.
Amara Emerson
2018-05-09
1
-1
/
+1
*
Revert r331816 and r331820 - [globalisel] Add a combiner helpers for extendin...
Daniel Sanders
2018-05-09
1
-33
/
+1
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
36
-87
/
+98
*
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
Shiva Chen
2018-05-09
9
-0
/
+141
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
2
-12
/
+17
*
Revert r331819 [GlobalISel][Legalizer] More concise and faster widenScalar, NFC
Roman Tereshin
2018-05-09
2
-144
/
+236
*
[globalisel] Correct r331816 to check the opcode before calling getOperand().
Daniel Sanders
2018-05-08
1
-4
/
+4
*
[GlobalISel][Legalizer] More concise and faster widenScalar, NFC
Roman Tereshin
2018-05-08
2
-236
/
+144
*
[globalisel] Add a combiner helpers for extending loads and use them in a pre...
Daniel Sanders
2018-05-08
1
-1
/
+33
*
[AsmPrinter] Allow emitting codeview for any windows target
Martin Storsjo
2018-05-08
1
-2
/
+1
*
DAG: Use correct shift width type
Matt Arsenault
2018-05-08
1
-1
/
+1
*
[CodeGenPrepare] Move Extension Instructions Through Logical And Shift Instru...
Guozhi Wei
2018-05-08
1
-0
/
+41
*
[MachineVerifier][GlobalISel] Verifying generic extends and truncates
Roman Tereshin
2018-05-08
1
-0
/
+52
*
[MIRParser][GlobalISel] Parsing vector pointer types (<M x pA>)
Roman Tereshin
2018-05-08
1
-13
/
+20
*
[MachineVerifier][GlobalISel] Checking that generic instrs have LLTs on all v...
Roman Tereshin
2018-05-07
2
-6
/
+20
*
[MachineVerifier][GlobalISel] NFC, Improving MO printing and refactoring visi...
Roman Tereshin
2018-05-07
2
-21
/
+28
*
[DAGCombiner] Masked merge: enhance handling of 'andn' with immediates
Roman Lebedev
2018-05-07
1
-4
/
+14
*
[DagCombiner] Not all 'andn''s work with immediates.
Roman Lebedev
2018-05-07
1
-0
/
+4
[next]