llvm-6502/lib
Daniel Dunbar 295a8089cd Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82821 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-25 23:26:56 +00:00
..
Analysis Handle sqrt in CannotBeNegativeZero. absf and absl 2009-09-25 20:54:50 +00:00
Archive
AsmParser Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
Bitcode Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
CodeGen Remove unused variable. 2009-09-25 23:26:56 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
MC
Support add and document regex support for FileCheck. You can now do stuff like: 2009-09-24 21:47:32 +00:00
System
Target Regenerate 2009-09-25 22:53:17 +00:00
Transforms Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is 2009-09-25 23:10:17 +00:00
VMCore Add a ConstantFP::getInf utility function for creating infinity ConstantFPs. 2009-09-25 23:00:48 +00:00
Makefile