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
*
AArch64ISelLowering.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2016-01-23
1
-0
/
+1
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-23
1
-4
/
+4
*
[PruneEH] Don't try to insert a terminator after another terminator
David Majnemer
2016-01-23
2
-1
/
+28
*
Put space after pointer type in test. NFC.
Manuel Jacob
2016-01-23
2
-3
/
+3
*
AMDGPU: Replace some deprecated intrinsic uses in tests
Matt Arsenault
2016-01-23
9
-62
/
+59
*
AMDGPU: Run instnamer on a few tests
Matt Arsenault
2016-01-23
4
-1727
/
+1713
*
AMDGPU: Remove more unused intrinsics
Matt Arsenault
2016-01-23
12
-1904
/
+1947
*
[PruneEH] FuncletPads must not have undef operands
David Majnemer
2016-01-23
2
-5
/
+46
*
[PruneEH] Unify invoke and call handling in DeleteBasicBlock
David Majnemer
2016-01-23
1
-5
/
+9
*
[PruneEH] Reuse code from removeUnwindEdge
David Majnemer
2016-01-23
1
-25
/
+2
*
AMDGPU: Move amdgcn intrinsic handling into SITargetLowering
Matt Arsenault
2016-01-23
2
-73
/
+68
*
AMDGPU: Remove IntrNoMem from llvm.SI.sendmsg
Matt Arsenault
2016-01-23
1
-1
/
+1
*
AMDGPU: Remove Feature64BitPtr
Matt Arsenault
2016-01-23
3
-14
/
+4
*
AArch64ISel: Fix ccmp code selection matching deep expressions.
Matthias Braun
2016-01-23
2
-48
/
+98
*
AArch64ISelLowering: Reduce maximum recursion depth of isConjunctionDisjuncti...
Matthias Braun
2016-01-23
1
-2
/
+2
*
Fix wrong indentation
Matthias Braun
2016-01-23
1
-4
/
+4
*
Skipped IncompleteModulesTestCase on OS X
Todd Fiala
2016-01-23
1
-2
/
+1
*
fixed TestConsecutiveBreakpoints test on OS X
Todd Fiala
2016-01-23
3
-6
/
+6
*
AlignOf.h: Appease g++-4.7 for now. Will fix later.
NAKAMURA Takumi
2016-01-23
1
-0
/
+13
*
[ELF] Avoid unnecessary global variable.
Sean Silva
2016-01-23
3
-6
/
+4
*
SemaOpenMP.cpp: Fix a warning in r258543. [-Wunused-variable]
NAKAMURA Takumi
2016-01-23
1
-0
/
+1
*
[WebAssembly] Fix RegNumbering for the stack pointer
Derek Schuff
2016-01-23
1
-5
/
+13
*
[cfi] Do not emit bit set entry for available_externally vtables.
Evgeniy Stepanov
2016-01-23
2
-1
/
+16
*
[analyzer] SATestBuild.py: Remove html and log when producing reference results.
Devin Coughlin
2016-01-23
1
-7
/
+29
*
Fix test to pass in C++03
Marshall Clow
2016-01-23
1
-16
/
+51
*
Fix missing function argument passthrough.
Zachary Turner
2016-01-23
1
-1
/
+1
*
[analyzer] Fixup r258572 Utility to match function calls.
Anna Zaks
2016-01-23
1
-1
/
+1
*
[libFuzzer] add more fields to DictionaryEntry to count the number of uses an...
Kostya Serebryany
2016-01-22
2
-29
/
+52
*
Decode files with UTF-8 in lldbutil.line_number.
Zachary Turner
2016-01-22
1
-1
/
+2
*
Un xfail TestSettings.test_run_args_and_env_vars_with_dwarf
Zachary Turner
2016-01-22
1
-1
/
+0
*
More fixes related to counting threads on Windows.
Zachary Turner
2016-01-22
3
-86
/
+41
*
candidate fix for Green Dragon lldb testbot
Todd Fiala
2016-01-22
1
-1
/
+1
*
Add a helper function to ProcessStructReader to allow one to inquire about th...
Enrico Granata
2016-01-22
1
-0
/
+9
*
Fix bug in handling of quoted linker script tokens and update tests to use it.
Pete Cooper
2016-01-22
4
-19
/
+19
*
Module Debugging: Canonicalize the file names used as PCH module names
Adrian Prantl
2016-01-22
4
-8
/
+13
*
[cmake] Disable manifest generation when LLD is the linker
Reid Kleckner
2016-01-22
1
-4
/
+8
*
[WinEH] Let cleanups post-dominated by unreachable get executed
David Majnemer
2016-01-22
5
-4
/
+188
*
Properly encode the < entity; it was missing the semicolon. Regenerating t...
Aaron Ballman
2016-01-22
2
-521
/
+521
*
XFail a test from TestConditionalBreak.py on Windows.
Adrian McCarthy
2016-01-22
1
-2
/
+3
*
XFail TestNamespaceLookup tests on Windows.
Adrian McCarthy
2016-01-22
1
-1
/
+5
*
Fix the code that leads to the incorrect trigger of the report_fatal_error()
Kevin Enderby
2016-01-22
3
-8
/
+69
*
unordered_map: Reuse insert logic in emplace when possible, NFC
Duncan P. N. Exon Smith
2016-01-22
1
-3
/
+27
*
Add am AST matcher for isMoveAssignmentOperator.
Aaron Ballman
2016-01-22
4
-0
/
+46
*
[analyzer] Utility to match function calls.
Gabor Horvath
2016-01-22
3
-21
/
+42
*
Use std::piecewise_constant_distribution instead of ad-hoc binary search.
Ivan Krasin
2016-01-22
3
-63
/
+106
*
Fix LivePhysRegs::addLiveOuts
Weiming Zhao
2016-01-22
1
-1
/
+1
*
fixed to test features, not CPU models
Sanjay Patel
2016-01-22
1
-73
/
+73
*
fix typos; NFC
Sanjay Patel
2016-01-22
1
-2
/
+2
*
Strip local symbols when using externalized debug info.
Owen Anderson
2016-01-22
1
-1
/
+1
*
added test fixture to EditlineTest gtest
Todd Fiala
2016-01-22
1
-32
/
+35
[next]