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-10-16
Remove unused BitVectors from getAllocatableSet().
Jakob Stoklund Olesen
2012-10-15
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-10-15
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
Remove LIS::isAllocatable() and isReserved() helpers.
Jakob Stoklund Olesen
2012-10-15
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
Freeze the reserved registers as soon as isel is complete.
Jakob Stoklund Olesen
2012-10-15
ARM: v1i64 and v2i64 VBSL intrinsic support.
Jim Grosbach
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
[ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...
Chad Rosier
2012-10-15
Make sure we iterate over newly created instructions. Fixes pr13625. Testcase to
Rafael Espindola
2012-10-15
misched: ILP scheduler for experimental heuristics.
Andrew Trick
2012-10-15
[ms-inline asm] Update the end loc for ParseIntelMemOperand.
Chad Rosier
2012-10-15
[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style
Chad Rosier
2012-10-15
[ms-inline asm] Use incoming argument rather than hard coding to false.
Chad Rosier
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...
Kostya Serebryany
2012-10-15
Update the memcpy rewriting to fully support widened int rewriting. This
Chandler Carruth
2012-10-15
Follow-up fix to r165928: handle memset rewriting for widened integers,
Chandler Carruth
2012-10-15
Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...
Silviu Baranga
2012-10-15
First major step toward addressing PR14059. This teaches SROA to handle
Chandler Carruth
2012-10-15
Hoist the canConvertValue predicate and the convertValue transform out
Chandler Carruth
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Use a ::get method to create the attribute from Attributes::AttrVals instead ...
Bill Wendling
2012-10-15
Move the AttributesImpl header file into the VMCore directory so that it can ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-15
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-14
Simplify code. No functionality change.
Benjamin Kramer
2012-10-14
Unquadratize SetVector removal loops in DSE.
Benjamin Kramer
2012-10-14
Remove dead methods.
Bill Wendling
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Fix use after free when deleting attributes in a chained folding set.
Benjamin Kramer
2012-10-14
Don't use the new syntax just yet.
Bill Wendling
2012-10-14
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
Remove the bitwise OR operator from the Attributes class. Replace it with the...
Bill Wendling
2012-10-14
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
Decode the LLVM attributes from bitcode using the attributes builder.
Bill Wendling
2012-10-14
Use builder to create alignment attributes. Remove dead function.
Bill Wendling
2012-10-14
Don't pass in an Attributes object to something that expects an integral value.
Bill Wendling
2012-10-13
Remove unused private field.
Benjamin Kramer
2012-10-13
X86: Disable long nops for all cpus prior to pentiumpro/i686.
Benjamin Kramer
2012-10-13
Drop <def,dead> flags when merging into an unused lane.
Jakob Stoklund Olesen
2012-10-13
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-13
X86: Fix accidentally swapped operands.
Benjamin Kramer
2012-10-13
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
[next]