index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Improvement in CodeGen instruction selection for LEAs (re-applying post...
Jatin Bhateja
2017-10-04
2
-1
/
+5
*
[MC] - Don't assert when non-english characters are used.
George Rimar
2017-10-04
1
-0
/
+15
*
[Dominators] Make eraseNode invalidate DFS numbers
Jakub Kuderski
2017-10-03
1
-2
/
+3
*
AMDGPU: Add ELFOSABI_AMDGPU_MESA3D
Konstantin Zhuravlyov
2017-10-03
1
-26
/
+27
*
AMDGPU: Add ELFOSABI_AMDGPU_PAL
Konstantin Zhuravlyov
2017-10-03
2
-8
/
+10
*
Refactor DIBuilder dbg intrinsic insertion, NFC
Reid Kleckner
2017-10-03
1
-0
/
+11
*
Revert r314817 "[dwarfdump] Add -lookup option"
Hans Wennborg
2017-10-03
3
-33
/
+7
*
Revert r314806 "[SLP] Vectorize jumbled memory loads."
Hans Wennborg
2017-10-03
1
-15
/
+0
*
CodeView: Provide a .def file with the register ids
Hans Wennborg
2017-10-03
3
-49
/
+272
*
[dwarfdump] Add -lookup option
Jonas Devlieghere
2017-10-03
3
-7
/
+33
*
Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...
Geoff Berry
2017-10-03
2
-6
/
+0
*
Use sched_getaffinity instead of std::thread::hardware_concurrency.
Rafael Espindola
2017-10-03
3
-2
/
+13
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-10-03
1
-0
/
+15
*
[Dominators] Don't use default parameter in lambda
Jakub Kuderski
2017-10-03
1
-3
/
+3
*
[AsmParser] Add DiagnosticString to AsmOperands in tablegen
Oliver Stannard
2017-10-03
1
-0
/
+4
*
[Dominators] Add DFS number verification
Jakub Kuderski
2017-10-03
2
-12
/
+106
*
[Assembler] Report multiple near misses for invalid instructions
Oliver Stannard
2017-10-03
2
-0
/
+142
*
[Lint] Avoid failed assertion by fetching the proper pointer type
Mikael Holmen
2017-10-03
1
-0
/
+8
*
SparseSolver: Rename getOrInitValueState to getValueState, matching what SCCP...
Daniel Berlin
2017-10-03
1
-3
/
+3
*
[InstSimplify] teach SimplifySelectInst() to fold more vector selects
Haicheng Wu
2017-10-02
1
-0
/
+6
*
Template the sparse propagation solver instead of using void pointers
Daniel Berlin
2017-10-02
1
-17
/
+15
*
Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Geoff Berry
2017-10-02
2
-0
/
+6
*
Add ELFOSABI_FIRST_ARCH, ELFOSABI_LAST_ARCH and start using those in llvm-rea...
Konstantin Zhuravlyov
2017-10-02
1
-2
/
+4
*
Fix two header comments. NFC.
Hans Wennborg
2017-10-02
2
-3
/
+2
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
2
-9
/
+31
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
2
-4
/
+23
*
[dwarfdump] Add -show-form
Jonas Devlieghere
2017-10-02
1
-0
/
+1
*
Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...
Dehao Chen
2017-10-01
2
-2
/
+14
*
Revert r314435: "[JumpThreading] Preserve DT and LVI across the pass"
Daniel Jasper
2017-09-30
2
-14
/
+7
*
fix 80 column violation.
Adrian Prantl
2017-09-29
1
-4
/
+4
*
Revert "Use the basic cost if a GEP is not used as addressing mode"
Alex Shlyapnikov
2017-09-29
4
-53
/
+8
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-29
4
-50
/
+86
*
Use LLVM_ENABLE_ABI_BREAKING_CHECKS correctly
Sanjoy Das
2017-09-29
1
-5
/
+11
*
Fix Wmismatched-tags warning.
Simon Pilgrim
2017-09-29
1
-2
/
+1
*
[WebAssembly] Allow each data segment to specify its own alignment
Sam Clegg
2017-09-29
2
-4
/
+16
*
[ThinLTO] Use decimal suffix for promoted values to match demanglers
Teresa Johnson
2017-09-29
1
-1
/
+1
*
[dwarfdump][NFC] Consistent printing of address ranges
Jonas Devlieghere
2017-09-29
1
-0
/
+2
*
Use the basic cost if a GEP is not used as addressing mode
Jun Bum Lim
2017-09-29
4
-8
/
+53
*
[SystemZ] implement shouldCoalesce()
Jonas Paulsson
2017-09-29
1
-1
/
+3
*
Fix spelling in comments. NFCI.
Simon Pilgrim
2017-09-29
1
-2
/
+2
*
Fix Wmismatched-tags warning.
Simon Pilgrim
2017-09-29
1
-1
/
+3
*
[AMDGPU] calling conventions for AMDPAL OS type
Tim Renouf
2017-09-29
1
-6
/
+17
*
[Triple] Add AMDPAL operating system type
Tim Renouf
2017-09-29
1
-1
/
+2
*
[dwarfdump][NFC] Consistent errors and warnings with --verify
Jonas Devlieghere
2017-09-29
1
-0
/
+4
*
[X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...
Coby Tayree
2017-09-29
1
-15
/
+56
*
llvm-dwarfdump: support .apple-namespaces in --find
Adrian Prantl
2017-09-29
1
-0
/
+8
*
llvm-dwarfdump: add support for .apple_types in --find
Adrian Prantl
2017-09-29
1
-0
/
+4
*
MIR: Serialize CaleeSavedInfo Restored flag
Matthias Braun
2017-09-28
1
-1
/
+9
*
Address further review feedback. (NFC)
Adrian Prantl
2017-09-28
1
-2
/
+2
*
llvm-dwarfdump: implement --find for .apple_names
Adrian Prantl
2017-09-28
3
-1
/
+53
[next]