..
CMakeLists.txt
DAGCombiner.cpp
[DAGCombiner] Fixed minor typo that was missed in D9097.
2015-07-19 11:31:40 +00:00
FastISel.cpp
Make getByValTypeAlignment() taking DataLayout as an argument
2015-07-09 02:09:28 +00:00
FunctionLoweringInfo.cpp
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
2015-07-09 01:57:34 +00:00
InstrEmitter.cpp
Redirect DataLayout from TargetMachine to Module in SelectionDAG
2015-07-07 19:07:19 +00:00
InstrEmitter.h
[SDAG] Give InstrEmitter hidden visibility
2015-07-01 14:55:10 +00:00
LegalizeDAG.cpp
Fix __builtin_setjmp in combination with sjlj exception handling.
2015-07-16 22:34:16 +00:00
LegalizeFloatTypes.cpp
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
2015-07-09 02:09:20 +00:00
LegalizeIntegerTypes.cpp
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute difference operation
2015-07-16 15:22:46 +00:00
LegalizeTypes.cpp
Use more foreach loops in SelectionDAG. NFC
2015-07-14 23:43:29 +00:00
LegalizeTypes.h
Reapply fixed r241790: Fix shift legalization and lowering for big constants.
2015-07-09 14:58:04 +00:00
LegalizeTypesGeneric.cpp
Make TargetLowering::getPointerTy() taking DataLayout as an argument
2015-07-09 02:09:04 +00:00
LegalizeVectorOps.cpp
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute difference operation
2015-07-16 15:22:46 +00:00
LegalizeVectorTypes.cpp
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute difference operation
2015-07-16 15:22:46 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
Add allnodes() iterator range to SelectionDAG. NFC.
2015-07-14 22:10:54 +00:00
ScheduleDAGRRList.cpp
Convert a bunch of loops to foreach. NFC.
2015-06-26 19:18:49 +00:00
ScheduleDAGSDNodes.cpp
Add allnodes() iterator range to SelectionDAG. NFC.
2015-07-14 22:10:54 +00:00
ScheduleDAGSDNodes.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
SelectionDAG.cpp
Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC.
2015-07-15 00:43:54 +00:00
SelectionDAGBuilder.cpp
Fix __builtin_setjmp in combination with sjlj exception handling.
2015-07-16 22:34:16 +00:00
SelectionDAGBuilder.h
Use enum instead of unsigned. NFC.
2015-07-15 01:31:26 +00:00
SelectionDAGDumper.cpp
Fix __builtin_setjmp in combination with sjlj exception handling.
2015-07-16 22:34:16 +00:00
SelectionDAGISel.cpp
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
2015-07-22 09:52:54 +00:00
SelectionDAGPrinter.cpp
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
StatepointLowering.cpp
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
2015-07-09 01:57:34 +00:00
StatepointLowering.h
TargetLowering.cpp
[SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadolskiy)
2015-07-15 08:39:35 +00:00
TargetSelectionDAGInfo.cpp
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
2015-07-09 02:10:08 +00:00