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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips][ias] Explicitly disable IAS on tests that depend on not assembling.
Daniel Sanders
2015-11-26
3
-124
/
+129
*
[mips][ias] Replace anchor comments with anchor instructions in tests.
Daniel Sanders
2015-11-26
2
-44
/
+44
*
[ELF/AArch64] Fix overflow checks for R_AARCH64_{ABS,PREL}{16,32} relocations.
Igor Kudrin
2015-11-26
13
-79
/
+134
*
[SimplifyLibCalls] Don't depend on a called function having a name, it might ...
Benjamin Kramer
2015-11-26
4
-11
/
+35
*
[ELF] Factor out relocation checks into separate functions.
Igor Kudrin
2015-11-26
2
-38
/
+43
*
Fix for merging decls in pragma weak
Alexander Musman
2015-11-26
3
-8
/
+28
*
[X86] Strengthen more type constraints to reduce isel table size.
Craig Topper
2015-11-26
1
-21
/
+33
*
[OPENMP 4.5] Fixed rules for 'ordered' clause.
Alexey Bataev
2015-11-26
3
-10
/
+36
*
X86-FMA3: Improved/enabled the memory folding optimization for scalar loads
Vyacheslav Klochkov
2015-11-26
3
-13
/
+400
*
[X86] Strengthen the type constraints on X86psadbw and X86dbpsadbw to reduce ...
Craig Topper
2015-11-26
1
-2
/
+6
*
[SelectionDAG] Add a SDTCisSameSizeAs type constraint that can be used to ens...
Craig Topper
2015-11-26
3
-1
/
+78
*
Add type constraints to masked_load/masked_store to ensure the mask vector ha...
Craig Topper
2015-11-26
1
-2
/
+3
*
[TableGen] Flip reversed comments.
Craig Topper
2015-11-26
1
-2
/
+2
*
[ELF] Reapply r254031 - LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan
2015-11-26
2
-3
/
+30
*
[Diagnostics] Call setMapping on the correct diagnostic states in a few place...
Craig Topper
2015-11-26
1
-3
/
+3
*
Use range-based for loops. NFC
Craig Topper
2015-11-26
1
-7
/
+7
*
[Hexagon] HVX vector register classes and more isel patterns
Krzysztof Parzyszek
2015-11-26
5
-80
/
+204
*
Update reference to final TM TS spec.
Richard Smith
2015-11-26
1
-1
/
+1
*
P0002R1: increment on expressions of type bool is no longer allowed in C++1z.
Richard Smith
2015-11-26
6
-7
/
+31
*
[modules] Refactor handling of -fmodules-embed-*. Track this properly rather
Richard Smith
2015-11-26
7
-52
/
+61
*
AMDGPU: Fix typo
Tom Stellard
2015-11-26
1
-1
/
+1
*
Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...
Marshall Clow
2015-11-26
17
-0
/
+252
*
[OperandBundles] Treat "deopt" operand bundles specially
Sanjoy Das
2015-11-26
6
-6
/
+112
*
Driver: protect from empty -L args
Martell Malone
2015-11-26
1
-1
/
+2
*
AMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
Tom Stellard
2015-11-26
7
-1
/
+48
*
[libFuzzer] clean up the docs, add one more link
Kostya Serebryany
2015-11-26
1
-3
/
+12
*
[analyzer] Add tests for generalized lambda capture (C++14). NFC.
Devin Coughlin
2015-11-26
1
-0
/
+50
*
Sync up with master InstrProfData.inc
Xinliang David Li
2015-11-26
1
-1
/
+1
*
Fix a typo introduced in previous patches
Xinliang David Li
2015-11-26
1
-1
/
+1
*
Fix a comment typo (cashe -> cache)
Hal Finkel
2015-11-25
1
-1
/
+1
*
[PGO] Implement ValueProfiling Closure interfaces for runtime value profile data
Xinliang David Li
2015-11-25
3
-10
/
+270
*
[safestack] Fix alignment of dynamic allocas.
Evgeniy Stepanov
2015-11-25
2
-2
/
+2
*
Fix a use-after-free in `llvm-config`.
Richard Diamond
2015-11-25
1
-10
/
+10
*
[analyzer] Include block capture copy expressions in the CFG.
Devin Coughlin
2015-11-25
3
-2
/
+130
*
[WebAssembly] Fix inline asm support for i64 operands.
Dan Gohman
2015-11-25
2
-1
/
+18
*
Reapply r254098.
George Rimar
2015-11-25
6
-60
/
+212
*
[WebAssembly] Fold setne and seteq comparisons into selects.
Dan Gohman
2015-11-25
3
-34
/
+154
*
Revert r254098 as it seems broke build bot.
George Rimar
2015-11-25
6
-212
/
+60
*
sanitizer_common: remove noisy warning about symbolizer not found.
Ivan Krasin
2015-11-25
1
-4
/
+0
*
[ELF] - Implemented optimizations for @tlsld and @tlsgd
George Rimar
2015-11-25
5
-22
/
+145
*
[libFuzzer] add a flag -exact_artifact_path
Kostya Serebryany
2015-11-25
6
-0
/
+13
*
[Hexagon] Treat transfers of FP immediates are pseudo instructions
Krzysztof Parzyszek
2015-11-25
2
-5
/
+19
*
[ELF] - Lazy relocations support for x86 target.
George Rimar
2015-11-25
6
-60
/
+212
*
P0001R1: 'register' storage class specifier is no longer permitted in C++1z.
Richard Smith
2015-11-25
5
-6
/
+16
*
[WebAssembly] Add some comments. NFC.
Dan Gohman
2015-11-25
1
-0
/
+5
*
AMDGPU/SI: select S_ABS_I32 when possible (v2)
Marek Olsak
2015-11-25
5
-3
/
+194
*
[WebAssembly] Fix WebAssembly register numbering for registers added late.
Dan Gohman
2015-11-25
2
-0
/
+9
*
[SCCP] More informative message if we don't know how to handle a terminator.
Davide Italiano
2015-11-25
1
-1
/
+1
*
[ELF2][MIPS] Support R_MIPS_CALL16 relocation
Simon Atanasyan
2015-11-25
2
-2
/
+49
*
AMDGPU: Check feature attributes in SIMachineFunctionInfo
Matt Arsenault
2015-11-25
2
-9
/
+134
[next]