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
path:
root
/
llvm
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[ADT] Make Twine's copy constructor private."
Zachary Turner
2017-10-11
2
-3
/
+5
*
[ADT] Make Twine's copy constructor private.
Zachary Turner
2017-10-11
2
-5
/
+3
*
AMDGPU/NFC: Minor clean ups in HSA metadata
Konstantin Zhuravlyov
2017-10-11
1
-8
/
+4
*
AMDGPU/NFC: Minor clean ups in PAL metadata
Konstantin Zhuravlyov
2017-10-11
1
-0
/
+15
*
AMDGPU/NFC: Rename code object metadata as HSA metadata
Konstantin Zhuravlyov
2017-10-11
2
-14
/
+13
*
Support: Work around missing SetFileInformationByHandle on Wine
Hans Wennborg
2017-10-11
1
-0
/
+11
*
[llvm-rc] Use proper search algorithm for finding resources.
Zachary Turner
2017-10-11
1
-4
/
+13
*
WIN32_FIND_DATA -> WIN32_FIND_DATAW.
Peter Collingbourne
2017-10-11
1
-1
/
+1
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
4
-53
/
+69
*
[AMDGPU] Lower enqueued blocks and generate runtime metadata
Yaxun Liu
2017-10-10
1
-0
/
+2
*
Support: On Windows, use CreateFileW to delete files in sys::fs::remove().
Peter Collingbourne
2017-10-10
1
-16
/
+19
*
Fix after r315079
Adrian McCarthy
2017-10-09
1
-1
/
+1
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-2
/
+0
*
Support: Rewrite Windows implementation of sys::fs::rename to be more POSIXy.
Peter Collingbourne
2017-10-06
1
-47
/
+108
*
Bring r314809 back.
Rafael Espindola
2017-10-04
3
-4
/
+19
*
Revert D38481 due to missing cmake check for CPU_COUNT
Daniel Neilson
2017-10-04
3
-19
/
+4
*
Use sched_getaffinity instead of std::thread::hardware_concurrency.
Rafael Espindola
2017-10-03
3
-4
/
+19
*
[Triple] Add AMDPAL operating system type
Tim Renouf
2017-09-29
1
-0
/
+2
*
Fix a UBsan bot.
Rui Ueyama
2017-09-28
1
-0
/
+1
*
Fix off-by-one error in TarWriter.
Rui Ueyama
2017-09-27
1
-26
/
+31
*
Do not remove a target file in FileOutputBuffer::create().
Rui Ueyama
2017-09-27
1
-8
/
+1
*
[support] mapped_file_region: and fix the windows code too
Roman Lebedev
2017-09-27
1
-2
/
+2
*
[Support] mapped_file_region::size() returns size_t
Roman Lebedev
2017-09-27
1
-1
/
+1
*
[Support] mapped_file_region: store size as size_t
Roman Lebedev
2017-09-27
1
-7
/
+1
*
Add section headers to SpecialCaseLists
Vlad Tsyrklevich
2017-09-25
1
-75
/
+139
*
[AArch64] Add basic support for Qualcomm's Saphira CPU.
Chad Rosier
2017-09-25
1
-0
/
+1
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-7
/
+7
*
[Falkor] Add falkor CPU to host detection
Balaram Makam
2017-09-22
1
-0
/
+1
*
[yaml2obj] - Don't crash on one more invalid document.
George Rimar
2017-09-21
1
-5
/
+9
*
[mips] Recognise the triple used by Debian for MIPS n32 ABI
Simon Atanasyan
2017-09-14
1
-0
/
+2
*
[ARM] Add more CPUs to host detection
Eli Friedman
2017-09-13
1
-0
/
+3
*
llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.
Adrian Prantl
2017-09-13
1
-0
/
+10
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
5
-22
/
+22
*
Don't call exit from cl::PrintHelpMessage.
Rafael Espindola
2017-09-07
1
-14
/
+10
*
Minor style fixes in lib/Support/**/Program.(inc|cpp).
Alexander Kornienko
2017-09-06
3
-72
/
+70
*
Untabify.
NAKAMURA Takumi
2017-08-28
2
-5
/
+5
*
[ADT] Enable reverse iteration for DenseMap
Mandeep Singh Grang
2017-08-24
1
-11
/
+0
*
[ARC] Add ARC backend.
Pete Couperus
2017-08-24
1
-0
/
+9
*
[TargetParser][AArch64] Add support for RDM feature in the target parser.
Chad Rosier
2017-08-24
1
-0
/
+2
*
bpf: close the file descriptor after probe inside getHostCPUNameForBPF
Yonghong Song
2017-08-23
1
-1
/
+5
*
bpf: add variants of -mcpu=# and support for additional jmp insns
Yonghong Song
2017-08-23
1
-1
/
+38
*
[Support, Windows] Handle long paths with unix separators
Pirama Arumuga Nainar
2017-08-21
1
-4
/
+7
*
[BinaryStream] Defaultify copy and move constructors.
Zachary Turner
2017-08-21
1
-6
/
+0
*
[APFloat] Fix IsInteger() for DoubleAPFloat.
Davide Italiano
2017-08-21
1
-4
/
+1
*
[ARM][AArch64] Cortex-A75 and Cortex-A55 support
Sam Parker
2017-08-21
1
-0
/
+14
*
[Support] env vars with empty values on windows
Ben Dunbobbin
2017-08-18
1
-2
/
+3
*
[ARM][AArch64] ARMv8.3-A enablement
Sam Parker
2017-08-10
2
-0
/
+7
*
[Path] Sink predicate computations to their uses. NFCI.
Benjamin Kramer
2017-08-09
1
-5
/
+4
*
[KnownBits][ValueTracking] Move the math for calculating known bits for add/s...
Craig Topper
2017-08-08
2
-0
/
+66
*
[Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSignal on Windows
Reid Kleckner
2017-08-04
1
-3
/
+4
[next]