1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib
Chris Lattner 91fafbd4e8 change the canonical form of "cond ? -1 : 0" to be
"sext cond" instead of a select.  This simplifies some instcombine
code, matches the policy for zext (cond ? 1 : 0 -> zext), and allows
us to generate better code for a testcase on ppc.

llvm-svn: 94339
2010-01-24 00:09:49 +00:00
..
Analysis Avoid using "Type" as the variable name. 2010-01-23 00:26:28 +00:00
Archive Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
AsmParser Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
Bitcode Respect operator precedence (and silence a gcc 4.3 warning). 2010-01-23 09:54:23 +00:00
CodeGen Improved widening loads by adding support for wider loads if 2010-01-24 00:05:03 +00:00
CompilerDriver Make Path use StringRef instead of std::string where possible. 2009-12-17 21:02:39 +00:00
ExecutionEngine Make OProfile support compile again after r93630 removed 2010-01-22 23:04:39 +00:00
Linker Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
MC mcize lcomm, simplify .comm, extend both to support 64-bit sizes. 2010-01-23 07:47:02 +00:00
Support Changes to fix buffering that I forgot to commit with previous patch. 2010-01-22 21:16:10 +00:00
System Fix TimeValue::now() on Unix. 2010-01-22 15:51:31 +00:00
Target change the canonical form of "cond ? -1 : 0" to be 2010-01-24 00:09:49 +00:00
Transforms change the canonical form of "cond ? -1 : 0" to be 2010-01-24 00:09:49 +00:00
VMCore simplify code a bit. 2010-01-23 04:42:42 +00:00
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00