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
*
[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
*
[MSP430] Generate EABI-compliant libcalls
Vadzim Dambrouski
2017-05-11
1
-0
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+1
*
Generalize the specialized flag-carrying SDNodes by moving flags into SDNode.
Amara Emerson
2017-05-01
1
-1
/
+1
*
[APInt] Use inplace shift methods where possible. NFCI
Craig Topper
2017-04-28
1
-1
/
+1
*
Fix signed multiplication with overflow fallback.
Ranjeet Singh
2017-04-26
1
-2
/
+2
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-1
/
+1
*
[APInt] Use operator<<= instead of shl where possible. NFC
Craig Topper
2017-04-23
1
-1
/
+1
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
1
-2
/
+2
*
Fix for PR#30562: Selection DAG error: Detected cycle in SelectionDAG.
Andrew V. Tischenko
2017-04-14
1
-2
/
+5
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-23
/
+37
*
Capitalize ArgListEntry fields. NFC.
Nirav Dave
2017-03-18
1
-16
/
+16
*
[DAGCombine] Use APInt::operator|(uint64_t) instead of creating a temporary A...
Craig Topper
2017-03-05
1
-6
/
+6
*
Use SelectionDAG::getBuildVector helper function where possible. NFCI.
Simon Pilgrim
2017-01-30
1
-5
/
+4
*
DAG: Avoid OOB when legalizing vector indexing
Matt Arsenault
2017-01-10
1
-30
/
+10
*
[SelectionDAG] Add expansion and promotion of [US]MUL_LOHI
Nicolai Haehnle
2016-12-08
1
-5
/
+56
*
[CodeGen] Fix result type for SMULO/UMULO legalization
Eli Friedman
2016-12-06
1
-0
/
+9
*
Fix spelling mistakes in SelectionDAG comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Introduce TLI predicative for base-relative Jump Tables.
Joerg Sonnenberger
2016-11-15
1
-1
/
+1
*
Simplify.
Joerg Sonnenberger
2016-11-02
1
-2
/
+2
*
LegalizeDAG: Support promoting [US]DIV and [US]REM operations
Tom Stellard
2016-10-26
1
-1
/
+18
*
[DAG] optimize negation of bool
Sanjay Patel
2016-10-19
1
-2
/
+19
[next]