index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Add support for 24-bit MAD instructions
Tom Stellard
2013-07-23
4
-2
/
+102
*
R600: Add support for 24-bit MUL instructions
Tom Stellard
2013-07-23
6
-5
/
+159
*
R600: Improve support for < 32-bit loads
Tom Stellard
2013-07-23
6
-25
/
+106
*
R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cpp
Tom Stellard
2013-07-23
2
-1
/
+1
*
R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()
Tom Stellard
2013-07-23
5
-50
/
+161
*
R600: Use KCache for kernel arguments
Tom Stellard
2013-07-23
21
-139
/
+108
*
R600: Simplify assembly for KCache registers using the TableGen !add operator
Tom Stellard
2013-07-23
1
-4
/
+4
*
R600: Use the same compute kernel calling convention for all GPUs
Tom Stellard
2013-07-23
4
-13
/
+29
*
R600: Use correct LoadExtType when lowering kernel arguments
Tom Stellard
2013-07-23
2
-1
/
+28
*
R600: Clean up extended load patterns
Tom Stellard
2013-07-23
6
-16
/
+33
*
R600: Expand vector FNEG
Tom Stellard
2013-07-23
2
-0
/
+29
*
Revert r186907 to fix bots.
Craig Topper
2013-07-23
1
-1
/
+1
*
Don't let x86 asm printer use the no operand movsd alias. It should use the n...
Craig Topper
2013-07-23
1
-1
/
+1
*
Add aliases to map 'imm, mem' form of x86 bts/btr/btc without a size suffix t...
Craig Topper
2013-07-23
1
-0
/
+7
*
Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
2013-07-23
19
-21
/
+65
*
Explicitly don't let the asm printer use the clrb/w/l aliases for xor %reg, %...
Craig Topper
2013-07-23
1
-4
/
+4
*
Suppress argumentless aliases for some x86 FP operations from being used by t...
Craig Topper
2013-07-23
1
-14
/
+14
*
Fix typo (ponted -> pointed)
Matt Arsenault
2013-07-22
1
-7
/
+7
*
Remove extraneous null statement. No functionality change!
Nick Lewycky
2013-07-22
1
-1
/
+1
*
Use switch instead of if. No functionality change.
Jakub Staszak
2013-07-22
1
-14
/
+17
*
Remove trailing spaces.
Jakub Staszak
2013-07-22
1
-37
/
+37
*
Add a simple unit test for MemoryBuffer::getOpenFile
Eli Bendersky
2013-07-22
1
-0
/
+33
*
Typo.
Eric Christopher
2013-07-22
1
-1
/
+1
*
80-column tidying. Formatting choices by clang-format.
Eric Christopher
2013-07-22
1
-14
/
+16
*
When we vectorize across multiple basic blocks we may vectorize PHINodes that...
Nadav Rotem
2013-07-22
2
-3
/
+89
*
OldPtr is llvm::Instruction. Remove unneeded cast<>.
Jakub Staszak
2013-07-22
1
-1
/
+1
*
Silence gcc warning.
Richard Trieu
2013-07-22
1
-1
/
+1
*
Fix the move to/from accumulator register instructions that use a full 64-bit
Kevin Enderby
2013-07-22
4
-15
/
+96
*
Change tabs to spaces.
Jakub Staszak
2013-07-22
1
-2
/
+2
*
Fix typo in test.
Jakub Staszak
2013-07-22
1
-1
/
+1
*
[stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBa...
Michael Gottesman
2013-07-22
1
-2
/
+2
*
Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...
Craig Topper
2013-07-22
2
-43
/
+43
*
[stackprotector] Refactored ssp prologue creation code into its own helper fu...
Michael Gottesman
2013-07-22
1
-35
/
+41
*
Debug Info Finder: add processScope to actually handle the Scope.
Manman Ren
2013-07-22
2
-3
/
+25
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
7
-28
/
+23
*
[mips] Fix MipsAsmParser::parseCCRRegs.
Akira Hatanaka
2013-07-22
2
-18
/
+13
*
Mark ELF's first symbol as format specific so that llvm-nm ignores it.
Rafael Espindola
2013-07-22
2
-1
/
+3
*
Fix spelling and grammar
Matt Arsenault
2013-07-22
1
-12
/
+12
*
Fix missing const
Matt Arsenault
2013-07-22
1
-1
/
+1
*
[mips] Use ADDu instead of OR to copy general purpose registers. Also, delete
Akira Hatanaka
2013-07-22
4
-12
/
+7
*
Adding example source to support MCJIT/Kaleidoscope blog posts.
Andrew Kaylor
2013-07-22
20
-0
/
+9374
*
Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
Shuxin Yang
2013-07-22
2
-0
/
+34
*
Fix typo.
Eric Christopher
2013-07-22
1
-3
/
+3
*
Formatting.
Eric Christopher
2013-07-22
1
-1
/
+1
*
MC: mayAffectControlFlow() handling for variadic instructions.
Jim Grosbach
2013-07-22
1
-2
/
+14
*
Fix an obvious typo in the loop vectorizer where the cost model uses the wron...
Nadav Rotem
2013-07-22
1
-2
/
+2
*
[NVPTX] Remove unused prototypes
Justin Holewinski
2013-07-22
1
-3
/
+0
*
Option parsing: allow aliases in groups
Hans Wennborg
2013-07-22
3
-6
/
+16
*
This adds range checking for "ldr Rn, [pc, #imm]" Thumb
Mihai Popa
2013-07-22
10
-39
/
+93
*
Replace archive members in the old position.
Rafael Espindola
2013-07-22
2
-51
/
+97
[next]