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
*
Codegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates.
Kyle Butt
2016-02-03
2
-19
/
+68
*
Fix Itanium RTTI emission so that we emit fundamental type information into the
Richard Smith
2016-02-03
2
-2
/
+21
*
Revert r259576: Disable the vzeroupper insertion pass on PS4.
Yunzhong Gao
2016-02-03
2
-12
/
+0
*
RegCoalescer: Making sure re-materialization defines all subranges
Marcello Maggioni
2016-02-03
1
-0
/
+30
*
Define SymbolBody::getSize instead of getSymSize(SymbolBody&). NFC.
Rui Ueyama
2016-02-03
3
-9
/
+15
*
DiagnosticInfoWithDebugLocBase: Appease Twine for now.
NAKAMURA Takumi
2016-02-03
1
-2
/
+2
*
The compiler may use "line number 0" to indicate compiler generated goo that ...
Jim Ingham
2016-02-03
2
-2
/
+50
*
[LoopVersioning] Expose loop versioning as a pass too
Adam Nemet
2016-02-03
5
-0
/
+129
*
PR24989: Stop trying to use the C++11 rules for lambda return type inference in
Richard Smith
2016-02-02
3
-14
/
+26
*
Fix inverted conditional in TestInferiorAssert.py
Zachary Turner
2016-02-02
1
-2
/
+2
*
Fix a thinko in StackFrame::GetInScopeVariableList.
Siva Chandra
2016-02-02
1
-1
/
+1
*
ELF: Write about the current policy to README.
Rui Ueyama
2016-02-02
1
-0
/
+13
*
Set correct thread stop info when single-step lands on a breakpoint [Windows]
Adrian McCarthy
2016-02-02
1
-5
/
+19
*
Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'.
Richard Smith
2016-02-02
2
-1
/
+3
*
Attempt #2 to unbreak r259595.
George Burgess IV
2016-02-02
1
-4
/
+4
*
[codeview] Improve readability of codeview assembly output
David Majnemer
2016-02-02
6
-109
/
+200
*
[libFuzzer] don't create too many trace-based mutations as it may be too slow
Kostya Serebryany
2016-02-02
1
-2
/
+18
*
Attempt to fix builds broken by r259595.
George Burgess IV
2016-02-02
2
-2
/
+2
*
Work around build failure due to GCC 4.8.1 bug. We don't completely understand
Richard Smith
2016-02-02
1
-14
/
+6
*
ELF: Make link() to take an output stream to which error messages are written.
Rui Ueyama
2016-02-02
6
-5
/
+13
*
ELF: Do not exit if it cannot open an output file.
Rui Ueyama
2016-02-02
2
-5
/
+20
*
This patch adds MemorySSA to LLVM.
George Burgess IV
2016-02-02
20
-0
/
+2358
*
[LVI] Fix debug output
Philip Reames
2016-02-02
1
-3
/
+3
*
[TSan] Use darwin_filter_host_arch to restrict set of test arch on Mac OS.
Alexey Samsonov
2016-02-02
2
-4
/
+6
*
[CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich
2016-02-02
7
-11
/
+486
*
ObjCXX: fix a crash during typo correction.
Manman Ren
2016-02-02
2
-2
/
+34
*
Don't return a tuple from the skip test function.
Zachary Turner
2016-02-02
3
-34
/
+36
*
__mh_execute_header atoms should be global and never dead strippped.
Pete Cooper
2016-02-02
3
-2
/
+9
*
[asan] Remove redundant elif
Anna Zaks
2016-02-02
1
-2
/
+0
*
Support loads with differently sized types from a single array
Tobias Grosser
2016-02-02
11
-129
/
+320
*
[asan] Add iOS support to AddressSanitzier
Anna Zaks
2016-02-02
1
-3
/
+11
*
[LVI] Code motion only [NFC]
Philip Reames
2016-02-02
1
-64
/
+62
*
Add "REQUIRES: shell" to fix Windows buildbot.
Rui Ueyama
2016-02-02
1
-0
/
+9
*
[LVI] Refactor to use newly introduced intersect utility
Philip Reames
2016-02-02
1
-32
/
+19
*
Remove utils/buildit
Justin Bogner
2016-02-02
2
-493
/
+0
*
Correct size calculations for ELF files
Hemant Kulkarni
2016-02-02
3
-0
/
+46
*
[tsan] Disable x86_64h build that was enabled as part of r259542.
Daniel Sanders
2016-02-02
1
-0
/
+3
*
Disable the vzeroupper insertion pass on PS4.
Yunzhong Gao
2016-02-02
2
-0
/
+12
*
[Orc] Stub addresses should be based on stub size, not pointer size.
Lang Hames
2016-02-02
1
-1
/
+1
*
Fix handling of mach header and DSO handle symbols.
Pete Cooper
2016-02-02
8
-40
/
+62
*
AMDGPU: Do not promote allocas with non-inbounds GEPs
Matt Arsenault
2016-02-02
6
-76
/
+111
*
Re-submit ELF: Report multiple errors from the driver.
Rui Ueyama
2016-02-02
8
-47
/
+78
*
ELF: Rewrite "echo" command arguments in hope that would fix a test breakage.
Rui Ueyama
2016-02-02
4
-19
/
+19
*
AMDGPU: Handle promoting memmove
Matt Arsenault
2016-02-02
2
-0
/
+89
*
ELF: Do not use fatal in LinkerScript.cpp.
Rui Ueyama
2016-02-02
2
-22
/
+101
*
Revert "[NFC] Cleanup RangeMap.h"
Todd Fiala
2016-02-02
2
-583
/
+1382
*
Do not use filename in a lit test.
Rui Ueyama
2016-02-02
1
-7
/
+7
*
ELF: Use StringRef instead of std::string.
Rui Ueyama
2016-02-02
1
-1
/
+1
*
[X86] Fix the merging of SP updates in prologue/epilogue insertions.
Quentin Colombet
2016-02-02
2
-2
/
+39
*
MachineVerifier: Check that defs/uses are live in subregisters as well.
Matthias Braun
2016-02-02
1
-52
/
+141
[next]