- Aug 05, 2010
-
-
Bill Wendling authored
because it could create such things. This fixes a MingW buildbot test failure. llvm-svn: 110279
-
Jakob Stoklund Olesen authored
This helps avoid silly code: %R0<def = LOAD <fi#5> STORE <fi#5>, %R0<kill> llvm-svn: 110266
-
Jakob Stoklund Olesen authored
We are now at a point where we can split around simple single-entry, single-exit loops, although still with some bugs. llvm-svn: 110257
-
Devang Patel authored
llvm-svn: 110255
-
- Aug 04, 2010
-
-
Bill Wendling authored
llvm-svn: 110248
-
Devang Patel authored
llvm-svn: 110244
-
Dan Gohman authored
be triggered by valid, if dubious, IR. llvm-svn: 110240
-
Devang Patel authored
While spilling live registers at the end of block check whether they are used by DBG_VALUE machine instructions or not. If a spilled register is used by DBG_VALUE machine instruction then insert a new DBG_VALUE machine instruction to encode variable's new location on stack. llvm-svn: 110235
-
Devang Patel authored
llvm-svn: 110234
-
Dan Gohman authored
llvm-svn: 110183
-
- Aug 03, 2010
-
-
Jakob Stoklund Olesen authored
When the normalizeSpillWeights function was introduced, I forgot to remove this normalization. This change could affect register allocation. Hopefully for the better. llvm-svn: 110119
-
Bill Wendling authored
llvm-svn: 110069
-
- Aug 02, 2010
-
-
Devang Patel authored
llvm-svn: 110045
-
Oscar Fuentes authored
Fixes potential ambiguity problems on VS 2010. Patch by nobled! llvm-svn: 110029
-
Eli Friedman authored
ISD::AND case of TargetLowering::SimplifyDemandedBits. llvm-svn: 110019
-
- Aug 01, 2010
-
-
Bill Wendling authored
llvm-svn: 109966
-
- Jul 30, 2010
-
-
Eli Friedman authored
check the range of the constant when optimizing a comparison between a constant and a sign_extend_inreg node. llvm-svn: 109854
-
- Jul 29, 2010
-
-
Benjamin Kramer authored
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. llvm-svn: 109767
-
Dale Johannesen authored
llvm-svn: 109765
-
Jakob Stoklund Olesen authored
multiple defs, like t2LDRSB_POST. The first def could accidentally steal the physreg that the second, tied def was required to be allocated to. Now, the tied use-def is treated more like an early clobber, and the physreg is reserved before allocating the other defs. This would never be a problem when the tied def was the only def which is the usual case. This fixes MallocBench/gs for thumb2 -O0. llvm-svn: 109715
-
- Jul 28, 2010
-
-
Jakob Stoklund Olesen authored
llvm-svn: 109608
-
- Jul 27, 2010
-
-
Devang Patel authored
llvm-svn: 109538
-
Jim Grosbach authored
llvm-svn: 109525
-
Nate Begeman authored
recursively and returning a SCALAR_TO_VECTOR node, but assuming the input was always a BUILD_VECTOR. llvm-svn: 109519
-
Jim Grosbach authored
llvm-svn: 109513
-
Jim Grosbach authored
llvm-svn: 109511
-
Bill Wendling authored
protectors, to be near the stack protectors on the stack. Accomplish this by tagging the stack object with a predicate that indicates that it would trigger this. In the prolog-epilog inserter, assign these objects to the stack after the stack protector but before the other objects. llvm-svn: 109481
-
Jakob Stoklund Olesen authored
rewrite instructions for live range splitting. Still work in progress. llvm-svn: 109469
-
Dan Gohman authored
llvm-svn: 109468
-
Bill Wendling authored
llvm-svn: 109462
-
- Jul 26, 2010
-
-
Evan Cheng authored
The "excess register pressure" returned by HighRegPressure() is not accurate enough to factor into scheduling priority. Eliminate it and add early exits to speed up scheduling. llvm-svn: 109449
-
Dan Gohman authored
llvm-svn: 109415
-
Dan Gohman authored
llvm-svn: 109402
-
Duncan Sands authored
may be used uninitialized in the callers of HighRegPressure. llvm-svn: 109393
-
Lang Hames authored
llvm-svn: 109388
-
- Jul 25, 2010
-
-
Evan Cheng authored
llvm-svn: 109383
-
Bob Wilson authored
those. Radar 8231572. llvm-svn: 109367
-
- Jul 24, 2010
-
-
Anton Korobeynikov authored
llvm-svn: 109354
-
Bob Wilson authored
instead of fixed size arrays, so that increasing FirstVirtualRegister to 16K won't cause a compile time performance regression. llvm-svn: 109330
-
Devang Patel authored
Use current working directory when Dirname is empty. This only happens when absolute source file path is used on compiler command line. llvm-svn: 109302
-