index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
LangRef.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos.
Matt Arsenault
2013-11-15
1
-3
/
+3
*
Fix grammar in addrspacecast description
Matt Arsenault
2013-11-15
1
-3
/
+3
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-3
/
+52
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-10
/
+3
*
whitespace
Andrew Trick
2013-10-31
1
-5
/
+5
*
Fix common typos in the docs.
Benjamin Kramer
2013-10-29
1
-1
/
+1
*
Clarify that GlobalVariables definitions must have an initializer.
Rafael Espindola
2013-10-29
1
-3
/
+13
*
A small grammar-os fixed.
Bill Wendling
2013-10-27
1
-10
/
+9
*
Update to specify that both metadata and label types aren't proper return types.
Bill Wendling
2013-10-27
1
-8
/
+9
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-3
/
+0
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+3
*
Write a simple description of the 'target triple' directive. This should be e...
Bill Wendling
2013-10-18
1
-0
/
+24
*
Clarify that an alignment of 0 or 1 on a mem* intrinsic means 'no alignment'.
Bill Wendling
2013-10-18
1
-3
/
+3
*
Remove an outdated statement.
Rafael Espindola
2013-10-16
1
-3
/
+0
*
Fix typo.
Rafael Espindola
2013-10-07
1
-1
/
+1
*
Add support for aliases with linkonce_odr.
Rafael Espindola
2013-10-06
1
-0
/
+6
*
Add a paragraph on prefix data layout.
Peter Collingbourne
2013-09-23
1
-0
/
+5
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-5
/
+49
*
Fix anachronism/typo in syntax of declaration of llvm.va_start.
Nick Lewycky
2013-09-11
1
-1
/
+1
*
[docs] Fix Sphinx warning.
Sean Silva
2013-09-09
1
-1
/
+1
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-0
/
+11
*
Add a llvm.copysign intrinsic
Hal Finkel
2013-08-19
1
-0
/
+36
*
[stack protector] Fixed typo.
Michael Gottesman
2013-08-12
1
-1
/
+1
*
[stackprotector] Added intrinsic llvm.stackprotectorcheck.
Michael Gottesman
2013-08-12
1
-6
/
+44
*
Add description of function attribute 'minsize' in LangRef.rst.
Andrea Di Biagio
2013-08-09
1
-1
/
+7
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+36
*
[LangRef] Alphabetize function attribute listing.
Sean Silva
2013-08-06
1
-4
/
+4
*
Reject bitcasts between address spaces with different sizes
Matt Arsenault
2013-07-31
1
-16
/
+18
*
Fix language.
Nick Lewycky
2013-07-06
1
-2
/
+1
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-4
/
+13
*
Fixed typo in LangRef where we were using _'' to quote instead of the correct _.
Michael Gottesman
2013-07-02
1
-1
/
+1
*
At the request of Richard Smith, swapped the order of cold/builtin so it is i...
Michael Gottesman
2013-06-27
1
-5
/
+5
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
1
-5
/
+11
*
Minor grammar and word usage fix to 'returned' parameter attribute section of...
Stephen Lin
2013-06-20
1
-8
/
+7
*
Fix typos "metatadata" -> "metadata" in the LangRef.
Stefanus Du Toit
2013-06-20
1
-6
/
+6
*
Require members of llvm.used to be named.
Rafael Espindola
2013-06-11
1
-7
/
+7
*
Add more explicit link targets to headers in LangRef.rst
Eli Bendersky
2013-06-07
1
-0
/
+18
*
Add explicit link targets to some headers in LangRef.rst
Eli Bendersky
2013-06-07
1
-0
/
+8
*
Fix link.
Richard Smith
2013-06-04
1
-1
/
+1
*
Fix warning and resulting formatting issue.
Paul Redmond
2013-05-30
1
-1
/
+1
*
Revise llvm.vectorizer.width documentation
Paul Redmond
2013-05-30
1
-2
/
+4
*
Add support for llvm.vectorizer metadata
Paul Redmond
2013-05-28
1
-51
/
+81
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+5
*
ARM: implement @llvm.readcyclecounter intrinsic
Tim Northover
2013-05-23
1
-0
/
+3
*
LangRef.rst: Clarify how basic blocks without named label are handled.
Sean Silva
2013-05-20
1
-2
/
+7
*
Correct logical shift documentation
Tim Northover
2013-05-07
1
-1
/
+1
*
Remove comment that no target supports 128-bit IEEE floats
Richard Sandiford
2013-05-03
1
-5
/
+5
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
1
-10
/
+10
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-1
/
+11
*
Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin'
Eli Bendersky
2013-04-18
1
-7
/
+8
[next]