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
2014-04-30
Prepare support of Itanium ABI on ARM as opposed to EHABI by
Joerg Sonnenberger
2
-15
/
+20
2014-04-30
DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline...
David Blaikie
4
-20
/
+34
2014-04-30
Restore condition incorrectly changed in r96289 to the older state.
Joerg Sonnenberger
1
-1
/
+1
2014-04-30
Convert more loops to range-based equivalents
Alexey Samsonov
13
-130
/
+103
2014-04-30
Patch for function cloning to inline all blocks whose address is taken
Gerolf Hoflehner
1
-34
/
+106
2014-04-30
Provide a version of getSymbolOffset that returns false on error.
Rafael Espindola
3
-38
/
+53
2014-04-30
Slightly simplify code in DwarfDebug::beginFunction
Alexey Samsonov
1
-7
/
+5
2014-04-30
Move logic for calculating DBG_VALUE history map into separate file/class.
Alexey Samsonov
5
-124
/
+207
2014-04-30
Move a testcase from ELF to ARM64, incorrectly placed in r207627.
James Molloy
1
-0
/
+0
2014-04-30
Emit DW_AT_object_pointer once, on the declaration, for each function.
David Blaikie
6
-14
/
+48
2014-04-30
Don't expect to find fpcmp and PerfectShuffle when running lit tests
Alexey Samsonov
1
-2
/
+0
2014-04-30
Remove unused field hash_state::seed.
Jay Foad
1
-2
/
+1
2014-04-30
[ARM64] Prevent bit extraction to be adjusted by following shift
Weiming Zhao
5
-0
/
+43
2014-04-30
Fix the clang-cl self-host build by defining ~DwarfDebug out of line
Reid Kleckner
2
-0
/
+5
2014-04-30
Add a testcase for r207627.
James Molloy
1
-0
/
+4
2014-04-30
Use the new StringTableBuilder in yaml2elf
Hans Wennborg
3
-53
/
+35
2014-04-30
Revert r207571 - Add slp vectorization to LTO passes
Yi Jiang
1
-3
/
+0
2014-04-30
[X86] Never hoist the shift value of a shift instruction.
Michael Zolotukhin
3
-7
/
+31
2014-04-30
Convert several loops over MachineFunction basic blocks to range-based loops
Alexey Samsonov
7
-58
/
+42
2014-04-30
[IPO/MergeFunctions] changes so it doesn't try to bitcast a struct return typ...
Carlo Kok
2
-1
/
+56
2014-04-30
IR: Conservatively verify inalloca arguments
David Majnemer
4
-3
/
+26
2014-04-30
Simplify ELFObjectWriter::SymbolValue.
Rafael Espindola
1
-22
/
+14
2014-04-30
[mips] Add instruction alias (negu).
Matheus Almeida
10
-0
/
+20
2014-04-30
[mips] Add instruction alias (sltu).
Matheus Almeida
10
-0
/
+11
2014-04-30
ELFObjectWriter: deduplicate suffices in strtab
Hans Wennborg
22
-165
/
+282
2014-04-30
ARM64: print fp immediates without using scientific notation.
Tim Northover
9
-30
/
+28
2014-04-30
AArch64/ARM64: implement remaining TLS relocations (purely MC).
Tim Northover
6
-158
/
+343
2014-04-30
AArch64/ARM64: add specific diagnostic for MRS/MSR and enable tests.
Tim Northover
7
-495
/
+508
2014-04-30
AArch64/ARM64: accept and print floating-point immediate 0 as "#0.0"
Tim Northover
5
-59
/
+83
2014-04-30
IR: Alloca clones should remember inalloca state
David Majnemer
1
-3
/
+4
2014-04-30
[mips] Add instruction alias (dsll and dsrl).
Matheus Almeida
6
-0
/
+14
2014-04-30
Fix a use of uninitialized memory in SmallVector's move-assignment operator.
Douglas Gregor
2
-10
/
+55
2014-04-30
Relax the test a bit.
Rafael Espindola
1
-24
/
+24
2014-04-30
R600/SI: Use VALU instructions for copying i1 values
Tom Stellard
10
-9
/
+188
2014-04-30
R600/SI: Teach moveToVALU how to handle some SMRD instructions
Tom Stellard
3
-1
/
+77
2014-04-30
[ARM64][fast-isel] Fast-isel doesn't know how to handle f128.
Chad Rosier
2
-2
/
+47
2014-04-30
Rename the test, it is testing the symver directive.
Rafael Espindola
1
-0
/
+0
2014-04-30
[mips] Add instruction alias (sll and srl).
Matheus Almeida
10
-0
/
+22
2014-04-30
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
Sasa Stankovic
10
-16501
/
+296
2014-04-30
[mips] Update tests with encoding information for slt, slti, sltiu and sltu.
Matheus Almeida
9
-36
/
+36
2014-04-30
R600: Remove unused function AMDGPUSubtarget::getDefaultSize()
Tom Stellard
2
-13
/
+0
2014-04-30
[asan] Disable asm instrumentation on unsupported platforms.
Evgeniy Stepanov
1
-3
/
+6
2014-04-30
ARM64: enable AArch64's basic-a64-instructions test
Tim Northover
1
-889
/
+1093
2014-04-30
ARM64: print lsr instead of lsrv for variable shifts (etc)
Tim Northover
4
-39
/
+39
2014-04-30
ARM64: use 32-bit operations for uxtb & uxth
Tim Northover
2
-5
/
+21
2014-04-30
AArch64/ARM64: allow smaller granule relocations on MOVZ/MOVN
Tim Northover
1
-6
/
+6
2014-04-30
AArch64/ARM64: copy support for bCC instead of b.CC across.
Tim Northover
2
-0
/
+58
2014-04-30
AArch64/ARM64: expunge CPSR from the sources
Tim Northover
12
-123
/
+125
2014-04-30
AArch64/ARM64: use HS instead of CS & LO instead of CC.
Tim Northover
9
-44
/
+44
2014-04-30
Grammar fix.
Rafael Espindola
1
-1
/
+1
[prev]
[next]