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
*
[AArch64] Fix handling of integer fp immediates
John Brawn
2017-04-20
2
-22
/
+27
*
[ARM] Rename HW div feature to HW div Thumb. NFCI.
Diana Picus
2017-04-20
12
-102
/
+111
*
Add #pragma clang attribute support to the availability attribute
Alex Lorenz
2017-04-20
5
-9
/
+8
*
PR19260: Teach doxygen to spell correctly the include paths.
Vassil Vassilev
2017-04-20
1
-4
/
+4
*
[APInt] In slt/sgt(uint64_t), only call getMinSignedBits if the APInt is not ...
Craig Topper
2017-04-20
1
-2
/
+4
*
[APInt] Call the slow case counting methods directly in isMask/isShiftedMask....
Craig Topper
2017-04-20
1
-6
/
+8
*
[XRay] [compiler-rt] - Fix standalone and non-deterministic test issue
Keith Wyss
2017-04-20
3
-2
/
+8
*
[SelectionDAG] Fix another place that was passing a large value to APInt::lsh...
Craig Topper
2017-04-20
1
-15
/
+17
*
Disable the filesystem library on Windows by default
Eric Fiselier
2017-04-20
1
-2
/
+6
*
[SelectionDAG] Use getActiveBits() and countTrailingZeros() to avoid creating...
Craig Topper
2017-04-20
1
-4
/
+3
*
[AVR] Add -mmcu option to the driver
Leslie Zhai
2017-04-20
3
-0
/
+12
*
Rename the static version of libc++ on Windows.
Eric Fiselier
2017-04-20
2
-2
/
+11
*
Recommit "[APInt] Add back the asserts that check that the APInt shift method...
Craig Topper
2017-04-20
3
-6
/
+9
*
[XRay][compiler-rt] Cleanup CFI/CFA annotations on trampolines
Dean Michael Berris
2017-04-20
1
-19
/
+14
*
[ODRHash] clean up test and add new examples. NFC
Richard Trieu
2017-04-20
1
-124
/
+67
*
Revert r300811 "[APInt] Add back the asserts that check that the APInt shift ...
Craig Topper
2017-04-20
2
-6
/
+4
*
[APInt] Implement APInt::intersects without creating a temporary APInt in the...
Craig Topper
2017-04-20
2
-3
/
+15
*
[APInt] Add back the asserts that check that the APInt shift methods aren't c...
Craig Topper
2017-04-20
2
-4
/
+6
*
Add extra logging for when lldb is looking for kernels and kexts.
Jason Molenda
2017-04-20
1
-3
/
+31
*
Make linker errors verbose on Windows
Eric Fiselier
2017-04-20
1
-0
/
+2
*
Fix dllimport on a class template
Eric Fiselier
2017-04-20
1
-1
/
+1
*
Do not run frame verification if target does not use frame instructions
Serge Pavlov
2017-04-20
1
-0
/
+2
*
PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes wh...
Richard Smith
2017-04-20
3
-6
/
+56
*
[Sema] Use MSVC inner class behavior on Itanium
Shoaib Meenai
2017-04-20
2
-3
/
+29
*
Add a triple to codegen test.
Richard Smith
2017-04-20
1
-1
/
+1
*
[OpenMP] Prepare sema to support combined constructs with omp distribute and ...
Carlo Bertolli
2017-04-20
8
-112
/
+442
*
Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."
Ahmed Bougacha
2017-04-20
1
-1
/
+0
*
[libFuzzer] extend help for -minimize_crash to cover ASAN_OPTIONS=dedup_token...
Kostya Serebryany
2017-04-19
1
-0
/
+2
*
[APInt] Implement operator==(uint64_t) similar to ugt/ult(uint64_t) to remove...
Craig Topper
2017-04-19
2
-14
/
+1
*
[APInt] Don't call getActiveBits() in ult/ugt(uint64_t) if its a single word.
Craig Topper
2017-04-19
1
-2
/
+4
*
Statepoint Docs: fix incorrect uses of it's
Sanjoy Das
2017-04-19
1
-4
/
+6
*
[APInt] Use ugt(uint64_t) for the compare in getLimitedValue(uint64_t) since ...
Craig Topper
2017-04-19
1
-2
/
+1
*
[DAE] Simplify attribute list creation, NFC
Reid Kleckner
2017-04-19
1
-9
/
+6
*
Revert r300789: There are Windows bot failures.
Kuba Mracek
2017-04-19
1
-20
/
+14
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
6
-19
/
+62
*
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...
Adrian Prantl
2017-04-19
5
-27
/
+19
*
Revert earlier change. ds permute operations affect lgkm counter.
Kannan Narayanan
2017-04-19
1
-2
/
+0
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
5
-19
/
+27
*
[libFuzzer] Always build libFuzzer
Kuba Mracek
2017-04-19
1
-14
/
+20
*
change what branches Appveyor builds
Eric Fiselier
2017-04-19
1
-1
/
+1
*
[GlobalOpt] Simplify attribute code stripping nest, NFC
Reid Kleckner
2017-04-19
1
-10
/
+5
*
Add appveyor.yml config for a future Windows bot.
Eric Fiselier
2017-04-19
1
-0
/
+97
*
Fix !N and !-N commands and add a test case.
Jim Ingham
2017-04-19
3
-3
/
+52
*
Simplify test for sret attribute in instcombine
Reid Kleckner
2017-04-19
3
-27
/
+35
*
Temporarily revert r299221 to fix nondeterminism in ThinLTO builder.
Galina Kistanova
2017-04-19
2
-46
/
+18
*
Refresh the statepoint docs a bit
Philip Reames
2017-04-19
1
-59
/
+92
*
X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects
Matthias Braun
2017-04-19
3
-6
/
+83
*
[sanitizer-coverage] remove more unused code
Kostya Serebryany
2017-04-19
5
-97
/
+0
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-19
10
-135
/
+253
*
[sanitizer-coverage] remove some more stale code
Kostya Serebryany
2017-04-19
2
-33
/
+5
[next]