index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
docs
/
LangRef.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the status quo of DIExpression semantics in LangRef.rst
Adrian Prantl
2017-03-22
1
-7
/
+20
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-7
/
+12
*
Fix docs-llvm-html build.
Evgeniy Stepanov
2017-03-17
1
-1
/
+2
*
Add !associated metadata.
Evgeniy Stepanov
2017-03-17
1
-0
/
+25
*
[InstSimplify] vector div/rem with any zero element in divisor is undef
Sanjay Patel
2017-03-09
1
-7
/
+14
*
[DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderef
Konstantin Zhuravlyov
2017-03-08
1
-0
/
+5
*
Fix a typo. Patch by fcrick on github https://github.com/llvm-mirror/llvm/pul...
Sylvestre Ledru
2017-03-04
1
-1
/
+1
*
Explicitly state the behavior of inbounds with a null pointer.
Eli Friedman
2017-02-23
1
-2
/
+4
*
[LangRef] Explicitly allow readnone and reaodnly functions to unwind
Sanjoy Das
2017-02-13
1
-5
/
+8
*
[LangRef] Update the TBAA section
Sanjoy Das
2017-02-13
1
-27
/
+146
*
Encode duplication factor from loop vectorization and loop unrolling to discr...
Dehao Chen
2017-02-10
1
-1
/
+3
*
This patch adds a ssa_copy intrinsic, as part of splitting up D29316.
Daniel Berlin
2017-02-07
1
-0
/
+27
*
[LangRef] Document some LLVM inline asm special escapes
Reid Kleckner
2017-02-06
1
-0
/
+16
*
[LanRef] Fix typo in getelementptr example.
Alexey Bader
2017-01-30
1
-1
/
+1
*
[LangRef] Make @llvm.sqrt(x) return undef, rather than have UB, for negative x.
Justin Lebar
2017-01-27
1
-5
/
+2
*
Add intrinsics for constrained floating point operations
Andrew Kaylor
2017-01-26
1
-0
/
+271
*
[Doc][LangRef] Fix typo-ish error in description of Masked Gather
Zvi Rackover
2017-01-26
1
-1
/
+1
*
LangRef: Document the allowed metadata dropping transforms.
Peter Collingbourne
2017-01-25
1
-3
/
+16
*
docs: Document that !absolute_symbol { all-ones, all-ones } means the full set.
Peter Collingbourne
2017-01-20
1
-2
/
+5
*
Silence some Sphinx diagnostics in an attempt to get the documentation builde...
Aaron Ballman
2017-01-17
1
-1
/
+1
*
LangRef: Note that calls also support fast math flags
Matt Arsenault
2017-01-10
1
-2
/
+3
*
[MemDep] Handle gep with zeros for invariant.group
Piotr Padlewski
2016-12-30
1
-1
/
+2
*
Fix documentation generator warnings after rL290708.
Igor Laevsky
2016-12-29
1
-3
/
+3
*
Introduce element-wise atomic memcpy intrinsic
Igor Laevsky
2016-12-29
1
-0
/
+76
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
1
-1
/
+4
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-9
/
+0
*
Make processing @llvm.assume more efficient by using operand bundles
Hal Finkel
2016-12-15
1
-0
/
+9
*
IR, X86: Understand !absolute_symbol metadata on global variables.
Peter Collingbourne
2016-12-08
1
-0
/
+19
*
Fix doc of `llvm.bitreverse.iN`
Yichao Yu
2016-11-23
1
-1
/
+1
*
[LangRef] Drop misleading anecdote
Sanjoy Das
2016-11-13
1
-3
/
+1
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-3
/
+15
*
[LangRef] Drop "experimental" caveat from operand bundles
Sanjoy Das
2016-11-10
1
-3
/
+0
*
DebugInfo: make DW_TAG_atomic_type valid
Victor Leschuk
2016-10-31
1
-2
/
+3
*
fix title underline length
Albert Gutowski
2016-10-12
1
-1
/
+1
*
Create llvm.addressofreturnaddress intrinsic
Albert Gutowski
2016-10-12
1
-0
/
+26
*
[docs] Fix indentation bug in LangRef.
Lang Hames
2016-10-08
1
-2
/
+2
*
Extend title underline
Xinliang David Li
2016-09-18
1
-1
/
+1
*
[Profile] Implement select instruction instrumentation in IR PGO
Xinliang David Li
2016-09-18
1
-0
/
+31
*
[LangRef] Add a clarifying example for undef
Sanjoy Das
2016-09-15
1
-0
/
+3
*
It should also be legal to pass a swifterror parameter to a call as a swifterror
Arnold Schwaighofer
2016-09-10
1
-4
/
+5
*
Remove restriction that 'sret' must be on the first parameter
Reid Kleckner
2016-09-08
1
-4
/
+3
*
[LangRef] Clarify !invariant.load semantics.
Geoff Berry
2016-08-31
1
-6
/
+4
*
docs: mention that clobbering output regs in inline asm is illegal.
Peter Zotov
2016-08-30
1
-0
/
+3
*
Revert "Revert "Invariant start/end intrinsics overloaded for address space""
Mehdi Amini
2016-08-13
1
-2
/
+4
*
Revert "Invariant start/end intrinsics overloaded for address space"
Mehdi Amini
2016-08-13
1
-4
/
+2
*
[LangRef] Fix formatting (no semantic change)
Sanjoy Das
2016-08-10
1
-5
/
+4
*
Revert "[X86] Support the "ms-hotpatch" attribute."
Charles Davis
2016-08-08
1
-19
/
+1
*
[X86] Support the "ms-hotpatch" attribute.
Charles Davis
2016-08-08
1
-1
/
+19
*
[IR] Introduce a non-integral pointer type
Sanjoy Das
2016-07-28
1
-0
/
+24
*
fix some typos in the doc
Sylvestre Ledru
2016-07-28
1
-1
/
+1
[next]