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
*
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
*
[ELF/x86] Implemented R_386_TLS_LE_32, R_386_TLS_LE relocations.
George Rimar
2015-11-25
6
-5
/
+103
*
Add hexagonv55 and hexagonv60 as recognized CPUs, make v60 the default
Krzysztof Parzyszek
2015-11-25
6
-36
/
+63
*
[ELF] - simplify Target interface, relocPointsToGot() removed.
George Rimar
2015-11-25
3
-12
/
+3
*
AMDGPU: Add some tests for promotion of v2i64 scalar_to_vector
Matt Arsenault
2015-11-25
1
-0
/
+71
*
AMDGPU: Make v2i64/v2f64 legal types.
Matt Arsenault
2015-11-25
12
-183
/
+261
*
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
2015-11-25
9
-199
/
+122
*
[WebAssembly] Use a physical register to describe ARGUMENT liveness.
Dan Gohman
2015-11-25
11
-39
/
+67
*
Stop using SFINAE to detect whether a derived-class override of Traverse* can
Richard Smith
2015-11-25
1
-11
/
+11
*
[CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as ...
Chris Bieneman
2015-11-25
1
-2
/
+9
*
Fix problem with Clang-tidy parallel configure build.
Eugene Zelenko
2015-11-25
1
-2
/
+2
*
[PGO] Regroup functions in better order (NFC)
Xinliang David Li
2015-11-25
1
-93
/
+96
*
[WebAssembly] Clean up several FIXME comments.
Dan Gohman
2015-11-25
6
-10
/
+12
*
Be *stupider* about what constitutes a supported language binding.
Zachary Turner
2015-11-25
2
-29
/
+2
*
[WebAssembly] Make several tests more strict.
Dan Gohman
2015-11-25
7
-51
/
+51
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
18
-77
/
+439
*
[WebAssembly] Codegen support for ISD::ExternalSymbol
Dan Gohman
2015-11-25
5
-2
/
+38
*
[clang-tidy] Fix a typo in my latest commit.
Alexander Kornienko
2015-11-25
1
-2
/
+2
[next]