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
/
ProgrammersManual.rst
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libFuzzer] remove large examples from the libFuzzer docs and link to the lib...
Kostya Serebryany
2016-10-27
1
-0
/
+1
*
[docs] Avoid repetition of 'considerable' in Error docs.
Lang Hames
2016-10-25
1
-10
/
+10
*
[docs] Use consistent style for "do more stuff" in Error docs examples.
Lang Hames
2016-10-25
1
-5
/
+8
*
[docs] Fix yet another Error docs formatting issue...
Lang Hames
2016-10-25
1
-1
/
+2
*
[docs] Fix a few more Error docs formatting issues.
Lang Hames
2016-10-25
1
-5
/
+6
*
[docs] Fix a missing code-block in the new Error docs.
Lang Hames
2016-10-25
1
-8
/
+10
*
[docs] Fix a couple of typos in the new Error docs.
Lang Hames
2016-10-25
1
-2
/
+2
*
[docs] Add more Error documentation to the Programmer's Manual.
Lang Hames
2016-10-25
1
-48
/
+356
*
Fixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)
Andrey Bokhanko
2016-09-02
1
-1
/
+1
*
[Docs] Fix another typo in the Error/Expected docs.
Lang Hames
2016-09-02
1
-2
/
+2
*
[Docs] Fix a couple of typos in the Error/Expected docs.
Lang Hames
2016-09-02
1
-4
/
+4
*
fix incorrect xref in sphinx doc
Etienne Bergeron
2016-07-13
1
-1
/
+1
*
[docs] Fix up a broken link.
Sean Silva
2016-07-09
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-5
/
+0
*
Try to fix ODR violation of ErrorInfo::ID
Reid Kleckner
2016-03-24
1
-0
/
+3
*
[docs] Clarify Error example in Programmer's Manual.
Lang Hames
2016-03-24
1
-4
/
+6
*
docs: Fix a missing language in a code-block
Justin Bogner
2016-03-23
1
-1
/
+1
*
[docs] Fix typo in ProgrammersManual.rst
Vedant Kumar
2016-03-23
1
-1
/
+1
*
[Docs] Clarify boolean conversion for Error and Expected<T> in the Programmer's
Lang Hames
2016-03-23
1
-4
/
+16
*
[Support] Add the 'Error' class for structured error handling.
Lang Hames
2016-03-16
1
-0
/
+168
*
Fix some typos in the llvm doc
Sylvestre Ledru
2016-02-14
1
-2
/
+2
*
The --debug-only option now takes a comma separated list of debug types.
Christof Douma
2016-01-12
1
-1
/
+5
*
docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManual
Justin Bogner
2015-10-15
1
-18
/
+10
*
Reverting r243386 because it has serious post-commit concerns that have not b...
Aaron Ballman
2015-07-29
1
-2
/
+1
*
Adding ADT SortedVector; client patch will follow.
Puyan Lotfi
2015-07-28
1
-1
/
+2
*
Fix PR24099 reported by Tomas Brukner.
Yaron Keren
2015-07-12
1
-1
/
+1
*
Fix documentation for Set-Like Containers
Artyom Skrobov
2015-05-19
1
-10
/
+26
*
Editorial changes in the programmers manual.
Charlie Turner
2015-04-16
1
-4
/
+5
*
Correct 'teh' and other typos / repeated words.
Ed Maste
2015-04-14
1
-2
/
+2
*
[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Sanjoy Das
2015-03-26
1
-0
/
+16
*
[docs] Fix copy-and-paste bug in def-use example
Adam Nemet
2015-03-17
1
-1
/
+1
*
docs: Mention that assertions must be enabled to use the -stats flag
Justin Bogner
2015-02-21
1
-0
/
+3
*
[docs] Use slightly more proper .rst markup
Sean Silva
2015-01-28
1
-3
/
+3
*
Introduce a section to the programmers manual about type hierarchies,
Chandler Carruth
2015-01-28
1
-0
/
+70
*
ProgrammersManual.rst: fix a typo
Hans Wennborg
2015-01-17
1
-1
/
+1
*
Update my previous commit to fit 80 cols...
Sylvestre Ledru
2014-09-25
1
-1
/
+2
*
Details that -debug-only is not available when LLVM is built with --enable-op...
Sylvestre Ledru
2014-09-25
1
-0
/
+2
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
ProgrammersManual: the flag is called -debug-only
Hans Wennborg
2014-08-23
1
-1
/
+1
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+3
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-3
/
+2
*
Remove rules against std::function from the programmer's manual
Reid Kleckner
2014-07-17
1
-12
/
+8
*
ADT: Add MapVector::remove_if
Duncan P. N. Exon Smith
2014-07-15
1
-2
/
+4
*
ADT: Fix MapVector::erase()
Duncan P. N. Exon Smith
2014-07-15
1
-1
/
+1
*
Re-apply r211287: Remove support for LLVM runtime multi-threading.
Chandler Carruth
2014-06-27
1
-41
/
+4
*
Revert r211287, "Remove support for LLVM runtime multi-threading."
NAKAMURA Takumi
2014-06-24
1
-4
/
+41
*
Remove support for LLVM runtime multi-threading.
Zachary Turner
2014-06-19
1
-41
/
+4
*
Kill the LLVM global lock.
Zachary Turner
2014-06-19
1
-5
/
+0
*
Revert r211066, 211067, 211068, 211069, 211070.
Zachary Turner
2014-06-16
1
-4
/
+47
*
Programmer's Manual changes.
Zachary Turner
2014-06-16
1
-47
/
+4
[prev]
[next]