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
2011-12-20
32-to-64-bit sign extension pattern.
Akira Hatanaka
2011-12-20
Add a pattern for matching zero-store with 64-bit address. The pattern is ena...
Akira Hatanaka
2011-12-20
ARM assembly parsing and encoding for VST2 single-element, double spaced.
Jim Grosbach
2011-12-20
Fix assert condition.
Lang Hames
2011-12-20
Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
Jakub Staszak
2011-12-20
ARM enable a few more tests.
Jim Grosbach
2011-12-20
Add support to add named metadata operand.
Devang Patel
2011-12-20
ARM assembly parsing and encoding for VLD2 single-element, double spaced.
Jim Grosbach
2011-12-20
ARM target code clean up. Check for iOS, not Darwin where it makes sense.
Evan Cheng
2011-12-20
First steps in ARM AsmParser support for .eabi_attribute and .arch
Jason W Kim
2011-12-20
This is the second fix related to VZEXT_MOVL node.
Elena Demikhovsky
2011-12-20
Begin teaching the X86 target how to efficiently codegen patterns that
Chandler Carruth
2011-12-20
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
Pulls the implementation of skip() into JSONParser.
Manuel Klimek
2011-12-20
Fixing option for JSON benchmark broken since the change to size_t.
Manuel Klimek
2011-12-20
Addressing style issues in JSON parser.
Manuel Klimek
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
Revert pragma clang suppressions that confuse GCC. (I'll worry about how to s...
David Blaikie
2011-12-20
Add a few lines to the release notes:
Nadav Rotem
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
Unit test for r146950: LSR postinc expansion, PR11571.
Andrew Trick
2011-12-20
LSR: Fix another corner case in expansion of postinc users.
Andrew Trick
2011-12-20
Mark ARM eh_sjlj_dispatchsetup as clobbering all registers. Radar 10567930.
Bob Wilson
2011-12-20
fix typo
Chris Lattner
2011-12-20
Add a line to ReleaseNotes for half float.
Dan Gohman
2011-12-20
ARM assembly shifts by zero should be plain 'mov' instructions.
Jim Grosbach
2011-12-20
Now that PR11464 is fixed, reapply the patch to fix PR11464,
Chris Lattner
2011-12-20
fix PR11464 by preventing the linker from mapping two different struct types ...
Chris Lattner
2011-12-20
add a method to improve compatibility with SmallVector.
Chris Lattner
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-19
ARM NEON assembly aliases for VMOV<-->VMVN for i32 immediates.
Jim Grosbach
2011-12-19
Move tests to FileCheck.
Evan Cheng
2011-12-19
ARM assembly parsing and encoding support for LDRD(label).
Jim Grosbach
2011-12-19
Add a if-conversion optimization that allows 'true' side of a diamond to be
Evan Cheng
2011-12-19
Add "using" to silence warnings.
Eli Friedman
2011-12-19
Add a test case for r146900.
Akira Hatanaka
2011-12-19
Add patterns for matching immediates whose lower 16-bit is cleared. These
Akira Hatanaka
2011-12-19
Attempt to fix PR11607 by shuffling around which class defines which methods.
Eli Friedman
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
ARM NEON two-operand aliases for VPADD.
Jim Grosbach
2011-12-19
Remove definitions of double word shift plus 32 instructions. Assembler or
Akira Hatanaka
2011-12-19
ARM VFP pre-UAL mnemonic aliases for fmul[sd].
Jim Grosbach
2011-12-19
Remove unused predicate.
Akira Hatanaka
2011-12-19
Remove the restriction on the first operand of the add node in SelectAddr.
Akira Hatanaka
2011-12-19
ARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv[sd].
Jim Grosbach
2011-12-19
ARM NEON implied destination aliases for VMAX/VMIN.
Jim Grosbach
2011-12-19
ARM NEON relax parse time diagnostics for alignment specifiers.
Jim Grosbach
2011-12-19
Tidy up.
Jim Grosbach
2011-12-19
Remove a register class that can just as well be synthesized.
Jakob Stoklund Olesen
2011-12-19
Handle sub-register operands in recomputeRegClass().
Jakob Stoklund Olesen
[next]