projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
R600: Change operation action from Custom to Expand for BR_CC
[oota-llvm.git]
/
lib
/
Target
/
2013-03-08
Tom Stellard
R600: Change operation action from Custom to Expand...
tree
|
commitdiff
2013-03-08
Tom Stellard
R600: Change operation action from Custom to Expand...
tree
|
commitdiff
2013-03-08
Tom Stellard
R600: Set BooleanContents to ZeroOrNegativeOneBooleanCo...
tree
|
commitdiff
2013-03-08
Tom Stellard
DAGCombiner: Use correct value type for checking legali...
tree
|
commitdiff
2013-03-08
Jyotsna Verma
Hexagon: Add patterns for zero extended loads from...
tree
|
commitdiff
2013-03-08
Tim Northover
AArch64: expand sincos operations, we don't support...
tree
|
commitdiff
2013-03-08
Michel Danzer
R600/SI: Use source scheduler
tree
|
commitdiff
2013-03-07
Benjamin Kramer
ArrayRefize some code. No functionality change.
tree
|
commitdiff
2013-03-07
Jyotsna Verma
Hexagon: Handle i8, i16 and i1 Var Args.
tree
|
commitdiff
2013-03-07
Jyotsna Verma
Hexagon: Add support to lower block address.
tree
|
commitdiff
2013-03-07
Benjamin Kramer
X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into...
tree
|
commitdiff
2013-03-07
Christian Konig
R600/SI: rework input interpolation v2
tree
|
commitdiff
2013-03-07
Christian Konig
R600/SI: remove SI_vs_load_buffer_index
tree
|
commitdiff
2013-03-07
Christian Konig
R600/SI: remove SGPR address space v2
tree
|
commitdiff
2013-03-07
Christian Konig
R600/SI: add proper formal parameter handling for SI
tree
|
commitdiff
2013-03-07
Christian Konig
R600/SI: remove shader type intrinsic
tree
|
commitdiff
2013-03-07
Christian Konig
R600/SI: switch types of SGPRs to v*i8
tree
|
commitdiff
2013-03-07
Christian Konig
R600/SI: fix unused variable warning
tree
|
commitdiff
2013-03-07
Michael Liao
Fix two remaining issue after fixing PR15355 when CMOV...
tree
|
commitdiff
2013-03-06
Akira Hatanaka
[mips] Custom-legalize BR_JT.
tree
|
commitdiff
2013-03-06
Michael Liao
Fix PR15355
tree
|
commitdiff
2013-03-05
Akira Hatanaka
[mips] Remove android calling convention.
tree
|
commitdiff
2013-03-05
Akira Hatanaka
[mips] Fix MipsCC::analyzeReturn so that, in soft-float...
tree
|
commitdiff
2013-03-05
Akira Hatanaka
[mips] Fix MipsTargetLowering::LowerCallResult and...
tree
|
commitdiff
2013-03-05
Akira Hatanaka
[mips] Fix MipsTargetLowering::LowerCall to pass fp128...
tree
|
commitdiff
2013-03-05
Akira Hatanaka
[mips] Correct handling of fp128 (long double) formals...
tree
|
commitdiff
2013-03-05
Meador Inge
Add more functions to the TLI.
tree
|
commitdiff
2013-03-05
Jyotsna Verma
reverting patch 176508.
tree
|
commitdiff
2013-03-05
Jyotsna Verma
Hexagon: Add support for lowering block address.
tree
|
commitdiff
2013-03-05
Vincent Lejeune
R600: Do not predicate vector op
tree
|
commitdiff
2013-03-05
Jyotsna Verma
Hexagon: Expand addc, adde, subc and sube.
tree
|
commitdiff
2013-03-05
Benjamin Kramer
Update cmake build.
tree
|
commitdiff
2013-03-05
Jyotsna Verma
Hexagon: Use MO operand flags to mark constant extended...
tree
|
commitdiff
2013-03-05
Jyotsna Verma
Hexagon: Add encoding bits to the TFR64 instructions.
tree
|
commitdiff
2013-03-05
Vincent Lejeune
R600: initial scheduler code
tree
|
commitdiff
2013-03-05
Vincent Lejeune
R600: Remove LowerConstCopyPass and lower CONST_COPY...
tree
|
commitdiff
2013-03-05
Vincent Lejeune
R600: Turn BUILD_VECTOR into Reg_Sequence
tree
|
commitdiff
2013-03-05
Vincent Lejeune
R600: CONST_ADDRESS node is not marked as mayLoad anymore
tree
|
commitdiff
2013-03-05
Vincent Lejeune
R600: Use MUL_IEEE for trig/fdiv intrinsic
tree
|
commitdiff
2013-03-05
Vincent Lejeune
R600: Add support for indirect addressing of non defaul...
tree
|
commitdiff
2013-03-05
David Sehr
The current X86 NOP padding uses one long NOP followed...
tree
|
commitdiff
2013-03-04
Akira Hatanaka
[mips] Print move instructions.
tree
|
commitdiff
2013-03-04
Jack Carter
Mips specific inline assembler constraint 'R'
tree
|
commitdiff
2013-03-04
Preston Gurd
Bypass Slow Divides
tree
|
commitdiff
2013-03-04
Tom Stellard
R600: Clean up datalayout strings so they better match...
tree
|
commitdiff
2013-03-04
Jia Liu
Mips ISD typo
tree
|
commitdiff
2013-03-02
Jim Grosbach
ARM: Creating a vector from a lane of another.
tree
|
commitdiff
2013-03-02
Jim Grosbach
Clean up code format a bit.
tree
|
commitdiff
2013-03-02
Jim Grosbach
Tidy up. Trailing whitespace.
tree
|
commitdiff
2013-03-02
Arnold Schwaighofer
ARM NEON: Fix v2f32 float intrinsics
tree
|
commitdiff
2013-03-02
Arnold Schwaighofer
X86 cost model: Adjust cost for custom lowered vector...
tree
|
commitdiff
2013-03-02
Andrew Trick
Added FIXME for future Hexagon cleanup.
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Fix inefficient code generation.
tree
|
commitdiff
2013-03-01
Akira Hatanaka
Fix indentation.
tree
|
commitdiff
2013-03-01
Michael Liao
Fix PR10475
tree
|
commitdiff
2013-03-01
Chad Rosier
Add support for using non-pic code for arm and thumb1...
tree
|
commitdiff
2013-03-01
Jyotsna Verma
Hexagon: Add constant extender support framework.
tree
|
commitdiff
2013-03-01
Christian Konig
R600/SI: handle all registers in copyPhysReg v2
tree
|
commitdiff
2013-03-01
Christian Konig
R600/SI: remove S_MOV immediate patterns
tree
|
commitdiff
2013-03-01
Christian Konig
R600/SI: remove GPR*AlignEncode
tree
|
commitdiff
2013-03-01
Christian Konig
R600/SI: fix warning about overloaded virtual
tree
|
commitdiff
2013-03-01
Christian Konig
R600/SI: fix inserting waits for unordered defines
tree
|
commitdiff
2013-03-01
Duncan Sands
GCC thinks that this variable might be used uninitializ...
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Remove unused option. Fix 80-column violations.
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Add the capability to search delay slot filling...
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Do not add SecondLastInst to list BranchInstrs...
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Define an overloaded version of function MipsIns...
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Add options to disable searching backward and...
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Add capability to search in the forward directio...
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Define helper function searchRange
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Rename function findDelayInstr to searchBackward.
tree
|
commitdiff
2013-03-01
Akira Hatanaka
[mips] Define class MemDefsUses.
tree
|
commitdiff
2013-02-28
Chad Rosier
Tidy up; no functional change.
tree
|
commitdiff
2013-02-28
Chad Rosier
Style; no functional change.
tree
|
commitdiff
2013-02-28
Yiannis Tsiouris
Re-format comments (and check commit access)
tree
|
commitdiff
2013-02-28
Tim Northover
AArch64: remove post-encoder method from FCMP (immediat...
tree
|
commitdiff
2013-02-28
Tim Northover
AArch64: be more careful resorting to inefficient addre...
tree
|
commitdiff
2013-02-28
Tim Northover
AArch64: don't drop GlobalAddress offset when handling...
tree
|
commitdiff
2013-02-28
Tim Northover
AArch64: Use cbnz instead of cmp/b.ne pair for atomic...
tree
|
commitdiff
2013-02-27
Jim Grosbach
ARM: FMA is legal only if VFP4 is available.
tree
|
commitdiff
2013-02-27
Chad Rosier
Remove this instance of dl as it's defined in a previou...
tree
|
commitdiff
2013-02-27
Tim Northover
ARM: permit full range of valid ADR immediates.
tree
|
commitdiff
2013-02-27
Nadav Rotem
Revert r176166 because it broke one of the lit tests.
tree
|
commitdiff
2013-02-27
Nadav Rotem
std::string to StringRef.
tree
|
commitdiff
2013-02-27
Reed Kotler
Fix cut/paste error in a comment.
tree
|
commitdiff
2013-02-27
Reed Kotler
Add the skeleton for the Mips constant island pass.
tree
|
commitdiff
2013-02-26
Bill Schmidt
Fix PR15332 (patch by Florian Zeitz).
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: Add promotion of e32 to e64 in operand folding
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: add VOP mapping functions
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: swap operands if it helps folding
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: add some more instruction flags
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: add post ISel folding for SI v2
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: add folding helper
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: fix VOP3b encoding v2
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: fix and cleanup SI register definition v2
tree
|
commitdiff
2013-02-26
Christian Konig
R600/SI: fix stupid typo
tree
|
commitdiff
2013-02-26
Akira Hatanaka
[mips] Use class RegDefsUses to track register defs...
tree
|
commitdiff
2013-02-26
Chad Rosier
[fast-isel] Make sure the FastLowerArguments function...
tree
|
commitdiff
2013-02-25
Michael Liao
Refine fix to PR10499, no functionality change
tree
|
commitdiff
2013-02-25
Michael Liao
Fix PR10499
tree
|
commitdiff
next