- Mar 05, 2008
-
-
Devang Patel authored
llvm-svn: 47924
-
Devang Patel authored
llvm-svn: 47922
-
Bill Wendling authored
llvm-svn: 47918
-
Dale Johannesen authored
class (cosmetic). First piece of byval implementation; this doesn't work yet. No functional change. llvm-svn: 47917
-
Bill Wendling authored
llvm-svn: 47915
-
- Mar 04, 2008
-
-
Devang Patel authored
llvm-svn: 47911
-
Devang Patel authored
llvm-svn: 47909
-
Devang Patel authored
llvm-svn: 47908
-
Devang Patel authored
Update test to use multiple return value directly, instead of relying on -sretpromotion. llvm-svn: 47907
-
Devang Patel authored
llvm-svn: 47906
-
Devang Patel authored
llvm-svn: 47904
-
Andrew Lenharth authored
llvm-svn: 47903
-
Anton Korobeynikov authored
llvm-svn: 47900
-
Anton Korobeynikov authored
llvm-svn: 47899
-
Devang Patel authored
llvm-svn: 47897
-
Devang Patel authored
new function and new call sites. llvm-svn: 47896
-
Devang Patel authored
llvm-svn: 47895
-
Devang Patel authored
llvm-svn: 47892
-
Devang Patel authored
llvm-svn: 47890
-
Devang Patel authored
llvm-svn: 47889
-
Devang Patel authored
llvm-svn: 47888
-
Roman Levenstein authored
The basic idea is that all these algorithms are computing the longest paths from the root node or to the exit node. Therefore the existing implementation that uses and iterative and potentially exponential algorithm was changed to a well-known graph algorithm based on dynamic programming. It has a linear run-time. llvm-svn: 47884
-
Evan Cheng authored
Refactor ExpandConstantFP so it can optimize load from constpool of types larger than f64 into extload from smaller types. llvm-svn: 47883
-
Evan Cheng authored
llvm-svn: 47878
-
Bill Wendling authored
llvm-svn: 47875
-
Evan Cheng authored
llvm-svn: 47872
-
Evan Cheng authored
llvm-svn: 47871
-
Bill Wendling authored
- Cleaned up how the prologue-epilogue inserter loops over the instructions. - Instead of restarting the processing of an instruction if we remove an implicit kill, just update the end iterator and make sure that the iterator isn't incremented. llvm-svn: 47870
-
Dan Gohman authored
llvm-svn: 47869
-
Dan Gohman authored
llvm-svn: 47868
-
- Mar 03, 2008
-
-
Dan Gohman authored
llvm-svn: 47867
-
Dan Gohman authored
llvm-svn: 47866
-
Dan Gohman authored
llvm-svn: 47865
-
Dan Gohman authored
llvm-svn: 47864
-
Bill Wendling authored
PPC-64 doesn't work.) This also lowers the spilling of the CR registers so that it uses a register other than the default R0 register (the scavenger scrounges for one). A significant part of this patch fixes how kill information is handled. llvm-svn: 47863
-
Bill Wendling authored
marking both a super- and sub-register as "killed". This removes implicit uses that are marked as "killed". llvm-svn: 47862
-
Bill Wendling authored
registers. llvm-svn: 47861
-
Bill Wendling authored
the register scavenger to process all of those new instructions instead of just the last one inserted. llvm-svn: 47860
-
Devang Patel authored
llvm-svn: 47857
-
Devang Patel authored
llvm-svn: 47849
-