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
2010-10-21
More load/store refactoring, call reg+offset simplification from within
Eric Christopher
2010-10-21
trailing whitespace
Jim Grosbach
2010-10-21
Update comments.
Dan Gohman
2010-10-21
Add correct NEON encodings for vhadd and vrhadd.
Owen Anderson
2010-10-21
Don't include the destination interval in the union when computing
Jakob Stoklund Olesen
2010-10-21
Permit landing pad successor blocks when verifying basic blocks that end in an
Jakob Stoklund Olesen
2010-10-21
Add correct encodings for NEON vaddw.s* and vaddw.u*.
Owen Anderson
2010-10-21
Provide correct NEON encodings for vaddl.u* and vaddl.s*.
Owen Anderson
2010-10-21
Do not recurse into symbol refs that have a variant kind. This prevents us
Rafael Espindola
2010-10-21
More tweaks to X86 instructions to allow the 'w' suffix in places it makes
Kevin Enderby
2010-10-21
AlignLoc is never used for anything - zap it (gcc-4.6 warning).
Duncan Sands
2010-10-21
The return value of this call is not used, so no point
Duncan Sands
2010-10-21
RetOp is not actually used for anything useful (though
Duncan Sands
2010-10-21
The variable liTRC is not used for anything useful, zap it
Duncan Sands
2010-10-21
Remove some variables that are never really used
Duncan Sands
2010-10-21
Add parentheses to pacify gcc, which warns otherwise.
Duncan Sands
2010-10-21
Argh, completely forgot to add this to the release notes!
Duncan Sands
2010-10-21
Fix the cleanup process of exception information in JIT. Now JIT
Duncan Sands
2010-10-21
Fix whitespace.
Bill Wendling
2010-10-21
Removing stale AsmPrinter directory from MicroBlaze backend.
Wesley Peck
2010-10-21
Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt. This way the
Oscar Fuentes
2010-10-21
Recommit 116986 with capitalization typo fixed.
Wesley Peck
2010-10-21
putback r116983 and fix simple-fp-encoding.ll tests
Andrew Trick
2010-10-21
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...
Wesley Peck
2010-10-21
Revert r116983, which is breaking all the buildbots.
Owen Anderson
2010-10-21
Major update of the MicroBlaze backend. The new features are:
Wesley Peck
2010-10-21
Adding the EM_MBLAZE value to the machine architectures enumeration to
Wesley Peck
2010-10-21
X86: Add alloca probing to dynamic alloca on Windows. Fixes PR8424.
Michael J. Spencer
2010-10-21
Add missing scheduling itineraries for transfers between core registers and V...
Evan Cheng
2010-10-21
Implement correct encodings for NEON vadd, both integer and floating point.
Owen Anderson
2010-10-21
CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...
Michael J. Spencer
2010-10-21
Custom lower f64 args passed in integer registers.
Eric Christopher
2010-10-20
Fix Whitespace.
Michael J. Spencer
2010-10-20
Add encoding for moving a value between two ARM core registers and a doublework
Bill Wendling
2010-10-20
Remember to keep track of rematted values.
Jakob Stoklund Olesen
2010-10-20
Add encodings for movement between ARM core registers and single-precision
Bill Wendling
2010-10-20
Memdep says that an instruction clobbers itself
Dan Gohman
2010-10-20
Attempt to fix valgrind complaining about (benign) leaks in pass registration...
Owen Anderson
2010-10-20
Factor out the main aliasing check into a separate function.
Dan Gohman
2010-10-20
Add some comments.
Dan Gohman
2010-10-20
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-20
Fix crash introduced in 116852. 8573915.
Dale Johannesen
2010-10-20
Fix comments; the type graph is currently a tree, not a DAG.
Dan Gohman
2010-10-20
Cut unneeded global variable.
Jason W Kim
2010-10-20
Move some of the InlineSpiller rematerialization code into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-20
Remove Synthesizable from the Type system; as MMX vector
Dale Johannesen
2010-10-20
When SimpleRegisterCoalescing is trimming kill flags on a physical register
Jakob Stoklund Olesen
2010-10-20
Handle _GLOBAL_OFFSET_TABLE_ correctly.
Rafael Espindola
2010-10-20
Use C++03...
Michael J. Spencer
2010-10-20
System-Win32/Path: Fix incorrect assumption in isValid.
Michael J. Spencer
[next]