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
...
*
Use shouldAssumeDSOLocal in isOffsetFoldingLegal.
Rafael Espindola
2016-06-24
1
-9
/
+14
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
1
-2
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-17
/
+14
*
[SelectionDAG] rename/move isKnownToBeAPowerOfTwo() from TargetLowering (NFC)
Sanjay Patel
2016-05-19
1
-32
/
+1
*
[TargetLowering] make helper function for SetCC + and optimizations (NFC)
Sanjay Patel
2016-05-09
1
-52
/
+40
*
[x86, BMI] add TLI hook for 'andn' and use it to simplify comparisons
Sanjay Patel
2016-05-07
1
-0
/
+49
*
clean up; NFCI
Sanjay Patel
2016-05-04
1
-15
/
+15
*
LegalizeDAG: Move unaligned load/store expansion to TLI
Matt Arsenault
2016-04-21
1
-0
/
+290
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
TargetLowering: Factor out common code for tail call eligibility checking; NFC
Matthias Braun
2016-04-14
1
-0
/
+27
*
TargetRegisterInfo: Add getRegAsmName()
Tom Stellard
2016-04-11
1
-1
/
+1
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+1
*
LegalizeDAG: Don't replace vector store with integer if not legal
Matt Arsenault
2016-03-30
1
-0
/
+54
*
LegalizeDAG: Don't replace vector load with integer unless legal
Matt Arsenault
2016-03-30
1
-0
/
+42
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+1
*
[DAG] use !isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-1
/
+1
*
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
[prev]
[next]