.. |
CallingConvLower.cpp
|
Get rid of the Pass+Context magic.
|
2009-07-22 00:24:57 +00:00 |
CMakeLists.txt
|
Lexically order files in CMakeLists.txt files.
|
2009-07-15 21:08:16 +00:00 |
DAGCombiner.cpp
|
Add support for promoting SETCC operations.
|
2009-07-24 18:22:59 +00:00 |
FastISel.cpp
|
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
|
2009-07-24 23:12:02 +00:00 |
LegalizeDAG.cpp
|
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
|
2009-07-24 23:12:02 +00:00 |
LegalizeFloatTypes.cpp
|
Convert a few more things to use raw_ostream.
|
2009-07-25 01:43:01 +00:00 |
LegalizeIntegerTypes.cpp
|
Convert a few more things to use raw_ostream.
|
2009-07-25 01:43:01 +00:00 |
LegalizeTypes.cpp
|
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
|
2009-07-14 16:55:14 +00:00 |
LegalizeTypes.h
|
|
|
LegalizeTypesGeneric.cpp
|
|
|
LegalizeVectorOps.cpp
|
|
|
LegalizeVectorTypes.cpp
|
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
|
2009-07-14 16:55:14 +00:00 |
Makefile
|
|
|
ScheduleDAGFast.cpp
|
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
|
2009-07-14 16:55:14 +00:00 |
ScheduleDAGList.cpp
|
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
|
2009-07-14 16:55:14 +00:00 |
ScheduleDAGRRList.cpp
|
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
|
2009-07-14 16:55:14 +00:00 |
ScheduleDAGSDNodes.cpp
|
Move more to raw_ostream, provide support for writing MachineBasicBlock,
|
2009-07-24 10:36:58 +00:00 |
ScheduleDAGSDNodes.h
|
|
|
ScheduleDAGSDNodesEmit.cpp
|
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
|
2009-07-14 16:55:14 +00:00 |
SelectionDAG.cpp
|
Move ConstantFP construction back to the 2.5-ish API.
|
2009-07-27 20:59:43 +00:00 |
SelectionDAGBuild.cpp
|
Move ConstantFP construction back to the 2.5-ish API.
|
2009-07-27 20:59:43 +00:00 |
SelectionDAGBuild.h
|
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
|
2009-07-14 16:55:14 +00:00 |
SelectionDAGISel.cpp
|
More migration to raw_ostream, the water has dried up around the iostream hole.
|
2009-07-25 00:23:56 +00:00 |
SelectionDAGPrinter.cpp
|
Switch to getNameStr().
|
2009-07-24 08:24:36 +00:00 |
TargetLowering.cpp
|
Reorganize code a bit to reduce indentation. No visible functionality
|
2009-07-26 23:47:17 +00:00 |