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
2011-12-15
Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.
Chad Rosier
2011-12-15
Fix VSELECT operand order. Was previously backwards, causing bogus vector shi...
Lang Hames
2011-12-15
Ensure that the nop that should follow a bl call in PPC64 ELF actually does
Hal Finkel
2011-12-15
Pass optLevel to XCoreDAGToDAGISel.
Richard Osborne
2011-12-15
Use SmallVector/assign(), rather than std::vector/push_back().
Chad Rosier
2011-12-15
Add support for lowering fneg when AVX is enabled.
Chad Rosier
2011-12-14
The saved registers weren't being processed in the correct order. This lead to
Bill Wendling
2011-12-14
Consider CPE alignment in CreateNewWater().
Jakob Stoklund Olesen
2011-12-14
ARM NEON better assembly operand range checking for lane indices of VLD/VST.
Jim Grosbach
2011-12-14
ARM NEON VLD2/VST2 lane indexed assembly parsing and encoding.
Jim Grosbach
2011-12-14
ARM NEON fix alignment encoding for VST2 w/ writeback.
Jim Grosbach
2011-12-14
Nuke old code. Missed in last commit.
Jim Grosbach
2011-12-14
ARM NEON refactor VST2 w/ writeback instructions.
Jim Grosbach
2011-12-14
ARM NEON improve factoring a bit. No functional change.
Jim Grosbach
2011-12-14
Model ARM predicated write as read-mod-write. e.g.
Evan Cheng
2011-12-14
ARM NEON VST2 assembly parsing and encoding.
Jim Grosbach
2011-12-14
Fix speling and 80-col.
Jakob Stoklund Olesen
2011-12-14
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
Fix copy/pasto that skipped the 'modify' step.
Jim Grosbach
2011-12-14
ARM/Thumb2 mov vs. mvn alias goes both ways.
Jim Grosbach
2011-12-14
VFP2 is required for FP loads. Noticed by inspection.
Chad Rosier
2011-12-14
Tidy up.
Chad Rosier
2011-12-14
ARM/Thumb2 'cmp rn, #imm' alias to cmn.
Jim Grosbach
2011-12-14
Fix 80-column violation and extraneous brackets.
Chad Rosier
2011-12-14
ARM assembler support for the target-specific .req directive.
Jim Grosbach
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-13
Thumb2 assembler aliases for "mov(shifted register)"
Jim Grosbach
2011-12-13
ARM LDM/STM system instruction variants.
Jim Grosbach
2011-12-13
Thumb2 pre/post indexed stores can be from any non-PC GPR.
Jim Grosbach
2011-12-13
Thumb2 tweak for ccout handling in RSB parsing.
Jim Grosbach
2011-12-13
ARM thumb2 parsing of "rsb rd, rn, #0".
Jim Grosbach
2011-12-13
ARM NEON two-operand aliases for VQDMULH.
Jim Grosbach
2011-12-13
ARM pre-UAL NEG mnemonic for convenience when porting old code.
Jim Grosbach
2011-12-13
ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.
Jim Grosbach
2011-12-13
ARM add more 'gas' compatibility aliases for NEON instructions.
Jim Grosbach
2011-12-13
[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...
Chad Rosier
2011-12-13
Expand .cprestore directive to multiple instructions if the offset does not fit
Akira Hatanaka
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
Account for CPE alignment when searching for new water.
Jakob Stoklund Olesen
2011-12-13
Target/Hexagon: Fix CMake build. We don't use add_llvm_library_dependencies().
NAKAMURA Takumi
2011-12-12
LLVMBuild: Introduce a common section which currently has a list of the
Daniel Dunbar
2011-12-12
Emit B (unconditional branch) when -relocation-model=pic and J (jump) when
Akira Hatanaka
2011-12-12
Fix indentation.
Akira Hatanaka
2011-12-12
fix warning
Tony Linthicum
2011-12-12
Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>
Bob Wilson
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
XOP instructions and encoding tests.
Jan Sjödin
2011-12-12
Add a postOffset() alignment argument.
Jakob Stoklund Olesen
2011-12-12
Fix typo.
Jakob Stoklund Olesen
[prev]
[next]