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
*
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
*
Added new Global Variable marker ``externally_initialized'' to LangRef.
Michael Gottesman
2013-02-03
1
-1
/
+2
*
Added clarification paragraph to LangRef's documentation of
Michael Gottesman
2013-02-03
1
-0
/
+7
*
Fixed a mistake in my previous commit where I changed the wording slightly an...
Michael Gottesman
2013-01-31
1
-1
/
+1
*
Formatting Fix. Changed " to `` around the word 'constant' in the Lang Ref
Michael Gottesman
2013-01-31
1
-2
/
+2
*
LangRef: Add a Rationale for volatile rules.
Andrew Trick
2013-01-31
1
-0
/
+10
*
...in light of recent activity related to llvm.memcpy flags. I want to
Andrew Trick
2013-01-30
1
-0
/
+5
*
Documentation: Updating the data layout default specifications to
Patrik Hagglund
2013-01-30
1
-6
/
+4
*
Documentation: add empty lines so that lists are properly recognized
Dmitri Gribenko
2013-01-29
1
-0
/
+2
*
Documentation: fix syntax error
Dmitri Gribenko
2013-01-26
1
-1
/
+1
*
Fix small typo
Eli Bendersky
2013-01-23
1
-1
/
+1
*
Add the heuristic to differentiate SSPStrong from SSPRequired.
Bill Wendling
2013-01-23
1
-3
/
+14
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-2
/
+10
*
Documentation: replace some non-ASCII characters by equivalent markup
Dmitri Gribenko
2013-01-19
1
-19
/
+19
*
[MC/Mach-O] Implement integrated assembler support for linker options.
Daniel Dunbar
2013-01-18
1
-3
/
+3
*
[docs] Get rid of some UTF8 characters (non-breaking space maybe).
Daniel Dunbar
2013-01-17
1
-16
/
+16
*
[IR] Reserve/define the purpose for the "Linker Options" metadata flags.
Daniel Dunbar
2013-01-17
1
-0
/
+34
*
Update the description of the llvm.fmuladd.* intrinsics to avoid use of the
Lang Hames
2013-01-17
1
-2
/
+4
*
Documentation: fix a typo 'IEE754'
Dmitri Gribenko
2013-01-16
1
-1
/
+1
*
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
1
-0
/
+10
*
[IR] Add verifier support for llvm.module.flags.
Daniel Dunbar
2013-01-15
1
-20
/
+29
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-0
/
+11
[next]