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
*
[DAGCombiner] fold select-of-constants based on sign-bit test
Sanjay Patel
2019-10-15
1
-0
/
+43
*
[AsmPrinter] Fix unused variable warning in Release builds. NFC.
Benjamin Kramer
2019-10-15
1
-0
/
+1
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
5
-12
/
+43
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
3
-9
/
+8
*
[DebugInfo] Add interface for pre-calculating the size of emitted DWARF
David Stenberg
2019-10-15
4
-27
/
+118
*
[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field
Jeremy Morse
2019-10-15
6
-54
/
+52
*
Change Comments SmallVector to std::vector in DebugLocStream [NFC]
David Stenberg
2019-10-15
2
-3
/
+3
*
Reapply r374743 with a fix for the ocaml binding
Joerg Sonnenberger
2019-10-14
5
-67
/
+18
*
[DebugInfo] Fix truncation of call site immediates
David Stenberg
2019-10-14
1
-1
/
+1
*
Revert "Add a pass to lower is.constant and objectsize intrinsics"
Dmitri Gribenko
2019-10-14
5
-18
/
+67
*
[NFC][TTI] Add Alignment for isLegalMasked[Load/Store]
Sam Parker
2019-10-14
1
-4
/
+11
*
Add a pass to lower is.constant and objectsize intrinsics
Joerg Sonnenberger
2019-10-13
5
-67
/
+18
*
IRTranslator - silence static analyzer null dereference warnings. NFCI.
Simon Pilgrim
2019-10-13
1
-3
/
+4
*
DebugInfo: Reduce the scope of some variables related to debug_ranges emission
David Blaikie
2019-10-11
1
-14
/
+11
*
DebugInfo: Use base address selection entries for debug_loc
David Blaikie
2019-10-11
1
-150
/
+115
*
Revert 374373: [Codegen] Alter the default promotion for saturating adds and ...
David Green
2019-10-11
1
-61
/
+31
*
[GISel][CallLowering] Enable vector support in argument lowering
Quentin Colombet
2019-10-11
1
-4
/
+2
*
[MachineIRBuilder] Fix an assertion failure with buildMerge
Quentin Colombet
2019-10-11
1
-2
/
+5
*
[DAGCombiner] fold vselect-of-constants to shift
Sanjay Patel
2019-10-11
1
-0
/
+9
*
[GISel] Simplifying return from else in function. NFC
Marcello Maggioni
2019-10-10
1
-2
/
+1
*
[GISel] Allow getConstantVRegVal() to return G_FCONSTANT values.
Marcello Maggioni
2019-10-10
1
-11
/
+31
*
[DAGCombiner] fold select-of-constants to shift
Sanjay Patel
2019-10-10
1
-3
/
+12
*
[Codegen] Alter the default promotion for saturating adds and subs
David Green
2019-10-10
1
-31
/
+61
*
[DAGCombiner] reduce code duplication; NFC
Sanjay Patel
2019-10-10
1
-2
/
+4
*
[Alignment][NFC] Use llv::Align in GISelKnownBits
Guillaume Chatelet
2019-10-10
1
-8
/
+8
*
[DAGCombine] Match more patterns for half word bswap
Amaury Sechet
2019-10-10
1
-29
/
+29
*
[IfCvt][ARM] Optimise diamond if-conversion for code size
Oliver Stannard
2019-10-10
1
-17
/
+116
*
[codeview] Try to avoid emitting .cv_loc with line zero
Reid Kleckner
2019-10-10
1
-3
/
+13
*
Conservatively add volatility and atomic checks in a few places
Philip Reames
2019-10-09
1
-1
/
+9
*
GlobalISel: Implement fewerElementsVector for G_BUILD_VECTOR
Matt Arsenault
2019-10-09
1
-0
/
+61
*
[Support] Add mathematical constants
Evandro Menezes
2019-10-09
1
-6
/
+6
*
CodeGenPrepare - silence static analyzer dyn_cast<> null dereference warnings...
Simon Pilgrim
2019-10-08
1
-11
/
+8
*
[DebugInfo][If-Converter] Update call site info during the optimization
Nikola Prica
2019-10-08
10
-16
/
+53
*
[SVE][IR] Scalable Vector size queries and IR instruction support
Graham Hunter
2019-10-08
1
-1
/
+2
*
MachineSSAUpdater: insert IMPLICIT_DEF at top of basic block
Nicolai Haehnle
2019-10-08
1
-1
/
+1
*
[X86] Add new calling convention that guarantees tail call optimization
Reid Kleckner
2019-10-07
1
-1
/
+2
*
GlobalISel: Partially implement lower for G_INSERT
Matt Arsenault
2019-10-07
1
-0
/
+41
*
GlobalISel: Add target pre-isel instructions
Matt Arsenault
2019-10-07
1
-2
/
+3
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
6
-8
/
+8
*
[FPEnv] Add constrained intrinsics for lrint and lround
Kevin P. Neal
2019-10-07
5
-28
/
+88
*
[X86][AVX] Access a scalar float/double as a free extract from a broadcast lo...
Simon Pilgrim
2019-10-06
1
-0
/
+5
*
[LegalizeTypes][X86] When splitting a vselect for type legalization, don't sp...
Craig Topper
2019-10-06
1
-3
/
+12
*
Revert [DAGCombine] Match more patterns for half word bswap
Sanjay Patel
2019-10-06
1
-29
/
+29
*
[DAGCombine] Match more patterns for half word bswap
Amaury Sechet
2019-10-06
1
-29
/
+29
*
GlobalISel: Partially implement lower for G_EXTRACT
Matt Arsenault
2019-10-06
1
-0
/
+35
*
[FastISel] Copy the inline assembly dialect to the INLINEASM instruction.
Craig Topper
2019-10-05
1
-0
/
+1
*
BranchFolding - IsBetterFallthrough - assert non-null pointers. NFCI.
Simon Pilgrim
2019-10-05
1
-0
/
+2
*
Fix a *nasty* miscompile in experimental unordered atomic lowering
Philip Reames
2019-10-05
1
-3
/
+4
*
Revert [CodeGen] Do the Simple Early Return in block-placement pass to optimi...
Reid Kleckner
2019-10-04
1
-46
/
+0
*
[MachineOutliner] Disable outlining from noreturn functions
Jessica Paquette
2019-10-04
1
-0
/
+6
[next]