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
*
Add amdopencl environment to triple
Matt Arsenault
2015-07-30
1
-0
/
+2
*
- Added support for parsing HWDiv features using Target Parser.
Alexandros Lamprineas
2015-07-27
1
-18
/
+76
*
Remove unnecessary in C++11 c_str() calls
Yaron Keren
2015-07-23
1
-18
/
+1
*
Rename RunCallBacksToRun to llvm::sys::RunSignalHandlers
Yaron Keren
2015-07-22
3
-3
/
+3
*
De-duplicate Unix & Windows CallBacksToRun
Yaron Keren
2015-07-22
3
-20
/
+17
*
Identify thin archives as archives.
Rafael Espindola
2015-07-22
1
-1
/
+2
*
Remove C++98 workaround in llvm::sys::DontRemoveFileOnSignal()
Yaron Keren
2015-07-22
1
-7
/
+0
*
Edited the CPUNames table of TargetParser
Alexandros Lamprineas
2015-07-17
1
-3
/
+1
*
- TargetParser does not handle armv7l in parseArchProfile().
Alexandros Lamprineas
2015-07-16
1
-0
/
+1
*
Simplify a few uses of remove_filename by using parent_path instead.
Rafael Espindola
2015-07-15
1
-2
/
+1
*
-Added API for retrieving the default FPU of a CPU from TargetParser.
Alexandros Lamprineas
2015-07-15
1
-84
/
+95
*
Caused regressions: compile Release+Asserts failed on clang-native-arm-cortex-a9
Alexandros Lamprineas
2015-07-14
1
-96
/
+83
*
-Added API for retrieving the default FPU of a CPU from TargetParser.
Alexandros Lamprineas
2015-07-14
1
-83
/
+96
*
Remove macro guards for extern template instantiations.
Benjamin Kramer
2015-07-13
1
-15
/
+15
*
Add getSizeInBits function to the APFloat class
Tamas Berghammer
2015-07-09
1
-8
/
+15
*
[Triple] Add a helper to switch between big/little endian variants
Benjamin Kramer
2015-07-06
1
-0
/
+116
*
[Support] Lazy load of dbghlp.dll on Windows
Leny Kholodov
2015-07-02
3
-41
/
+54
*
[GraphWriter] Don't wait on xdg-open when not on Apple.
Charlie Turner
2015-07-02
1
-1
/
+1
*
Drop the OS from the WebAssembly target triple for now.
Dan Gohman
2015-06-30
1
-2
/
+0
*
Debug info: Add dwarf backend support for DIModule.
Adrian Prantl
2015-06-30
1
-0
/
+3
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-0
/
+16
*
Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager"
Ben Langmuir
2015-06-29
1
-14
/
+56
*
Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager"
Ben Langmuir
2015-06-29
1
-54
/
+14
*
Use gethostuuid() on Mac to identify hosts for LockFileManager
Ben Langmuir
2015-06-29
1
-14
/
+54
*
Clean up unique lock files on signal and always release the lock
Ben Langmuir
2015-06-29
1
-1
/
+40
*
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
Javed Absar
2015-06-29
1
-2
/
+0
*
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
Javed Absar
2015-06-29
1
-23
/
+37
*
ADT: Add a string APSInt constructor.
Alex Lorenz
2015-06-23
1
-0
/
+19
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
26
-39
/
+39
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
26
-39
/
+39
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
Rafael Espindola
2015-06-16
2
-11
/
+10
*
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
2015-06-15
1
-22
/
+24
*
Don't use std::errc.
Rafael Espindola
2015-06-13
2
-3
/
+5
*
Bring in a BumpPtrStringSaver from lld and simplify the interface.
Rafael Espindola
2015-06-13
3
-28
/
+30
*
Add 'shave' processor name to Triple
Douglas Katzman
2015-06-12
1
-0
/
+7
*
[ARM] Disabling vfp4 should disable fp16
John Brawn
2015-06-12
1
-1
/
+5
*
[Support] Fix a race initializing a static local in MSVC
Reid Kleckner
2015-06-11
1
-1
/
+9
*
Add more wrappers for symbol APIs to the C API.
Eli Bendersky
2015-06-09
1
-0
/
+9
*
[ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory.
Daniel Sanders
2015-06-09
1
-0
/
+1
*
TargetParser: Fix comments in enum(s) introduced in r239150. [-Wdocumentation]
NAKAMURA Takumi
2015-06-06
1
-1
/
+1
*
[bpf] rename triple names bpf_be -> bpfeb
Alexei Starovoitov
2015-06-05
1
-16
/
+16
*
[TargetParser] Properly attach functions of ARMTargetParser to the class
Benjamin Kramer
2015-06-05
1
-6
/
+2
*
[ARM] Add support for -sp- FPUs and FPU none to TargetParser
John Brawn
2015-06-05
1
-3
/
+5
*
[ARM] Add knowledge of FPU subtarget features to TargetParser
John Brawn
2015-06-05
1
-15
/
+110
*
[ARMTargetParser] Follow-up for r239099: one case was missed
Artyom Skrobov
2015-06-05
1
-1
/
+1
*
Simplify ARMTargetParser::getArchSynonym
Artyom Skrobov
2015-06-04
2
-12
/
+10
*
[bpf] add big- and host- endian support
Alexei Starovoitov
2015-06-04
1
-7
/
+30
*
[Support] Simplify Triple::getOSVersion
David Majnemer
2015-06-01
1
-9
/
+1
*
[ADT] Add Triple::getEnvironmentVersion
David Majnemer
2015-06-01
1
-16
/
+40
[next]