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-09-26
PTX: Fix detection of stack load/store vs. global load/store, as well as fix the
Justin Holewinski
2011-09-26
PTX: SM > 2.0 implies +double
Justin Holewinski
2011-09-26
PTX: Fix some lingering issues with stack allocation
Justin Holewinski
2011-09-26
PTX: Split up the TableGen instruction definitions into logical units
Justin Holewinski
2011-09-26
PTX: Unify handling of loads/stores
Justin Holewinski
2011-09-26
PTX: Handle FrameIndex nodes
Justin Holewinski
2011-09-26
PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...
David Meyer
2011-09-26
Fix VEX decoding in i386 mode. Fixes PR11008.
Craig Topper
2011-09-25
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-24
Add .td file.
Akira Hatanaka
2011-09-24
Preparation for adding simple Mips64 instructions.
Akira Hatanaka
2011-09-24
Only run MF.verify() with EXPENSIVE_CHECKS=1.
Jakob Stoklund Olesen
2011-09-23
Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...
Owen Anderson
2011-09-23
Also match negative offsets for addrmode3 and addrmode5.
Jakob Stoklund Olesen
2011-09-23
Add more fixed bits to USAT16 encoding to filter out incorrect decodings.
Owen Anderson
2011-09-23
Post-index loads/stores in still need to print the post-indexed immediate, ev...
Owen Anderson
2011-09-23
Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...
Owen Anderson
2011-09-23
Revert r140412. This affects more instructions than intended.
Owen Anderson
2011-09-23
Thumb2 register-shifted-register loads cannot target the PC or the SP.
Owen Anderson
2011-09-23
Implement N32/64 calling convention. Patch by Liu.
Akira Hatanaka
2011-09-23
Make FGR64RegisterClass available if target is Mips64.
Akira Hatanaka
2011-09-23
Add definitions of 64-bit register files. Add code for returning Mips64's set...
Akira Hatanaka
2011-09-23
PTX: Fix parameter order bug
Justin Holewinski
2011-09-23
Fix a couple of 80 column violations.
Wesley Peck
2011-09-23
PTX: Cleanup unused code in PTXMachineFunctionInfo
Justin Holewinski
2011-09-23
PTX: Fix another 80-column violation
Justin Holewinski
2011-09-23
PTX: Handle function call return values
Justin Holewinski
2011-09-23
Fix 80 column violations.
Richard Osborne
2011-09-23
Implement Chris's suggestion of legalizing the various SSE and AVX
Duncan Sands
2011-09-23
PTX: Start fixing function calls
Justin Holewinski
2011-09-23
PTX: Remove PTX calling convention files
Justin Holewinski
2011-09-23
[PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columns
Justin Holewinski
2011-09-23
PTX: Generalize handling of .param types
Justin Holewinski
2011-09-23
PTX: Cleanup unused code in the PTXMFInfoExtract pass
Justin Holewinski
2011-09-23
Add definitions of 64-bit int registers.
Akira Hatanaka
2011-09-23
Do not rely on the enum values of argument registers A0-A3 being consecutive.
Akira Hatanaka
2011-09-22
PR10991: make fast-isel correctly check whether accessing a global through an...
Eli Friedman
2011-09-22
Make changes in instruction and pattern definitions so that tablegen does not
Akira Hatanaka
2011-09-22
Add support for GR32 <-> FR32 cross class copies.
Jakob Stoklund Olesen
2011-09-22
Synthesize SSE3/AVX 128 bit horizontal add/sub instructions from
Duncan Sands
2011-09-22
Print parentheses in next line.
Akira Hatanaka
2011-09-22
Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.
Akira Hatanaka
2011-09-22
Define a new sub-register index sub_32 for accessing the 32-bit sub-register of
Akira Hatanaka
2011-09-22
Print three closing parentheses when Kind is either VK_Mips_GPOFF_HI or
Akira Hatanaka
2011-09-22
Add F31 to the set of callee-saved registers.
Akira Hatanaka
2011-09-22
Fix typo.
Akira Hatanaka
2011-09-22
PTX: Remove physical register defs
Justin Holewinski
2011-09-22
PTX: Use .param space for device function return values on SM 2.0+, and attempt
Justin Holewinski
2011-09-22
PTX: Fix style issues
Justin Holewinski
2011-09-22
PTX: Fixup codegen to handle emission of virtual registers.
Justin Holewinski
[next]