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
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
10
-15
/
+15
*
Driver: follow WoA ABI recommendations
Saleem Abdulrasool
2015-10-03
2
-0
/
+44
*
[libcxx] Use newest supported language dialect when running the test suite.
Eric Fiselier
2015-10-03
1
-1
/
+14
*
[WebAssembly] Implement the remaining conversion operations.
Dan Gohman
2015-10-03
2
-34
/
+257
*
Use early return. NFC.
Rafael Espindola
2015-10-03
1
-12
/
+12
*
Fix clang/test/CodeGenCXX/strict-vtable-pointers.cpp for -Asserts. It missed ...
NAKAMURA Takumi
2015-10-03
1
-1
/
+1
*
Try to appease MSVC, NFCI.
Sanjoy Das
2015-10-03
1
-90
/
+91
*
AMDGPU/SI: Remove unused tablegen multiclass
Tom Stellard
2015-10-03
1
-16
/
+0
*
Disallow assigning symbol a null section.
Rafael Espindola
2015-10-03
4
-14
/
+2
*
Try to appease the MSVC bots, NFCI.
Sanjoy Das
2015-10-03
1
-1
/
+1
*
[WebAssembly] Rename setlocal to set_local to match the spec.
Dan Gohman
2015-10-03
21
-304
/
+304
*
[WebAssembly] Update this test for the new loop scheme.
Dan Gohman
2015-10-02
1
-1
/
+1
*
Try to appease the MSVC bots, NFC.
Sanjoy Das
2015-10-02
1
-1
/
+2
*
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...
Kostya Serebryany
2015-10-02
2
-2
/
+4
*
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i...
Kostya Serebryany
2015-10-02
23
-42
/
+77
*
[Headers][X86] Fix stream_load (movntdqa) to accept const*.
Ahmed Bougacha
2015-10-02
5
-8
/
+8
*
Fix comment ASCII art to unbreak the gcc 4.9.1 build
Sanjoy Das
2015-10-02
1
-8
/
+8
*
[SCEV] Recognize simple br-phi patterns
Sanjoy Das
2015-10-02
3
-143
/
+396
*
Do not attempt to join the remote paths if none exist
Enrico Granata
2015-10-02
1
-1
/
+1
*
Re-disable TestBuiltinTrap on Windows.
Zachary Turner
2015-10-02
1
-0
/
+1
*
Updated xfail / skip status on a few tests.
Zachary Turner
2015-10-02
4
-2
/
+2
*
Remove instance reference of static member function.
Zachary Turner
2015-10-02
1
-9
/
+8
*
Have a clean(er) shutdown when detaching from a process.
Zachary Turner
2015-10-02
1
-20
/
+19
*
Don't nil check non-nil class receiver of AArch64 stret calls.
Ahmed Bougacha
2015-10-02
2
-7
/
+10
*
[elf2] Remove unused flag in test.
Michael J. Spencer
2015-10-02
1
-1
/
+1
*
Fix TestCompDirSymLink.py - remove existing symlink leftovers if previous tes...
Oleksiy Vyalov
2015-10-02
1
-0
/
+2
*
[CMake] We need to explicitly add llvm-config before clang so that LLVM_BUILD...
Chris Bieneman
2015-10-02
1
-2
/
+3
*
[ELF/AArch64] Fix a couple of typos. My bad, sorry.
Davide Italiano
2015-10-02
1
-1
/
+1
*
ELF2: Use less templates so that we can use struct assignment. NFC.
Rui Ueyama
2015-10-02
1
-33
/
+20
*
[CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libs
Chris Bieneman
2015-10-02
1
-5
/
+11
*
[ELF2/AArch64] Add comment and change name to match the one of the ABI.
Davide Italiano
2015-10-02
1
-2
/
+5
*
Emiting invariant.group.barrier for ctors bugfix
Piotr Padlewski
2015-10-02
3
-26
/
+43
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
10
-39
/
+521
*
[ELF2/AArch64] Add support for R_AARCH64_ADR_PREL_PG_H121
Davide Italiano
2015-10-02
2
-5
/
+37
*
[libFuzzer] remove experimental flag and functionality
Kostya Serebryany
2015-10-02
5
-38
/
+3
*
[elf2] Add STB_GNU_UNIQUE support.
Michael J. Spencer
2015-10-02
2
-0
/
+25
*
[libcxx] Attempt to fix __throw_future_error in C++03
Eric Fiselier
2015-10-02
1
-31
/
+30
*
[asan] Disable pthread_create_version test on mips.
Evgeniy Stepanov
2015-10-02
1
-0
/
+1
*
ELF2: Make Writer::assignAddress() a bit shorter. NFC.
Rui Ueyama
2015-10-02
1
-23
/
+20
*
Fix the CMake build
Enrico Granata
2015-10-02
1
-0
/
+1
*
Fix variable names.
Rui Ueyama
2015-10-02
1
-8
/
+8
*
[WebAssembly] Fix CFG stackification of nested loops.
Dan Gohman
2015-10-02
2
-4
/
+45
*
Rename alias definitions by both aliased and alias name
Ed Maste
2015-10-02
1
-7
/
+7
*
Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...
Enrico Granata
2015-10-02
10
-389
/
+596
*
[WebAssembly] Support calls marked as "tail", fastcc, and coldcc.
Dan Gohman
2015-10-02
2
-5
/
+38
*
Call the correct overload.
Richard Trieu
2015-10-02
2
-5
/
+7
*
Fix race on subprocess.Popen return values.
Todd Fiala
2015-10-02
2
-1
/
+49
*
[libFuzzer] add a flag -max_total_time
Kostya Serebryany
2015-10-02
6
-1
/
+13
*
[WebAssembly] Add a __builtin_wasm_resize_memory() intrinsic.
Dan Gohman
2015-10-02
3
-0
/
+12
*
[WebAssembly] Add a resize_memory intrinsic.
Dan Gohman
2015-10-02
4
-0
/
+29
[next]