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-10-18
PTX: Fix disabling of MAD instruction selection
Justin Holewinski
2011-10-18
Fix a bunch of unused variable warnings when doing a release
Duncan Sands
2011-10-18
Coding style cleanups. No functionality change.
Bill Wendling
2011-10-18
Remove NaClMode
David Meyer
2011-10-18
Add support for dynamic stack realignment when in thumb1 mode.
Chad Rosier
2011-10-18
Commit test, capitalizing store... keep it simple.
Joe Abbey
2011-10-18
Fix misc warnings. Patch by Joe Abbey.
Eli Friedman
2011-10-18
Backing out patch. Will refactor to remove the AsmParser dependency on Target.
Lang Hames
2011-10-18
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.
Jim Grosbach
2011-10-17
Re-applying the target data layout verification patch from r142288, plus appr...
Lang Hames
2011-10-17
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.
Jim Grosbach
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
Add a few FIXME comments.
Chad Rosier
2011-10-17
Tidy up.
Jim Grosbach
2011-10-17
142288 broke the build:
Rafael Espindola
2011-10-17
Now Igor, throw the switch...give my creation life!
Bill Wendling
2011-10-17
ARM NEON "vmov.i8" immediate assembly parsing and encoding.
Jim Grosbach
2011-10-17
Validate target data layout strings.
Lang Hames
2011-10-17
Use a SmallVector for intrinsic argument types.
Benjamin Kramer
2011-10-17
Don't renumber the blocks here. This could cause problems later on if another
Bill Wendling
2011-10-17
Pseudoinstructions should not be less constrained than the instruction they are
Cameron Zwarich
2011-10-17
Tidy up organization.
Jim Grosbach
2011-10-17
Add a call to EmitSjLjDispatchBlock.
Bill Wendling
2011-10-17
Fix improperly formed assert() call.
Jim Grosbach
2011-10-17
Add definitions of conditional moves with 64-bit operands. Comment out code for
Akira Hatanaka
2011-10-17
Revert change to function alignment b/c existing logic was fine
Hal Finkel
2011-10-17
Removed set, but unused variables.
Chad Rosier
2011-10-17
Move class and instruction definitions for conditional moves to a seperate file.
Akira Hatanaka
2011-10-17
Revert change made in r142205.
Akira Hatanaka
2011-10-17
Redefine count-leading 0s and 1s instructions.
Akira Hatanaka
2011-10-17
Redefine mfhi/lo and mthi/lo instructions.
Akira Hatanaka
2011-10-17
Redefine multiply and divide instructions.
Akira Hatanaka
2011-10-17
Add definition of a base class for logical shift/rotate instructions with two
Akira Hatanaka
2011-10-17
Remove >80-col line and unicode
Hal Finkel
2011-10-17
Add definition of a base class for logical shift/rotate immediate instructions
Akira Hatanaka
2011-10-17
Add definition of immZExt5_64 and redefine immZExt5 as an ImmLeaf.
Akira Hatanaka
2011-10-17
Fix CMake build.
Michael J. Spencer
2011-10-17
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
Devang Patel
2011-10-17
Instructions for Book E PPC should be word aligned, set function alignment to...
Hal Finkel
2011-10-17
Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ...
Craig Topper
2011-10-17
Add comment explaining that the order of processing doesn't matter here.
Bill Wendling
2011-10-17
Add PPC 440 scheduler and some associated tests (new files)
Hal Finkel
2011-10-17
Add PPC 440 scheduler and some associated tests
Hal Finkel
2011-10-16
Add X86 PEXTR and PDEP instructions.
Craig Topper
2011-10-16
Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.
Benjamin Kramer
2011-10-16
X86AsmParser: Synthesize EndLoc for tokens out of StartLoc + Length and print...
Benjamin Kramer
2011-10-16
Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there was
Nadav Rotem
2011-10-16
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...
Craig Topper
2011-10-16
Add flags on Thumb2 indexed stores paralleling the flags on the indexed loads.
Cameron Zwarich
[next]