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-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
2012-09-13
Fix comment
Michael Liao
2012-09-13
Add wider vector/integer support for PR12312
Michael Liao
2012-09-13
Enhance type legalization on bitcast from vector to integer
Michael Liao
2012-09-13
Fix the TCRETURNmi64 bug differently.
Jakob Stoklund Olesen
2012-09-13
Extract code for reducing a type to a single value type into a helper function.
Dan Gohman
2012-09-13
Define an official slot for the new !tbaa.struct metadata tag.
Dan Gohman
2012-09-13
mips16: When copying operands in a conditional branch instruction, allow for
Akira Hatanaka
2012-09-13
Revert r163761 "Don't fold indexed loads into TCRETURNmi64."
Jakob Stoklund Olesen
2012-09-13
MemCpyOpt: When forming a memset from stores also take GEP constexprs into ac...
Benjamin Kramer
2012-09-13
Fix an 80 char line limit.
Nadav Rotem
2012-09-13
Rename the flag which protects from escaped allocas, which may come from bugs...
Nadav Rotem
2012-09-13
Unify the emission of the calling conventions into a single function to reduc...
Micah Villmow
2012-09-13
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-13
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-13
Fix a typo.
Nadav Rotem
2012-09-13
Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...
Bill Wendling
2012-09-13
Stack Coloring: We have code that checks that all of the uses of allocas
Nadav Rotem
2012-09-13
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
Add a new compression type to ModRM table that detects when the memory modRM ...
Craig Topper
2012-09-13
MCJIT: relocation addends encoded in the target aren't quite so easy.
Jim Grosbach
2012-09-13
MCJIT: Make sure to mask off non-type-field bits.
Jim Grosbach
2012-09-13
MCJIT: Pass the i386 MachO relocation type properly.
Jim Grosbach
2012-09-13
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-09-13
Introduce the __llvm_gcov_flush function.
Bill Wendling
2012-09-12
Recommit, with fixes:
Eric Christopher
2012-09-12
Misc.
Akira Hatanaka
2012-09-12
Fix PR11985
Michael Liao
2012-09-12
Detect overflow in the path count computation. rdar://12277446.
Dan Gohman
2012-09-12
Remove an overly-aggressive assertion. The code following this assertion alr...
Owen Anderson
[prev]
[next]