- Apr 30, 2010
-
-
Dan Gohman authored
llvm-svn: 102742
-
David Chisnall authored
llvm-svn: 102741
-
David Chisnall authored
llvm-svn: 102740
-
Dan Gohman authored
for unsigned purposes, so >64-bit integer values get a full all-ones value. llvm-svn: 102739
-
Dan Gohman authored
llvm-svn: 102734
-
Dan Gohman authored
llvm-svn: 102733
-
Dan Gohman authored
llvm-svn: 102731
-
Dan Gohman authored
llvm-svn: 102730
-
Jakob Stoklund Olesen authored
Rounding differences causes tests to fail on Linux. llvm-svn: 102729
-
Dan Gohman authored
llvm-svn: 102728
-
Dan Gohman authored
llvm-svn: 102722
-
Dan Gohman authored
comparisons sign-extended to a different bitwidth than the comparison operands. llvm-svn: 102721
-
Daniel Dunbar authored
llvm-svn: 102720
-
Daniel Dunbar authored
folks. LLVM/Clang is miscompiled by the standard GCC at -O3. llvm-svn: 102719
-
Benjamin Kramer authored
SmallBitVector: Rework find_first/find_next and tweak test to test them (at least on 64 bit platforms). llvm-svn: 102712
-
Benjamin Kramer authored
llvm-svn: 102709
-
Benjamin Kramer authored
- We can't use PointerIntPair here since we require the discrimination bit to be in the LSB. llvm-svn: 102707
-
Evan Cheng authored
llvm-svn: 102694
-
Evan Cheng authored
Another sibcall bug. If caller and callee calling conventions differ, then it's only safe to do a tail call if the results are returned in the same way. llvm-svn: 102683
-
Dan Gohman authored
llvm-svn: 102680
-
Jeffrey Yasskin authored
MachineFunction::DefaultDebugLoc. We now use the same technique as DwarfDebug::beginFunction to find the starting line number for a function. llvm-svn: 102679
-
Dan Gohman authored
easy cases. llvm-svn: 102678
-
Jakob Stoklund Olesen authored
of different register classes. e.g. %reg1048:3<def> = EXTRACT_SUBREG %RAX<kill>, 3 Where %reg1048 is a GR32 register. This is not impossible to handle, but it is pretty hard and very rare. This should unbreak the dragonegg builder. llvm-svn: 102672
-
Nick Lewycky authored
llvm-svn: 102670
-
Dan Gohman authored
print randomly in debug output. llvm-svn: 102668
-
Chris Lattner authored
llvm-svn: 102667
-
Dan Gohman authored
llvm-svn: 102666
-
Jakob Stoklund Olesen authored
llvm-svn: 102663
-
- Apr 29, 2010
-
-
Devang Patel authored
llvm-svn: 102662
-
Devang Patel authored
llvm-svn: 102661
-
Dale Johannesen authored
llvm-svn: 102657
-
Devang Patel authored
##DEBUG_VALUE: runOnMachineFunction:this <- RDI+0 ##DEBUG_VALUE: runOnMachineFunction:fn <- RSI+0 ##DEBUG_VALUE: DeadDefs <- undef ## SimpleRegisterCoalescing.cpp:2706 ##DEBUG_VALUE: getRegInfo:this <- [%rsp+$56]+$0 ##DEBUG_VALUE: getTarget:this <- [%rsp+$56]+$0 llvm-svn: 102655
-
Evan Cheng authored
llvm-svn: 102654
-
Devang Patel authored
llvm-svn: 102653
-
Evan Cheng authored
llvm-svn: 102652
-
Dan Gohman authored
llvm-svn: 102651
-
Bob Wilson authored
just leave it in Developer/usr/local/lib. llvm-svn: 102646
-
Dan Gohman authored
llvm-svn: 102637
-
Daniel Dunbar authored
llvm-svn: 102621
-
Duncan Sands authored
level metadata does not have any function local operands. This would have caught the problem found in PR6112. llvm-svn: 102620
-