index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2007-07-19
Only adjust esp around calls in presence of alloca.
Evan Cheng
2007-07-19
Only adjust esp around calls in presence of alloca.
Evan Cheng
2007-07-18
Fix typo.
Devang Patel
2007-07-18
Fix dominator info update to accommodate CFG changes.
Devang Patel
2007-07-18
New test.
Devang Patel
2007-07-18
Add comment.
Evan Cheng
2007-07-18
New test.
Evan Cheng
2007-07-18
Use MOV instead of LEA to restore ESP if callee-saved frame size is 0; if pre...
Evan Cheng
2007-07-18
Add constructor overloads for LoadInst and StoreInst that insert at the
Dan Gohman
2007-07-18
Implement initial memory alignment awareness for SSE instructions. Vector loads
Dan Gohman
2007-07-18
Fix an issue where assignments that caused a SmallPtrSet to become non-small
Owen Anderson
2007-07-18
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
New entry.
Evan Cheng
2007-07-18
Fix a sys::Path API error caught by a gcc 4.2 warning.
Reid Spencer
2007-07-18
Work around a bogus gcc 4.2 warning.
Chris Lattner
2007-07-18
Fix this test to not rely on the path but to use the
Reid Spencer
2007-07-18
The property is svn:executable not svn:execute.
Reid Spencer
2007-07-18
Alphabetize. Document -mlimit parameter.
Nick Lewycky
2007-07-17
Turn on FastDSE by default.
Owen Anderson
2007-07-17
Fold prologue esp update when possible.
Evan Cheng
2007-07-17
support poolalloc as checked out from svn
Andrew Lenharth
2007-07-17
Change sroa threshold back.
Evan Cheng
2007-07-17
Dead code.
Evan Cheng
2007-07-17
Make sure not to break eh_return.
Evan Cheng
2007-07-17
Update.
Evan Cheng
2007-07-17
Fix test.
Evan Cheng
2007-07-17
Don't use * in XFAIL line unless you want it to XFAIL on everything. I don't ...
Tanya Lattner
2007-07-17
Missed the case where alloca is used but the stack size (not including callee...
Evan Cheng
2007-07-17
detect invalid combination of sret and byval
Rafael Espindola
2007-07-17
XFAIL these on sparc-solaris
Gabor Greif
2007-07-17
Use push / pop for prologues and epilogues.
Evan Cheng
2007-07-17
Make use of the process_builder_args library function.
Reid Spencer
2007-07-17
For PR1558:
Reid Spencer
2007-07-17
no email addrs in file headers
Chris Lattner
2007-07-17
Unbreak the build by putting calls to free into the implementation file and
Reid Spencer
2007-07-17
Temporarily set SROA threshold to 512.
Evan Cheng
2007-07-16
Take advantage of undefined behavior if the source program tries to GEP
Owen Anderson
2007-07-16
Normally, we don't want to install and we only need to build tools.
Reid Spencer
2007-07-16
No, we're not looking for a directory named /config.status.
Reid Spencer
2007-07-16
In ModuleInfo.txt, make sure that the script being executed can be
Reid Spencer
2007-07-16
Prepare for the future when llvm doesn't depend on llvm-gcc-4-0.
Reid Spencer
2007-07-16
Remove insignificant test no longer needed.
Reid Spencer
2007-07-16
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
2007-07-16
Use realloc() to (potentially) resize the contents of SmallPtrSet in place.
Owen Anderson
2007-07-16
Return Undef if the block has no dominator. This was required to allow
Reid Spencer
2007-07-16
Use ConstantFoldFP for folding all unary floating-point operations which may
Dan Gohman
2007-07-16
Fix the documentation for llvm.sqrt so that sqrt(0) has defined behavior,
Dan Gohman
2007-07-16
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
Remove the trailing semicolon from function declarations in LLVM,
Dan Gohman
2007-07-16
Fix validation errors
Bill Wendling
[next]