This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-12-04 10:04:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4d69c45699
llvm
/
lib
/
CodeGen
/
SelectionDAG
History
Simon Pilgrim
41cda40157
Reapplied D7816 & rL230177 & rL230278 - with an additional fix toensure that the smallest build vector input scalar type is always used. Additional (crash) test cases already committed.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@230388
91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-24 22:08:56 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Reapplied D7816 & rL230177 & rL230278 - with an additional fix toensure that the smallest build vector input scalar type is always used. Additional (crash) test cases already committed.
2015-02-24 22:08:56 +00:00
FastISel.cpp
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
2015-01-26 19:03:15 +00:00
FunctionLoweringInfo.cpp
Remove dead code for llvm.eh.selector in the old EH model
2015-01-14 18:49:39 +00:00
InstrEmitter.cpp
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
2015-01-26 19:03:15 +00:00
InstrEmitter.h
LegalizeDAG.cpp
[SDAG] Handle LowerOperation returning its input consistently
2015-02-24 12:59:47 +00:00
LegalizeFloatTypes.cpp
Fix makeLibCall argument (signed) in SoftenFloatRes_XINT_TO_FP function
2015-02-10 23:30:14 +00:00
LegalizeIntegerTypes.cpp
Prefer SmallVector::append/insert over push_back loops.
2015-02-17 15:29:18 +00:00
LegalizeTypes.cpp
[PowerPC] Implement readcyclecounter for PPC32
2014-12-02 22:01:00 +00:00
LegalizeTypes.h
Fixed a bug in type legalizer for masked load/store intrinsics.
2015-01-22 12:07:59 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
[SDAG] Handle LowerOperation returning its input consistently
2015-02-24 12:59:47 +00:00
LegalizeVectorTypes.cpp
Fixed a bug in type legalizer for masked load/store intrinsics.
2015-01-22 12:07:59 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
Prefer SmallVector::append/insert over push_back loops.
2015-02-17 15:29:18 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SelectionDAG.cpp
Canonicalize splats as build_vectors (PR22283)
2015-02-17 16:54:32 +00:00
SelectionDAGBuilder.cpp
ARM: treat [N x i32] and [N x i64] as AAPCS composite types
2015-02-24 17:22:34 +00:00
SelectionDAGBuilder.h
Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lowering into a separate function 'LowerStatepoint' which uses ImmutableStatepoint instead of a CallInst. Also related utility functions are changed to receive ImmutableCallSite.
2015-02-20 15:28:35 +00:00
SelectionDAGDumper.cpp
Add generic fmad DAG node.
2015-02-20 22:10:33 +00:00
SelectionDAGISel.cpp
Unify the two EH personality classification routines I wrote
2015-02-14 00:21:02 +00:00
SelectionDAGPrinter.cpp
StatepointLowering.cpp
Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lowering into a separate function 'LowerStatepoint' which uses ImmutableStatepoint instead of a CallInst. Also related utility functions are changed to receive ImmutableCallSite.
2015-02-20 15:28:35 +00:00
StatepointLowering.h
TargetLowering.cpp
Fixes two issue in SimplifyDemandedBits of sext_in_reg:
2015-02-18 09:43:40 +00:00
TargetSelectionDAGInfo.cpp