projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifyi...
[oota-llvm.git]
/
lib
/
Target
/
R600
/
2013-07-03
Craig Topper
Use SmallVectorImpl::iterator/const_iterator instead...
tree
|
commitdiff
2013-07-02
Rafael Espindola
Remove address spaces from MC.
tree
|
commitdiff
2013-07-01
Chad Rosier
Add a newline.
tree
|
commitdiff
2013-06-30
Vincent Lejeune
R600: Fix an unitialized variable in R600InstrInfo.cpp
tree
|
commitdiff
2013-06-29
Benjamin Kramer
R600: Unbreak GCC build.
tree
|
commitdiff
2013-06-29
Vincent Lejeune
R600: Support schedule and packetization of trans-only...
tree
|
commitdiff
2013-06-29
Vincent Lejeune
R600: Bank Swizzle now display SCL equivalent
tree
|
commitdiff
2013-06-28
Tom Stellard
R600/SI: Add processor types for each CIK variant
tree
|
commitdiff
2013-06-28
Tom Stellard
R600: Add local memory support via LDS
tree
|
commitdiff
2013-06-28
Tom Stellard
R600: Add support for GROUP_BARRIER instruction
tree
|
commitdiff
2013-06-28
Tom Stellard
R600: Add ALUInst bit to tablegen definitions v2
tree
|
commitdiff
2013-06-25
Tom Stellard
R600: Use new getNamedOperandIdx function generated...
tree
|
commitdiff
2013-06-25
Aaron Watry
R600: Consolidate expansion of v2i32/v4i32 ops for...
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand xor v2i32/v4i32
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand urem of v2i32/v4i32 for SI
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand ashr of v2i32/v4i32 for SI
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand srl of v2i32/v4i32 for SI
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand shl of v2i32/v4i32 for SI
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand or of v2i32/v4i32 for SI
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand mul of v2i32/v4i32 for SI
tree
|
commitdiff
2013-06-25
Aaron Watry
R600/SI: Expand and of v2i32/v4i32 for SI
tree
|
commitdiff
2013-06-25
Tom Stellard
R600/SI: Report unaligned memory accesses as legal...
tree
|
commitdiff
2013-06-25
Tom Stellard
R600: Add support for i32 loads from the constant addre...
tree
|
commitdiff
2013-06-25
Tom Stellard
R600/SI: Add support for v4i32 and v4f32 kernel args
tree
|
commitdiff
2013-06-25
Tom Stellard
R600: Fix typo in R600Schedule.td
tree
|
commitdiff
2013-06-24
Aaron Watry
R600: Fix spelling error in comment
tree
|
commitdiff
2013-06-20
Tom Stellard
R600/SI: Expand sub for v2i32 and v4i32 for SI
tree
|
commitdiff
2013-06-20
Tom Stellard
R600/SI: Expand add for v2i32 and v4i32
tree
|
commitdiff
2013-06-20
Tom Stellard
R600: Expand v2i32 load/store instead of custom lowering
tree
|
commitdiff
2013-06-19
Bill Wendling
Access the TargetLoweringInfo from the TargetMachine...
tree
|
commitdiff
2013-06-19
Matt Arsenault
Move StructurizeCFG out of R600 to generic Transforms.
tree
|
commitdiff
2013-06-18
Matt Arsenault
Use GetUnderlyingObject instead of custom function
tree
|
commitdiff
2013-06-18
Bill Wendling
Remove dead prototype.
tree
|
commitdiff
2013-06-17
Vincent Lejeune
R600: PV stores Reg id, not index
tree
|
commitdiff
2013-06-17
Vincent Lejeune
R600: Properly set COUNT_3 bit in TEX clause initiating...
tree
|
commitdiff
2013-06-15
Tom Stellard
R600: Add SI load support for v[24]i32 and store for...
tree
|
commitdiff
2013-06-14
Tom Stellard
R600: Use correct encoding for Vertex Fetch instruction...
tree
|
commitdiff
2013-06-14
Tom Stellard
R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on...
tree
|
commitdiff
2013-06-14
Tom Stellard
R600: Factor the instruction encoding out the RAT_WRITE...
tree
|
commitdiff
2013-06-14
Tom Stellard
R600: Move instruction encoding definitions into a...
tree
|
commitdiff
2013-06-13
Tom Stellard
R600: Don't try to fix reg class when copying IMPLICIT_...
tree
|
commitdiff
2013-06-11
Benjamin Kramer
R600: Make helper functions static.
tree
|
commitdiff
2013-06-07
Vincent Lejeune
R600: Use a refined heuristic to choose when switching...
tree
|
commitdiff
2013-06-07
Vincent Lejeune
R600: Anti dep better handled in tex clause
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Fix calculation of stack offset in AMDGPUFrameLow...
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Rework subtarget info and remove AMDILDevice...
tree
|
commitdiff
2013-06-07
Bill Wendling
Don't cache the instruction and register info from...
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Fix the fetch limits for R600 generation GPUs
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Move Subtarget feature definitions into AMDGPU.td
tree
|
commitdiff
2013-06-07
Tom Stellard
R600: Remove unnecessary include
tree
|
commitdiff
2013-06-07
Benjamin Kramer
R600: Don't compare iterators of different maps.
tree
|
commitdiff
2013-06-07
Benjamin Kramer
Vincent says the element is at most once in the vector...
tree
|
commitdiff
2013-06-07
Benjamin Kramer
R600: Fix a potential iterator invalidation issue.
tree
|
commitdiff
2013-06-07
Vincent Lejeune
R600: Remove an extra break in R600OptimizeVectorRegist...
tree
|
commitdiff
2013-06-06
Vincent Lejeune
R600: Rewrite an awkward loop in R600MachineScheduler
tree
|
commitdiff
2013-06-06
Vincent Lejeune
R600: Remove leftover code in R600MachineScheduler.cpp
tree
|
commitdiff
2013-06-06
Bill Wendling
Cast to the correct type. Pointer, not reference.
tree
|
commitdiff
2013-06-06
NAKAMURA Takumi
R600OptimizeVectorRegisters.cpp: Tweak a warning. ...
tree
|
commitdiff
2013-06-06
NAKAMURA Takumi
R600OptimizeVectorRegisters.cpp: Suppress a warning...
tree
|
commitdiff
2013-06-06
NAKAMURA Takumi
Trailing linefeed.
tree
|
commitdiff
2013-06-06
Bill Wendling
Cast to the proper type.
tree
|
commitdiff
2013-06-05
Tom Stellard
R600: Replace predicate loop with predicate function
tree
|
commitdiff
2013-06-05
Vincent Lejeune
R600: Add a pass that merge Vector Register
tree
|
commitdiff
2013-06-05
Vincent Lejeune
R600: Schedule copy from phys register at beginning...
tree
|
commitdiff
2013-06-05
Tom Stellard
R600: Make sure to schedule AR register uses and defs...
tree
|
commitdiff
2013-06-05
Rafael Espindola
Revert "R600: Add a pass that merge Vector Register"
tree
|
commitdiff
2013-06-04
Vincent Lejeune
R600: Add a pass that merge Vector Register
tree
|
commitdiff
2013-06-04
Vincent Lejeune
R600: Const/Neg/Abs can be folded to dot4
tree
|
commitdiff
2013-06-04
Vincent Lejeune
R600: Swizzle texture/export instructions
tree
|
commitdiff
2013-06-04
Aaron Ballman
Silencing an MSVC warning about mixing bool and unsigne...
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Add support for work item and work group intri...
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Add a calling convention for compute shaders
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Custom lower i64 sign_extend
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Adjust some instructions' out register class...
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Handle REG_SEQUENCE in fitsRegClass()
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Handle nodes with glue results correctly SITar...
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Fixup CopyToReg register class in PostprocessI...
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Add support for global loads
tree
|
commitdiff
2013-06-03
Tom Stellard
R600/SI: Rework MUBUF store instructions
tree
|
commitdiff
2013-06-03
Vincent Lejeune
R600: 3 op instructions have no write bit but the resul...
tree
|
commitdiff
2013-06-03
Vincent Lejeune
R600: CALL_FS consumes a stack size entry
tree
|
commitdiff
2013-06-03
Vincent Lejeune
R600: use capital letter for PV channel
tree
|
commitdiff
2013-06-03
Vincent Lejeune
R600: Constraints input regs of interp_xy,_zw
tree
|
commitdiff
2013-05-31
Ahmed Bougacha
Make SubRegIndex size mandatory, following r183020.
tree
|
commitdiff
2013-05-29
Patrik Hagglund
Temporary fix to get rid of gcc warning.
tree
|
commitdiff
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 2/4.
tree
|
commitdiff
2013-05-23
Tom Stellard
R600: Fix R600ControlFlowFinalizer not considering...
tree
|
commitdiff
2013-05-23
Benjamin Kramer
Move passes from namespace llvm into anonymous namespac...
tree
|
commitdiff
2013-05-23
Benjamin Kramer
R600: Hide symbols of implementation details.
tree
|
commitdiff
2013-05-23
Aaron Ballman
Setting the default value (fixes CRT assertions about...
tree
|
commitdiff
2013-05-23
Rafael Espindola
Fix 32 bit build in c++11 mode.
tree
|
commitdiff
2013-05-23
Rafael Espindola
Fix a leak on the r600 backend.
tree
|
commitdiff
2013-05-23
Rafael Espindola
clang-format this file.
tree
|
commitdiff
2013-05-22
Rafael Espindola
Fix use after free (pr16103).
tree
|
commitdiff
2013-05-22
Rafael Espindola
Check that a function starts with llvm. before using...
tree
|
commitdiff
2013-05-22
NAKAMURA Takumi
R600ISelLowering.cpp: Avoid "using namespace Intrinsic...
tree
|
commitdiff
2013-05-22
NAKAMURA Takumi
R600: Whitespace and untabify.
tree
|
commitdiff
2013-05-22
Owen Anderson
Create an FPOW SDNode opcode def in the target independ...
tree
|
commitdiff
2013-05-22
Rafael Espindola
Attempt to fix the mingw32 bot.
tree
|
commitdiff
next