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
*
Remove a now-empty file left behind by r257940.
Dan Gohman
2016-01-15
1
-0
/
+0
*
[SelectionDAG] CSE nodes with differing SDNodeFlags
Dan Gohman
2016-01-15
4
-42
/
+80
*
Make -Wdelete-non-virtual-dtor warn on explicit `a->~A()` dtor calls too.
Nico Weber
2016-01-15
5
-28
/
+84
*
[analyzer] Check for return of nil in ObjC methods with nonnull return type.
Devin Coughlin
2016-01-15
2
-20
/
+60
*
[Orc] Make FDRPCChannel final.
Lang Hames
2016-01-15
1
-1
/
+1
*
[CMake] [Order-files] Use print_function as an attempt at being forward compa...
Chris Bieneman
2016-01-15
1
-17
/
+19
*
PM: Fix an inverted condition in simplifyFunctionCFG
Justin Bogner
2016-01-15
1
-2
/
+1
*
[CMake] Support generation of linker order files using dtrace
Chris Bieneman
2016-01-15
4
-22
/
+408
*
[WinEH] Rename CatchReturnInst::getParentPad, NFC
Joseph Tremoulet
2016-01-15
4
-5
/
+7
*
[Orc] Remove some reinterpret casts in debugging output.
Lang Hames
2016-01-15
1
-6
/
+4
*
Small fixes to ensure TestLogging.py tests work with Python 3.5 as well as 2.7.
Adrian McCarthy
2016-01-15
1
-3
/
+3
*
CXX_FAST_TLS calling convention: fix issue on ARM.
Manman Ren
2016-01-15
2
-4
/
+16
*
CXX_FAST_TLS calling convention: fix issue on AArch64.
Manman Ren
2016-01-15
2
-4
/
+32
*
[Orc] Add a void cast to work around a GCC diagnostic bug.
Lang Hames
2016-01-15
1
-0
/
+4
*
Implement missing GoASTContext methods
Ryan Brown
2016-01-15
1
-6
/
+145
*
CXX_FAST_TLS calling convention: fix issue on X86-64.
Manman Ren
2016-01-15
2
-4
/
+20
*
Fix -Wmismatched-tags warning/error
Xinliang David Li
2016-01-15
1
-1
/
+2
*
Codegen: [PPC] Silence false-positive initialization warning. NFC
Kyle Butt
2016-01-15
1
-2
/
+2
*
[PGO] Commonize (more) index profile file and buffer writer.
Xinliang David Li
2016-01-15
2
-34
/
+72
*
Bring back "Assert that we have all use/users in the getters."
Rafael Espindola
2016-01-15
7
-24
/
+103
*
Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline...
Reid Kleckner
2016-01-15
9
-187
/
+3
*
Reapply r257800 with fix
Matthew Simpson
2016-01-15
3
-42
/
+597
*
Add OpenMP dist_schedule clause to distribute directive and related regressio...
Carlo Bertolli
2016-01-15
17
-2
/
+488
*
# This is a combination of 2 commits.
Reid Kleckner
2016-01-15
19
-603
/
+11
*
Don't try to check all uses if lazy loading.
Rafael Espindola
2016-01-15
2
-0
/
+16
*
Recommit r257912
George Rimar
2016-01-15
4
-17
/
+61
*
Revert r257912 - forgot to commit one file.
George Rimar
2016-01-15
3
-53
/
+11
*
[llvm-readobj] Add support for TLSDESC_PLT and TLSDESC_GOT dynamic section ta...
George Rimar
2016-01-15
3
-11
/
+53
*
[Support/ELF] - Added DT_TLSDESC_PLT and DT_TLSDESC_GOT constants.
George Rimar
2016-01-15
1
-0
/
+2
*
[codeview] Dump the file checksum substream
Reid Kleckner
2016-01-15
2
-0
/
+52
*
[CMake] Need to install VersionFromVCS.cmake as part of LLVM's CMake modules
Chris Bieneman
2016-01-15
1
-1
/
+0
*
Add the GC commandline options and throw errors if they are used
Pete Cooper
2016-01-15
5
-0
/
+67
*
Remove out of bounds reloc from reduced file.
Pete Cooper
2016-01-15
1
-4
/
+0
*
test-release.sh: Fix clang-tools-extra symlink for CMake build
Hans Wennborg
2016-01-15
1
-3
/
+13
*
Do not check JSON alignment of scalar accesses
Michael Kruse
2016-01-15
1
-26
/
+28
*
Add a test showing when ld64 can hide linkonce_odr symbols.
Rafael Espindola
2016-01-15
1
-0
/
+30
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-15
5
-25
/
+78
*
Fix decoration of TestConcurrentEvents
Pavel Labath
2016-01-15
1
-1
/
+35
*
[clang-tidy] Fix a copy-paste error.
Alexander Kornienko
2016-01-15
1
-1
/
+1
*
Make sure this test is actually executed.
Rafael Espindola
2016-01-15
2
-2
/
+1
*
Update to ISL 0.16.1
Michael Kruse
2016-01-15
196
-1227
/
+3611
*
Re-commit r257064, after it was reverted in r257340.
Silviu Baranga
2016-01-15
2
-3
/
+490
*
Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.
Nico Weber
2016-01-15
2
-179
/
+17
*
Add option to update-isl.sh for specific commit
Michael Kruse
2016-01-15
1
-1
/
+4
*
Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...
Artur Pilipenko
2016-01-15
6
-16
/
+16
*
[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion, v2.
Artem Dergachev
2016-01-15
12
-100
/
+809
*
[InstructionsTest] delete via unique_ptr (NFC)
Joseph Tremoulet
2016-01-15
1
-10
/
+6
*
[Hexagon] Generate CONST64 when optimizing for size in copy-to-combine
Krzysztof Parzyszek
2016-01-15
2
-11
/
+82
*
[Hexagon] Handle DBG_VALUE instructions in copy-to-combine
Krzysztof Parzyszek
2016-01-15
1
-7
/
+49
*
Reapply r257753 with fix:
George Rimar
2016-01-15
10
-2
/
+426
[next]