index
:
~grigorig/llvm
controlflow
master
Mostly R600/SI bugfixes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Minor edits to the llvm-cov documentation.
Bob Wilson
1
-9
/
+9
2015-04-18
docs: Update Kaleidoscope for recent DI changes
Duncan P. N. Exon Smith
1
-26
/
+26
2015-04-17
[LangRef] Remove redundant and inconsistent condition.
Sean Silva
1
-1
/
+1
2015-04-16
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
1
-0
/
+13
2015-04-16
Editorial changes in the programmers manual.
Charlie Turner
1
-4
/
+5
2015-04-15
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
1
-9
/
+3
2015-04-14
Correct 'teh' and other typos / repeated words.
Ed Maste
7
-10
/
+10
2015-04-13
[docs] Update outdated ExtendingLLVM.rst
David Blaikie
1
-37
/
+60
2015-04-10
[lib/Fuzzer] Section: How good is my fuzzer?
Kostya Serebryany
1
-0
/
+15
2015-04-10
[lib/Fuzzer] explain compatibility with AFL
Kostya Serebryany
1
-0
/
+10
2015-04-08
[lib/Fuzzer] show how to find Heartbleed with LibFuzzer
Kostya Serebryany
1
-0
/
+63
2015-04-08
R600/SI: Initial support for assembler and inline assembly
Tom Stellard
1
-7
/
+53
2015-04-06
Use a comma after the unique keyword.
Rafael Espindola
1
-2
/
+2
2015-04-04
Implement unique sections with an unique ID.
Rafael Espindola
1
-0
/
+23
2015-04-03
[WinEH] Sink UnwindHelp completely out of IR
David Majnemer
1
-12
/
+0
2015-04-02
[WinEH] Make llvm.eh.actions use frameescape indices for catch params
Reid Kleckner
1
-12
/
+16
2015-04-02
Fix typo and reword in LangRef
Eli Bendersky
1
-3
/
+3
2015-04-01
[fuzzer] document the -tokens flag. Also change the diagnostic output
Kostya Serebryany
1
-0
/
+22
2015-03-31
[docs] Fix typo.
Sean Silva
2
-2
/
+2
2015-03-31
[WinEH] Generate .xdata for catch handlers
David Majnemer
1
-11
/
+0
2015-03-31
[fuzzer] more documentation
Kostya Serebryany
1
-18
/
+144
2015-03-31
[docs] add cross-reference
Scott Douglass
1
-1
/
+3
2015-03-30
Move lib/Fuzzer docs from a README.txt to a proper .rst file.
Kostya Serebryany
2
-0
/
+132
2015-03-30
Explain how to abandon a review.
Paul Robinson
1
-1
/
+14
2015-03-30
Fix Sphinx warning " Title underline too short.".
Rafael Espindola
1
-1
/
+1
2015-03-27
WinEH: Create a parent frame alloca for HandlerType xdata tables
David Majnemer
1
-0
/
+11
2015-03-26
[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Sanjoy Das
2
-0
/
+25
2015-03-25
WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tables
Reid Kleckner
1
-0
/
+12
2015-03-19
docs: Update llvm-cov docs for the -use-color flag
Justin Bogner
1
-4
/
+4
2015-03-18
Update 3.7 Release Note mentionning the non-optionality of the DataLayout
Mehdi Amini
1
-2
/
+6
2015-03-17
docs: Update LangRef and SourceLevelDebugging
Duncan P. N. Exon Smith
2
-672
/
+210
2015-03-17
[docs] Fix some malformed links.
Sean Silva
2
-2
/
+2
2015-03-17
[docs] Fix copy-and-paste bug in def-use example
Adam Nemet
1
-1
/
+1
2015-03-15
Adding commit msg guidelines to dev policy
Renato Golin
1
-2
/
+56
2015-03-14
Update LangRef now that a DataLayout is mandatory.
Mehdi Amini
1
-41
/
+42
2015-03-14
A few minor updates based on feedback from Justin and a few things I thought ...
Chris Bieneman
2
-25
/
+47
2015-03-13
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
1
-2
/
+2
2015-03-13
Updating GettingStarted documentation to reference CMake as the preferred way...
Chris Bieneman
3
-205
/
+455
2015-03-12
[docs] Update the doxygen configuration file.
Logan Chien
5
-1292
/
+1527
2015-03-12
[autoconf] Refine doxygen document options.
Logan Chien
1
-4
/
+11
2015-03-12
docs: Fix a typo in my previous commit
Justin Bogner
1
-1
/
+1
2015-03-12
docs: Document the llvm-cov show and report commands
Justin Bogner
1
-21
/
+191
2015-03-12
Make llvm.eh.actions an intrinsic and add docs for it
Reid Kleckner
1
-0
/
+41
2015-03-12
docs: Try to fix a couple of internal links in the llvm-profdata manual
Justin Bogner
1
-4
/
+4
2015-03-11
Fix too short title underline reported by build-bot.
Dan Liew
1
-1
/
+1
2015-03-11
Inspired by r231891, use gender neutral pronouns in the places I've
Chandler Carruth
1
-3
/
+3
2015-03-09
Introduce runtime unrolling disable matadata and use it to mark the scalar lo...
Kevin Qin
1
-0
/
+10
2015-03-06
CodingStyle: Allow delegating ctors
Benjamin Kramer
1
-0
/
+2
2015-03-05
All FileCheck directives allow patterns.
Paul Robinson
1
-1
/
+1
2015-03-05
Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
1
-11
/
+13
[next]