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-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
2013-03-17
To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.
Sylvestre Ledru
2013-03-17
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-16
Remove PPC avoidWriteAfterWrite callback
Hal Finkel
2013-03-16
Add X86 code emitter support AVX encoded MRMDestReg instructions.
Craig Topper
2013-03-16
Define more SchedWrites for annotating X86 instructions.
Jakob Stoklund Olesen
2013-03-15
ARM cost model: Fix costs for some vector selects
Arnold Schwaighofer
2013-03-15
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-15
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-15
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-15
ARM cost model: Fix cost of fptrunc and fpext instructions
Arnold Schwaighofer
2013-03-15
Protect PPC Altivec patterns with a predicate
Hal Finkel
2013-03-15
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-03-15
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-14
Unaligned loads should use the VMOVUPS opcode.
Nadav Rotem
2013-03-14
Remove some unused variables to clean the Clang -Werror build
David Blaikie
2013-03-14
[mips] Set isAllocatable bit of unallocatable register classes to 0.
Akira Hatanaka
2013-03-14
Prepare for adding InstrSchedModel annotations to X86 instructions.
Jakob Stoklund Olesen
2013-03-14
Add a new method which enables one to change register classes.
Reed Kotler
2013-03-14
[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
Chad Rosier
2013-03-14
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
Use frame-index scavenging for PPC register spilling
Hal Finkel
2013-03-14
Not all PPC functions with a frame pointer need a RS spill slot
Hal Finkel
2013-03-14
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-14
[mips] Fix filename in comment and delete unnecessary lines of code.
Akira Hatanaka
2013-03-14
Hexagon: Removed asserts regarding alignment and offset.
Jyotsna Verma
2013-03-14
Add back lines which were accidentally deleted in CMakeLists.txt.
Akira Hatanaka
2013-03-14
[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.
Akira Hatanaka
2013-03-14
Add a comment about overlapping PPC frame offsets
Hal Finkel
2013-03-14
[mips] Rename functions and variables to start with proper case.
Akira Hatanaka
2013-03-14
Add header file MipsISelDAGToDAG.h.
Akira Hatanaka
2013-03-14
[mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is for
Akira Hatanaka
2013-03-14
R600: Factorize code handling Const Read Port limitation
Vincent Lejeune
2013-03-14
Fix the name of a variable to match its declaration. Fixes build failure from...
Craig Topper
2013-03-14
Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...
Craig Topper
2013-03-14
Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...
Craig Topper
2013-03-14
Fix PR15309
Michael Liao
2013-03-13
Reset some of the target options which affect code generation.
Bill Wendling
2013-03-13
R600: Remove unused Outputs variable
Vincent Lejeune
2013-03-13
Add one more overload to make VS2008's debug mody happy.
Benjamin Kramer
2013-03-13
[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is for
Akira Hatanaka
[next]