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
*
Fix test breakage on Windows.
Rui Ueyama
2015-10-12
1
-1
/
+6
*
[elf2] Tighten up test.
Michael J. Spencer
2015-10-12
1
-1
/
+3
*
[elf2] Inline needsDynamicSections.
Michael J. Spencer
2015-10-12
1
-5
/
+4
*
[msan] Add __msan_copy_shadow interface function.
Evgeniy Stepanov
2015-10-12
4
-0
/
+48
*
[ELF2/PPC64] Resolve local-call relocations using the correct function-descri...
Hal Finkel
2015-10-12
4
-5
/
+77
*
[InstCombine] Tidied up SSE4A tests.
Simon Pilgrim
2015-10-12
1
-37
/
+39
*
Temporarily remove the test added in r250117 while I investigate why two
Kevin Enderby
2015-10-12
1
-6
/
+0
*
Assign correct edge weights to unwind destinations when lowering invoke state...
Cong Hou
2015-10-12
5
-36
/
+140
*
[SelectionDAG] Add common vector constant folding helper function
Simon Pilgrim
2015-10-12
3
-101
/
+99
*
Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archives
Kevin Enderby
2015-10-12
4
-0
/
+19
*
[clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmetic
Matthias Gehre
2015-10-12
7
-0
/
+189
*
[ELF2/LinkerScript] Implement parsing of OUTPUT_ARCH() command.
Davide Italiano
2015-10-12
2
-0
/
+20
*
Add decayedType and hasDecayedType AST matchers
Matthias Gehre
2015-10-12
4
-0
/
+42
*
[asan] Zero initialize sem_t in sem_init.
Evgeniy Stepanov
2015-10-12
4
-7
/
+61
*
test: change argument
Saleem Abdulrasool
2015-10-12
1
-1
/
+1
*
test: relax path matching for windows
Saleem Abdulrasool
2015-10-12
1
-9
/
+9
*
[ELF2] Allow PPC64 to add the TOC-restore after .plt-based relocations
Hal Finkel
2015-10-12
6
-35
/
+111
*
[ELF2] Ensure strict weak ordering in section sorting
Hal Finkel
2015-10-12
1
-2
/
+2
*
[CMake] Adding support for passing in profiling data.
Chris Bieneman
2015-10-12
1
-0
/
+7
*
test/elf2/relative-dynamic-reloc-ppc64.s requires ppc
Hal Finkel
2015-10-12
1
-0
/
+1
*
[ELF2/LinkerScript] Fix OUTPUT_FORMAT directive parsing
Davide Italiano
2015-10-12
2
-0
/
+18
*
Add warning flags for #include_next and some nearby warnings.
Richard Smith
2015-10-12
3
-12
/
+15
*
[ELF2] Fixup test case for TOC relocation
Hal Finkel
2015-10-12
1
-1
/
+1
*
[ELF2] Implement PPC64TargetInfo::isRelRelative
Hal Finkel
2015-10-12
3
-0
/
+81
*
[ELF2] Add a base set of PPC64 relocations
Hal Finkel
2015-10-12
2
-11
/
+307
*
[ELF2] Sort PPC64 special sections
Hal Finkel
2015-10-12
2
-29
/
+97
*
Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)
Hans Wennborg
2015-10-12
5
-4
/
+16
*
[clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre
2015-10-12
7
-0
/
+218
*
Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...
Marshall Clow
2015-10-12
2
-1
/
+3
*
Continue early to reduce indentation.
Rui Ueyama
2015-10-12
1
-17
/
+18
*
ELF2: Create a function to get VA from Elf_Rel.
Rui Ueyama
2015-10-12
3
-16
/
+23
*
Support Debug Info path remapping
Saleem Abdulrasool
2015-10-12
9
-8
/
+88
*
Support RHEL 7 and similar systems that use architecture-specific Python lib ...
Todd Fiala
2015-10-12
4
-1
/
+83
*
RegisterPasses: Optionally run inliner before Polly
Tobias Grosser
2015-10-12
1
-0
/
+13
*
Use EP_ModuleOptimizerEarly to run early polly passes,
Tobias Grosser
2015-10-12
1
-3
/
+3
*
[Sema] Make `&function_with_enable_if_attrs` an error
George Burgess IV
2015-10-12
9
-23
/
+228
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-12
7
-5
/
+222
*
Make Win64 localescape offsets FP relative instead of SP relative
Reid Kleckner
2015-10-12
2
-26
/
+35
*
[ELF2/PPC64] Add a comment about the page size
Hal Finkel
2015-10-12
1
-0
/
+4
*
[llvm-symbolizer] Add -print-address option
Hemant Kulkarni
2015-10-12
5
-0
/
+30
*
[x86] Fix wrong lowering of vsetcc nodes (PR25080).
Andrea Di Biagio
2015-10-12
2
-0
/
+58
*
Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...
Jim Ingham
2015-10-12
2
-18
/
+84
*
Return the right answer for ShouldStop for the RunToAddress plan. This isn't
Jim Ingham
2015-10-12
1
-1
/
+1
*
Add a doc string for ReturnFromFrame.
Jim Ingham
2015-10-12
1
-0
/
+7
*
Fix test for change in a summary string (objects -> elements).
Jim Ingham
2015-10-12
1
-6
/
+6
*
Instead of computing offset from current and start, use a variable. NFC.
Rui Ueyama
2015-10-12
1
-4
/
+4
*
Remove break after error because error is _Noreturn.
Rui Ueyama
2015-10-12
1
-5
/
+0
*
[Sema] Don't emit multiple diags for one error
George Burgess IV
2015-10-12
2
-12
/
+16
*
Add - and -= operators to BlockFrequency using saturating arithmetic.
Cong Hou
2015-10-12
3
-0
/
+25
*
[libFuzzer] mention more trophies and improve the link formatting
Kostya Serebryany
2015-10-12
1
-5
/
+8
[next]