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
*
[compiler-rt][aarch64] New tests for 128-bit floating-point builtins, fixes o...
Sergey Dmitrouk
2015-11-05
13
-6
/
+280
*
Do not build any of the simulator material on non-Darwin
Enrico Granata
2015-11-05
1
-2
/
+2
*
Remove redundant namespace specifiers.
Rui Ueyama
2015-11-05
1
-1
/
+1
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
13
-116
/
+303
*
Add cfi instr for CFA calculation when movpc is expanded to call and pop
Petar Jovanovic
2015-11-05
2
-0
/
+57
*
[ARM] Clang gives unintended warning message for 'mthumb' + M-profiles:
Alexandros Lamprineas
2015-11-05
1
-3
/
+2
*
[WebAssembly] Rename ior operator to or to match the spec
Derek Schuff
2015-11-05
5
-13
/
+13
*
Improve OMPT initialization code
Jonathan Peyton
2015-11-05
4
-10
/
+26
*
Use per-BB value maps for non-exit BBs
Michael Kruse
2015-11-05
2
-1
/
+41
*
Update comment to LoopAccessInfo after r251800. NFC
Silviu Baranga
2015-11-05
1
-0
/
+7
*
Allow use of private headers in different sub-modules.
Manuel Klimek
2015-11-05
4
-10
/
+56
*
Check the range of R_X86_64_TPOFF32.
Rafael Espindola
2015-11-05
2
-2
/
+18
*
[ARM] Compute known bits for ARMISD::CMOV
James Molloy
2015-11-05
1
-0
/
+10
*
Avoid implicit Archive::child_iterator construction.
Rafael Espindola
2015-11-05
1
-5
/
+5
*
Don't implicitly construct an Archive::child_iterator.
Rafael Espindola
2015-11-05
1
-6
/
+5
*
[tsan] Fix build warnings on OS X
Kuba Brecka
2015-11-05
2
-2
/
+12
*
Fix a signed/unsigned mismatch warning; NFC.
Aaron Ballman
2015-11-05
1
-1
/
+1
*
Lint warning fixup for r252160 ("[tsan] Fix pthread_once interceptor for OS X").
Kuba Brecka
2015-11-05
1
-1
/
+1
*
[tsan] Fix the memcpy interceptor to be memmove compatible on OS X
Kuba Brecka
2015-11-05
1
-1
/
+4
*
[tsan] Allow memmove interceptor to be used when TSan is not initialized
Kuba Brecka
2015-11-05
1
-3
/
+5
*
[tsan] Fix pthread_once interceptor for OS X
Kuba Brecka
2015-11-05
1
-1
/
+5
*
[tsan] Alternative ThreadState storage for OS X
Kuba Brecka
2015-11-05
4
-2
/
+70
*
Fix escaping value to subregion entry node phi
Michael Kruse
2015-11-05
2
-21
/
+75
*
[x86] Additional small fix for MCU psABI support
Andrey Bokhanko
2015-11-05
2
-3
/
+7
*
[tsan] Use malloc zone interceptors on OS X, part 2
Kuba Brecka
2015-11-05
6
-8
/
+72
*
revert rev. 252153 due to build failure on ubuntu
Asaf Badouh
2015-11-05
7
-309
/
+1
*
[X86][AVX512] add comi with Sae
Asaf Badouh
2015-11-05
7
-1
/
+309
*
[SimplifyCFG] Tweak heuristic for merging conditional stores
James Molloy
2015-11-05
1
-7
/
+13
*
[X86][AVX512] small bugfix in VPBROADCASTM
Asaf Badouh
2015-11-05
2
-2
/
+17
*
RuntimeDyld: fix -Wtype-limits
Saleem Abdulrasool
2015-11-05
1
-2
/
+2
*
Fix LoopAccessAnalysis when potentially nullptr check are involved
Mehdi Amini
2015-11-05
2
-1
/
+44
*
MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation]
NAKAMURA Takumi
2015-11-05
1
-1
/
+0
*
Use profile data template file for covmap func record (NFC)
Xinliang David Li
2015-11-05
1
-11
/
+10
*
Fix a bug exposed by uses in CFE
Xinliang David Li
2015-11-05
1
-2
/
+4
*
AMDGPU: Also track whether SGPRs were spilled
Matt Arsenault
2015-11-05
3
-2
/
+20
*
AMDGPU: Print number user SGPRs
Matt Arsenault
2015-11-05
1
-0
/
+6
*
Fix build for platforms without ObjC++.
Chaoren Lin
2015-11-05
2
-6
/
+9
*
AMDGPU: Disallow s[102:103] on VI in assembler
Matt Arsenault
2015-11-05
3
-18
/
+74
*
[FunctionAttrs] Remove a loop, NFC refactor
Sanjoy Das
2015-11-05
1
-16
/
+14
*
AMDGPU: Fix assert when legalizing atomic operands
Matt Arsenault
2015-11-05
4
-15
/
+111
*
AMDGPU: Make addr64 atomic operand order consistent
Matt Arsenault
2015-11-05
1
-2
/
+2
*
Accommodate interface change in r252134.
Alexander Kornienko
2015-11-05
1
-1
/
+2
*
Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())
Mehdi Amini
2015-11-05
1
-1
/
+2
*
Remove empty lines
Mehdi Amini
2015-11-05
1
-2
/
+2
*
[WinEH] Fix establisher param reg in CLR funclets
Joseph Tremoulet
2015-11-05
2
-9
/
+28
*
Make ArgumentAdjuster aware of the current file being processed.
Alexander Kornienko
2015-11-05
5
-12
/
+12
*
Fix TestGoFormatters.py.
Chaoren Lin
2015-11-05
1
-3
/
+2
*
[elf2] Fix R_X86_64_TPOFF32 handling.
Michael J. Spencer
2015-11-05
4
-6
/
+11
*
[IR] Add bounds checking to dataOperandHasImpliedAttr
Sanjoy Das
2015-11-05
1
-0
/
+8
*
Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...
Jim Ingham
2015-11-05
3
-2
/
+4
[next]