index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-21
[Support] Follow up to r204426, for LockFileManager, make the given path abso...
Argyrios Kyrtzidis
1
-3
/
+6
2014-03-21
InstrProf: Cleanup binary profdata testcase
Duncan P. N. Exon Smith
4
-165
/
+24
2014-03-21
InstrProf: Move constructor to the header
Duncan P. N. Exon Smith
2
-4
/
+2
2014-03-21
InstrProf: Change magic number to have non-text characters
Duncan P. N. Exon Smith
3
-10
/
+10
2014-03-21
InstrProf: Use move semantics with unique_ptr
Duncan P. N. Exon Smith
2
-7
/
+7
2014-03-21
InstrProf: Detect magic numbers in a more scalable way
Duncan P. N. Exon Smith
2
-34
/
+33
2014-03-21
InstrProf: Actually detect bad headers
Duncan P. N. Exon Smith
4
-7
/
+14
2014-03-21
[RuntimeDyld] Fix comment for previous commit (r204439)
Juergen Ributzka
1
-2
/
+4
2014-03-21
[RuntimeDyld] clang-format files.
Juergen Ributzka
6
-747
/
+580
2014-03-21
DebugInfo: Omit DW_AT_addr_base from skeletal type units.
David Blaikie
3
-11
/
+9
2014-03-21
[AArch64] Add SchedRW lists to NEON instructions.
Chad Rosier
5
-247
/
+542
2014-03-21
ProfileData: Avoid double underscores in header guards
Justin Bogner
3
-9
/
+9
2014-03-21
InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
5
-4
/
+339
2014-03-21
ProfileData: Avoid brace initialization, windows doesn't like it
Justin Bogner
1
-1
/
+3
2014-03-21
R600/SI: Move instruction patterns to scalar versions.
Matt Arsenault
9
-76
/
+164
2014-03-21
Remove redundant test.
Rafael Espindola
1
-9
/
+0
2014-03-21
Move codegen test over to MC.
Rafael Espindola
2
-67
/
+8
2014-03-21
ProfileData: Introduce InstrProfWriter using the naive text format
Justin Bogner
8
-81
/
+205
2014-03-21
Convert test to using cfi.
Rafael Espindola
1
-2
/
+4
2014-03-21
Refactor llvm/test/lit.cfg to use lit.util.which.
Paul Robinson
1
-28
/
+19
2014-03-21
llvm-profdata: Implement show command
Justin Bogner
1
-2
/
+98
2014-03-21
Remove redundant test.
Rafael Espindola
1
-10
/
+0
2014-03-21
ProfileData: Introduce the InstrProfReader interface and a text reader
Justin Bogner
15
-79
/
+400
2014-03-21
Split out the MC part of this test.
Rafael Espindola
2
-6
/
+18
2014-03-21
[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.
Daniel Sanders
2
-5
/
+20
2014-03-21
Add overall description, file comments, some structure
Renato Golin
1
-23
/
+138
2014-03-21
R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()
Tom Stellard
6
-5
/
+157
2014-03-21
R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()
Tom Stellard
2
-2
/
+92
2014-03-21
R600/SI: Use SGPR_(32|64) reg clases when lowering SI_ADDR64_RSRC
Tom Stellard
1
-4
/
+4
2014-03-21
Sink: Don't sink static allocas from the entry block
Tom Stellard
2
-0
/
+86
2014-03-21
[SystemZ] Use "let Predicates =" for blocks of new instructions
Richard Sandiford
2
-18
/
+15
2014-03-21
[SystemZ] Add support for z196 float<->unsigned conversions
Richard Sandiford
12
-13
/
+808
2014-03-21
[mips] Update namespace.
Matheus Almeida
1
-5
/
+1
2014-03-21
[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...
Juergen Ributzka
13
-46
/
+90
2014-03-21
Fix test command line to avoid generating output file.
Kevin Qin
1
-1
/
+1
2014-03-21
[Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
7
-54
/
+66
2014-03-21
[Constant Hoisting] Lazily compute the idom and cache the result.
Juergen Ributzka
1
-4
/
+43
2014-03-21
[Constant Hoisting] Change the algorithm to only track constants for instruct...
Juergen Ributzka
2
-242
/
+324
2014-03-21
[Constant Hoisting] Fix capitalization of function names.
Juergen Ributzka
1
-33
/
+34
2014-03-21
[Constant Hoisting] Replace the MapVector with a separate Map and Vector to k...
Juergen Ributzka
1
-38
/
+51
2014-03-21
MCParser: add an assertion
Saleem Abdulrasool
1
-1
/
+3
2014-03-21
This reverts commit r203762, "ARM: support emission of complex SO expressions".
Jiangning Liu
2
-23
/
+2
2014-03-21
[Support] Make sure LockFileManager works correctly with relative paths.
Argyrios Kyrtzidis
2
-1
/
+40
2014-03-21
Fix an assertion caused by using inline asm with indirect register inputs.
Kevin Qin
2
-1
/
+17
2014-03-21
[AArch64] Remove .data_region directive from AArch64.
Kevin Qin
2
-2
/
+16
2014-03-21
[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...
Argyrios Kyrtzidis
3
-8
/
+37
2014-03-21
Convert a CodeGen test into a MC test.
Rafael Espindola
2
-48
/
+15
2014-03-21
Object/COFF: Support large relocation table.
Rui Ueyama
4
-11
/
+53
2014-03-21
Port test to cfi.
Rafael Espindola
1
-10
/
+5
2014-03-20
Convert another CodeGen test into a MC test.
Rafael Espindola
2
-51
/
+29
[prev]
[next]