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
*
DAG: Fix expansion of unaligned FP loads and stores
Matt Arsenault
2018-09-13
1
-4
/
+6
*
ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
Tim Northover
2018-09-13
1
-1
/
+2
*
[DAGCombiner] improve formatting for select+setcc code; NFC
Sanjay Patel
2018-09-12
1
-17
/
+15
*
[CGP] Ensure splitgep gives deterministic output
David Green
2018-09-12
1
-1
/
+1
*
[SelectionDAG] Remove some code from PromoteIntOp_MGATHER that handles Update...
Craig Topper
2018-09-12
1
-8
/
+1
*
[MachineOutliner] Add codegen size remarks to the MachineOutliner
Jessica Paquette
2018-09-11
1
-1
/
+103
*
add IR flags to MI
Michael Berg
2018-09-11
5
-1
/
+28
*
[GlobalISel] Lower dbg.declare into indirect DBG_VALUE
Josh Stone
2018-09-11
1
-3
/
+6
*
[MachineOutliner][NFC] Factor out instruction mapping into its own function
Jessica Paquette
2018-09-11
1
-28
/
+38
*
Add size remarks to MachineFunctionPass
Jessica Paquette
2018-09-10
1
-0
/
+36
*
Don't create a temporary vector of loop blocks just to iterate over them.
Benjamin Kramer
2018-09-10
1
-4
/
+2
*
DAG: Handle odd vector sizes in calling conv splitting
Matt Arsenault
2018-09-10
1
-12
/
+17
*
[SelectionDAG] enhance vector demanded elements to look at a vector select co...
Sanjay Patel
2018-09-09
1
-4
/
+12
*
Fix typos. NFC
Fangrui Song
2018-09-08
1
-1
/
+1
*
Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.
Adrian Prantl
2018-09-08
2
-134
/
+0
*
[COFF] Implement llvm.global_ctors priorities for MSVC COFF targets
Reid Kleckner
2018-09-07
1
-2
/
+19
*
[DebugInfo] Handle stack slot offsets for spilled sub-registers in LDV
David Stenberg
2018-09-07
1
-30
/
+57
*
[DAGCombiner] foldBitcastedFPLogic - Add basic vector support
Simon Pilgrim
2018-09-07
1
-8
/
+8
*
Fix argument type in MachineInstr::hasPropertyInBundle
Sven van Haastregt
2018-09-06
1
-1
/
+1
*
[DebugInfo] Do not generate label debug info if it has been processed.
Hsiangkai Wang
2018-09-06
7
-63
/
+69
*
[DAGCombiner] try to convert pow(x, 0.25) to sqrt(sqrt(x))
Sanjay Patel
2018-09-05
1
-0
/
+41
*
[DebugInfo] Normalize common kinds of DWARF sub-expressions.
Jonas Devlieghere
2018-09-05
2
-8
/
+21
*
Remove FrameAccess struct from hasLoadFromStackSlot
Sander de Smalen
2018-09-05
4
-36
/
+34
*
[DebugInfo] Fix bug in LiveDebugVariables.
Hsiangkai Wang
2018-09-05
1
-5
/
+10
*
DAG: Factor out helper function for odd vector sizes
Matt Arsenault
2018-09-04
1
-22
/
+28
*
[CodeGen] Fix remaining zext() assertions in SelectionDAG
Scott Linder
2018-09-04
2
-16
/
+14
*
DAG: Handle extract_vector_elt in isKnownNeverNaN
Matt Arsenault
2018-09-03
1
-0
/
+3
*
Fix issue introduced by r341301 that broke buildbot.
Sander de Smalen
2018-09-03
1
-3
/
+6
*
Extend hasStoreToStackSlot with list of FI accesses.
Sander de Smalen
2018-09-03
4
-31
/
+42
*
Revert "[DebugInfo] Fix bug in LiveDebugVariables."
Hsiangkai Wang
2018-09-02
1
-10
/
+5
*
[DebugInfo] Fix bug in LiveDebugVariables.
Hsiangkai Wang
2018-09-02
1
-5
/
+10
*
[DAGCombine] optimizeSetCCOfSignedTruncationCheck(): handle inverted pattern
Roman Lebedev
2018-09-02
1
-4
/
+18
*
SafeStack: Prevent OOB reads with mem intrinsics
Vlad Tsyrklevich
2018-08-30
1
-2
/
+8
*
[DAGCombiner] Fix bad identation. NFC
Craig Topper
2018-08-30
1
-1
/
+1
*
Allow inconsistent offsets for 'noreturn' basic blocks when '-verify-cfiinstrs'
Vladimir Stefanovic
2018-08-30
1
-0
/
+4
*
[NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis
Nicolai Haehnle
2018-08-30
2
-2
/
+2
*
[CodeGen] emit inline asm clobber list warnings for reserved (cont)
Ties Stuij
2018-08-30
1
-32
/
+78
*
Don't count debug instructions towards neighborhood count
Matt Arsenault
2018-08-30
1
-3
/
+13
*
CodeGen: Make computeRegisterLiveness search forward first
Matt Arsenault
2018-08-30
1
-33
/
+35
*
CodeGen: Make computeRegisterLiveness consider successors
Matt Arsenault
2018-08-30
1
-0
/
+14
*
[DWARF] Missing location debug information with -O2.
Carlos Alberto Enciso
2018-08-30
3
-20
/
+26
*
DAG: Don't use ABI copies in some contexts
Matt Arsenault
2018-08-30
1
-2
/
+3
*
[GlobalMerge] Fix GlobalMerge on bss external global variables.
Huihui Zhang
2018-08-30
1
-1
/
+1
*
[NFC] Make getPreferredAlignment honor section markings.
Eli Friedman
2018-08-29
1
-10
/
+1
*
Reverse subregister saved loops in register usage info collector; NFC
Matthias Braun
2018-08-29
1
-23
/
+22
*
[MinGW] [X86] Add stubs for references to data variables that might end up im...
Martin Storsjo
2018-08-29
2
-0
/
+29
*
[DAGCombiner] Add X / X -> 1 & X % X -> 0 folds
Simon Pilgrim
2018-08-29
1
-1
/
+18
*
Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."
George Rimar
2018-08-29
1
-3
/
+0
*
[llvm-mc] - Allow to set custom flags for debug sections.
George Rimar
2018-08-29
1
-0
/
+3
*
[GISel]: Add legalization support for Widening UADDO/USUBO
Aditya Nandakumar
2018-08-29
1
-0
/
+26
[next]