-
-
Notifications
You must be signed in to change notification settings - Fork 264
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ldc-developers/ldc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jkrempus/ldc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: inlining
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 16 files changed
- 2 contributors
Commits on Jan 7, 2014
-
Introduces an attribute @ldc.attribute which can be used to annotate functions. Examples: @ldc.attribute("alwaysinline") void foo() {} Valid attribute names can be found in the LLVM manual at http://www.llvm.org/docs/LangRef.html#function-attributes. This fixes issue #561 and creates a base for issue #547.Configuration menu - View commit details
-
Copy full SHA for e694270 - Browse repository at this point
Copy the full SHA e694270View commit details -
Configuration menu - View commit details
-
Copy full SHA for b061123 - Browse repository at this point
Copy the full SHA b061123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 540f7ac - Browse repository at this point
Copy the full SHA 540f7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d71e91 - Browse repository at this point
Copy the full SHA 9d71e91View commit details -
Read ldc attributes in FuncDecl::semantic and
store them in FuncDecl::ldcAttributes. Check for presence of alwaysinline and run extra semantic passes on any module that contains alwaysinline functions.
Configuration menu - View commit details
-
Copy full SHA for 16baab8 - Browse repository at this point
Copy the full SHA 16baab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e0d94 - Browse repository at this point
Copy the full SHA e4e0d94View commit details -
Define alwaysinline functions at the end of
DtoDeclareFunction even if they are not externallyAvailable. This way, those functions are inlined even if they are defined in a module that we are not currently generating code for, but was also given on the command line, and the -singleobj flag was not used. Also made alwaysInline functions have private linkage, so that they don't appear in the object file. This avoids linker errors in the case described above.
Configuration menu - View commit details
-
Copy full SHA for 0f6d6cc - Browse repository at this point
Copy the full SHA 0f6d6ccView commit details -
Made function literal names, anonymous class names
and critical section names independent of the order in which modules are compiled and templates are instantiated. Also removed isAutoGeneratedField from Identifier and made availableExternally symbols always have available_externally linkage.
Configuration menu - View commit details
-
Copy full SHA for 5d4012a - Browse repository at this point
Copy the full SHA 5d4012aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...inlining