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
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
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
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
Add target hook for pseudo instruction expansion.
Jakob Stoklund Olesen
2011-09-25
[vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENT
Nadav Rotem
2011-09-25
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-25
Rename LowerSubregs to ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-24
Sort CMakeLists.txt.
Benjamin Kramer
2011-09-24
Implement Duncan's suggestion to use the result of getSetCCResultType if it i...
Nadav Rotem
2011-09-24
[Vector-Select] Address one of the problems in 10902.
Nadav Rotem
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
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-23
LSR minor bug fix in RateRegister.
Andrew Trick
2011-09-23
Verify that terminators follow non-terminators.
Jakob Stoklund Olesen
2011-09-23
PR10998: It is not legal to sink an instruction past the terminator of a bloc...
Eli Friedman
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
Tweak the handling of MERGE_VALUES nodes: remove the need for
Duncan Sands
2011-09-23
Vector-Select: Address one of the problems in pr10902. Add handling for the
Nadav Rotem
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-23
PR10989: Don't print .hidden on Windows.
Eli Friedman
[next]