.. |
CMakeLists.txt
|
Removed a bunch of unnecessary target_link_libraries.
|
2010-09-28 22:39:14 +00:00 |
DAGCombiner.cpp
|
Avoid replacing the value of a directly stored load with the stored value if the load is indexed. rdar://9117613.
|
2011-03-11 00:48:56 +00:00 |
FastISel.cpp
|
Teach FastISel to support register-immediate-immediate instructions.
|
2011-03-11 21:33:55 +00:00 |
FunctionLoweringInfo.cpp
|
There are times when the landing pad won't have a call to 'eh.selector' in
|
2011-03-03 23:14:05 +00:00 |
InstrEmitter.cpp
|
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
|
2011-01-10 02:58:51 +00:00 |
InstrEmitter.h
|
Don't set kill flags for instructions which the scheduler has cloned.
|
2010-05-14 22:01:14 +00:00 |
LegalizeDAG.cpp
|
Use the correct LHS type when determining the legalization of a shift's RHS type.
|
2011-03-07 18:29:47 +00:00 |
LegalizeFloatTypes.cpp
|
Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS.
|
2011-02-25 21:41:48 +00:00 |
LegalizeIntegerTypes.cpp
|
Revert commit 126684 "Use the correct shift amount type". It is only the correct
|
2011-03-04 14:28:59 +00:00 |
LegalizeTypes.cpp
|
Move ExpandAtomic into the integer expansion routines - it's only used there.
|
2011-01-11 00:36:08 +00:00 |
LegalizeTypes.h
|
Revert r123908; the code in question is completely untested and wrong.
|
2011-03-03 22:33:23 +00:00 |
LegalizeTypesGeneric.cpp
|
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
|
2010-11-23 03:31:01 +00:00 |
LegalizeVectorOps.cpp
|
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
|
2010-11-23 03:31:01 +00:00 |
LegalizeVectorTypes.cpp
|
Add a few missed unary cases when legalizing vector results. Put some cases
|
2011-03-01 15:15:43 +00:00 |
Makefile
|
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
|
2010-01-24 20:43:08 +00:00 |
ScheduleDAGFast.cpp
|
Re-commit 127368 and 127371. They are exonerated.
|
2011-03-10 00:16:32 +00:00 |
ScheduleDAGList.cpp
|
Various bits of framework needed for precise machine-level selection
|
2010-12-24 05:03:26 +00:00 |
ScheduleDAGRRList.cpp
|
Re-commit 127368 and 127371. They are exonerated.
|
2011-03-10 00:16:32 +00:00 |
ScheduleDAGSDNodes.cpp
|
Improve pre-RA-sched register pressure tracking for duplicate operands.
|
2011-03-09 19:12:43 +00:00 |
ScheduleDAGSDNodes.h
|
Introducing a new method of tracking register pressure. We can't
|
2011-02-04 03:18:17 +00:00 |
SDNodeDbgValue.h
|
Do not lose debug info of an inlined function argument even if the argument is only used through GEPs.
|
2011-02-18 22:43:42 +00:00 |
SDNodeOrdering.h
|
Allow 0 as an order number. Don't assign an order to formal arguments.
|
2009-12-22 21:35:02 +00:00 |
SelectionDAG.cpp
|
Use the correct LHS type when determining the legalization of a shift's RHS type.
|
2011-03-07 18:29:47 +00:00 |
SelectionDAGBuilder.cpp
|
Replace -dag-chain-limit flag with constant. It has survived a release cycle without being touched, so no longer needs to pollute the hidden-help text.
|
2011-03-11 17:46:59 +00:00 |
SelectionDAGBuilder.h
|
Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns."
|
2011-02-21 23:21:26 +00:00 |
SelectionDAGISel.cpp
|
trailing whitespace.
|
2011-03-01 01:39:05 +00:00 |
SelectionDAGPrinter.cpp
|
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
|
2011-02-27 04:11:03 +00:00 |
TargetLowering.cpp
|
Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS.
|
2011-02-25 21:41:48 +00:00 |
TargetSelectionDAGInfo.cpp
|
Implement a bunch more TargetSelectionDAGInfo infrastructure.
|
2010-05-11 17:31:57 +00:00 |