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 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
*
More consistent formatting and tidying-up
Eli Bendersky
2013-04-17
1
-4
/
+4
*
Make formatting more consistent and tidy-up.
Eli Bendersky
2013-04-17
1
-11
/
+11
*
Added documentation to LangRef for the intrinsic llvm.ptr.annotation.* which ...
Michael Gottesman
2013-03-26
1
-0
/
+40
*
Missing period in doc
Eli Bendersky
2013-03-11
1
-1
/
+1
*
Remove tailing whitespaces
Michael Liao
2013-03-06
1
-14
/
+14
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-9
/
+9
*
Made it more explicit that the self-referential llvm.loop identifier metadata
Pekka Jaaskelainen
2013-02-22
1
-1
/
+7
*
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-22
1
-0
/
+5
*
add missing space which prevented the llvm.loop code-block from appearing in the
Paul Redmond
2013-02-21
1
-0
/
+1
*
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
1
-0
/
+111
*
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
1
-0
/
+6
*
Initial submission for the attribute group feature.
Bill Wendling
2013-02-06
1
-0
/
+30
*
Alphabetize the function attributes.
Bill Wendling
2013-02-06
1
-11
/
+11
*
Removed reference to LLVM as a project (since in LangRef it is used solely as...
Michael Gottesman
2013-02-04
1
-1
/
+1
[next]