1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for invoke instruction. More... almost 10 years ago
Add support for indirectbr instruction and blockaddress constants. More... almost 10 years ago
Fix Block documentation: s/building block/basic block/. More... almost 10 years ago
Update changelog More... almost 10 years ago
Update example references to .get_pointer_to_global() More... almost 10 years ago
Remove usage of .get_pointer_to_global() in test More... almost 10 years ago
Add .get_function_address() and .get_global_value_address() More... almost 10 years ago
Remove .get_pointer_to_global() because it is deprecated by LLVM and returns invalid address for global variable. More... almost 10 years ago
Return the instruction from IRBuilder.unreachable. More... almost 10 years ago
Merge pull request #81 from sklam/fix/issue_80 More... almost 10 years ago
Add unnamed_addr support to GlobalVariable. More... almost 10 years ago
Merge pull request #79 from whitequark/patch-1 More... almost 10 years ago
Skip locale test if DE locale not available More... almost 10 years ago
Fix #80 and add test More... almost 10 years ago
Expand _VALID_CHARS to match all LLVM IR identifiers More... almost 10 years ago
Merge pull request #78 from pitrou/execution_check More... almost 10 years ago
Add a function to check ability to allocate executable memory. More... almost 10 years ago
Merge pull request #77 from pitrou/config_h More... almost 10 years ago
Update changelog More... almost 10 years ago
Fix #76: always use llvm-config.h, not config.h More... almost 10 years ago
Merge pull request #56 from pitrou/travis_sudo More... almost 10 years ago
Merge branch 'master' into travis_sudo More... almost 10 years ago
Add test More... almost 10 years ago
Add get_process_triple() and get_host_cpu_features() * Note: get_host_cpu_features() is not implemented in LLVM for x86 in LLVM 3.6. But it is on 3.7 More... almost 10 years ago
Fix typo More... almost 10 years ago
Support attributes on the return type of a function. More... almost 10 years ago
Fix indentation More... almost 10 years ago
Add a flags argument to binops on IRBuilder. More... almost 10 years ago
Merge pull request #69 from t3h0th3r/patch-2 More... almost 10 years ago
Create Makefile.freebsd More... almost 10 years ago