- May 16, 2007
-
-
Evan Cheng authored
llvm-svn: 37097
-
Reid Spencer authored
on. This helps to speed up the debugging time by showing computational results as the program executes. llvm-svn: 37095
-
Evan Cheng authored
llvm-svn: 37094
-
Evan Cheng authored
llvm-svn: 37093
-
Evan Cheng authored
llvm-svn: 37092
-
- May 15, 2007
-
-
Dale Johannesen authored
llvm-svn: 37089
-
Lauro Ramos Venancio authored
llvm-svn: 37086
-
Duncan Sands authored
llvm-svn: 37084
-
Chris Lattner authored
llvm-svn: 37081
-
Chris Lattner authored
llvm-svn: 37080
-
Reid Spencer authored
llvm-svn: 37071
-
Chris Lattner authored
test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll llvm-svn: 37069
-
Chris Lattner authored
llvm-svn: 37067
-
Evan Cheng authored
llvm-svn: 37066
-
Chris Lattner authored
llvm-svn: 37065
-
Evan Cheng authored
llvm-svn: 37064
-
Chris Lattner authored
llvm-svn: 37057
-
Lauro Ramos Venancio authored
linkage or hidden visibility. llvm-svn: 37055
-
Chris Lattner authored
CodeGen/PowerPC/fneg.ll into: _t4: fmul f0, f3, f4 fmadd f1, f1, f2, f0 blr instead of: _t4: fneg f0, f3 fmul f0, f0, f4 fmsub f1, f1, f2, f0 blr llvm-svn: 37054
-
- May 14, 2007
-
-
Evan Cheng authored
llvm-svn: 37052
-
Evan Cheng authored
v1 = r2 = move v1 = op r2<kill> ... r2 = move v1 = op r2<kill> Clear the first r2 kill if v1 and r2 are joined. llvm-svn: 37050
-
Evan Cheng authored
When marking a register as being implicitly defined, make sure to clear its partial use info as well. llvm-svn: 37046
-
Lauro Ramos Venancio authored
and used in the same module. llvm-svn: 37044
-
Lauro Ramos Venancio authored
llvm-svn: 37042
-
Reid Spencer authored
just aids in readability and debugability of the output. No functional change. llvm-svn: 37037
-
Dan Gohman authored
llvm-svn: 37034
-
Dan Gohman authored
-print-cfg-only except they use the ViewCFG function, which displays the CFG rendered with graphviz with gv. llvm-svn: 37033
-
Reid Spencer authored
llvm-svn: 37026
-
Reid Spencer authored
types: 1. Functions to compute div/rem at the same time. 2. Further assurance that an APInt with 0 bitwidth cannot be constructed. 3. Left and right rotate operations. 4. An exactLogBase2 function which requires an exact power of two or it returns -1. llvm-svn: 37025
-
Chris Lattner authored
llvm-svn: 37023
-
- May 13, 2007
-
-
Chris Lattner authored
llvm-svn: 37020
-
Anton Korobeynikov authored
Emit function debug frames in one atom. This will prevent us from generating incorrect assembler in case of both debug information & exception information presented. llvm-svn: 37019
-
Anton Korobeynikov authored
functions. This partly fixes PR1414: now we're restricted only to one personality function per eh frame, not per module. Further work on "multiple personalities" topic needs representative example. llvm-svn: 37018
-
Anton Korobeynikov authored
1. Fix PR1380 2. Apply Duncan's patch from PR1410 3. Insert workaround for "one personality function per module" as noted in PR1414 4. Emit correct debug frames for x86/linux. This partly fixes DebugInfo/2006-11-06-StackTrace.cpp: stack trace is shown correctly, but arguments for function on top of stack are displayed incorrectly. llvm-svn: 37015
-
- May 12, 2007
-
-
Reid Spencer authored
shift amount is 0. Previously this code would do a lshr by the bit width which can lead to incorrect results. llvm-svn: 37010
-
Reid Spencer authored
llvm-svn: 37006
-
Chris Lattner authored
the functions which haven't been read. llvm-svn: 36999
-
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.htmlDevang Patel authored
llvm-svn: 36998
-
Chris Lattner authored
llvm-svn: 36996
-
- May 11, 2007
-
-
Dan Gohman authored
llvm-svn: 36995
-