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
*
[WebAsssembly] Register the MC register info.
Dan Gohman
2016-01-12
1
-0
/
+9
*
[AVX512] adding PROLQ and PROLD Intrinsics
Michael Zuckerman
2016-01-12
8
-1
/
+160
*
Add extra tests for handling throw() and noexcept() specifiers.
Aaron Ballman
2016-01-12
1
-0
/
+11
*
Properly track the end location of an exception specification.
Aaron Ballman
2016-01-12
2
-1
/
+40
*
Module debugging: Make the module format part of the module hash instead
Adrian Prantl
2016-01-12
2
-4
/
+6
*
[WebAssembly] Fix a test to work even when the integrated assembler is enabled.
Dan Gohman
2016-01-12
1
-2
/
+3
*
Codegen: [PPC] Handle weighted comparisons when inserting selects.
Kyle Butt
2016-01-12
2
-10
/
+68
*
[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
Dan Gohman
2016-01-12
8
-7
/
+46
*
Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)
Hans Wennborg
2016-01-12
1
-1
/
+1
*
[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the modu...
Dan Gohman
2016-01-12
1
-0
/
+1
*
Fix of r257495.
Roman Gareev
2016-01-12
1
-1
/
+0
*
Fix TestThreadJump on Windows.
Zachary Turner
2016-01-12
1
-2
/
+1
*
[modules] Don't diagnose a conflict between two using-declarations that name ...
Richard Smith
2016-01-12
5
-4
/
+21
*
[WebAssembly] Introduce a WebAssemblyTargetStreamer class.
Dan Gohman
2016-01-12
9
-64
/
+225
*
Fix build breakage of r257502.
Stephane Sezer
2016-01-12
1
-1
/
+1
*
Add a clang test for r257376 (Ensure -mcpu=xscale works for arm targets).
Dimitry Andric
2016-01-12
1
-0
/
+3
*
Replace inherited constructor with an explicit one
Krzysztof Parzyszek
2016-01-12
1
-2
/
+2
*
Rename IgnoredUndef -> Ignored since it is not an undefined symbol.
Rui Ueyama
2016-01-12
4
-16
/
+15
*
One more missing std:: qualification from Jonathan
Marshall Clow
2016-01-12
1
-1
/
+2
*
[WebAssembly] Make CFG stackification independent of basic-block labels.
Dan Gohman
2016-01-12
11
-346
/
+541
*
[Hexagon] Implement RDF-based post-RA optimizations
Krzysztof Parzyszek
2016-01-12
8
-3
/
+459
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...
Sanjay Patel
2016-01-12
2
-9
/
+10
*
Increase use of svr4 packets to improve performance on POSIX remotes
Stephane Sezer
2016-01-12
6
-145
/
+361
*
[ORC] More cleanup, partially aimed at working around GCC ICE.
Lang Hames
2016-01-12
1
-6
/
+2
*
rangify; NFCI
Sanjay Patel
2016-01-12
1
-12
/
+10
*
Auto-link with ole32.dll to simplify building LLVM.dll
Reid Kleckner
2016-01-12
1
-0
/
+1
*
[Orc] Replace lambda with a helper method.
Lang Hames
2016-01-12
1
-4
/
+1
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-1
/
+1
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
7
-24
/
+24
*
We do not need to schedule another loop interchange pass after Polly, as Polly
Roman Gareev
2016-01-12
1
-1
/
+1
*
Fix bot failure from r257493: remove extraneous temp file read
Teresa Johnson
2016-01-12
1
-1
/
+1
*
[ThinLTO] Handle an external call from an import to an alias in dest
Teresa Johnson
2016-01-12
3
-0
/
+34
*
[ELF][MIPS] Do not create dynamic relocations against _gp_disp symbol
Simon Atanasyan
2016-01-12
2
-8
/
+19
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(ex...
Sanjay Patel
2016-01-12
2
-28
/
+22
*
RDF: Copy propagation
Krzysztof Parzyszek
2016-01-12
3
-0
/
+229
*
New API for restoring current thread's affinity to init affinity of application
Jonathan Peyton
2016-01-12
1
-0
/
+38
*
AMDGPU: Emit note directive for HSA even if there are no functions
Tom Stellard
2016-01-12
3
-7
/
+27
*
[Orc] Clang-format.
Lang Hames
2016-01-12
1
-8
/
+6
*
[Orc] Take another shot at working around the GCC 4.7 ICE in
Lang Hames
2016-01-12
1
-32
/
+29
*
RDF: Dead code elimination
Krzysztof Parzyszek
2016-01-12
3
-0
/
+270
*
consolidate exp/exp2 tests
Sanjay Patel
2016-01-12
2
-19
/
+12
*
Fix compiler warnings from r257477
Krzysztof Parzyszek
2016-01-12
1
-2
/
+2
*
[libFuzzer] add a macro LLVM_FUZZER_DEFINES_SANITIZER_WEAK_HOOOKS
Kostya Serebryany
2016-01-12
1
-0
/
+8
*
Add/edit tests to include instruction-level FMF on calls
Sanjay Patel
2016-01-12
1
-16
/
+28
*
RDF: Implement register liveness analysis
Krzysztof Parzyszek
2016-01-12
3
-0
/
+955
*
[compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.cc
Adhemerval Zanella
2016-01-12
1
-1
/
+0
*
[mips] Correct operand order in DSP's mthi/mtlo
Daniel Sanders
2016-01-12
2
-9
/
+10
*
Register Data Flow: data flow graph
Krzysztof Parzyszek
2016-01-12
3
-0
/
+2558
*
[Hexagon] Make helper function static. NFC.
Benjamin Kramer
2016-01-12
1
-3
/
+3
*
Fix test on windows.
Rafael Espindola
2016-01-12
1
-1
/
+1
[next]