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
2013-09-03
Enable late-vectorization by default.
Nadav Rotem
1
-1
/
+1
2013-09-03
Fix grammar
Matt Arsenault
1
-3
/
+3
2013-09-03
Teach InstCombineLoadCast about address spaces.
Matt Arsenault
2
-3
/
+24
2013-09-03
Use type form of getIntPtrType in alloca visitor.
Matt Arsenault
1
-2
/
+2
2013-09-03
WIP: Refactor some code so that it can be called by more than just one method...
Bill Wendling
1
-60
/
+71
2013-09-03
Alphabetize.
Eric Christopher
1
-4
/
+4
2013-09-03
Add a Python-like join function to merge a list of strings with a
Joerg Sonnenberger
2
-0
/
+70
2013-09-03
Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""
Jim Grosbach
2
-0
/
+29
2013-09-03
Add the rest of the stock attributes to the attribute table.
Eric Christopher
3
-8
/
+242
2013-09-03
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2
-1
/
+14
2013-09-03
In this patch we are trying to do two things:
Yi Jiang
4
-24
/
+177
2013-09-03
Print string value for DT_RPATH and DT_RUNPATH.
Joerg Sonnenberger
3
-0
/
+8
2013-09-03
[MC] Revert part of my previous change, I was a bit overzealous.
Joey Gouly
1
-3
/
+3
2013-09-03
Migrate the DWARF_VERSION constant to 4. It largely needs to go away.
Eric Christopher
1
-1
/
+1
2013-09-03
[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
Richard Sandiford
3
-8
/
+459
2013-09-03
[MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...
Joey Gouly
2
-6
/
+6
2013-09-03
[msan] Fix handling of select with struct arguments.
Evgeniy Stepanov
2
-3
/
+27
2013-09-03
[msan] Fix select instrumentation.
Evgeniy Stepanov
2
-3
/
+15
2013-09-03
[mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.
Daniel Sanders
1
-28
/
+28
2013-09-03
[mips][msa] Added IntrNoMem to the floating-point intrinsics.
Daniel Sanders
1
-96
/
+100
2013-09-03
[Sparc] Add support for soft long double (fp128).
Venkatraman Govindaraju
4
-37
/
+477
2013-09-03
Add hadSideEffects=0 to some instructions.
Craig Topper
1
-1
/
+4
2013-09-02
[Sparc] Implement spill and load for long double(f128) registers.
Venkatraman Govindaraju
3
-36
/
+138
2013-09-02
ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.
Tilmann Scheller
2
-3
/
+8
2013-09-02
Revert 189756 for now, it doesn't match what rdar://14871821 really wants.
Tilmann Scheller
3
-10
/
+5
2013-09-02
ARM: Default to Swift when compiling for iOS 6 or later.
Tilmann Scheller
3
-5
/
+10
2013-09-02
FileCheck-ize three tests of llvm/test/CodeGen/X86/h-register(s).
NAKAMURA Takumi
3
-5
/
+56
2013-09-02
llvm/test/CodeGen/X86: Update tests with -mattr=-bmi not to take BMI, corresp...
NAKAMURA Takumi
5
-7
/
+7
2013-09-02
[CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER
Alexey Samsonov
1
-0
/
+4
2013-09-02
Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fix...
Craig Topper
4
-0
/
+54
2013-09-02
AVX-512: updated the list of high-latency instructions.
Elena Demikhovsky
1
-1
/
+23
2013-09-02
Add a clang-format file so that the tool can automatically detect the
Chandler Carruth
1
-0
/
+1
2013-09-02
AVX-512: gather-scatter tests; added foldable instructions;
Elena Demikhovsky
2
-15
/
+61
2013-09-02
llvm interpreter: select, shuffle and insertelement instructions.
Elena Demikhovsky
6
-8
/
+396
2013-09-02
Fix some rather confusing indentation and control flow in the errno
Chandler Carruth
1
-15
/
+14
2013-09-02
Added std:: qualifier to find() invocation
Dmitri Gribenko
1
-4
/
+4
2013-09-01
Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 as
Chandler Carruth
1
-9
/
+0
2013-09-01
Revert r189704, which removed the guidance about not duplicating doc comments.
Chris Lattner
1
-0
/
+7
2013-09-01
AVX-512: Added GATHER and SCATTER instructions.
Elena Demikhovsky
3
-3
/
+508
2013-09-01
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
20
-1363
/
+917
2013-09-01
Make sure we don't generate stubs for any of these functions because they
Reed Kotler
2
-17
/
+34
2013-08-31
Mark an unreachable code path with llvm_unreachable. Pacifies GCC.
Benjamin Kramer
1
-0
/
+1
2013-08-31
Free PressureDiffs instead of leaking.
Benjamin Kramer
1
-0
/
+1
2013-08-31
SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...
Benjamin Kramer
2
-3
/
+43
2013-08-31
Fix my previous checkin to updatePressureDiffs.
Andrew Trick
1
-4
/
+19
2013-08-31
[PowerPC] Fast-isel cleanup patch.
Bill Schmidt
1
-20
/
+37
2013-08-30
[PowerPC] Add integer truncation support to fast-isel.
Bill Schmidt
1
-0
/
+31
2013-08-30
Correct partially defined variable
Bill Schmidt
1
-1
/
+2
2013-08-30
Remove the suggestion to not duplicate comments in header and
Chris Lattner
1
-7
/
+0
2013-08-30
[PowerPC] Call support for fast-isel.
Bill Schmidt
5
-3
/
+504
[prev]
[next]