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
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
6
-11
/
+11
*
Add a couple of assertions to the load combine code introduced by r289538
Artur Pilipenko
2016-12-14
1
-1
/
+5
*
[DWARF] Preserve column number when emitting 'line 0' record
Paul Robinson
2016-12-14
1
-4
/
+9
*
Generalize strided store pattern in interleave access pass
Alina Sbirlea
2016-12-13
1
-16
/
+72
*
Use more detailed assertion messages in the code introduced by r289538
Artur Pilipenko
2016-12-13
1
-4
/
+8
*
Fix a buildbot failure introduced by r289538
Artur Pilipenko
2016-12-13
1
-2
/
+1
*
[DAGCombiner] Match load by bytes idiom and fold it into a single load
Artur Pilipenko
2016-12-13
1
-0
/
+276
*
Move BaseIndexOffset in DAGCombiner.cpp so it will be available for the upcom...
Artur Pilipenko
2016-12-13
1
-104
/
+104
*
[SelectionDAG] computeKnownBits - simplified knownbits sign extension. NFCI.
Simon Pilgrim
2016-12-13
1
-13
/
+4
*
[GlobalISel] Move extendRegister where it belongs. NFCI
Diana Picus
2016-12-13
1
-0
/
+29
*
[peephole] Enhance folding logic to work for STATEPOINTs
Philip Reames
2016-12-13
1
-9
/
+19
*
[Statepoints] Reuse stack slots more than once within a basic block
Philip Reames
2016-12-13
1
-4
/
+9
*
Avoid infinite loops in branch folding
Andrew Kaylor
2016-12-12
1
-1
/
+13
*
Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc...
Paul Robinson
2016-12-12
3
-16
/
+64
*
[LiveRangeEdit] Add assert string and descriptive comment.
Geoff Berry
2016-12-12
1
-1
/
+3
*
[SelectionDAG] Add support for EXTRACT_SUBVECTOR to ComputeNumSignBits
Simon Pilgrim
2016-12-12
1
-0
/
+2
*
instr-combiner: sum up all latencies of the transformed instructions
Sebastian Pop
2016-12-11
1
-2
/
+9
*
[SelectionDAG] Add ability for computeKnownBits to peek through bitcasts from...
Simon Pilgrim
2016-12-10
1
-1
/
+23
*
Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
Adrian Prantl
2016-12-09
7
-156
/
+129
*
[DWARF] Suppress .loc directives from CFI instructions
Paul Robinson
2016-12-09
1
-2
/
+2
*
[SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT opcodes (REAPPLIED)
Simon Pilgrim
2016-12-09
1
-0
/
+36
*
AMDGPU: Fix i128 mul
Matt Arsenault
2016-12-09
1
-1
/
+1
*
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...
Nirav Dave
2016-12-09
2
-142
/
+276
*
In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...
Nirav Dave
2016-12-09
2
-276
/
+142
*
Use SelectionDAG.getSplatBuildVector helper. NFCI.
Simon Pilgrim
2016-12-09
1
-6
/
+5
*
[SelectionDAG] Use SelectionDAG.getBuildVector helper. NFCI.
Simon Pilgrim
2016-12-09
2
-9
/
+6
*
[SelectionDAG] Add additional checks to CONCAT_VECTORS creation
Simon Pilgrim
2016-12-09
1
-0
/
+10
*
Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed.
Benjamin Kramer
2016-12-09
1
-1
/
+1
*
[SelectionDAG] Add partial BITCAST support to computeKnownBits
Simon Pilgrim
2016-12-09
1
-0
/
+44
*
Revert "[SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT opcodes"
Daniel Jasper
2016-12-09
1
-36
/
+0
*
GlobalISel: fall back gracefully for debug intrinsics.
Tim Northover
2016-12-08
1
-0
/
+6
*
GlobalISel: factor overflow handling into separate function. NFC.
Tim Northover
2016-12-08
1
-28
/
+38
*
Don't emit .seh_handler directives for any cleanup funclets
Reid Kleckner
2016-12-08
1
-6
/
+6
*
Prune unused libdeps.
NAKAMURA Takumi
2016-12-08
2
-2
/
+2
*
[SelectionDAG] Add expansion and promotion of [US]MUL_LOHI
Nicolai Haehnle
2016-12-08
4
-27
/
+179
*
Move DwarfGenerator.cpp to unittests
Daniel Jasper
2016-12-08
3
-494
/
+0
*
Wdocumentation fix
Simon Pilgrim
2016-12-08
1
-1
/
+1
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
4
-5
/
+5
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
4
-5
/
+5
*
Make a DWARF generator so we can unit test DWARF APIs with gtest.
Greg Clayton
2016-12-08
7
-130
/
+749
*
TargetPassConfig: Rename DisablePostRA -> DisablePostRASched; NFC
Matthias Braun
2016-12-08
1
-3
/
+3
*
LivePhysReg: Use reference instead of pointer in init(); NFC
Matthias Braun
2016-12-08
4
-8
/
+8
*
[InlineSpiller] Don't call TargetInstrInfo::foldMemoryOperand with an empty l...
Quentin Colombet
2016-12-08
1
-0
/
+5
*
GlobalISel: use correct builder for ConstantExprs.
Tim Northover
2016-12-07
1
-32
/
+45
*
GlobalISel: store the current MachineFunction as direct state. NFC.
Tim Northover
2016-12-07
1
-45
/
+41
*
GlobalISel: simplify MachineIRBuilder interface.
Tim Northover
2016-12-07
2
-27
/
+21
*
[SelectionDAG] Add knownbits support for vector demandedelts in SMAX/SMIN/UMA...
Simon Pilgrim
2016-12-07
1
-2
/
+4
*
[SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT opcodes
Simon Pilgrim
2016-12-07
1
-0
/
+36
*
[SelectionDAG] Removed old knownbits TODO comment. NFCI.
Simon Pilgrim
2016-12-07
1
-3
/
+0
*
[CodeGen] Fix result type for SMULO/UMULO legalization
Eli Friedman
2016-12-06
1
-0
/
+9
[next]