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
/
SelectionDAG
/
LegalizeDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DAG] ExpandLegalINT_TO_FP - pull out repeated getValueType() call. NFCI.
Simon Pilgrim
2018-09-26
1
-9
/
+9
*
[LegalizeDAG] Prune Predecessor check in ExpandExtractFromVectorThroughStack....
Nirav Dave
2018-09-25
1
-0
/
+1
*
[DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
Sanjay Patel
2018-09-16
1
-0
/
+5
*
fix typos
Adrian Prantl
2018-09-14
1
-1
/
+1
*
[ARM] Lower llvm.ctlz.i32 to a libcall when clz is not available.
Eli Friedman
2018-08-22
1
-0
/
+15
*
[FPEnv] Support constrained FREM intrinsic
Cameron McInally
2018-08-20
1
-0
/
+2
*
Fix FCOPYSIGN expansion
Lei Liu
2018-08-02
1
-16
/
+12
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-1
/
+1
*
[FPEnv] Expand constrained FP POWI
Cameron McInally
2018-06-15
1
-0
/
+4
*
[SelectionDAG] Provide default expansion for rotates
Krzysztof Parzyszek
2018-06-12
1
-0
/
+40
*
Get rid of SETCCE
Amaury Sechet
2018-06-04
1
-2
/
+1
*
[SelectionDAG] Expand UADDO/USUBO into ADD/SUBCARRY if legal for target
Krzysztof Parzyszek
2018-06-01
1
-5
/
+15
*
[StrictFP] Make getStrictFPOpcodeAction(...) more accessible
Cameron McInally
2018-05-29
1
-32
/
+2
*
Emit a left-shift instead of a power-of-two multiply for jump-tables
Alexander Richardson
2018-05-16
1
-2
/
+11
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-39
/
+38
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
1
-1
/
+2
*
[TargetLowering] Rename isCondCodeLegal to isCondCodeLegalOrCustom. Add real ...
Craig Topper
2018-02-22
1
-10
/
+8
*
[LegalizeDAG] Fix legalization of SETCC
Mikhail Maltsev
2018-02-16
1
-1
/
+1
*
[AArch64] Improve v8.1-A code-gen for atomic load-and
Oliver Stannard
2018-02-12
1
-0
/
+1
*
[SDAG] Legalize all CondCodes by inverting them and/or swapping operands
Krzysztof Parzyszek
2018-02-05
1
-12
/
+19
*
DAG: Fix not truncating when promoting bswap/bitreverse
Matt Arsenault
2018-01-31
1
-1
/
+2
*
[mips] Fix incorrect sign extension for fpowi libcall
Simon Dardis
2018-01-30
1
-5
/
+7
*
[LegalizeDAG] Fix ATOMIC_CMP_SWAP_WITH_SUCCESS legalization.
Eli Friedman
2018-01-17
1
-2
/
+2
*
[SelectionDAG] lower math intrinsics to finite version of libcalls when possi...
Sanjay Patel
2018-01-09
1
-18
/
+62
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
DAG: Legalize truncstores to illegal int types
Matt Arsenault
2017-11-28
1
-6
/
+16
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
Don't crash when we see unallocatable registers in clobbers
George Burgess IV
2017-10-23
1
-2
/
+5
*
Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ.
Wei Ding
2017-10-12
1
-4
/
+15
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
ISel type legalization: add debug messages. NFCI.
Sjoerd Meijer
2017-10-03
1
-168
/
+196
*
[CodeGen] Fix some Clang-tidy modernize-use-bool-literals and Include What Yo...
Eugene Zelenko
2017-09-21
1
-55
/
+59
*
[SelectionDAG] Remove a check for type being a vector type after calling getS...
Craig Topper
2017-09-11
1
-2
/
+0
*
Remove duplicate code
Victor Leschuk
2017-08-24
1
-4
/
+0
*
Add missing break in switch
Victor Leschuk
2017-08-24
1
-0
/
+1
*
Add ‘llvm.experimental.constrained.fma‘ Intrinsic.
Wei Ding
2017-08-24
1
-1
/
+7
*
[ARM] Avoid creating duplicate ANDs in SelectionDAG
Renato Golin
2017-08-22
1
-4
/
+9
*
Fix libcall expansion creating DAG nodes with invalid type post type legaliza...
Vadim Chugunov
2017-07-05
1
-12
/
+8
*
DAG: correctly legalize UMULO.
Tim Northover
2017-06-20
1
-11
/
+18
*
[SelectionDAG] Allow sin/cos -> sincos optimization on GNU triples w/ just -f...
Geoff Berry
2017-06-12
1
-14
/
+1
*
SelectionDAG: Remove deleted nodes from legalized set to avoid clash with new...
Zvi Rackover
2017-06-09
1
-0
/
+8
*
[SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsi...
Craig Topper
2017-05-30
1
-4
/
+0
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
1
-1
/
+0
*
Add constrained intrinsics for some libm-equivalent operations
Andrew Kaylor
2017-05-25
1
-0
/
+67
[prev]
[next]