index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-18
Match a few more obvious patterns to revsh. rdar://9147637.
Evan Cheng
1
-2
/
+28
2011-03-18
Revert r127852; it's apparently causing an ICE on mingw.
Eli Friedman
2
-30
/
+12
2011-03-18
PTX: Fix various codegen issues
Justin Holewinski
3
-46
/
+91
2011-03-18
Avoid creating canonical induction variables for non-native types.
Andrew Trick
18
-18
/
+22
2011-03-18
Support explicit argument forms for the X86 string instructions.
Joerg Sonnenberger
2
-0
/
+245
2011-03-18
ptx: fix parameter order that is reversed
Che-Liang Chiou
1
-0
/
+8
2011-03-18
ptx: add unconditional and conditional branch
Che-Liang Chiou
1
-0
/
+21
2011-03-18
Add a target-specific branchless method for double-width relational
Eli Friedman
2
-12
/
+30
2011-03-18
FileCheck-ize and update test.
Eli Friedman
1
-6
/
+9
2011-03-18
The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset.
Johnny Chen
1
-3
/
+3
2011-03-17
Try to not lose variable's debug info during instcombine.
Devang Patel
1
-0
/
+57
2011-03-17
It used to be that t_addrmode_s4 was used for both:
Johnny Chen
1
-0
/
+9
2011-03-17
BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...
Benjamin Kramer
1
-0
/
+11
2011-03-17
Reapply: Add type output to llvm-dis annotations. Patch by Yuri!
Stuart Hastings
1
-3
/
+2
2011-03-17
Add XCore intrinsic for setpsc.
Richard Osborne
1
-0
/
+8
2011-03-17
MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have
Daniel Dunbar
1
-0
/
+7
2011-03-17
test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It doe...
NAKAMURA Takumi
1
-1
/
+1
2011-03-17
Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.
Joerg Sonnenberger
1
-0
/
+10
2011-03-16
test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...
NAKAMURA Takumi
1
-4
/
+12
2011-03-16
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
1
-3
/
+15
2011-03-16
Rename a test to be more inclusive.
Cameron Zwarich
1
-0
/
+0
2011-03-16
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
1
-111
/
+0
2011-03-16
Add XCore intrinsics for setclk, setrdy.
Richard Osborne
1
-0
/
+16
2011-03-16
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
1
-0
/
+111
2011-03-16
Add a test for i1 zeroext arguments on x86-64. We currently generate code that
Cameron Zwarich
1
-0
/
+23
2011-03-16
Add checkevent intrinsic to check if any resources owned by the current thread
Richard Osborne
1
-0
/
+20
2011-03-16
test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-w...
NAKAMURA Takumi
10
-24
/
+54
2011-03-16
test/CodeGen/X86: Add a pattern for Win64.
NAKAMURA Takumi
7
-22
/
+141
2011-03-16
test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They ...
NAKAMURA Takumi
12
-24
/
+62
2011-03-16
test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.
NAKAMURA Takumi
5
-9
/
+102
2011-03-16
test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.
NAKAMURA Takumi
1
-3
/
+6
2011-03-16
Only convert allocas to scalars if it is profitable. The profitability metric I
Cameron Zwarich
1
-0
/
+27
2011-03-16
Add native integer type TargetData to some existing tests.
Cameron Zwarich
2
-2
/
+2
2011-03-15
There were two issues fixed:
Johnny Chen
1
-1
/
+7
2011-03-15
Some minor cleanups based on feedback.
Bill Wendling
1
-0
/
+12
2011-03-15
Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587
Evan Cheng
1
-0
/
+55
2011-03-15
On the XCore the scavenging slot should be closest to the SP.
Richard Osborne
1
-0
/
+52
2011-03-15
Add XCore intrinsics for getps, setps, setsr and clrsr.
Richard Osborne
2
-0
/
+36
2011-03-15
PTX: Set PTX 2.0 as the minimum supported version
Justin Holewinski
2
-82
/
+83
2011-03-15
Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.
Cameron Zwarich
2
-2
/
+38
2011-03-15
Add a peephole optimization to optimize pairs of bitcasts. e.g.
Evan Cheng
1
-0
/
+23
2011-03-15
PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering
Eli Friedman
1
-8
/
+48
2011-03-15
sext(undef) = 0, because the top bits will all be the same.
Evan Cheng
1
-2
/
+2
2011-03-15
Testcase for r127630.
Bill Wendling
1
-0
/
+18
2011-03-15
Basic sanity checks to ensure that 2- and 3-byte
Sean Callanan
1
-0
/
+6
2011-03-15
Fixed an ARM disassembler bug where it does not handle STRi12 correctly becau...
Johnny Chen
1
-0
/
+12
2011-03-15
Propagate SCEV no-wrap flags whenever possible.
Andrew Trick
3
-14
/
+21
2011-03-15
Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.
Jim Grosbach
1
-1
/
+1
2011-03-15
If we don't know how long a string is we can't fold an _chk version to the
Eric Christopher
1
-0
/
+18
2011-03-14
Generate a VTBL instruction instead of a series of loads and stores when we
Bill Wendling
1
-12
/
+0
[next]