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-05-01
Move MipsDisassembler classes into an anonymous namespace.
Benjamin Kramer
2012-05-01
Value-initialize global to avoid global construction.
Benjamin Kramer
2012-05-01
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-05-01
Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be detected on AMD processors.
Craig Topper
2012-05-01
Make XOP and FMA4 require SSE4A to match GCC behavior. Use this to simplify B...
Craig Topper
2012-05-01
Attempt to handle MRMInitReg in emitVEXOpcodePrefix. Hopefully fixes PR12711.
Craig Topper
2012-05-01
Make XOP imply AVX as its needed to legalize the registers types.
Craig Topper
2012-05-01
Remove HasSSE2 from AES and CLMUL predicates. It's now implied by the HasAES ...
Craig Topper
2012-05-01
Make CLMUL and AES imply SSE2 since its needed to legalize the type.
Craig Topper
2012-05-01
Enable AVX and FMA4 for AMD Bulldozer processors.
Craig Topper
2012-04-30
X86: optimization for -(x != 0)
Manman Ren
2012-04-30
ARM: Diagnostics for out of range fixups.
Jim Grosbach
2012-04-30
Fix address calculation error from r155744.
Jakob Stoklund Olesen
2012-04-30
Tidy up. No functional change intended.
Chad Rosier
2012-04-30
Fix fastcc structure return with fast-isel on x86-32
Derek Schuff
2012-04-30
Don't introduce illegal types when creating vmull operations. <rdar://11324364>
Bob Wilson
2012-04-30
No need to normalize index before calling Extract128BitVector
Craig Topper
2012-04-30
Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...
Pete Cooper
2012-04-29
Remove unneeded casts. No functionality change.
Jakub Staszak
2012-04-29
Simplify code a bit. No functional change intended.
Craig Topper
2012-04-29
Update the documentation of CellSPU, in case it gets removed in 3.1.
Kalle Raiskila
2012-04-28
Fix a problem with blocks that need to be split twice.
Jakob Stoklund Olesen
2012-04-27
ARM: Thumb add(sp plus register) asm constraints.
Jim Grosbach
2012-04-27
ARM: Tweak tADDrSP definition for consistent operand order.
Jim Grosbach
2012-04-27
Revert r155745
Derek Schuff
2012-04-27
Fix fastcc structure return with fast-isel on x86-32
Derek Schuff
2012-04-27
Track worst case alignment padding more accurately.
Jakob Stoklund Olesen
2012-04-27
Use 'unsigned' instead of 'int' in several places when retrieving number of v...
Craig Topper
2012-04-27
Add x86-specific DAG combine to simplify:
Chad Rosier
2012-04-27
Tidy up spacing.
Craig Topper
2012-04-27
Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
Lang Hames
2012-04-27
Fix ARM assembly parsing for upper case condition codes on IT instructions.
Richard Barton
2012-04-27
X86: Don't emit conditional floating point moves on when targeting pre-pentiu...
Benjamin Kramer
2012-04-27
Refactor IT handling not to store the bottom bit of the condition code in the...
Richard Barton
2012-04-27
Implement a bastardized ABI.
Evan Cheng
2012-04-27
- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2
Evan Cheng
2012-04-26
ARM: Thumb ldr(literal) base address alignment is 32-bits.
Jim Grosbach
2012-04-26
Trivial change to set UseLeaForSP flag in addition to toggling
Preston Gurd
2012-04-26
Use VLD1 in NEON extenting-load patterns instead of VLDR.
Tim Northover
2012-04-26
Test commit.
Tim Northover
2012-04-26
Enable detection of AVX and AVX2 support through CPUID. Add AVX/AVX2 to corei...
Craig Topper
2012-04-26
If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume
Evan Cheng
2012-04-25
Unify internal representation of ARM instructions with a register right-shift...
Richard Barton
2012-04-25
Add ifdef around getSubtargetFeatureName in tablegen output file so that only...
Craig Topper
2012-04-25
Use vector_shuffles instead of target specific unpack nodes for AVX ZERO_EXTE...
Craig Topper
2012-04-25
Do not use $gp as a dedicated global register if the target ABI is not O32.
Akira Hatanaka
2012-04-24
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-24
ARM: Nuke remnant bogus code.
Jim Grosbach
2012-04-24
AVX: Add additional vbroadcast replacement sequences for integers.
Nadav Rotem
2012-04-24
AVX2: The BLENDPW instruction selects between vectors of v16i16 using an i8
Nadav Rotem
[prev]
[next]