Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Techlord-RCE
/
Llvm.NET
Public
forked from
NETMF/Llvm.NET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 14, 2017
corrected typo
smaillet
authored
8a41b76
View commit details
Copy full SHA for 8a41b76
Browse repository at this point
Commits on Sep 17, 2017
Update README.md
smaillet
authored
bb4e43e
View commit details
Copy full SHA for bb4e43e
Browse repository at this point
Commits on Sep 2, 2017
Create CONTRIBUTING.md
smaillet
authored
f976ebf
View commit details
Copy full SHA for f976ebf
Browse repository at this point
Added new Llvm.Libs AppVeyor feed to better manage building and publishing the libs independently (#23)
smaillet
authored
181cc6c
View commit details
Copy full SHA for 181cc6c
Browse repository at this point
removed extra dashes in status table headers
smaillet
authored
eba4850
View commit details
Copy full SHA for eba4850
Browse repository at this point
Added build badge for Llvm.Libs
smaillet
authored
72bc625
View commit details
Copy full SHA for 72bc625
Browse repository at this point
Removed now irrelevant build status badges
Show description for f17e49a
smaillet
authored
f17e49a
View commit details
Copy full SHA for f17e49a
Browse repository at this point
Commits on Sep 1, 2017
Update AppVeyor.yml to build only on master branch
Show description for 8ccfd3c
smaillet
authored
8ccfd3c
View commit details
Copy full SHA for 8ccfd3c
Browse repository at this point
Commits on Aug 31, 2017
Rename GEVERNANCE.md to GOVERNANCE.md
smaillet
authored
69680a3
View commit details
Copy full SHA for 69680a3
Browse repository at this point
Commits on Aug 30, 2017
Create GEVERNANCE.md
smaillet
authored
afc976c
View commit details
Copy full SHA for afc976c
Browse repository at this point
Create LICENSE.md
smaillet
authored
0af1368
View commit details
Copy full SHA for 0af1368
Browse repository at this point
deleting simple text file license
smaillet
authored
378a36a
View commit details
Copy full SHA for 378a36a
Browse repository at this point
Create CODE_OF_CONDUCT.md
smaillet
authored
5fbcba8
View commit details
Copy full SHA for 5fbcba8
Browse repository at this point
Commits on Aug 28, 2017
- renamed project specific build task package to allow for easier filtering of published packages (the internal build package shouldn't be published) (#18)
Show description for f6e2b69
smaillet
authored and
smaillet-ms
committed
f6e2b69
View commit details
Copy full SHA for f6e2b69
Browse repository at this point
Merge LLVM_4_01 branch (#17)
Show description for 96d3783
smaillet
authored
96d3783
View commit details
Copy full SHA for 96d3783
Browse repository at this point
Commits on Jan 15, 2017
- corrected type of DebugMemberLayout.BitSize, it is now ulong, which matches the DataLayout.BitSize
Show description for 2b091de
smaillet-ms
committed
2b091de
View commit details
Copy full SHA for 2b091de
Browse repository at this point
Commits on Jan 9, 2017
- Added DebugUnionType to support declaring Unions in debug information
smaillet-ms
committed
62c353d
View commit details
Copy full SHA for 62c353d
Browse repository at this point
Commits on Jan 7, 2017
- Simplified base class constructor calls for debug info types by using existing settable property instead of complex parameters to base class
smaillet-ms
committed
bb50e07
View commit details
Copy full SHA for bb50e07
Browse repository at this point
- Documentation updates
smaillet-ms
committed
0e86762
View commit details
Copy full SHA for 0e86762
Browse repository at this point
Commits on Dec 31, 2016
- fixed code analysis warnings
smaillet-ms
committed
b665628
View commit details
Copy full SHA for b665628
Browse repository at this point
Merge branch 'dev' of https://github.com/NETMF/Llvm.NET.git
smaillet-ms
committed
442d165
View commit details
Copy full SHA for 442d165
Browse repository at this point
- Added overload to COnstantExpression.GetElementPtr to make using it easier by accepting a "params" array
smaillet-ms
committed
1fe7db4
View commit details
Copy full SHA for 1fe7db4
Browse repository at this point
Commits on Dec 29, 2016
update LLVM references to 3.9.1
smaillet-ms
authored
f09d4cc
View commit details
Copy full SHA for f09d4cc
Browse repository at this point
- added Comdat support
Show description for d4010a7
smaillet-ms
committed
d4010a7
View commit details
Copy full SHA for d4010a7
Browse repository at this point
Commits on Dec 27, 2016
- obsoleted DataLoayout.Parse(...) as it is error prone at best, and at worst if invalid strings are passed LLVM will trigger it's internal failure system which will trigger a call to abort(), whic…
Show description for 594632d
smaillet-ms
committed
594632d
View commit details
Copy full SHA for 594632d
Browse repository at this point
- Added more descriptive text when LLVM fatal error handler is triggered.
Show description for 091df21
smaillet-ms
committed
091df21
View commit details
Copy full SHA for 091df21
Browse repository at this point
Commits on Dec 25, 2016
updated to LLVM 3.9.1, which is a purely bug fix update (e.g. no API/ABI breaking changes)
smaillet-ms
committed
9eaff75
View commit details
Copy full SHA for 9eaff75
Browse repository at this point
Commits on Dec 24, 2016
- added dynamic detection of LLVM version from the CMakeLists.txt settings instead of requiring updates to the build script for each version.
smaillet-ms
committed
f016611
View commit details
Copy full SHA for f016611
Browse repository at this point
Commits on Dec 23, 2016
Switched InstructionBuilder to use SafeHandle instead a LLVMBuilderRef and removed IDisposable. The InstructionBuilder is allocated outside of a context. The context used as a constructor param is …
Show description for f85355c
smaillet-ms
committed
f85355c
View commit details
Copy full SHA for f85355c
Browse repository at this point
Commits on Dec 21, 2016
- fixed argument checks for select instruction builder
smaillet-ms
committed
230aa3c
View commit details
Copy full SHA for 230aa3c
Browse repository at this point
- fixed Triple ToString() test
smaillet-ms
committed
9044c7a
View commit details
Copy full SHA for 9044c7a
Browse repository at this point
Commits on Dec 20, 2016
- removed RelWithDebInfo from LLVM as it isn't used anymore and building the LLVM libraries for another config just slows things down.
Show description for d52a1a0
smaillet-ms
committed
d52a1a0
View commit details
Copy full SHA for d52a1a0
Browse repository at this point
- Added new PowerShell LLVM build script. This script adds support for VS 2017 and reduces the build time significantly by limiting what is built to just the libraries in the build and release conf…
Show description for edde205
smaillet-ms
committed
edde205
View commit details
Copy full SHA for edde205
Browse repository at this point
Commits on Dec 18, 2016
- Added Standalone triple string normalization
Show description for ed717da
smaillet
committed
ed717da
View commit details
Copy full SHA for ed717da
Browse repository at this point
Commits on Dec 12, 2016
- Added support for theTriple class to parse and normalize LLVM triple strings
Show description for 9617a44
smaillet-ms
committed
9617a44
View commit details
Copy full SHA for 9617a44
Browse repository at this point
Previous
Next
You can’t perform that action at this time.