- Apr 22, 2010
-
-
Devang Patel authored
llvm-svn: 102102
-
Jim Grosbach authored
llvm-svn: 102101
-
Chris Lattner authored
llvm-svn: 102100
-
Chris Lattner authored
from Wesley Peck! llvm-svn: 102096
-
Chris Lattner authored
llvm-svn: 102095
-
Chris Lattner authored
llvm-svn: 102093
-
Chris Lattner authored
llvm-svn: 102072
-
Wesley Peck authored
llvm-svn: 102064
-
Wesley Peck authored
llvm-svn: 102063
-
Wesley Peck authored
llvm-svn: 102062
-
Wesley Peck authored
llvm-svn: 102061
-
Wesley Peck authored
Rewording the "generated debug information" paragraph in the "Interpreter and JIT Improvements" section of the release notes. llvm-svn: 102060
-
Wesley Peck authored
Reworking the wording of the "target data string" paragraph in the "Optimizer Improvments" section of the release notes. llvm-svn: 102059
-
Gabor Greif authored
llvm-svn: 102057
-
Gabor Greif authored
llvm-svn: 102056
-
Gabor Greif authored
llvm-svn: 102055
-
Chris Lattner authored
llvm-svn: 102054
-
Chris Lattner authored
llvm-svn: 102053
-
Chris Lattner authored
llvm-svn: 102052
-
Chris Lattner authored
llvm-svn: 102051
-
Chris Lattner authored
llvm-svn: 102049
-
Dan Gohman authored
assertion failures in extreme cases. llvm-svn: 102042
-
Dan Gohman authored
llvm-svn: 102041
-
Jakob Stoklund Olesen authored
This actually makes everything slower, but the plan is to have isel add <kill> flags the way it is already adding <dead> flags. Then LiveVariables can be removed again. When ignoring the time spent in LiveVariables, -regalloc=fast is now twice as fast as -regalloc=local. llvm-svn: 102034
-
- Apr 21, 2010
-
-
Evan Cheng authored
llvm-svn: 102027
-
Devang Patel authored
Add command line option to disable debug info printing in .s file. This option does not impact debug info generation and preservation through earlier compile starges. llvm-svn: 102012
-
Bob Wilson authored
GCCAS time for MultiSource/Benchmarks/ASCI_Purple/SMG2000. llvm-svn: 102009
-
Johnny Chen authored
llvm-svn: 102008
-
Jakob Stoklund Olesen authored
So far this is just a clone of -regalloc=local that has been lobotomized to run 25% faster. It drops the least-recently-used calculations, and is just plain stupid when it runs out of registers. The plan is to make this go even faster for -O0 by taking advantage of the short live intervals in unoptimized code. It should not be necessary to calculate liveness when most virtual registers are killed 2-3 instructions after they are born. llvm-svn: 102006
-
Devang Patel authored
Identify when a lexical scope is split in to multiple instruction ranges. Emit such ranges using DW_AT_ranges. llvm-svn: 102004
-
Dan Gohman authored
with ScalarEvolution's overall approach to pointer types. llvm-svn: 102003
-
Duncan Sands authored
llvm-svn: 102001
-
Chris Lattner authored
llvm-svn: 101995
-
Chris Lattner authored
llvm-svn: 101992
-
Chris Lattner authored
editing to do. llvm-svn: 101987
-
Chris Lattner authored
don't have updates for 2.7. llvm-svn: 101985
-
Evan Cheng authored
optimization for non-leaf functions. This will be hooked up to gcc's -momit-leaf-frame-pointer option. rdar://7886181 llvm-svn: 101984
-
Evan Cheng authored
llvm-svn: 101979
-
Evan Cheng authored
llvm-svn: 101978
-
Dan Gohman authored
llvm-svn: 101977
-