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
2012-09-16
The PMOVZXWD family of functions had patterns extends narrow vector types to ...
Nadav Rotem
2012-09-16
Add alternative coalescing algorithm under a flag.
Jakob Stoklund Olesen
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
Remove unused private fields to silence -Wunused-private-field.
Craig Topper
2012-09-15
Don't depend on kill flags in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
Disable new sroa now that all buildbots have tested it.
Benjamin Kramer
2012-09-15
X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.
Benjamin Kramer
2012-09-15
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and
Akira Hatanaka
2012-09-15
Handled unaligned load/stores properly in Mips16
Akira Hatanaka
2012-09-15
PGO: preserve branch-weight metadata when simplifying two branches with a common
Manman Ren
2012-09-14
Remove comment.
Bill Wendling
2012-09-14
PGO: preserve branch-weight metadata when simplifying a switch with a single
Manman Ren
2012-09-14
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-09-14
Review feedback from Duncan Sands. Alphabetize includes and simplify
Alex Rosenberg
2012-09-14
Try to fix the bots by detecting inconsistant branch-weight metadata.
Manman Ren
2012-09-14
Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.
Andrew Trick
2012-09-14
Cortex-A9 instruction-level scheduling machine model.
Andrew Trick
2012-09-14
PGO: preserve branch-weight metadata when merging two switches where
Manman Ren
2012-09-14
misched: add a hook for custom DAG postprocessing.
Andrew Trick
2012-09-14
DAG post-process for Hexagon MI scheduler
Sergei Larin
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
SROA: Silence unused variable warnings in Release builds.
Benjamin Kramer
2012-09-14
Remove redundant private field.
Benjamin Kramer
2012-09-14
Rework the computation of a sub-structure natural type. There were
Chandler Carruth
2012-09-14
Rely on the recursive check for pointer types rather than adding an
Chandler Carruth
2012-09-14
Be a bit more aggressive in bailing out of this routine. Spotted by
Chandler Carruth
2012-09-14
Add some comments clarifying that the GEP analysis for vector GEPs is
Chandler Carruth
2012-09-14
Move an instance variable to a local variable based on review by Duncan.
Chandler Carruth
2012-09-14
Add a comment about debug intrinsics that I *really* don't want to
Chandler Carruth
2012-09-14
Add two asserts that Duncan thought would help ensure things don't rot
Chandler Carruth
2012-09-14
Actually keep the flag default-off for now. =/ That's what I get for
Chandler Carruth
2012-09-14
Remove some dead, commented out code Duncan spotted in review.
Chandler Carruth
2012-09-14
Wrap the dumping and printing routines in NDEBUG and LLVM_ENABLE_DUMP macros.
Chandler Carruth
2012-09-14
Lots of comment fixes and cleanups from Duncan's review.
Chandler Carruth
2012-09-14
SROA.cpp: Unbreak gcc, sorry!
NAKAMURA Takumi
2012-09-14
SROA.cpp: Appease msvc. LLVM_ATTRIBUTE(s) should come front of "const".
NAKAMURA Takumi
2012-09-14
Speculative change to try to fix older GCC versions that can't handle
Chandler Carruth
2012-09-14
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
Remove silly dead store. Patch by Ettl Martin.
Duncan Sands
2012-09-14
mips16 fixes.
Akira Hatanaka
2012-09-13
Fix both the test for zero and what we do if we have a zero for
Eric Christopher
2012-09-13
Reformat, remove a couple unused variables and move some variables
Eric Christopher
2012-09-13
Assembler: Darwin variables defined via .set are no-dead-strip.
Jim Grosbach
2012-09-13
MachO: Correctly mark symbol-difference variables as N_ABS.
Jim Grosbach
2012-09-13
Handle the new !tbaa.struct metadata tags when converting a memcpy into scalar
Dan Gohman
2012-09-13
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
[prev]
[next]