1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner 5c85946417 Even if there are not any induction variables in the loop, if we can compute
the trip count for the loop, insert one so that we can canonicalize the exit
condition.

llvm-svn: 13015
2004-04-17 18:08:33 +00:00
..
Analysis Include <cmath> for compatibility with gcc 3.0.x (the system compiler on 2004-04-16 15:57:32 +00:00
AsmParser
Bytecode
CodeGen Fix bug introduced in previous commit. 2004-04-12 20:26:39 +00:00
Debugger
ExecutionEngine Add a TargetData to the PassManager regardless of the TargetMachine. 2004-04-14 17:45:52 +00:00
Support Bugpoint was not correctly capturing stderr! This caused it to "find" bugs 2004-04-16 05:35:58 +00:00
Target Give SparcV9CodeEmitter a head-of-file comment and a PassName. 2004-04-15 20:23:13 +00:00
Transforms Even if there are not any induction variables in the loop, if we can compute 2004-04-17 18:08:33 +00:00
VMCore Fix retriving parent Function. 2004-04-16 17:37:12 +00:00
Makefile