openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
clang-interpreter-runtime
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 3 of 1,607
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Create a separate file for JS-specific unit tests.
Alexander Kornienko
More...
about 11 years ago
Preserve carriage return when using clang-format's XML interface.
Manuel Klimek
More...
about 11 years ago
Parse: Fix references to 'if' that meant 'for', 'do', and 'while'
Justin Bogner
More...
about 11 years ago
Remove HandleTagDeclDefinition class declaration
Alp Toker
More...
about 11 years ago
Documentation typo corrections
Alp Toker
More...
about 11 years ago
Fix method/variable name typos
Alp Toker
More...
about 11 years ago
clang-format: Explicitly set fallback style that is tested.
Daniel Jasper
More...
about 11 years ago
Emit an extension warning when changing system header tokens
Alp Toker
More...
about 11 years ago
[AArch64]Add missing floating point convert, round and misc intrinsics. E.g. int64x1_t vcvt_s64_f64(float64x1_t a) -> FCVTZS Dd, Dn
Hao Liu
More...
about 11 years ago
AArch64: add missing ACLE intrinsics mapping to general arithmetic operation from VFP instructions. E.g. float64x1_t vadd_f64(float64x1_t a, float64x1_t b) -> FADD Dd, Dn, Dm.
Hao Liu
More...
about 11 years ago
Patch by Ana Pazos.
Jiangning Liu
More...
about 11 years ago
revert r196152. This is a duplicate implementation. E.g. this patch defines: float64_t vabd_f64(float64_t a, float64_t b) But there is already a similar intrinsic "vabdd_f64" with the same types. Also, this intrinsic will be conflicted to the vector type intrinsic as following(Which is implemented by me and will be committed to trunk): float64x1_t vabd_f64(float64x1_t a, float64x1_t b). Two functions shouldn't have a same name in arm_neon.h. According to ARM ACLE document, such vabd_f64 with float64_t is not existing. So I revert this commit.
Hao Liu
More...
about 11 years ago
Test to ensure no old-style-cast warning is emitted for objc-arc __bridge casts
Alp Toker
More...
about 11 years ago
AArch64: Add missing scalar pair intrinsics. E.g. "float32_t vaddv_f32(float32x2_t a)" to be matched into "faddp s0, v1.2s".
Hao Liu
More...
about 11 years ago
Add some missing AArch64 Neon intrinsics like vuqadd_s64 and friends.
Jiangning Liu
More...
about 11 years ago
Add some missing AArch64 Neon intrinsics like vmull_high_n_s16 and friends.
Jiangning Liu
More...
about 11 years ago
MS inline asm: When LLVM called back to Clang to parse a name and do name lookup, if parsing failed, we did not restore the lexer state properly, and eventually crashed. This change ensures that we always consume all the tokens from the new token stream we started to parse the name from inline asm.
Dmitri Gribenko
More...
about 11 years ago
Refactored the work group-related attributes to use a template, which reduces the amount of duplicate code in the handler. No functional change intended.
Aaron Ballman
More...
about 11 years ago
Simplifying a test for duplicate vec_type_hint attributes. The assert and attribute kind test were superfluous. No functional change intended.
Aaron Ballman
More...
about 11 years ago
The CUDA device attribute doesn't need custom logic to check the number of attribute arguments (the common attribute handler already does this). Switching to use the simple attribute handler. No functional change intended.
Aaron Ballman
More...
about 11 years ago
[AArch64] Implemented vcopy_lane patterns using scalar DUP instruction. Patch by Ana Pazos!
Chad Rosier
More...
about 11 years ago
[AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.
Chad Rosier
More...
about 11 years ago
Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.
Manman Ren
More...
about 11 years ago
Expand comments for Debug Info Version.
Manman Ren
More...
about 11 years ago
Rectifying style issues with generated code. No functional change intended.
Aaron Ballman
More...
about 11 years ago
Automate attribute language option checking by specifying the list of options to test in tablegen.
Aaron Ballman
More...
about 11 years ago
ClangFormatPackage.cs: fix inconsistent line endings
Hans Wennborg
More...
about 11 years ago
Factored attribute mutual exclusion code into a helper function; split the cf_audited_transfer and cf_unknown_transfer attributes into separate helper methods for simplicity. No functional changes intended.
Aaron Ballman
More...
about 11 years ago
clang-format vs plugin: use Alp's suggestion for getting the path
Hans Wennborg
More...
about 11 years ago
Fix a typo in a comment: expasion -> expansion
James Dennett
More...
about 11 years ago
←
1
2
3
4
5
6
7
8
9
…
1606
1607
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree