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
2012-09-14
mips16 fixes.
Akira Hatanaka
2012-09-13
Patch by Sean Silva!
Galina Kistanova
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 some code which is invalid in C++11: an expression of enumeration type
Richard Smith
2012-09-13
AsmWriterEmitter: OpInfo2 should be unsigned 16-bit.
Manman Ren
2012-09-13
Fix comment
Michael Liao
2012-09-13
Fix documentation: parameter being documented was removed in r98220.
Dmitri Gribenko
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 test case to avoid PIC magic.
Jakob Stoklund Olesen
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
AsmWriterEmitter: increase the number of bits for OpcodeInfo from 32-bit to
Manman Ren
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
The current implementation does not allow more than 32 types to be properly h...
Micah Villmow
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
Fix a doxygen issue: these examples are supposed to be displayed preformatted.
Dmitri Gribenko
2012-09-13
Fix function name in comment.
Craig Topper
2012-09-13
Fix typo in comment.
Nick Lewycky
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
2012-09-12
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
[ms-inline asm] Make the operand size directives case insensitive.
Chad Rosier
2012-09-12
TableGen: Convert an assert() to a proper diagnostic.
Jim Grosbach
[prev]
[next]