This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-26 21:32:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
c415af225d
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Eric Christopher
c415af225d
Untabify.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@153073
91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-20 01:07:56 +00:00
..
CMakeLists.txt
Refactor the SelectionDAG's 'dump' methods into their own .cpp file.
2012-03-13 05:47:27 +00:00
DAGCombiner.cpp
Fix DAG combine which creates illegal vector shuffles. Patch by Heikki Kultala.
2012-03-19 15:35:44 +00:00
FastISel.cpp
Untabify.
2012-03-20 01:07:56 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
f16 FDIV can now be legalized by promoting to f32
2012-03-19 23:38:12 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" optimization, making the lives of later passes easier.
2012-02-29 13:27:00 +00:00
LegalizeTypes.cpp
Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call.
2012-02-28 18:51:51 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
LLVMBuild.txt
Makefile
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00
ResourcePriorityQueue.cpp
misched preparation: rename core scheduler methods for consistency.
2012-03-07 23:00:49 +00:00
ScheduleDAGFast.cpp
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
2012-03-08 08:22:45 +00:00
ScheduleDAGRRList.cpp
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
2012-03-08 08:22:45 +00:00
ScheduleDAGSDNodes.cpp
Insert the debugging instructions in one fell-swoop so that it doesn't call the
2012-03-14 07:14:25 +00:00
ScheduleDAGSDNodes.h
misched preparation: rename core scheduler methods for consistency.
2012-03-07 23:00:49 +00:00
ScheduleDAGVLIW.cpp
misched preparation: rename core scheduler methods for consistency.
2012-03-07 23:00:49 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." for workaround of g++-4.4's miscompilation.
2012-03-16 00:01:55 +00:00
SelectionDAGBuilder.cpp
Add another debug statement.
2012-03-15 21:33:41 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
Refactor the SelectionDAG's 'dump' methods into their own .cpp file.
2012-03-13 05:47:27 +00:00
SelectionDAGISel.cpp
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
2012-03-07 05:21:52 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
TargetSelectionDAGInfo.cpp