projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Implement global merge optimization for global variables.
[oota-llvm.git]
/
include
/
llvm
/
Target
/
TargetLowering.h
2014-05-15
Jiangning Liu
Implement global merge optimization for global variables.
blob
|
commitdiff
|
raw
2014-05-14
Jay Foad
Rename ComputeMaskedBits to computeKnownBits. "Masked...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-11
Hal Finkel
Pass the value type to TLI::getRegisterByName
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
Oliver Stannard
ARM: HFAs must be passed in consecutive registers
blob
|
commitdiff
|
raw
|
diff to current
2014-05-06
Renato Golin
Implememting named register intrinsics
blob
|
commitdiff
|
raw
|
diff to current
2014-05-05
Eric Christopher
Fix typo (also tab character).
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
Weiming Zhao
[ARM64] Prevent bit extraction to be adjusted by follow...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Benjamin Kramer
DAGCombiner: Turn divs of vector splats into vectorized...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Michael Zolotukhin
Revert r206749 till a final decision about the intrinsi...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Yi Jiang
ARM64: Combine shifts and uses from different basic...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Michael Zolotukhin
Reapply r206732. This time without optimization of...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Chandler Carruth
Revert r206732 which is causing llc to crash on most...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Michael Zolotukhin
Implement builtins for safe division: safe.sdiv.iN...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-17
Tim Northover
Atomics: promote ARM's IR-based atomics pass to CodeGen.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-12
Benjamin Kramer
Retire llvm::array_endof in favor of non-member std...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
Benjamin Kramer
Make doxygen comment match the declaration.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
Tom Stellard
SelectionDAG: Factor ISD::MUL lowering code out of...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Matt Arsenault
Add DAG parameter to ComputeNumSignBitsForTargetNode
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
Craig Topper
Make consistent use of MCPhysReg instead of uint16_t...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-01
Matt Arsenault
Add helpers for checking if a value is a target boolean...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
Matt Arsenault
Change shouldSplitVectorElementType to better match...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
Hal Finkel
Add a TLI hook to control when BUILD_VECTOR might be...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-29
Tim Northover
CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-26
Renato Golin
Change @llvm.clear_cache default to call rt-lib
blob
|
commitdiff
|
raw
|
diff to current
2014-03-26
Renato Golin
Add @llvm.clear_cache builtin
blob
|
commitdiff
|
raw
|
diff to current
2014-03-11
Benjamin Kramer
Remove copy ctors that did the same thing as the defaul...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-19
Rafael Espindola
move getNameWithPrefix and getSymbol to TargetMachine.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-19
Rafael Espindola
Add back r201608, r201622, r201624 and r201625
blob
|
commitdiff
|
raw
|
diff to current
2014-02-19
Daniel Jasper
Revert r201622 and r201608.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-19
Tim Northover
X86 CodeGenPrep: sink shufflevectors before shifts
blob
|
commitdiff
|
raw
|
diff to current
2014-02-19
Rafael Espindola
Avoid an infinite cycle with private linkage and -f...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Rafael Espindola
Fix PR18743.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Rafael Espindola
Rename some member variables from TD to DL.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-05
Matt Arsenault
Add address space argument to allowsUnalignedMemoryAccess.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
Reid Kleckner
Implement inalloca codegen for x86 with the new inalloc...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-28
Juergen Ributzka
[TLI] Add a new hook to TargetLowering to query the...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-06
Bill Wendling
Refactor function that checks that __builtin_returnaddr...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-02
Hal Finkel
Disable compare sinking in CodeGenPrepare when multiple...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-10
Richard Sandiford
Add TargetLowering::prepareVolatileOrAtomicLoad
blob
|
commitdiff
|
raw
|
diff to current
2013-12-05
Alp Toker
Correct word hyphenations
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
Lang Hames
Refactor a lot of patchpoint/stackmap related code...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-15
Matt Arsenault
Add target hook to prevent folding some bitcasted loads.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-15
Matt Arsenault
Add addrspacecast instruction.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-09
Juergen Ributzka
[Stackmap] Materialize the jump address within the...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-05
Dmitri Gribenko
Convert comments to documentation comments (// -> ///)
blob
|
commitdiff
|
raw
|
diff to current
2013-10-31
Andrew Trick
Lower stackmap intrinsics directly to their target...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-29
Matt Arsenault
Update comment
blob
|
commitdiff
|
raw
|
diff to current
2013-10-29
Matt Arsenault
Workaround MSVC 32-bit miscompile of getCondCodeAction.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-21
Matt Arsenault
Remove unused TargetLowering field.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-21
Matt Arsenault
Fix CodeGen for vectors of pointers with address spaces.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-17
Jack Carter
[projects/test-suite] White space and long line fixes.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Quentin Colombet
[DAGCombiner] Reapply load slicing (192471) with a...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Quentin Colombet
[DAGCombiner] Revert load slicing (r192471), until...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Quentin Colombet
[DAGCombiner] Slice a big load in two loads when the...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-10
Sriram Murali
test commit
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Tom Stellard
SelectionDAG: Use correct pointer size when lowering...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-13
Michael Gottesman
Update makeLibCall to return both the call and the...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-06
Tim Northover
Refactor isInTailCallPosition handling
blob
|
commitdiff
|
raw
|
diff to current
2013-08-05
Tom Stellard
TargetLowering: Add getVectorIdxTy() function v2
blob
|
commitdiff
|
raw
|
diff to current
2013-07-25
Richard Sandiford
Fix a comment cut-&-pasto.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-23
Tom Stellard
DAGCombiner: Pass the correct type to TargetLowering...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-11
Michael Gottesman
Fixed up comments in TargetLowering.h to conform to...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-09
Stephen Lin
AArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-22
Chad Rosier
The getRegForInlineAsmConstraint function should only...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-10
Duncan Sands
Avoid warnings about unused parameters that tend to...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-31
Quentin Colombet
Loop Strength Reduce: Scaling factor cost.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 2/4.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-18
Matt Arsenault
Add LLVMContext argument to getSetCCResultType
blob
|
commitdiff
|
raw
|
diff to current
2013-04-20
Tim Northover
Remove unused ShouldFoldAtomicFences flag.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-20
Stephen Lin
Add CodeGen support for functions that always return...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-07
Arnold Schwaighofer
TargetLowering: Fix getTypeConversion handling of exten...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Bill Wendling
Use the target options specified on a function to reset...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-29
Benjamin Kramer
Remove the old CodePlacementOpt pass.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-14
Reed Kotler
Add a new method which enables one to change register...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-01
Michael Liao
Fix PR10475
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
Jim Grosbach
Update TargetLowering ivars for name policy.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-11
Benjamin Kramer
Split TargetLowering into a CodeGen and a SelectionDAG...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Tim Northover
Refactor to expose RTLIB calls to targets.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-07
Chandler Carruth
Sink AddrMode back into TargetLowering, removing one...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-07
Chandler Carruth
Switch TargetTransformInfo from an immutable analysis...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-30
Bill Wendling
Remove the Function::getRetAttributes method in favor...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-27
Nadav Rotem
DAGCombinerInformation: add a getter that exposes the...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-27
Nadav Rotem
Refactor DAGCombinerInfo. Change the different booleans...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Nadav Rotem
white space
blob
|
commitdiff
|
raw
|
diff to current
2012-12-23
Nadav Rotem
CostModel: Change the default target-independent implem...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change AsmOperandInfo::ConstraintVT to MVT, instead...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Benjamin Kramer
Make TargetLowering::getTypeConversion more resilient...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::getTypeForExtArgOrReturn to...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change a parameter of TargetLowering::getVectorTypeBrea...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::RegisterTypeForVT to contain...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::TransformToType to contain MVTs...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::getRepRegClassCostFor, getIndexe...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::findRepresentativeClass to take...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::getTypeToPromoteTo to take and...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::isCondCodeLegal to take an MVT...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::getCondCodeAction to take an...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Patrik Hagglund
Change TargetLowering::getTruncStoreAction to take...
blob
|
commitdiff
|
raw
|
diff to current
next