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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2010-10-21
Major update of the MicroBlaze backend. The new features are:
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
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
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
2010-10-20
Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three
Chandler Carruth
2010-10-20
Fix a TODO by removing some unnecesary copies.
Eric Christopher
2010-10-20
Add ATTRIBUTE_UNUSED for -Asserts.
NAKAMURA Takumi
2010-10-20
Add RegionPass support.
Tobias Grosser
2010-10-20
Fix CMake build
Douglas Gregor
2010-10-20
Fix backwards conditional.
Jim Grosbach
2010-10-20
Make CodeGen TBAA-aware.
Dan Gohman
2010-10-20
Add dynamic realignment when rematerializing the base register.
Jim Grosbach
2010-10-19
Nuke a commented out bit that got missed a while back.
Jim Grosbach
2010-10-19
Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any
Jim Grosbach
2010-10-19
Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that
Dan Gohman
2010-10-19
Reapply r116831 and r116839, converting AliasAnalysis to use
Dan Gohman
2010-10-19
Extend StringRef's edit-distance algorithm to permit an upper bound on the al...
Douglas Gregor
2010-10-19
Update comments to remove obsolete references.
Jim Grosbach
2010-10-19
Revert r116831 and r116839, which are breaking selfhost builds.
Dan Gohman
2010-10-19
Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts.
Jakob Stoklund Olesen
2010-10-19
Passes do not need to recursively initialize passes that they preserve, if
Owen Anderson
2010-10-19
Enable using vdup for vector constants which are splat of
Dale Johannesen
2010-10-19
Small cleanups and fixes in preparation for fixing _GLOBAL_OFFSET_TABLE_.
Rafael Espindola
2010-10-19
Re-enable register pressure aware machine licm with fixes. Hoist() may have
Evan Cheng
2010-10-19
Oops, check in all the files for converting AliasAnalysis to
Dan Gohman
2010-10-19
Change AliasAnalysis and its clients to use uint64_t instead of unsigned
Dan Gohman
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u.
Dan Gohman
2010-10-19
GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals.
Mikhail Glushenkov
2010-10-19
Add lower argument and return of device function
Che-Liang Chiou
2010-10-19
Fix spelling.
Bill Wendling
[next]