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
/
Target
Age
Commit message (
Expand
)
Author
2012-04-24
Refactor Thumb ITState handling in ARM Disassembler to more efficiently use i...
Richard Barton
2012-04-24
AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructions
Nadav Rotem
2012-04-24
Remove dangling spaces. Fix some other formatting.
Craig Topper
2012-04-24
Simplify code a bit and make it compile better. Remove unused parameters.
Craig Topper
2012-04-23
Tidy up. 80 columns, whitespace, et. al.
Jim Grosbach
2012-04-23
Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...
Nadav Rotem
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
ARM: VSLI two-operand assmebly aliases are tblgen'erated.
Jim Grosbach
2012-04-23
ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand aliases.
Jim Grosbach
2012-04-23
ARM: vqdmulh two-operand aliases are tblgen'erated now.
Jim Grosbach
2012-04-23
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
Hexagon V5 (floating point) support.
Sirish Pande
2012-04-23
Support for Hexagon architectural feature, new value jump.
Sirish Pande
2012-04-23
Support for Hexagon VLIW Packetizer.
Sirish Pande
2012-04-23
Use MVT instead of EVT through all of LowerVECTOR_SHUFFLEtoBlend and not just...
Craig Topper
2012-04-23
Make getZeroVector and getOnesVector more alike as far as how they detect 128...
Craig Topper
2012-04-23
Tidy up by removing some 'else' after 'return'
Craig Topper
2012-04-23
Tidy up spacing in LowerVECTOR_SHUFFLEtoBlend. Remove code that checks if shu...
Craig Topper
2012-04-23
Add a couple llvm_unreachables.
Craig Topper
2012-04-23
Remove some tab characers.
Craig Topper
2012-04-23
Remove some 'else' after 'return'. No functional change.
Craig Topper
2012-04-22
Make Extract128BitVector and Insert128BitVector take an unsigned instead of a...
Craig Topper
2012-04-22
Convert getNode(UNDEF) to getUNDEF.
Craig Topper
2012-04-22
Make calls to getVectorShuffle more consistent. Use shuffle VT for calls to g...
Craig Topper
2012-04-22
Tidy up. 80 columns and argument alignment.
Craig Topper
2012-04-22
Simplify code by converting multiple places that were manually concatenating ...
Craig Topper
2012-04-22
ARM: Initialize the HasRAS bit.
Benjamin Kramer
2012-04-22
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-22
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-04-21
Make some fixed arrays const. Use array_lengthof in a couple places instead o...
Craig Topper
2012-04-21
Tidy up. 80 columns and some other spacing issues.
Craig Topper
2012-04-21
llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build o...
NAKAMURA Takumi
2012-04-21
HexagonISelLowering.cpp: Reorder #includes.
NAKAMURA Takumi
2012-04-21
HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts.
NAKAMURA Takumi
2012-04-20
ARM: tblgen'erate more NEON two-operand aliases.
Jim Grosbach
2012-04-20
ARM: tblgen'erate more NEON two-operand aliases.
Jim Grosbach
2012-04-20
ARM: Update NEON assembly two-operand aliases.
Jim Grosbach
2012-04-20
effectively back out my last change (r155190)
Gabor Greif
2012-04-20
fix obviously bogus (IMO) operand index of the load in asserts
Gabor Greif
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
ARM some VFP tblgen'erated two-operand aliases.
Jim Grosbach
2012-04-19
ARM let TableGen handle a few two-operand aliases.
Jim Grosbach
2012-04-19
zap tabs
Gabor Greif
2012-04-18
Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly
Kevin Enderby
2012-04-18
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-18
Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...
Akira Hatanaka
2012-04-18
Delete blank line.
Akira Hatanaka
2012-04-18
Added support for disassembling unpredictable swp/swpb ARM instructions.
Silviu Baranga
2012-04-18
Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...
Silviu Baranga
[prev]
[next]