llvm/lib
Chris Lattner 155a490258 Fix three bugs:
1) evaluate [v]fcmp true/false with undefs to true or false instead
   of undef.
2) fix vector comparisons with undef to return a vector result instead 
   of i1
3) fix vector comparisons with evaluatable results to return vector
   true/false instead of i1 true/false (PR2529)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53220 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-08 05:46:34 +00:00
..
Analysis Expand SCEVUDiv of power of 2 to a lshr instruction. 2008-07-08 05:05:37 +00:00
Archive
AsmParser
Bitcode
CodeGen Avoid unnecessary string construction during asm printing. 2008-07-08 00:55:58 +00:00
Debugger - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. 2008-06-30 07:31:25 +00:00
ExecutionEngine Use empty() instead of size(). 2008-07-07 17:52:43 +00:00
Linker Make DenseMap's insert return a pair, to more closely resemble std::map. 2008-07-07 17:46:23 +00:00
Support Add some basic Pool-allocation infrastructure. This adds a Recycler class, 2008-07-07 22:58:06 +00:00
System Fix GetMainExecutable. Patch by Sam Bishop. 2008-06-27 22:55:30 +00:00
Target Avoid unnecessary string construction during asm printing. 2008-07-08 00:55:58 +00:00
Transforms Fix two serious LSR bugs. 2008-07-07 19:51:32 +00:00
VMCore Fix three bugs: 2008-07-08 05:46:34 +00:00
Makefile