..
CMakeLists.txt
DAGCombiner.cpp
Fix interference caused by fmul 2, x -> fadd x, x
2014-09-02 19:02:53 +00:00
FastISel.cpp
[FastISel] Provide the option to skip target-independent instruction selection. NFC.
2014-09-02 21:07:44 +00:00
FunctionLoweringInfo.cpp
CodeGen: Handle va_start in the entry block
2014-09-02 18:42:44 +00:00
InstrEmitter.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
InstrEmitter.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
LegalizeDAG.cpp
[SDAG] Re-instate r215611 with a fix to a pesky X86 DAG combine.
2014-08-27 11:22:16 +00:00
LegalizeFloatTypes.cpp
ARM: fix @llvm.convert.from.fp16 on softfloat targets.
2014-07-29 09:56:38 +00:00
LegalizeIntegerTypes.cpp
Revert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Builder and type".
2014-08-21 01:59:30 +00:00
LegalizeTypes.cpp
Make it possible for ints/floats to return different values from getBooleanContents()
2014-07-10 10:18:12 +00:00
LegalizeTypes.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
LegalizeTypesGeneric.cpp
AA metadata refactoring (introduce AAMDNodes)
2014-07-24 12:16:19 +00:00
LegalizeVectorOps.cpp
Teach the AArch64 backend about v4f16 and v8f16
2014-08-27 16:16:04 +00:00
LegalizeVectorTypes.cpp
Add support for scalarizing cttz_zero_undef
2014-08-10 22:49:54 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
Change MCSchedModel to be a struct of statically initialized data.
2014-09-02 17:43:54 +00:00
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
ScheduleDAGSDNodes.cpp
Make this SmallVector size a power of two as suggested by Chandler
2014-08-11 13:47:57 +00:00
ScheduleDAGSDNodes.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
ScheduleDAGVLIW.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
SDNodeDbgValue.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
SelectionDAG.cpp
Do not assume the value passed to memset is an i32.
2014-08-29 08:23:53 +00:00
SelectionDAGBuilder.cpp
[ARM] Enable DP copy, load and store instructions for FPv4-SP
2014-08-21 12:50:31 +00:00
SelectionDAGBuilder.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
SelectionDAGDumper.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
SelectionDAGISel.cpp
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size.
2014-08-21 05:55:13 +00:00
SelectionDAGPrinter.cpp
Revert "Introduce a string_ostream string builder facilty"
2014-06-26 22:52:05 +00:00
TargetLowering.cpp
Remove the TargetMachine forwards for TargetSubtargetInfo based
2014-08-04 21:25:23 +00:00
TargetSelectionDAGInfo.cpp