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
*
Address Joseph's review comments.
David Majnemer
2015-07-10
1
-8
/
+12
*
Address Reid's review feedback.
David Majnemer
2015-07-10
1
-12
/
+13
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-1
/
+350
*
Extended syntax of vector version of getelementptr instruction.
Elena Demikhovsky
2015-07-09
1
-4
/
+54
*
Expand LangRef.html's documentation on LLVM's inline assembly.
James Y Knight
2015-07-08
1
-9
/
+619
*
[WinEH] Add localaddress intrinsic instead of using frameaddress
Reid Kleckner
2015-07-07
1
-4
/
+4
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-21
/
+19
*
Fix several typos in LangRef.rst related to loop unrolling metadata.
Mark Heffernan
2015-06-30
1
-4
/
+4
*
COFF: Do not assign linker-weak symbols to selectany comdat sections.
Peter Collingbourne
2015-06-30
1
-3
/
+5
*
[docs] Fix "WARNING: Title underline too short."
David Majnemer
2015-06-17
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-14
/
+21
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+9
*
[IR/AsmWriter] Output escape sequences if the first character isdigit()
Filipe Cabecinhas
2015-06-02
1
-0
/
+5
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-0
/
+7
*
Dereferenceable, dereferenceable_or_null metadata for loads
Sanjoy Das
2015-05-19
1
-1
/
+20
*
Fixed some typos and broken links in source level debugging docs.
Michael Kuperstein
2015-05-14
1
-1
/
+3
*
[Docs] Fix scoped noalias example
Adam Nemet
2015-05-11
1
-1
/
+1
*
Masked Gather and Scatter intrinsics - updated documentation.
Elena Demikhovsky
2015-05-07
1
-2
/
+113
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-106
/
+106
*
[PerformanceTips] Provide context on the impact of assume(x)
Philip Reames
2015-04-26
1
-0
/
+2
*
[LangRef] Remove redundant and inconsistent condition.
Sean Silva
2015-04-17
1
-1
/
+1
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+13
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-9
/
+3
*
Correct 'teh' and other typos / repeated words.
Ed Maste
2015-04-14
1
-2
/
+2
*
Fix typo and reword in LangRef
Eli Bendersky
2015-04-02
1
-3
/
+3
*
docs: Update LangRef and SourceLevelDebugging
Duncan P. N. Exon Smith
2015-03-17
1
-5
/
+102
*
Update LangRef now that a DataLayout is mandatory.
Mehdi Amini
2015-03-14
1
-41
/
+42
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-2
/
+2
*
Fix too short title underline reported by build-bot.
Dan Liew
2015-03-11
1
-1
/
+1
*
Introduce runtime unrolling disable matadata and use it to mark the scalar lo...
Kevin Qin
2015-03-09
1
-0
/
+10
*
Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
2015-03-05
1
-11
/
+13
*
Add a few more performance tips
Philip Reames
2015-03-05
1
-0
/
+2
*
Update LangRef for explicit type changes to 'load' instruction
David Blaikie
2015-03-04
1
-19
/
+19
*
Update LangRef for getelementptr explicit type changes
David Blaikie
2015-03-04
1
-22
/
+23
*
Document the LLVM "thunk" attribute added back in r226708
Reid Kleckner
2015-03-04
1
-0
/
+5
*
LangRef: Clarify select's semantics with vector arguments
David Majnemer
2015-03-03
1
-3
/
+4
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-1
/
+288
*
[new docs] Performance Tips for Frontend Authors
Philip Reames
2015-02-27
1
-0
/
+2
*
[GC docs] More minor word tweaks to make the GC bits clearer
Philip Reames
2015-02-25
1
-3
/
+6
*
[GC Docs] Update LangRef to link to Statepoint docs
Philip Reames
2015-02-25
1
-10
/
+20
*
Fix typo: qual -> equal
Arch D. Robison
2015-02-24
1
-1
/
+1
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
1
-0
/
+31
*
Fix grammar in documentation.
Eric Christopher
2015-02-19
1
-6
/
+6
*
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
2015-02-11
1
-3
/
+6
*
Misc documentation/comment fixes.
Peter Collingbourne
2015-02-04
1
-1
/
+1
*
fix typos
Sanjay Patel
2015-01-14
1
-2
/
+2
*
AsmParser/Bitcode: Add support for MDLocation
Duncan P. N. Exon Smith
2015-01-13
1
-0
/
+17
*
Rename llvm.recoverframeallocation to llvm.framerecover
Reid Kleckner
2015-01-13
1
-6
/
+6
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-0
/
+50
*
LangRef: Add usage points for distinct MDNodes
Duncan P. N. Exon Smith
2015-01-08
1
-0
/
+4
[next]