projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[VectorUtils] Replace 'llvm::' qualification with 'using llvm'
[oota-llvm.git]
/
docs
/
LangRef.rst
2015-08-15
David Majnemer
[IR] Give catchret an optional 'return value' operand
blob
|
commitdiff
|
raw
2015-08-14
David Majnemer
[IR] Add token types
blob
|
commitdiff
|
raw
|
diff to current
2015-08-11
Nick Lewycky
Update the syntax for load instruction in this example.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
Mark Heffernan
Add new llvm.loop.unroll.enable metadata.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-06
Sean Silva
[LangRef] Cleanup some stray whitespace inconsistencies.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-06
Sean Silva
[LangRef] Tiny editorial fixes.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
David Majnemer
New EH representation for MSVC compatibility
blob
|
commitdiff
|
raw
|
diff to current
2015-07-28
Chih-Hung Hsieh
Implement target independent TLS compatible with glibc...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
Duncan P. N. Exon...
DI/Verifier: Fix argument bitrot in DILocalVariable
blob
|
commitdiff
|
raw
|
diff to current
2015-07-16
James Molloy
[Codegen] Add intrinsics 'absdiff' and corresponding...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
Daniel Sanders
[mips] Explained the 'w' modifier in the Inline Assembl...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Igor Laevsky
Add argmemonly attribute.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Owen Anderson
Define a new intrinsic @llvm.canonicalize.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
James Molloy
Add support for fast-math flags to the FCmp instruction.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
David Majnemer
Revert the new EH instructions
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
David Majnemer
Address Joseph's review comments.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
David Majnemer
Address Reid's review feedback.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
David Majnemer
New EH representation for MSVC compatibility
blob
|
commitdiff
|
raw
|
diff to current
2015-07-09
Elena Demikhovsky
Extended syntax of vector version of getelementptr...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-08
James Y Knight
Expand LangRef.html's documentation on LLVM's inline...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-07
Reid Kleckner
[WinEH] Add localaddress intrinsic instead of using...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-07
Reid Kleckner
Rename llvm.frameescape and llvm.framerecover to locale...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-30
Mark Heffernan
Fix several typos in LangRef.rst related to loop unroll...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-30
Peter Collingbourne
COFF: Do not assign linker-weak symbols to selectany...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-17
David Majnemer
[docs] Fix "WARNING: Title underline too short."
blob
|
commitdiff
|
raw
|
diff to current
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-15
Peter Collingbourne
Protection against stack-based memory corruption errors...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
Filipe Cabecinhas
[IR/AsmWriter] Output escape sequences if the first...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Owen Anderson
Add initial support for the convergent attribute.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
Sanjoy Das
Dereferenceable, dereferenceable_or_null metadata for...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-14
Michael Kuperstein
Fixed some typos and broken links in source level debug...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-11
Adam Nemet
[Docs] Fix scoped noalias example
blob
|
commitdiff
|
raw
|
diff to current
2015-05-07
Elena Demikhovsky
Masked Gather and Scatter intrinsics - updated document...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
blob
|
commitdiff
|
raw
|
diff to current
2015-04-26
Philip Reames
[PerformanceTips] Provide context on the impact of...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-17
Sean Silva
[LangRef] Remove redundant and inconsistent condition.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
Sanjoy Das
[IR] Introduce a dereferenceable_or_null(N) attribute.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
blob
|
commitdiff
|
raw
|
diff to current
2015-04-14
Ed Maste
Correct 'teh' and other typos / repeated words.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-02
Eli Bendersky
Fix typo and reword in LangRef
blob
|
commitdiff
|
raw
|
diff to current
2015-03-17
Duncan P. N. Exon...
docs: Update LangRef and SourceLevelDebugging
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Mehdi Amini
Update LangRef now that a DataLayout is mandatory.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-11
Dan Liew
Fix too short title underline reported by build-bot.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
Kevin Qin
Introduce runtime unrolling disable matadata and use...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
Reid Kleckner
Replace llvm.frameallocate with llvm.frameescape
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
Philip Reames
Add a few more performance tips
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
Update LangRef for explicit type changes to 'load'...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
Update LangRef for getelementptr explicit type changes
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
Reid Kleckner
Document the LLVM "thunk" attribute added back in r226708
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
David Majnemer
LangRef: Clarify select's semantics with vector arguments
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
Duncan P. N. Exon...
DebugInfo: Move new hierarchy into place
blob
|
commitdiff
|
raw
|
diff to current
2015-02-27
Philip Reames
[new docs] Performance Tips for Frontend Authors
blob
|
commitdiff
|
raw
|
diff to current
2015-02-25
Philip Reames
[GC docs] More minor word tweaks to make the GC bits...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-25
Philip Reames
[GC Docs] Update LangRef to link to Statepoint docs
blob
|
commitdiff
|
raw
|
diff to current
2015-02-24
Arch D. Robison
Fix typo: qual -> equal
blob
|
commitdiff
|
raw
|
diff to current
2015-02-20
Peter Collingbourne
Introduce bitset metadata format and bitset lowering...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-19
Eric Christopher
Fix grammar in documentation.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
Reid Kleckner
Don't promote asynch EH invokes of nounwind functions...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
Peter Collingbourne
Misc documentation/comment fixes.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-14
Sanjay Patel
fix typos
blob
|
commitdiff
|
raw
|
diff to current
2015-01-13
Duncan P. N. Exon...
AsmParser/Bitcode: Add support for MDLocation
blob
|
commitdiff
|
raw
|
diff to current
2015-01-13
Reid Kleckner
Rename llvm.recoverframeallocation to llvm.framerecover
blob
|
commitdiff
|
raw
|
diff to current
2015-01-13
Reid Kleckner
Add the llvm.frameallocate and llvm.recoverframeallocat...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-08
Duncan P. N. Exon...
LangRef: Add usage points for distinct MDNodes
blob
|
commitdiff
|
raw
|
diff to current
2015-01-08
Duncan P. N. Exon...
IR: Add 'distinct' MDNodes to bitcode and assembly
blob
|
commitdiff
|
raw
|
diff to current
2015-01-07
Sean Silva
[LangRef] PR22118: Hyphen is allowed in IR identifiers.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-06
Rafael Espindola
Change the .ll syntax for comdats and add a syntactic...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-05
Hal Finkel
[LangRef] Correct a typo
blob
|
commitdiff
|
raw
|
diff to current
2014-12-29
Elena Demikhovsky
Fixed 2 minor typos in the documentation.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-25
Elena Demikhovsky
Documentation for Masked Load and Store intrinsics.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
blob
|
commitdiff
|
raw
|
diff to current
2014-12-08
Justin Bogner
InstrProf: An intrinsic and lowering for instrumentatio...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Peter Collingbourne
Prologue support
blob
|
commitdiff
|
raw
|
diff to current
2014-11-24
Philip Reames
Clarify wording in the LangRef around !invariant.load
blob
|
commitdiff
|
raw
|
diff to current
2014-11-21
Hal Finkel
Clarify the description of the noalias attribute
blob
|
commitdiff
|
raw
|
diff to current
2014-11-02
Tim Northover
Docs: update va_arg example with valid x86_64 va_list...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-23
Juergen Ributzka
Update llvm.donothing documentation.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-22
Matt Arsenault
Fix number of operands in documentation for minnum...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-22
Matt Arsenault
Try to fix documentation bot warning
blob
|
commitdiff
|
raw
|
diff to current
2014-10-21
Matt Arsenault
Add minnum / maxnum intrinsics
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
Philip Reames
Introduce a 'nonnull' metadata on Load instructions.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-16
Jonathan Roelofs
Fix lang-ref doc bug: s/icmp lt/icmp slt/
blob
|
commitdiff
|
raw
|
diff to current
2014-09-11
Daniel Sanders
[docs] Mention character array constants in docs/LangRe...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-10
Hans Wennborg
LangRef: @baz should be @bar in the COMDAT example
blob
|
commitdiff
|
raw
|
diff to current
2014-09-08
Dan Liew
Fix type error in insertvalue example in LangRef. ...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-26
Reid Kleckner
Declare that musttail calls in variadic functions forwa...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-20
Dan Liew
Add note to LangRef about how function arguments can...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-19
Duncan P. N. Exon...
LangRef: Move example of function-scope uselistorder...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-19
Duncan P. N. Exon...
IR: Implement uselistorder assembly directives
blob
|
commitdiff
|
raw
|
diff to current
2014-08-13
Nick Lewycky
Fix examples of "named metadata" (some of which isn...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-31
Richard Smith
Fix some grammatical errors.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-30
Rafael Espindola
Use "weak alias" instead of "alias weak"
blob
|
commitdiff
|
raw
|
diff to current
2014-07-30
Hans Wennborg
LangRef: add a note about the mangling-suppressing...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-30
Manuel Jacob
Correct vector type definition in LangRef.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-28
Dan Liew
Fixed sphinx warning.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-25
Hal Finkel
Add @llvm.assume, lowering, and some basic properties
blob
|
commitdiff
|
raw
|
diff to current
2014-07-25
Hal Finkel
Simplify and improve scoped-noalias metadata semantics
blob
|
commitdiff
|
raw
|
diff to current
2014-07-24
Hal Finkel
Add scoped-noalias metadata
blob
|
commitdiff
|
raw
|
diff to current
next