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
/
TargetLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
[Power PC] softening long double type
Petar Jovanovic
2016-02-04
1
-17
/
+33
*
Fixed MSVC warning that not all control paths return a value.
Simon Pilgrim
2016-01-18
1
-0
/
+1
*
TargetLowering: Improve handling of (setcc ([sz]ext x) 0, cc) in SimplifySetCC
Tom Stellard
2016-01-18
1
-0
/
+49
*
[TLS] New lower emutls pass, fix linkage bugs.
Chih-Hung Hsieh
2016-01-13
1
-3
/
+1
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-12-29
1
-57
/
+47
*
use auto with dyn_casted values; NFC
Sanjay Patel
2015-12-29
1
-6
/
+3
*
use auto with dyn_casted values; NFC
Sanjay Patel
2015-12-29
1
-11
/
+9
*
[X86] Better support for the MCU psABI (LLVM part)
Michael Kuperstein
2015-12-28
1
-2
/
+0
*
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-03
1
-1
/
+3
*
[X86] Use correct calling convention for MCU psABI libcalls
Michael Kuperstein
2015-10-25
1
-0
/
+3
*
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
2015-10-22
1
-10
/
+10
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-3
/
+0
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-3
/
+2
*
Pass function attributes instead of boolean in isIntDivCheap().
Steve King
2015-08-25
1
-0
/
+10
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+43
*
[SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadol...
Alexey Bataev
2015-07-15
1
-23
/
+31
*
Fix handling of the 'n' asm constraint with invalid operands.
James Y Knight
2015-07-13
1
-2
/
+2
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-50
/
+61
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-18
/
+30
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-5
/
+5
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-3
/
+1
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-4
/
+3
*
[SDAG] Now that we have a way to communicate the exact bit on sdiv use it to ...
Benjamin Kramer
2015-06-27
1
-7
/
+13
*
[DAGCombine] Fix demanded bits computation for exact shifts.
Benjamin Kramer
2015-06-26
1
-1
/
+13
*
[DAGCombiner] Preserve the exact bit when simplifying SRA to SRL.
Benjamin Kramer
2015-06-26
1
-4
/
+7
*
propagate IR-level fast-math-flags to DAG nodes, disabled by default
Sanjay Patel
2015-06-16
1
-2
/
+3
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-1
/
+1
*
DAGCombiner: Continue combining if FoldConstantArithmetic() fails.
Matthias Braun
2015-05-20
1
-1
/
+11
*
Fix icmp lowering
Pawel Bylica
2015-05-20
1
-1
/
+2
*
Revert r237046. See the testcase on the thread where r237046 was committed.
Nick Lewycky
2015-05-13
1
-3
/
+2
*
propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC
Sanjay Patel
2015-05-11
1
-2
/
+3
*
Reformat.
NAKAMURA Takumi
2015-05-06
1
-2
/
+2
*
Revert r236546, "propagate IR-level fast-math-flags to DAG nodes (NFC)"
NAKAMURA Takumi
2015-05-06
1
-3
/
+2
*
propagate IR-level fast-math-flags to DAG nodes (NFC)
Sanjay Patel
2015-05-05
1
-2
/
+3
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-92
/
+107
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-107
/
+92
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-92
/
+107
*
[CodeGen] Report error rather than crash when unable to makeLibCall.
Ahmed Bougacha
2015-03-26
1
-0
/
+2
*
Fix sign extension for MIPS64 in makeLibCall function
Petar Jovanovic
2015-03-23
1
-3
/
+4
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-13
/
+13
*
Fixes two issue in SimplifyDemandedBits of sext_in_reg:
Michael Kuperstein
2015-02-18
1
-11
/
+18
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
2014-12-21
1
-9
/
+26
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-4
/
+3
*
Whitespace.
NAKAMURA Takumi
2014-10-29
1
-6
/
+6
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-6
/
+3
*
Replace repeated null checks with an assert. NFC.
Sanjay Patel
2014-09-15
1
-18
/
+14
*
Replace dead links to "Hacker's Delight" with general references. NFC.
Sanjay Patel
2014-09-15
1
-4
/
+4
[next]