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
2013-03-20
Model prefetches and barriers as loads.
Jakob Stoklund Olesen
2013-03-20
Add a catch-all WriteSystem SchedWrite type.
Jakob Stoklund Olesen
2013-03-20
Annotate the remaining SSE MOV instructions.
Jakob Stoklund Olesen
2013-03-20
Annotate SSE horizontal and integer instructions.
Jakob Stoklund Olesen
2013-03-20
Correct cost model for vector shift on AVX2
Michael Liao
2013-03-20
Add some missing SSE annotations.
Jakob Stoklund Olesen
2013-03-20
Annotate remaining IIC_BIN_* instructions.
Jakob Stoklund Olesen
2013-03-20
Fix PR15296
Michael Liao
2013-03-20
Mark all variable shifts needing customizing
Michael Liao
2013-03-20
Move scalar immediate shift lowering into a dedicated func
Michael Liao
2013-03-19
Fix pr13145 - Naming a function like a register name confuses the asm parser.
Chad Rosier
2013-03-19
Annotate various null idioms with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
Annotate SSE float conversions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
Annotate X86InstrCMovSetCC.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
[ms-inline asm] Move the immediate asm rewrite into the target specific
Chad Rosier
2013-03-19
Annotate X86InstrCompiler.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
[ms-inline asm] Create a helper function, CreateMemForInlineAsm, that creates
Chad Rosier
2013-03-19
Add missing mayLoad flag to LHAUX8 and LWAUX.
Ulrich Weigand
2013-03-19
Rewrite LHAU8 pattern to use standard memory operand.
Ulrich Weigand
2013-03-19
Rewrite pre-increment store patterns to use standard memory operands.
Ulrich Weigand
2013-03-19
Fix sub-operand size mismatch in tocentry operands.
Ulrich Weigand
2013-03-19
Remove an invalid and unnecessary Pat pattern from the X86 backend:
Ulrich Weigand
2013-03-19
Prepare to make r0 an allocatable register on PPC
Hal Finkel
2013-03-19
Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.
Nadav Rotem
2013-03-19
Annotate X86InstrExtension.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
Annotate a lot of X86InstrInfo.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-19
[ms-inline asm] Move the size directive asm rewrite into the target specific
Chad Rosier
2013-03-19
Cleanup PPC64 unaligned i64 load/store
Hal Finkel
2013-03-19
Improve long vector sext/zext lowering on ARM
Renato Golin
2013-03-19
Don't reserve R31 on PPC64 unless the frame pointer is needed
Hal Finkel
2013-03-18
Fix a sign-extension bug in PPCCTRLoops
Hal Finkel
2013-03-18
[ms-inline asm] Avoid emitting a redundant sizing directive, if we've already
Chad Rosier
2013-03-18
Fix PPC unaligned 64-bit loads and stores
Hal Finkel
2013-03-18
ARM cost model: Make some vector integer to float casts cheaper
Arnold Schwaighofer
2013-03-18
ARM cost model: Correct cost for some cheap float to integer conversions
Arnold Schwaighofer
2013-03-18
Add SchedRW annotations to most of X86InstrSSE.td.
Jakob Stoklund Olesen
2013-03-18
Annotate X86 arithmetic instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-18
Fix 80-col. violations in PPCCTRLoops
Hal Finkel
2013-03-18
Fix large count and negative constant count handling in PPCCTRLoops
Hal Finkel
2013-03-18
Cleanup initial-value constants in PPCCTRLoops
Hal Finkel
2013-03-18
R600/SI: implement indirect adressing for SI
Christian Konig
2013-03-18
R600/SI: add float vector types
Christian Konig
2013-03-18
R600/SI: add shl pattern
Christian Konig
2013-03-18
R600/SI: add BUFFER_LOAD_DWORD pattern
Christian Konig
2013-03-18
R600/SI: implement SI.load.const intrinsic
Christian Konig
2013-03-18
R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
Christian Konig
2013-03-18
R600/SI: fix inserting waits for all defines
Christian Konig
2013-03-18
TLS support for MinGW targets.
Anton Korobeynikov
2013-03-18
Post process ADC/SBB and use a shorter encoding if they use a sign extended i...
Craig Topper
2013-03-18
Refactor some duplicated code into helper functions.
Craig Topper
[next]