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-10-31 09:11:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1af69a8131
llvm-6502
/
lib
/
CodeGen
History
Alkis Evlogimenos
d0656fc94d
Lower llvm.isunordered(a, b) into a != a | b != b.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@20382
91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-01 02:07:58 +00:00
..
SelectionDAG
Fix a bug in the 'store fpimm, ptr' -> 'store intimm, ptr' handling code.
2005-02-22 07:23:39 +00:00
AsmPrinter.cpp
Print GEP offsets as signed values instead of unsigned values. On X86, this
2005-02-14 21:40:26 +00:00
BranchFolding.cpp
IntrinsicLowering.cpp
Lower llvm.isunordered(a, b) into a != a | b != b.
2005-03-01 02:07:58 +00:00
LiveInterval.cpp
LiveInterval.h
LiveIntervalAnalysis.cpp
Silence warnings from VS
2005-01-08 19:55:00 +00:00
LiveIntervalAnalysis.h
For PR387:\
2004-12-07 04:03:45 +00:00
LiveVariables.cpp
Just in case, handle something that is both a use and a def.
2005-01-19 17:11:51 +00:00
MachineBasicBlock.cpp
Improve conformance with the Misha spelling benchmark suite
2005-01-30 00:09:23 +00:00
MachineCodeEmitter.cpp
MachineFunction.cpp
Improve conformance with the Misha spelling benchmark suite
2005-01-30 00:09:23 +00:00
MachineInstr.cpp
Makefile
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp
Simplify/speedup the PEI by not having to scan for uses of the callee saved
2005-01-23 23:13:12 +00:00
RegAllocIterativeScan.cpp
Update these register allocators to set the PhysRegUsed info in MachineFunction.
2005-01-23 22:45:13 +00:00
RegAllocLinearScan.cpp
Update these register allocators to set the PhysRegUsed info in MachineFunction.
2005-01-23 22:45:13 +00:00
RegAllocLocal.cpp
Update this pass to set PhysRegsUsed info in MachineFunction.
2005-01-23 22:51:56 +00:00
RegAllocSimple.cpp
Update physregsused info.
2005-01-23 22:55:45 +00:00
TwoAddressInstructionPass.cpp
Use the TargetInstrInfo::commuteInstruction method to commute instructions
2005-01-19 07:08:42 +00:00
UnreachableBlockElim.cpp
VirtRegMap.cpp
Update these register allocators to set the PhysRegUsed info in MachineFunction.
2005-01-23 22:45:13 +00:00
VirtRegMap.h