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
*
Allow 0-weight branches in BranchProbabilityInfo.
Diego Novillo
2015-05-06
5
-20
/
+26
*
ittnotify: change default notification mode to 3, which includes parallel reg...
Andrey Churbanov
2015-05-06
1
-1
/
+1
*
Add missing dereferenceable_or_null getters
Sanjoy Das
2015-05-06
7
-2
/
+50
*
Restore TestRegisterVariables failure decorator for older Clang
Ed Maste
2015-05-06
1
-0
/
+1
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
16
-19
/
+64
*
Add ChangeTo* to MachineOperand for symbols
Matt Arsenault
2015-05-06
2
-0
/
+28
*
Add bitcode test to verify functions can be materialized out of order.
Derek Schuff
2015-05-06
1
-0
/
+64
*
Readd the regression test from r236584. Calling convention fixed to linux.
Pawel Bylica
2015-05-06
1
-0
/
+51
*
[ARM] Fast-Isel was incorrectly selecting <2 x double> adds.
Pete Cooper
2015-05-06
2
-0
/
+37
*
Fix implementation of normalize builtin
Tom Stellard
2015-05-06
2
-6
/
+152
*
Simplify FuncUnwinders::GetEHFrameAugmentedUnwindPlan
Pavel Labath
2015-05-06
2
-29
/
+33
*
[PPC64LE] Adjust vector splats during VSX swap optimization
Bill Schmidt
2015-05-06
2
-7
/
+131
*
[AArch64] Advertise that the __sync_*_compare_and_swap_1/2/4/8 builtins work
Reid Kleckner
2015-05-06
1
-0
/
+6
*
clang-format: Merge labels and subsequent semicolons.
Daniel Jasper
2015-05-06
3
-1
/
+13
*
clang-format: Allow ternary expressions inside template parameters if
Daniel Jasper
2015-05-06
2
-2
/
+9
*
clang-format: Consider operator precedence as penalty when breaking
Daniel Jasper
2015-05-06
2
-0
/
+7
*
Reformat.
NAKAMURA Takumi
2015-05-06
3
-7
/
+6
*
Revert r236546, "propagate IR-level fast-math-flags to DAG nodes (NFC)"
NAKAMURA Takumi
2015-05-06
7
-109
/
+99
*
clang-format: Accept slightly more record declarations.
Daniel Jasper
2015-05-06
2
-28
/
+32
*
clang-format: Fix bad wrapping of ObjC method exprs.
Daniel Jasper
2015-05-06
2
-3
/
+10
*
clang-format: Properly indent method calls without inputs.
Daniel Jasper
2015-05-06
2
-2
/
+6
*
[cmake] Remove two unused include paths
Tobias Grosser
2015-05-06
1
-5
/
+0
*
[NativeProcessLinux] Remove the post-stop lambda
Pavel Labath
2015-05-06
2
-132
/
+55
*
Remove deprecated version of reformat.
Manuel Klimek
2015-05-06
2
-17
/
+0
*
Replace two naked references of 'std::' with the macro '_VSTD::'. No function...
Marshall Clow
2015-05-06
1
-2
/
+2
*
clang-format: Don't allow -i when reading from stdin.
Daniel Jasper
2015-05-06
1
-1
/
+3
*
Remove all computation of structural errors in clang-format's line parser.
Manuel Klimek
2015-05-06
3
-28
/
+10
*
[ARM] generate VMAXNM/VMINNM for a compare followed by a select, in safe math...
Artyom Skrobov
2015-05-06
2
-25
/
+385
*
clang-format: Fix another assertion discovered by the fuzzer.
Daniel Jasper
2015-05-06
2
-14
/
+19
*
Liboffload: Patch for MPSS > 3.4.x (provided by Tim Cramer)
Andrey Churbanov
2015-05-06
2
-5
/
+26
*
[NativeProcessLinux] fold ThreadStateCoordinator into NPL
Pavel Labath
2015-05-06
12
-1665
/
+849
*
Revert regression test from r236584.
Pawel Bylica
2015-05-06
1
-51
/
+0
*
Fix libunwind to build on FreeBSD
Viktor Kutuzov
2015-05-06
1
-2
/
+9
*
SelectionDAG: Handle out-of-bounds index in extract vector element
Pawel Bylica
2015-05-06
3
-3
/
+82
*
Add iterators for the ArrayInfo objects of the scop
Tobias Grosser
2015-05-06
2
-2
/
+17
*
[Msan] Fix the mmap_below_shadow.cc test to pass on FreeBSD
Viktor Kutuzov
2015-05-06
1
-1
/
+4
*
[Msan] Fix the ioctl_custom.cc test to pass on FreeBSD
Viktor Kutuzov
2015-05-06
1
-14
/
+6
*
[Msan] Fix the initgroups.cc test to build on FreeBSD
Viktor Kutuzov
2015-05-06
1
-0
/
+1
*
[Msan] Fix the ifaddrs.cc test to build and pass on FreeBSD
Viktor Kutuzov
2015-05-06
2
-1
/
+6
*
clang-format: Prevent assertion discovered by fuzzer.
Daniel Jasper
2015-05-06
2
-2
/
+12
*
clang-format: Prevent exponential runtime in token annotator.
Daniel Jasper
2015-05-06
2
-1
/
+12
*
[ThreadStateCoordinator] Remove Event classes
Pavel Labath
2015-05-06
2
-614
/
+399
*
[DomTree] verifyDomTree to unconditionally perform DT verification
Adam Nemet
2015-05-06
2
-7
/
+6
*
[OPENMP] Fixed messages about predetermined DSA for loop control variables.
Alexey Bataev
2015-05-06
2
-4
/
+11
*
clang-format: Fix bug in multiline comment wrapping.
Daniel Jasper
2015-05-06
2
-6
/
+23
*
[ASan][MIPS] Fix null_deref.cc test on MIPS64
Sagar Thakur
2015-05-06
1
-1
/
+1
*
[OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...
Alexey Bataev
2015-05-06
2
-2
/
+22
*
[sanitizer][MIPS] Implement clone for MIPS
Sagar Thakur
2015-05-06
1
-3
/
+63
*
[ARM][FastISel] Use TST #1 instead of CMP #0 for select.
Ahmed Bougacha
2015-05-06
2
-16
/
+16
*
[Statepoints] Remove broken test case.
Sanjoy Das
2015-05-06
1
-29
/
+0
[next]