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
*
Reordering fields to reduce padding in Clang. NFC
Ben Craig
2015-12-14
2
-11
/
+11
*
[WebAssembly] Add an assert to sanity-check dead flags.
Dan Gohman
2015-12-14
1
-0
/
+3
*
Start implementing FDE dumping when printing the eh_frame.
Pete Cooper
2015-12-14
2
-6
/
+113
*
Temporarily skip TestWithLimitDebugInfo on Darwin and OS X
Todd Fiala
2015-12-14
1
-0
/
+2
*
[Editline] Redesign automatic indentation fix command for robustness
Kate Stone
2015-12-14
1
-20
/
+33
*
Correction in TestFrames.py test for arm targets in thumb mode
Omair Javaid
2015-12-14
1
-3
/
+6
*
Print the eh_frame section in MachoDump.
Pete Cooper
2015-12-14
3
-1
/
+198
*
[PATCH] Adding checker to detect excess padding in records
Ben Craig
2015-12-14
6
-0
/
+959
*
[Hexagon] Add "const" to function parameters in HexagonInstrInfo
Krzysztof Parzyszek
2015-12-14
2
-35
/
+37
*
test infra: enable single-worker rerun phase for flakey tests.
Todd Fiala
2015-12-14
9
-26
/
+195
*
Make skipIf decorator support not_in() functor.
Zachary Turner
2015-12-14
1
-6
/
+8
*
Fix formatting. NFC.
Diego Novillo
2015-12-14
1
-8
/
+5
*
[Packetizer] Add AliasAnalysis as a parameter to the packetizer
Krzysztof Parzyszek
2015-12-14
4
-10
/
+18
*
[PowerPC] Fix test/CodeGen/ppc-sfvarargs
Petar Jovanovic
2015-12-14
1
-1
/
+1
*
Add missing vtable anchor's.
Pete Cooper
2015-12-14
2
-0
/
+12
*
[Packetizer] Make endPacket virtual
Krzysztof Parzyszek
2015-12-14
1
-2
/
+4
*
[ConstantFold] Fix bitcast to gep constant folding transform.
David Majnemer
2015-12-14
3
-1
/
+22
*
Save several std::string constructions using llvm::Twine.
Yaron Keren
2015-12-14
1
-9
/
+6
*
docs: Correct wording in LangRef relating to available_externally linkage.
Peter Collingbourne
2015-12-14
1
-8
/
+9
*
[PowerPC] Fix make-check issues
Petar Jovanovic
2015-12-14
2
-7
/
+7
*
Allow pseudo-destructor calls on forward-declared Objective-C class pointers.
John McCall
2015-12-14
2
-1
/
+29
*
Remove the successor probabilities normalization in tail duplication pass.
Cong Hou
2015-12-14
1
-1
/
+0
*
[MergeFunctions] Use II instead of CI for InvokeInst; NFC
Sanjoy Das
2015-12-14
2
-5
/
+35
*
Teach MergeFunctions about operand bundles
Sanjoy Das
2015-12-14
2
-0
/
+65
*
Teach haveSameSpecialState about operand bundles
Sanjoy Das
2015-12-14
3
-3
/
+41
*
Add "const" to function arguments in DFAPacketizer
Krzysztof Parzyszek
2015-12-14
3
-13
/
+13
*
Make debug info specification use categories system.
Zachary Turner
2015-12-14
8
-107
/
+42
*
clang-cl: make /Wall turn on both -Wall and -Wextra (PR25563)
Hans Wennborg
2015-12-14
2
-2
/
+2
*
[PGO] Value profiling text format reader/writer support
Xinliang David Li
2015-12-14
8
-1
/
+284
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
41
-771
/
+110
*
[MS ABI] Don't rely on terminatepad
David Majnemer
2015-12-14
3
-10
/
+11
*
FastISel needs to remove dead code when it bails out.
Paul Robinson
2015-12-14
3
-2
/
+182
*
K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now m...
Marshall Clow
2015-12-14
1
-7
/
+7
*
Missed this on the previous (255517) commit
Marshall Clow
2015-12-14
1
-0
/
+49
*
Fix a corner case that involved calling rethrow_if_nested with a type that ha...
Marshall Clow
2015-12-14
3
-53
/
+10
*
[Power PC] llvm soft float support for ppc32
Petar Jovanovic
2015-12-14
7
-8
/
+82
*
[Power PC] add soft float support for ppc32
Petar Jovanovic
2015-12-14
5
-11
/
+144
*
Fix broken visual studio builds by disabling KMP_USE_TSX.
Jonathan Peyton
2015-12-14
1
-1
/
+2
*
Add add_lvalue_ref tests for a few function types, with a note why not more
Marshall Clow
2015-12-14
1
-0
/
+36
*
AMDGPU: Use generic bitreverse intrinsic
Matt Arsenault
2015-12-14
8
-37
/
+143
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
16
-40
/
+28
*
[Hexagon] Xfail two tests that fail due to over-aligning arrays
Krzysztof Parzyszek
2015-12-14
2
-0
/
+9
*
Remove dead function AArch64TargetLowering::getFunctionAlignment. NFC.
Geoff Berry
2015-12-14
2
-8
/
+0
*
AMDGPU: Fix splitting vector loads with existing offsets
Matt Arsenault
2015-12-14
2
-9
/
+122
*
[TSAN, PPC64] Fix obvious typo of supported virtual memory sizes
Bill Schmidt
2015-12-14
1
-1
/
+1
*
BlockGenerator: Do not use fast-path for external constants
Tobias Grosser
2015-12-14
1
-3
/
+6
*
BlockGenerator: Drop unneeded const_casts
Tobias Grosser
2015-12-14
1
-3
/
+3
*
[InstCombine] fold trunc ([lshr] (bitcast vector) ) --> extractelement (PR25543)
Sanjay Patel
2015-12-14
2
-66
/
+54
*
Revert "Always treat scalar writes as MUST_WRITEs"
Tobias Grosser
2015-12-14
6
-16
/
+24
*
[Hexagon] Update default paths and arguments
Krzysztof Parzyszek
2015-12-14
16
-1326
/
+679
[next]