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
2025-01-08 03:30:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
383c6fc458
llvm-6502
/
lib
/
CodeGen
/
SelectionDAG
History
Chad Rosier
b875acda98
[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@175456
91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-18 20:13:59 +00:00
..
CMakeLists.txt
DAGCombiner.cpp
Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.
2013-02-14 18:28:52 +00:00
FastISel.cpp
Currently, codegen may spent some time in SDISel passes even if an entire
2013-02-11 01:27:15 +00:00
FunctionLoweringInfo.cpp
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
2013-02-08 20:35:15 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp
LegalizeDAG.cpp doesn't need DenseMap.
2013-02-16 16:15:42 +00:00
LegalizeFloatTypes.cpp
Make APFloat constructor require explicit semantics.
2013-01-22 09:46:31 +00:00
LegalizeIntegerTypes.cpp
Legalizer: Reword comment again, per Duncan's suggestion.
2013-01-27 21:02:52 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
2013-01-25 15:18:54 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
2013-01-25 15:18:54 +00:00
LegalizeVectorTypes.cpp
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
Add a special handling case for untyped CopyFromReg node in GetCostForDef() of ScheduleDAGRRList
2013-01-29 21:18:43 +00:00
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
2013-02-04 15:19:18 +00:00
SelectionDAGBuilder.cpp
Remove unnecessary code.
2013-02-11 01:18:26 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp
Teach SDISel to combine fsin / fcos into a fsincos node if the following
2013-01-29 02:32:37 +00:00
SelectionDAGISel.cpp
[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.
2013-02-18 20:13:59 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
2013-02-12 21:21:59 +00:00
TargetSelectionDAGInfo.cpp