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 1035045433 Fix a few small typos I noticed when converting this over to the DAG->DAG
selector.  Also, there is no difference between addSImm and addImm, so just
use addImm, folding some branches.

llvm-svn: 22819
2005-08-17 01:25:14 +00:00
..
Analysis Fix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll 2005-08-16 00:37:01 +00:00
AsmParser Fix grammar 2005-06-24 18:00:40 +00:00
Bytecode This is a dummy, it doesn't matter what the ValueType is 2005-08-16 21:59:52 +00:00
CodeGen Added generic code expansion for [signed|unsigned] i32 to [f32|f64] casts in the 2005-08-17 00:39:29 +00:00
Debugger For PR495: 2005-07-07 23:21:43 +00:00
ExecutionEngine one cannot allocate a global, until one is done initializing the global pointers 2005-08-01 17:35:40 +00:00
Linker For PR495: 2005-07-07 23:21:43 +00:00
Support Allow tools with "consume after" options (like lli) to take more positional 2005-08-08 21:57:27 +00:00
System Fix grammar: it's == "it is". 2005-08-02 16:04:59 +00:00
Target Fix a few small typos I noticed when converting this over to the DAG->DAG 2005-08-17 01:25:14 +00:00
Transforms Fix a bad case in gzip where we put lots of things in registers across the 2005-08-16 00:38:11 +00:00
VMCore only build .a on alpha 2005-08-14 15:14:34 +00:00
Makefile