1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib
Chris Lattner 0036009167 simplify some code
llvm-svn: 34914
2007-03-04 23:16:36 +00:00
..
Analysis Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector. 2007-03-04 04:06:39 +00:00
AsmParser Regenerate. 2007-03-01 19:41:47 +00:00
Bytecode Use a simpler constructor for ConstantInt. 2007-03-01 20:25:31 +00:00
CodeGen fold away addc nodes when we know there cannot be a carry-out. 2007-03-04 20:40:38 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine Remove unnecessary #include. 2007-03-03 18:29:16 +00:00
Linker For PR1195: 2007-02-15 02:26:10 +00:00
Support Fix ashr for bitwidths > 64. This is now validated up to 1024 bits. 2007-03-02 22:39:11 +00:00
System fix typo 2007-03-04 06:36:24 +00:00
Target add missing braces 2007-03-04 06:13:52 +00:00
Transforms simplify some code 2007-03-04 23:16:36 +00:00
VMCore Fix constant folding of fp->int bitcast for vectors. 2007-03-03 08:32:46 +00:00
Makefile Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00