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
*
[AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFC
Nick Desaulniers
2019-04-17
1
-0
/
+3
*
[DAGCombine] Add SimplifyDemandedBits helper that handles demanded elts mask ...
Simon Pilgrim
2019-04-17
1
-4
/
+13
*
[ScheduleDAGRRList] Recompute topological ordering on demand.
Florian Hahn
2019-04-17
2
-24
/
+68
*
Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC
Fangrui Song
2019-04-17
1
-4
/
+2
*
[TargetLowering] Rename preferShiftsToClearExtremeBits and shouldFoldShiftPai...
Simon Pilgrim
2019-04-16
1
-2
/
+2
*
[DAGCombiner] Add missing flag to addressing mode check
Luis Marques
2019-04-16
1
-0
/
+2
*
[AArch64][GlobalISel] Don't do extending loads combine for non-pow-2 types.
Amara Emerson
2019-04-15
1
-0
/
+5
*
DAG: propagate ConsecutiveRegs flags to returns too.
Tim Northover
2019-04-15
1
-0
/
+18
*
DAG: propagate whether an arg is a pointer for CallingConv decisions.
Tim Northover
2019-04-15
2
-5
/
+30
*
[SelectionDAG] Use KnownBits::computeForAddSub/computeForAddCarry
Bjorn Pettersson
2019-04-15
1
-58
/
+21
*
[GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...
Amara Emerson
2019-04-15
5
-15
/
+14
*
[GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...
Amara Emerson
2019-04-15
4
-8
/
+23
*
[AArch64][GlobalISel] Enable copy elision in the pre-legalizer combine and fi...
Amara Emerson
2019-04-13
1
-0
/
+1
*
[GlobalISel] Fix a crash when handling an invalid MVT during call lowering.
Amara Emerson
2019-04-12
1
-1
/
+1
*
[DAGCombiner] narrow shuffle of concatenated vectors
Sanjay Patel
2019-04-12
1
-0
/
+50
*
Add options for MaxLoadsPerMemcmp(OptSize).
Hiroshi Yamauchi
2019-04-12
1
-2
/
+15
*
Revert r358268 "[DebugInfo] DW_OP_deref_size in PrologEpilogInserter."
Hans Wennborg
2019-04-12
3
-22
/
+3
*
Use llvm::upper_bound. NFC
Fangrui Song
2019-04-12
4
-13
/
+8
*
[DebugInfo] DW_OP_deref_size in PrologEpilogInserter.
Markus Lavin
2019-04-12
3
-3
/
+22
*
Add explicit dependencies on MCSection.h and MCDwarf.h to the .cpp
Eric Christopher
2019-04-12
1
-0
/
+1
*
[TargetLowering][X86] Teach SimplifyDemandedBits to use ShrinkDemandedOp on I...
Craig Topper
2019-04-12
1
-0
/
+6
*
Move addFrameInst out of line and remove the MCDwarf.h include.
Eric Christopher
2019-04-12
1
-0
/
+6
*
Include what's used in a few cpp files - these were getting transitive
Eric Christopher
2019-04-12
3
-0
/
+3
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
2
-4
/
+3
*
[Pipeliner] Fix incorrect loop carried dependence calculation
Brendon Cahoon
2019-04-11
1
-5
/
+7
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
2
-3
/
+4
*
[DAGCombiner] refactor narrowing of extracted vector binop; NFC
Sanjay Patel
2019-04-11
1
-20
/
+19
*
[DAGCombiner][x86] scalarize inserted vector FP ops
Sanjay Patel
2019-04-11
1
-0
/
+58
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
2
-4
/
+3
*
[RISCV] Put data smaller than eight bytes to small data section
Shiva Chen
2019-04-11
1
-0
/
+3
*
[AArch64][GlobalISel] Scalarize vector SDIV.
Amara Emerson
2019-04-10
1
-0
/
+1
*
Revert rL357745: [SelectionDAG] Compute known bits of CopyFromReg
David Green
2019-04-10
1
-20
/
+0
*
GlobalISel: Move computeValueLLTs
Matt Arsenault
2019-04-10
2
-30
/
+30
*
GlobalISel: Fix invoke lowering creating invalid type registers
Matt Arsenault
2019-04-10
1
-2
/
+3
*
GlobalISel: Support legalizing G_CONSTANT with irregular breakdown
Matt Arsenault
2019-04-10
1
-25
/
+32
*
GlobalISel: Handle odd breakdowns for bit ops
Matt Arsenault
2019-04-10
1
-40
/
+42
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-22
/
+14
*
[MachineOutliner] Replace ostringstream based string concatenation with Twine
Fangrui Song
2019-04-10
1
-10
/
+4
*
[DebugInfo] Track multiple registers in DbgEntityHistoryCalculator
David Stenberg
2019-04-10
1
-28
/
+41
*
[DebugInfo] Improve handling of clobbered fragments
David Stenberg
2019-04-10
4
-106
/
+220
*
[AsmPrinter] Delete unused RangeSpanList::addRange
Fangrui Song
2019-04-10
1
-1
/
+0
*
[DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFC
David Stenberg
2019-04-10
6
-63
/
+60
*
[DebugInfo] Make InstrRange into a class, NFC
David Stenberg
2019-04-10
4
-35
/
+41
*
[ScheduleDAG] Add statistics for maintaining the topological order.
Florian Hahn
2019-04-10
1
-0
/
+8
*
[GlobalISel][AArch64] Allow CallLowering to handle types which are normally
Amara Emerson
2019-04-09
1
-8
/
+46
*
[DAGCombiner][X86][SystemZ] Canonicalize SSUBO with immediate RHS to SADDO by...
Craig Topper
2019-04-09
1
-0
/
+8
*
[TargetLowering] SimplifyDemandedBits - add ISD::INSERT_SUBVECTOR support
Simon Pilgrim
2019-04-09
1
-0
/
+39
*
Revert LIS handling in MachineDCE
Stanislav Mekhanoshin
2019-04-09
1
-28
/
+2
*
[TargetLowering] SimplifyDemandedBits - Remove GetDemandedSrcMask lambda. NFCI.
Simon Pilgrim
2019-04-09
1
-28
/
+21
*
[TargetLowering] SimplifyDemandedBits - call SimplifyDemandedBits in bitcast ...
Simon Pilgrim
2019-04-09
1
-6
/
+16
[next]