- May 03, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 70718
-
Anton Korobeynikov authored
llvm-svn: 70717
-
Anton Korobeynikov authored
llvm-svn: 70716
-
Anton Korobeynikov authored
llvm-svn: 70715
-
Anton Korobeynikov authored
llvm-svn: 70714
-
Anton Korobeynikov authored
llvm-svn: 70713
-
Anton Korobeynikov authored
llvm-svn: 70712
-
Anton Korobeynikov authored
llvm-svn: 70711
-
Anton Korobeynikov authored
Add code enough for emission of reg-reg and reg-imm moves. This allows us to compile "ret i16 0" properly! llvm-svn: 70710
-
Anton Korobeynikov authored
llvm-svn: 70709
-
Anton Korobeynikov authored
llvm-svn: 70708
-
Anton Korobeynikov authored
llvm-svn: 70707
-
Anton Korobeynikov authored
llvm-svn: 70706
-
Anton Korobeynikov authored
llvm-svn: 70705
-
Anton Korobeynikov authored
llvm-svn: 70704
-
Anton Korobeynikov authored
llvm-svn: 70703
-
Anton Korobeynikov authored
Add first draft of MSP430 calling convention stuff and draft of ISD::FORMAL_ARGUMENTS node lowering. llvm-svn: 70702
-
Anton Korobeynikov authored
llvm-svn: 70701
-
Anton Korobeynikov authored
llvm-svn: 70700
-
Anton Korobeynikov authored
llvm-svn: 70699
-
Anton Korobeynikov authored
llvm-svn: 70698
-
Anton Korobeynikov authored
llvm-svn: 70697
-
Anton Korobeynikov authored
llvm-svn: 70695
-
Anton Korobeynikov authored
llvm-svn: 70694
-
Argyrios Kyrtzidis authored
-Create DebugLocs without the need to have a DwarfWriter around llvm-svn: 70682
-
Dan Gohman authored
llvm-svn: 70661
-
Nick Lewycky authored
them to bool. llvm-svn: 70653
-
- May 02, 2009
-
-
Dan Gohman authored
makes ScalarEvolution::deleteValueFromRecords, and it's code that subtly needed to be called before ReplaceAllUsesWith, unnecessary. It also makes ValueDeletionListener unnecessary. llvm-svn: 70645
-
Dan Gohman authored
to make the copy constructor and destructor protected, and corresponding adjustments to the unittests. llvm-svn: 70644
-
Dan Gohman authored
a default value, and will hopefully be going away soon. llvm-svn: 70642
-
Dan Gohman authored
of returning a list of pointers to Values that are deleted. This was unsafe, because the pointers in the list are, by nature of what RecursivelyDeleteDeadInstructions does, always dangling. Replace this with a simple callback mechanism. This may eventually be removed if all clients can reasonably be expected to use CallbackVH. Use this to factor out the dead-phi-cycle-elimination code from LSR utility function, and generalize it to use the RecursivelyDeleteTriviallyDeadInstructions utility function. This makes LSR more aggressive about eliminating dead PHI cycles; adjust tests to either be less trivial or to simply expect fewer instructions. llvm-svn: 70636
-
Dan Gohman authored
it also forget any SCEVs associated with loop-header PHIs in the loop, as they may be dependent on trip count information. llvm-svn: 70633
-
Dan Gohman authored
deleting it. This will let ScalarEvolution be more complete about updating its records. llvm-svn: 70632
-
Nick Lewycky authored
llvm-svn: 70630
-
Dan Gohman authored
of LSR. This makes the AddUsersIfInteresting phase of LSR a pure analysis instead of a phase that potentially does CFG modifications. The conditions where this code would actually perform a split are rare, and in the cases where it actually would do a split the split is usually undone by CodeGenPrepare, and in cases where splits actually survive into codegen, they appear to hurt more often than they help. llvm-svn: 70625
-
Chris Lattner authored
"Invalid primitive type" on input containing the x86_fp80 type.' Patch by Collin Winter! llvm-svn: 70610
-
- May 01, 2009
-
-
Dan Gohman authored
"Construction" makes it sound like a pass that might modify the CFG to construct natural loops. llvm-svn: 70580
-
Bob Wilson authored
Changes to take advantage of this will come later. llvm-svn: 70560
-
Dan Gohman authored
llvm-svn: 70557
-
Dan Gohman authored
target hooks canLosslesslyBitCastTo and isTruncateFree. This allows targets to avoid worrying about handling all combinations of integer and pointer types. llvm-svn: 70555
-