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
*
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
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-7
/
+8
*
CodeGen: emit IR-level f16 conversion intrinsics as fptrunc/fpext
Tim Northover
2014-07-21
1
-1
/
+4
*
CodeGen: soften f16 type by default instead of marking legal.
Tim Northover
2014-07-18
1
-0
/
+7
*
CodeGen: generate single libcall for fptrunc -> f16 operations.
Tim Northover
2014-07-17
1
-1
/
+16
*
[x86,SDAG] Introduce any- and sign-extend-vector-inreg nodes analogous
Chandler Carruth
2014-07-10
1
-0
/
+4
*
Make it possible for ints/floats to return different values from getBooleanCo...
Daniel Sanders
2014-07-10
1
-0
/
+1
*
[SDAG] Make the new zext-vector-inreg node default to expand so targets
Chandler Carruth
2014-07-09
1
-1
/
+4
*
[codegen,aarch64] Add a target hook to the code generator to control
Chandler Carruth
2014-07-03
1
-40
/
+48
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-0
/
+4
*
InitLibcallNames can take a Triple instead of a TargetMachine.
Eric Christopher
2014-06-02
1
-4
/
+4
*
Remove unused variable.
Eric Christopher
2014-05-22
1
-1
/
+0
*
X86TTI: Adjust sdiv cost now that we can lower it on plain SSE2.
Benjamin Kramer
2014-04-27
1
-1
/
+1
*
Revert r206749 till a final decision about the intrinsics is made.
Michael Zolotukhin
2014-04-26
1
-1
/
+0
*
Set default value of HasExtractBitsInsn to false
Yi Jiang
2014-04-21
1
-0
/
+1
*
Reapply r206732. This time without optimization of branches.
Michael Zolotukhin
2014-04-21
1
-0
/
+1
*
Revert r206732 which is causing llc to crash on most of the build bots.
Chandler Carruth
2014-04-21
1
-1
/
+0
*
Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,
Michael Zolotukhin
2014-04-21
1
-0
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-17
/
+17
*
Change shouldSplitVectorElementType to better match the description.
Matt Arsenault
2014-03-31
1
-1
/
+1
*
CodeGen: add sensible defaults for the ISD::FROUND operation
Tim Northover
2014-03-29
1
-0
/
+9
*
CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.
Tim Northover
2014-03-29
1
-0
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
1
-27
/
+0
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-0
/
+29
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-29
/
+0
*
Avoid an infinite cycle with private linkage and -f{data|function}-sections.
Rafael Espindola
2014-02-19
1
-2
/
+3
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-0
/
+28
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-5
/
+5
*
TargetLowering: n * r where n > 2 should be an illegal addressing mode
Tom Stellard
2014-02-14
1
-0
/
+2
*
Disable compare sinking in CodeGenPrepare when multiple condition registers a...
Hal Finkel
2014-01-02
1
-0
/
+1
*
Remove the 's' DataLayout specification
Rafael Espindola
2014-01-01
1
-1
/
+1
*
Remove unused variable from r195944.
Lang Hames
2013-11-29
1
-1
/
+0
*
Refactor a lot of patchpoint/stackmap related code to simplify and make it
Lang Hames
2013-11-29
1
-0
/
+56
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+1
*
LegalizeDAG: allow libcalls for max/min atomic operations
Tim Northover
2013-10-25
1
-0
/
+20
*
SelectionDAG: Pass along the original argument/element type in ISD::InputArg
Tom Stellard
2013-10-23
1
-1
/
+1
*
Remove unused TargetLowering field.
Matt Arsenault
2013-10-21
1
-1
/
+0
*
CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomics
David Majnemer
2013-10-18
1
-0
/
+8
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
1
-0
/
+13
*
Add a llvm.copysign intrinsic
Hal Finkel
2013-08-19
1
-0
/
+5
*
[stackprotector] Add in the stackprotector libcall.
Michael Gottesman
2013-08-12
1
-0
/
+7
*
Set ISD::FROUND to Expand by default for all types
Hal Finkel
2013-08-09
1
-4
/
+3
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+9
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-1
/
+1
*
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
1
-1
/
+0
*
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
1
-39
/
+44
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-1
/
+0
[next]