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
*
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
*
[ARMTargetParser] Move IAS arch ext parser. NFC
Renato Golin
2015-05-30
1
-1
/
+7
*
Fix indentation. NFC.
Craig Topper
2015-05-30
1
-1
/
+1
*
[YAMLIO] Make line-wrapping configurable and test it.
Frederic Riss
2015-05-29
1
-3
/
+4
*
[ARMTargetParser] Adding sub-arch information for Clang. NFC
Renato Golin
2015-05-28
1
-34
/
+44
*
[ARMTargetParser] Adding a few more CPUs for Clang CPU detection. NFC.
Renato Golin
2015-05-28
1
-14
/
+22
*
Fix comments in ARMTargetParser. NFC.
Renato Golin
2015-05-28
1
-2
/
+2
*
ARMTargetParser: Make BSD Thumb/BE armv6 work
Renato Golin
2015-05-27
1
-2
/
+2
*
ARMTargetParser: Normalising build attributes
Renato Golin
2015-05-27
1
-18
/
+22
*
Avoid creating and destroying a std::string on every iteration.
Yaron Keren
2015-05-27
1
-2
/
+2
*
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-27
1
-0
/
+4
*
Reformat.
NAKAMURA Takumi
2015-05-25
1
-2
/
+1
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
1
-4
/
+4
*
Move parseSubArch to ARMTargetParser. NFC
Renato Golin
2015-05-24
1
-30
/
+58
*
Reinforce ARMTargetParser::getCanonicalArchName validation
Renato Golin
2015-05-22
1
-14
/
+20
*
Adding profile and version parsers to ARMTargetParser
Renato Golin
2015-05-22
2
-2
/
+80
*
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
2015-05-22
1
-4
/
+0
*
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-21
1
-0
/
+4
*
YAML: Null terminate block scalar's value.
Alex Lorenz
2015-05-21
1
-1
/
+2
*
Fix StreamingMemoryObject to respect known object size.
Derek Schuff
2015-05-21
1
-5
/
+12
*
Make Triple::parseARMArch use ARMTargetParser
Renato Golin
2015-05-21
2
-50
/
+89
*
Remove unnecessary FIXME comment
Renato Golin
2015-05-21
1
-2
/
+0
*
Get Triple::getARMCPUForArch() to use TargetParser
Renato Golin
2015-05-20
2
-94
/
+211
*
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
2015-05-19
1
-4
/
+0
*
[DWARF parser] Add basic support for DWZ DWARF multifile extensions.
Alexey Samsonov
2015-05-19
1
-0
/
+4
*
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
2015-05-19
1
-0
/
+4
*
Rangify for loop in Cleanup(), NFC.
Yaron Keren
2015-05-19
1
-2
/
+2
*
Prevent Cleanup() from running more than once.
Yaron Keren
2015-05-19
1
-0
/
+3
*
[YAML] Plug a memory leak
Benjamin Kramer
2015-05-18
1
-2
/
+4
*
YAML: Add support for literal block scalar I/O.
Alex Lorenz
2015-05-14
1
-0
/
+26
*
Fix memory leak introduced in r237314.
Alex Lorenz
2015-05-14
1
-1
/
+1
[next]