llvm-6502/lib
Chris Lattner a825d75f1d move the x86-32 part of PR2108 here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49465 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-10 05:37:47 +00:00
..
Analysis Fix PR 2169. 2008-04-07 14:20:50 +00:00
Archive
AsmParser regenerate 2008-04-06 23:07:54 +00:00
Bitcode
CodeGen Teach branch folding pass about implicit_def instructions. Unfortunately we can't just eliminate them since register scavenger expects every register use to be defined. However, we can delete them when there are no intra-block uses. Carefully removing some implicit def's which enable more blocks to be optimized away. 2008-04-10 02:32:10 +00:00
Debugger
ExecutionEngine
Linker
Support
System Make getDirnameSep a static method (not part of Path's interface). 2008-04-07 22:01:32 +00:00
Target move the x86-32 part of PR2108 here. 2008-04-10 05:37:47 +00:00
Transforms Disable an xform we've had for a long time, pow(x,0.5) -> sqrt. 2008-04-10 02:07:51 +00:00
VMCore add a simplified accessor for creating an fp constant of a 2008-04-09 06:38:30 +00:00
Makefile