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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-14
Generate a VTBL instruction instead of a series of loads and stores when we
Bill Wendling
4
-13
/
+67
2011-03-14
Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()
John McCall
2
-10
/
+11
2011-03-14
This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...
Renato Golin
8
-321
/
+452
2011-03-14
Check that the AsmParser exists for the native target to enable initialization
Jan Sjödin
2
-5
/
+13
2011-03-14
Fix this test up a bit.
Eric Christopher
1
-3
/
+1
2011-03-14
Trailing whitespace.
Jim Grosbach
1
-26
/
+26
2011-03-14
Ignore isCodeGenOnly instructions when generating diassembly tables.
Owen Anderson
1
-1
/
+2
2011-03-14
Place context in member variables instead of passing around pointers.
Jakob Stoklund Olesen
2
-23
/
+26
2011-03-14
Okay, some compilers complain if you provide the exception-specification
John McCall
1
-5
/
+0
2011-03-14
Fix the exception-specification of abort() when declaring it in C++.
John McCall
1
-1
/
+1
2011-03-14
Make llvm_unreachable evaluate to __builtin_unreachable() in -Asserts
John McCall
2
-1
/
+16
2011-03-14
Rename members to match LLVM naming conventions more closely.
Jakob Stoklund Olesen
1
-111
/
+109
2011-03-14
Remove some dead patterns.
Jim Grosbach
4
-56
/
+0
2011-03-14
BIT_CONVERT has been renamed to BITCAST.
Evan Cheng
1
-1
/
+1
2011-03-14
Minor optimization. sign-ext/anyext of undef is still undef.
Evan Cheng
3
-5
/
+23
2011-03-14
Indentation.
Evan Cheng
1
-1
/
+1
2011-03-14
Negating a recurrence preserves no-self-wrap.
Andrew Trick
1
-0
/
+11
2011-03-14
Trailing whitespace.
Jim Grosbach
1
-46
/
+46
2011-03-14
HowFarToZero can compute a trip count as long as the recurrence has no-self-w...
Andrew Trick
1
-16
/
+20
2011-03-14
Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap
Andrew Trick
7
-182
/
+307
2011-03-14
whitespace
Andrew Trick
1
-66
/
+66
2011-03-14
PTX: Emit global arrays with proper sizes
Justin Holewinski
3
-45
/
+74
2011-03-14
PTX: Add support for sqrt/sin/cos intrinsics
Justin Holewinski
2
-0
/
+89
2011-03-14
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
5
-17
/
+168
2011-03-14
Emacs mode string.
Mikhail Glushenkov
1
-1
/
+1
2011-03-14
Correct small comment order typo.
Francois Pichet
1
-1
/
+1
2011-03-14
This case is solved by Scalar Replacement of Aggregates (DT) and
Jin-Gu Kang
1
-25
/
+3
2011-03-13
ptx: add basic support of predicate execution
Che-Liang Chiou
4
-59
/
+177
2011-03-13
Add comment as following:
Jin-Gu Kang
1
-0
/
+12
2011-03-13
LTO is not ready for Windows.
Oscar Fuentes
1
-1
/
+4
2011-03-13
Now that we are deleting unused live intervals during allocation, pointers ma...
Jakob Stoklund Olesen
1
-2
/
+4
2011-03-13
Tell the register allocator about new unused virtual registers.
Jakob Stoklund Olesen
4
-1
/
+26
2011-03-12
Build EnhancedDisassembly as a shared library too.
Oscar Fuentes
1
-5
/
+28
2011-03-12
Build CompilerDriver library.
Oscar Fuentes
2
-4
/
+7
2011-03-12
Build LTO as a static library too.
Oscar Fuentes
1
-4
/
+12
2011-03-12
Build LTO as a static library too.
Oscar Fuentes
2
-5
/
+9
2011-03-12
Teach ComputeMaskedBits about sub nsw.
Benjamin Kramer
2
-8
/
+39
2011-03-12
Whe we build a shared library, add its list of used libraries to the
Oscar Fuentes
2
-2
/
+7
2011-03-12
Update link components for llvm-dis and LTO.
Oscar Fuentes
2
-2
/
+4
2011-03-12
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
3
-0
/
+21
2011-03-12
This patch removes some of useless instructions generated by bitfield access.
Jin-Gu Kang
1
-3
/
+13
2011-03-12
Include snippets in the live stack interval.
Jakob Stoklund Olesen
1
-1
/
+3
2011-03-12
Spill multiple registers at once.
Jakob Stoklund Olesen
2
-48
/
+210
2011-03-12
Fixed the comparison operator for the enhanced
Sean Callanan
1
-7
/
+2
2011-03-12
That's it, I am declaring this a failure of the C++03 STL.
Jakob Stoklund Olesen
1
-119
/
+15
2011-03-12
Saving files before committing is overrated.
Eric Christopher
1
-1
/
+1
2011-03-12
Sometimes isPredicable lies to us and tells us we don't need the operands.
Eric Christopher
2
-6
/
+85
2011-03-12
Remove no-longer-correct special case for disasm of ARM BL instructions.
Jim Grosbach
1
-5
/
+0
2011-03-12
Add FIXME.
Jim Grosbach
1
-0
/
+3
2011-03-12
Pseudo-ize the ARM Darwin *r9 call instruction definitions. They're the same
Jim Grosbach
2
-27
/
+33
[prev]
[next]