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
/
TargetLoweringBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-1
/
+1
*
Add new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN
James Molloy
2015-08-11
1
-0
/
+2
*
[TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'
Chandler Carruth
2015-08-05
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+6
*
move DAGCombiner's allowableAlignment() helper function into the TLI
Sanjay Patel
2015-07-29
1
-0
/
+23
*
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute dif...
James Molloy
2015-07-16
1
-0
/
+2
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-6
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+6
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-2
/
+3
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Make getByValTypeAlignment() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+3
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-4
/
+5
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-17
/
+6
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-3
/
+3
*
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
Mehdi Amini
2015-07-08
1
-1
/
+0
*
add a cl::opt override for TargetLoweringBase's JumpIsExpensive
Sanjay Patel
2015-07-01
1
-1
/
+12
*
Eliminate additional redundant copies of Triple objects. NFC.
Daniel Sanders
2015-06-24
1
-1
/
+1
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-1
/
+2
*
Add SDNodes for umin, umax, smin and smax.
James Molloy
2015-05-15
1
-0
/
+4
*
[CodeGen] Use standard -not gnueabi- naming for f16 libcalls on Darwin.
Ahmed Bougacha
2015-05-14
1
-0
/
+8
*
CodeGen: Default overflow operations to expand so we don't have to assume tar...
Jan Vesely
2015-04-29
1
-0
/
+8
*
Add support to promote f16 to f32
Pirama Arumuga Nainar
2015-04-17
1
-4
/
+13
*
[CodeGen] "PromoteInteger" f32 to f64 doesn't make sense.
Ahmed Bougacha
2015-03-28
1
-13
/
+6
*
Deduplicate a bunch of setOpActions into an MVT range-for. NFC.
Ahmed Bougacha
2015-03-26
1
-39
/
+15
*
[CodeGen] Don't pretend we can expand f16 libcalls.
Ahmed Bougacha
2015-03-26
1
-13
/
+0
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-6
/
+5
*
SDAG: Merge the meat of two ExpandAtomic implementations.
Benjamin Kramer
2015-03-05
1
-0
/
+38
*
Add a comment above findRepresentativeClass explaining why it's
Eric Christopher
2015-03-03
1
-0
/
+4
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-6
/
+6
*
Move TargetLoweringBase::getTypeConversion to the .cpp file from
Eric Christopher
2015-02-25
1
-0
/
+132
*
Add generic fmad DAG node.
Matt Arsenault
2015-02-20
1
-0
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-3
/
+2
*
R600: Implement getRecipEstimate
Matt Arsenault
2015-01-13
1
-0
/
+1
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-19
/
+14
*
[CodeGenPrepare] Reapply r224351 with a fix for the assertion failure:
Quentin Colombet
2014-12-17
1
-0
/
+1
*
Revert "[CodeGenPrepare] Move sign/zero extensions near loads using type prom...
Reid Kleckner
2014-12-17
1
-1
/
+0
*
[CodeGenPrepare] Move sign/zero extensions near loads using type promotion.
Quentin Colombet
2014-12-16
1
-0
/
+1
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
1
-1
/
+7
*
Target triple OS detection tidyup. NFC
Simon Pilgrim
2014-11-29
1
-1
/
+1
*
Replace a couple asserts with static_asserts.
Craig Topper
2014-11-17
1
-2
/
+2
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-4
/
+3
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-4
/
+0
*
PR20557: Fix the bug that bogus cpu parameter crashes llc on AArch64 backend.
Hao Liu
2014-10-31
1
-1
/
+5
*
Add minnum / maxnum codegen
Matt Arsenault
2014-10-21
1
-0
/
+20
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-1
/
+0
*
name change: isPow2DivCheap -> isPow2SDivCheap
Sanjay Patel
2014-08-21
1
-1
/
+1
*
Added a TLI hook to signal that the target does not have or does not care about
Pedro Artigas
2014-08-08
1
-0
/
+1
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+1
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-1
/
+0
[next]