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
...
*
[MCP] Add stats for backward copy propagation. NFC.
Kai Luo
2019-12-30
1
-1
/
+5
*
[SelectionDAT] Simplify SelectionDAGBuilder::visitInlineAsm
Fangrui Song
2019-12-29
1
-11
/
+3
*
[SelectionDAG] Disallow indirect "i" constraint
Fangrui Song
2019-12-29
1
-0
/
+6
*
SimplifyDemandedBits - Remove duplicate getOperand() call. NFC.
Simon Pilgrim
2019-12-28
1
-9
/
+7
*
[TargetLowering] Update comment to reference the correct compiler-rt function...
Craig Topper
2019-12-27
1
-1
/
+1
*
Delete setjmp_undefined_for_msvc workaround after llvm.setjmp was removed
Fangrui Song
2019-12-27
2
-16
/
+0
*
TailDuplication: Clear NoPHIs property
Matt Arsenault
2019-12-27
1
-0
/
+5
*
Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821
Fangrui Song
2019-12-27
3
-36
/
+0
*
[X86][FPEnv] Promote some float strictfp operations to double on i686-pc-wind...
Craig Topper
2019-12-26
1
-0
/
+31
*
[DebugInfo][SelectionDAG] Change order while transferring SDDbgValue to anoth...
Kristina Bessonova
2019-12-26
1
-3
/
+3
*
[X86] Enable STRICT_SINT_TO_FP/STRICT_UINT_TO_FP on X86 backend
Wang, Pengfei
2019-12-26
1
-3
/
+12
*
GlobalISel: Update syntax in debug printing
Matt Arsenault
2019-12-24
1
-1
/
+1
*
GlobalISel: Fix naming variables "brank" instead of "bank"
Matt Arsenault
2019-12-24
1
-7
/
+7
*
[TypePromotion] Make TypeSize a class member
Sam Parker
2019-12-24
1
-87
/
+98
*
DebugInfo: Correct the form of DW_AT_macro_info in .dwo files (sec_offset, ra...
David Blaikie
2019-12-24
1
-1
/
+1
*
DebugInfo: Add {} to address -Wdangling-else warning.
David Blaikie
2019-12-24
1
-1
/
+2
*
[DebugInfo] Fix v4 macinfo for dwo files.
Sourabh Singh Tomar
2019-12-24
1
-4
/
+9
*
[SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB} to use unique_ptr
Fangrui Song
2019-12-23
2
-24
/
+24
*
[SelectionDAG] Don't repeatedly add a node to the worklist in ComputeLiveOutV...
Fangrui Song
2019-12-23
1
-6
/
+3
*
[FPEnv][X86] More strict int <-> FP conversion fixes
Ulrich Weigand
2019-12-23
2
-25
/
+55
*
[DAGCombine] visitEXTRACT_SUBVECTOR - 'little to big' extract_subvector(bitca...
Sanjay Patel
2019-12-23
1
-1
/
+17
*
[AArch64] [Windows] Use COFF stubs for calls to extern_weak functions
Martin Storsjö
2019-12-23
1
-1
/
+3
*
[DAGCombiner] Check term use before applying aggressive FSUB optimisations
Carl Ritson
2019-12-23
1
-3
/
+6
*
[SelectionDAG] Copy FP flags when visiting a binary instruction.
Valentin Churavy
2019-12-22
1
-0
/
+7
*
Revert "[ARM][TypePromotion] Enable by default"
Reid Kleckner
2019-12-22
1
-21
/
+3
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-4
/
+33
*
DebugInfo: Remove out of date comment
David Blaikie
2019-12-21
1
-4
/
+0
*
[NFC][MachineOutliner] Rewrite setSuffixIndices to be iterative
Jessica Paquette
2019-12-20
1
-18
/
+25
*
[DWARF] Defer creating declaration DIEs until we prepare call site info
Vedant Kumar
2019-12-20
1
-7
/
+0
*
Reland: [DWARF] Allow cross-CU references of subprogram definitions
Vedant Kumar
2019-12-20
4
-7
/
+30
*
[WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...
Yury Delendik
2019-12-20
5
-3
/
+61
*
Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
Adrian Prantl
2019-12-20
1
-2
/
+2
*
[OPT-DBG] Teach DbgEntityHistoryCalculator about meta-instructions.
Tom Weaver
2019-12-20
1
-1
/
+3
*
[ARM][MVE] Fixes for tail predication.
Sam Parker
2019-12-20
1
-5
/
+41
*
[StackMaps] Be explicit about label formation [NFC] (try 2)
Philip Reames
2019-12-19
1
-11
/
+11
*
Temporarily Revert "[StackMaps] Be explicit about label formation [NFC]"
Eric Christopher
2019-12-19
1
-11
/
+11
*
[StackMaps] Be explicit about label formation [NFC]
Philip Reames
2019-12-19
1
-11
/
+11
*
[FaultMaps] Make label formation a bit more explicit [NFC]
Philip Reames
2019-12-19
1
-3
/
+1
*
[LegalizeDAG] Add return to the strict node handling in PromoteLegalINT_TO_FP...
Craig Topper
2019-12-19
1
-0
/
+1
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
3
-4
/
+4
*
Enable STRICT_FP_TO_SINT/UINT on X86 backend
Liu, Chen3
2019-12-19
1
-5
/
+26
*
DebugInfo: Include DW_AT_base_addr even in gmlt with no inline functions
David Blaikie
2019-12-18
1
-1
/
+1
*
Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...
David Blaikie
2019-12-18
4
-19
/
+11
*
[FPEnv] Strict versions of llvm.minimum/llvm.maximum
Ulrich Weigand
2019-12-18
1
-0
/
+2
*
[SelectionDAGBuilder] Use getConstant instead of getTargetConstant to build t...
Craig Topper
2019-12-18
1
-2
/
+2
*
Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISel
stozer
2019-12-18
1
-2
/
+19
*
[gicombiner] Import tryCombineIndexedLoadStore()
Daniel Sanders
2019-12-18
1
-12
/
+27
*
Revert "[DebugInfo] Correctly handle salvaged casts and split fragments at ISel"
stozer
2019-12-18
1
-19
/
+2
*
[DebugInfo] Correctly handle salvaged casts and split fragments at ISel
stozer
2019-12-18
1
-2
/
+19
*
[AArch64] Enable clustering memory accesses to fixed stack objects
Jay Foad
2019-12-18
1
-1
/
+1
[prev]
[next]