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-03-23
Remove the C backend.
Eric Christopher
2012-03-22
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
Remove some unnecessary forward declarations.
Craig Topper
2012-03-22
PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...
Hal Finkel
2012-03-21
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-21
Put Is64BitMemOperand into !defined(NDEBUG) for now.
Joerg Sonnenberger
2012-03-21
Use a signed value for this enum to avoid spuriuos warnings from gcc.
Benjamin Kramer
2012-03-21
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2012-03-21
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
Spacing fixes and using 'unsigned' instead of 'int' to index to select shuffl...
Craig Topper
2012-03-21
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-20
[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to
Chad Rosier
2012-03-20
Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...
Evan Cheng
2012-03-20
remove unused variable
Matt Beaumont-Gay
2012-03-20
[avx] Add the AddedComplexity to the VINSERTI128 avx2 patterns to give
Chad Rosier
2012-03-20
Require a base pointer for stack realignment when SP may vary dynamically.
Bob Wilson
2012-03-20
Remove some redundant checks.
Bob Wilson
2012-03-20
Whitespace.
Chad Rosier
2012-03-20
[avx] Move the vextractf128 patterns closer to the vextractf128 def. Remove
Chad Rosier
2012-03-20
Fix assembling ARM vst2 instructions with double-spaced registers.
Kevin Enderby
2012-03-20
ARM non-scattered MachO relocations for movw/movt.
Jim Grosbach
2012-03-20
[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.
Chad Rosier
2012-03-20
The ARM instructions that have an unpredictable behavior when the pc register...
Silviu Baranga
2012-03-20
Test Commit - add a newline
Richard Barton
2012-03-20
Remove code that prevented lowering shuffles if they are used by load and the...
Craig Topper
2012-03-20
Factor out target shuffle mask decoding from getShuffleScalarElt and use a Sm...
Craig Topper
2012-03-19
fix a build failure with libc++
Chris Lattner
2012-03-19
ARM branch relaxation for unconditional t1 branches.
Jim Grosbach
2012-03-19
ARM assembly, accept optional '#' on lane index number.
Jim Grosbach
2012-03-19
Perform mul combine when multiplying wiht negative constants.
Anton Korobeynikov
2012-03-19
This patch adds X86 instruction itineraries for non-pseudo opcodes in
Preston Gurd
2012-03-19
Add a note for -ffast-math optimization of vector norm.
Benjamin Kramer
2012-03-18
isCommutedMOVLMask should only look at 128-bit vectors to match isMOVLMask.
Craig Topper
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
Fix some copy and paste remnants of Cell and SPU in Hexagon files.
Craig Topper
2012-03-17
Fix typo in file header.
Craig Topper
2012-03-17
Pass TargetOptions to HexagonTargetMachine constructor by reference to match ...
Craig Topper
2012-03-17
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-16
Check if we can handle the arguments of a call (and therefore the call) in
Bill Wendling
2012-03-16
ARM fix silly typo in optional operand alias.
Jim Grosbach
2012-03-16
ARM divided syntax fmrx/fmxr mnemonics.
Jim Grosbach
2012-03-16
ARM ldm/stm register lists can be out of order.
Jim Grosbach
2012-03-16
ARM optional operand on MRC/MCR assembly instructions.
Jim Grosbach
2012-03-16
ARM vmrs system registers mvfr0 and mvfr1 handling.
Jim Grosbach
2012-03-15
Remove inadvertant commit.
Jim Grosbach
2012-03-15
[fast-isel] Address Eli's comments for r152847. Specifically, add a test case
Chad Rosier
2012-03-15
[fast-isel] Don't try to encode LONG_MIN using cmn instructions.
Chad Rosier
2012-03-15
ARM case-insensitive checking for APSR_nzcv.
Jim Grosbach
[next]