index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-26
AMDGPU/SI: Add hsa code object directives
Tom Stellard
1
-0
/
+26
2015-06-25
Make llvm-dwarfdump exit with non-zero exit code if error was occured.
Alexey Samsonov
1
-2
/
+2
2015-06-22
docs: Update allowed values for LLVM_USE_SANITIZER
Justin Bogner
1
-2
/
+2
2015-06-22
[NFC] Capitalization in documentation.
Sanjoy Das
1
-1
/
+1
2015-06-22
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
1
-2
/
+2
2015-06-19
Fix "the the" in comments.
Eric Christopher
2
-2
/
+2
2015-06-17
[docs] Fix "WARNING: Title underline too short."
David Majnemer
1
-1
/
+1
2015-06-17
Move the personality function from LandingPadInst to Function
David Majnemer
2
-15
/
+24
2015-06-15
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
1
-0
/
+9
2015-06-15
Unbreak docs build from r239740.
Sanjoy Das
1
-0
/
+4
2015-06-15
Unbreak the build from r239740.
Sanjoy Das
1
-1
/
+1
2015-06-15
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
1
-0
/
+54
2015-06-13
R600 -> AMDGPU rename
Tom Stellard
4
-11
/
+11
2015-06-12
R600/SI: Add assembler support for FLAT instructions
Tom Stellard
1
-0
/
+5
2015-06-06
[TableGen] Correct the documentation for 'foreach' in the Language Intro.
Craig Topper
1
-1
/
+1
2015-06-04
[docs] Document "LGTM" in the lexicon.
Sean Silva
1
-0
/
+4
2015-06-02
[IR/AsmWriter] Output escape sequences if the first character isdigit()
Filipe Cabecinhas
1
-0
/
+5
2015-05-29
[docs] fix the declarations of the llvm.nvvm.ptr.gen.to.* intrinsics
Jingyue Wu
1
-4
/
+4
2015-05-29
[YAMLIO] Make line-wrapping configurable and test it.
Frederic Riss
1
-3
/
+11
2015-05-28
Update documentation for llvm-profdata.
Diego Novillo
1
-0
/
+30
2015-05-27
Add some more detailed docs about the current state of Phabricator and
Chandler Carruth
1
-1
/
+11
2015-05-26
Add initial support for the convergent attribute.
Owen Anderson
1
-0
/
+7
2015-05-26
[lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity)
Kostya Serebryany
1
-1
/
+1
2015-05-26
[lib/Fuzzer] fix docs
Kostya Serebryany
1
-3
/
+3
2015-05-22
[lib/Fuzzer] mention the user-supplied mutators
Kostya Serebryany
1
-0
/
+8
2015-05-21
Document the CoreCLR GC Strategy
Swaroop Sridhar
1
-0
/
+23
2015-05-20
[doc] Update Lexicon with C++ unwinder acronyms
Nick Kledzik
1
-0
/
+21
2015-05-20
[lib/Fuzzer] more docs
Kostya Serebryany
1
-2
/
+25
2015-05-19
Dereferenceable, dereferenceable_or_null metadata for loads
Sanjoy Das
1
-1
/
+20
2015-05-19
Fix documentation for Set-Like Containers
Artyom Skrobov
1
-10
/
+26
2015-05-15
Doxygen: Enable autobrief feature and update coding standards.
Matthias Braun
2
-16
/
+17
2015-05-14
docs: Fix up some .rst formatting
Justin Bogner
1
-3
/
+3
2015-05-14
Add a missing piece of existing practice to the developer policy. This may ne...
Nick Lewycky
1
-0
/
+5
2015-05-14
YAML: Add support for literal block scalar I/O.
Alex Lorenz
1
-0
/
+50
2015-05-14
Fixed some typos and broken links in source level debugging docs.
Michael Kuperstein
2
-11
/
+13
2015-05-13
[lib/Fuzzer] update docs about test corpuses in git
Kostya Serebryany
1
-0
/
+24
2015-05-13
[Statepoints][Docs] Fix a couple of out of date examples.
Sanjoy Das
1
-5
/
+5
2015-05-13
[Statepoints][Docs] Fix typo: change a period to a comma.
Sanjoy Das
1
-1
/
+1
2015-05-13
[PlaceSafepoints] New attributes for patchable statepoints.
Sanjoy Das
1
-0
/
+15
2015-05-13
[PlaceSafepoints] Update docs for r237214.
Sanjoy Das
1
-4
/
+4
2015-05-13
Add function entry count metadata.
Diego Novillo
1
-0
/
+23
2015-05-12
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
1
-6
/
+24
2015-05-12
[Statepoints] Split the calling convention and statepoint flags operand to ST...
Pat Gavlin
1
-0
/
+6
2015-05-12
[lib/Fuzzer] guess the right number of workers if -jobs=N is given but -worke...
Kostya Serebryany
1
-6
/
+4
2015-05-11
[Docs] Fix scoped noalias example
Adam Nemet
1
-1
/
+1
2015-05-08
Fix a docs build break introduced by rL236888.
Pat Gavlin
1
-1
/
+1
2015-05-08
Extend the statepoint intrinsic to allow statepoints to be marked as transiti...
Pat Gavlin
1
-9
/
+104
2015-05-07
Update CMake flags, LibFuzzer comments and docs for new -fsanitize-coverage= ...
Alexey Samsonov
1
-4
/
+5
2015-05-07
Masked Gather and Scatter intrinsics - updated documentation.
Elena Demikhovsky
1
-2
/
+113
2015-05-06
[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more un...
Kostya Serebryany
1
-5
/
+5
[prev]
[next]