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
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
11
-44
/
+47
*
[AArch64][GlobalISel] Teach AArch64CallLowering to handle basic sibling calls
Jessica Paquette
2019-09-04
1
-1
/
+3
*
[mir-canon][NFC] Move MIR vreg renaming code to separate file for better reuse.
Puyan Lotfi
2019-09-04
4
-337
/
+436
*
GlobalISel: Add basic legalization for G_BITREVERSE
Matt Arsenault
2019-09-04
1
-0
/
+19
*
[globalisel] Support trivial COPY in GISelKnownBits
Daniel Sanders
2019-09-04
1
-0
/
+13
*
Update CodeGen to use hasMetadata as appropriate [NFC]
Philip Reames
2019-09-04
2
-12
/
+11
*
GlobalISel: Add G_BITREVERSE
Matt Arsenault
2019-09-04
1
-0
/
+2
*
[ModuloSchedule] Fix no-asserts build
James Molloy
2019-09-04
1
-5
/
+8
*
[ModuloSchedule] Introduce PeelingModuloScheduleExpander
James Molloy
2019-09-04
2
-6
/
+478
*
[DebugInfo] LiveDebugValues: locations with different exprs should not be merged
Jeremy Morse
2019-09-04
1
-7
/
+17
*
[LiveDebugValues][NFC] Silence an unused variable warning
Jeremy Morse
2019-09-04
1
-0
/
+1
*
[GlobalISel] Fix G_SEXT narrowScalar to bail out of unsupported type combinat...
Amara Emerson
2019-09-04
1
-3
/
+7
*
[AArch64][GlobalISel] Legalize 128 bit divisions to libcalls.
Amara Emerson
2019-09-03
1
-4
/
+22
*
[GlobalISel][CallLowering] Add support for splitting types according to calli...
Amara Emerson
2019-09-03
3
-37
/
+157
*
[CodeGen] Use FSHR in DAGTypeLegalizer::ExpandIntRes_MULFIX
Bjorn Pettersson
2019-09-03
1
-49
/
+19
*
[MachinePipeliner] Add a way to unit-test the schedule emitter
James Molloy
2019-09-03
3
-0
/
+128
*
[LegalizeDAG] Pass DAG to two calls to SDNode::dump in debug prints so that t...
Craig Topper
2019-09-03
1
-2
/
+2
*
[TargetLowering][PS4] Add sincos(f) lib functions when target is PS4
Robert Lougher
2019-09-02
1
-0
/
+5
*
[DAGCombiner] try to form test+set out of shift+mask patterns
Sanjay Patel
2019-09-02
1
-0
/
+57
*
[DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locations
Jeremy Morse
2019-09-02
2
-4
/
+20
*
[AArch64][GlobalISel] Fix zext narrowScalar to use the right type when creating
Amara Emerson
2019-09-02
1
-3
/
+5
*
[DAGCombiner] improve throughput of shift+logic+shift
Sanjay Patel
2019-09-01
1
-0
/
+74
*
[TargetLowering] Fix Bugzilla ID 43183 to avoid soften comparison broken with...
Shiva Chen
2019-09-01
2
-45
/
+88
*
[DAGCombiner] clean up code in visitShiftByConstant()
Sanjay Patel
2019-08-31
1
-25
/
+20
*
[DAGCombiner] Match (add X, X) as (shl X, 1) when detecting rotate.
Amaury Sechet
2019-08-31
1
-4
/
+20
*
[DAGCombiner] Don't create illegal narrow stores
James Molloy
2019-08-31
1
-2
/
+7
*
[CodeGen] Refactor DAGTypeLegalizer::ExpandIntRes_MULFIX. NFC
Bjorn Pettersson
2019-08-31
1
-87
/
+92
*
[MachinePipeliner] Separate schedule emission, NFC
James Molloy
2019-08-30
3
-1125
/
+1236
*
[DAGCombine] ReduceLoadWidth - remove duplicate SDLoc. NFCI.
Simon Pilgrim
2019-08-30
1
-3
/
+2
*
[TargetLowering] SimplifyDemandedBits ADD/SUB/MUL - correctly inherit SDNodeF...
Simon Pilgrim
2019-08-30
1
-4
/
+2
*
GlobalISel: Fix missing pass dependency
Matt Arsenault
2019-08-30
1
-0
/
+1
*
[ValueTypes] Add v16f16 and v32f16 to EVT::getEVTString and Tablegen's getEnu...
Craig Topper
2019-08-30
1
-0
/
+2
*
[DAGCombine] visitVSELECT - remove equivalent getValueType() call. NFCI.
Simon Pilgrim
2019-08-30
1
-1
/
+0
*
[DAGCombine] visitVSELECT - remove duplicate getOperand calls. NFCI.
Simon Pilgrim
2019-08-30
1
-4
/
+3
*
[DAGCombine] visitVSELECT - use getShiftAmountTy for shift amounts.
Simon Pilgrim
2019-08-30
1
-3
/
+3
*
[DAGCombine] visitMULHS - use getScalarValueSizeInBits() to make safe for vec...
Simon Pilgrim
2019-08-30
1
-1
/
+1
*
[CodeGen] Introduce MachineBasicBlock::replacePhiUsesWith helper and use it. NFC
Bjorn Pettersson
2019-08-30
2
-24
/
+16
*
[DAGCombine] visitMULHS/visitMULHU - isBuildVectorAllZeros doesn't mean node ...
Simon Pilgrim
2019-08-30
1
-8
/
+8
*
[LiveDebugValues] Insert entry values after bundles
David Stenberg
2019-08-30
1
-2
/
+1
*
[MIPS GlobalISel] Lower fptoui
Petar Avramovic
2019-08-30
1
-0
/
+44
*
[CodeGen] Fix lowering for returning the result of an extractvalue
Dan Gohman
2019-08-30
1
-1
/
+1
*
Revert [MBP] Disable aggressive loop rotate in plain mode
Jordan Rupprecht
2019-08-29
1
-80
/
+36
*
GlobalISel: Don't compute known bits for non-integral GEP
Matt Arsenault
2019-08-29
1
-2
/
+7
*
GlobalISel: Add maskedValueIsZero and signBitIsZero to known bits
Matt Arsenault
2019-08-29
1
-0
/
+6
*
GlobalISel: Add known bits to InstructionSelector
Matt Arsenault
2019-08-29
1
-1
/
+5
*
[DAGCombine] Fix shadow variable warnings. NFCI.
Simon Pilgrim
2019-08-29
1
-12
/
+12
*
[DebugInfo] LiveDebugValues: correctly discriminate kinds of variable locations
Jeremy Morse
2019-08-29
1
-0
/
+1
*
Fix signed/unsigned comparison warning. NFCI.
Simon Pilgrim
2019-08-29
1
-1
/
+2
*
Fix shadow variable warning. NFCI.
Simon Pilgrim
2019-08-29
1
-4
/
+3
*
[DebugInfo] LiveDebugValues should always revisit backedges if it skips them
Jeremy Morse
2019-08-29
1
-37
/
+17
[next]