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-11-12 15:05:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
244136770b
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Eric Christopher
244136770b
Add some handy-dandy newlines.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@151234
91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-23 03:39:39 +00:00
..
CMakeLists.txt
fix cmake
2012-02-01 22:28:29 +00:00
DAGCombiner.cpp
Teach the DAGCombiner that certain loadext nodes followed by ANDs can be converted to zeroexts.
2012-02-20 12:02:38 +00:00
FastISel.cpp
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
2012-02-22 19:06:13 +00:00
FunctionLoweringInfo.cpp
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
2012-02-22 19:06:13 +00:00
InstrEmitter.cpp
Handle all live physreg defs in the same place.
2012-02-03 20:43:35 +00:00
InstrEmitter.h
LegalizeDAG.cpp
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for consistency with setExceptionPointerRegister(...).
2012-02-14 04:45:49 +00:00
LegalizeFloatTypes.cpp
Convert assert(0) to llvm_unreachable
2012-02-05 08:31:47 +00:00
LegalizeIntegerTypes.cpp
Convert assert(0) to llvm_unreachable
2012-02-05 08:31:47 +00:00
LegalizeTypes.cpp
Fix PR12000. Some vector operations may use scalar operands with types
2012-02-14 13:06:32 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
Convert assert(0) to llvm_unreachable
2012-02-05 08:31:47 +00:00
LegalizeVectorTypes.cpp
Added hook to let targets custom lower splitting of illegal vectors
2012-02-15 00:55:31 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA).
2012-02-01 22:13:57 +00:00
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
Add register mask support to ScheduleDAGRRList.
2012-02-13 23:25:24 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA).
2012-02-01 22:13:57 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
Put instruction names into an indexed string table on the side, removing a pointer from MCInstrDesc.
2012-02-10 13:18:44 +00:00
SelectionDAGBuilder.cpp
Add some handy-dandy newlines.
2012-02-23 03:39:39 +00:00
SelectionDAGBuilder.h
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
2012-02-06 21:44:22 +00:00
SelectionDAGISel.cpp
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for consistency with setExceptionPointerRegister(...).
2012-02-14 04:45:49 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. Not committing a testcase because I think it will be too fragile.
2012-01-31 01:08:03 +00:00
TargetSelectionDAGInfo.cpp