projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a testcase for pr13209. It is not a great test, but it still fails if
[oota-llvm.git]
/
docs
/
2012-07-03
Peter Collingbourne
Document the llvm.fabs intrinsic.
tree
|
commitdiff
2012-06-29
Chandler Carruth
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
tree
|
commitdiff
2012-06-29
Bill Wendling
Sphinxify the Atomics documentation.
tree
|
commitdiff
2012-06-28
Bill Wendling
Sphinxify the bitcode format document.
tree
|
commitdiff
2012-06-27
Bill Wendling
Sphinxify the exception handling doc.
tree
|
commitdiff
2012-06-26
Bill Wendling
Sphyinxify the Bugpoint document.
tree
|
commitdiff
2012-06-23
Hans Wennborg
Extend the IL for selecting TLS models (PR9788)
tree
|
commitdiff
2012-06-21
Michael J. Spencer
[docs] Sphinxify GettingStartedVS. Patch by Mikael...
tree
|
commitdiff
2012-06-21
Bill Wendling
Cleanup some encoding mishaps.
tree
|
commitdiff
2012-06-21
Bill Wendling
Sphinxify the tablegen document.
tree
|
commitdiff
2012-06-21
Bill Wendling
Sphinxify the outdated Packaging documentation.
tree
|
commitdiff
2012-06-20
Meador Inge
Put space after "code-block::".
tree
|
commitdiff
2012-06-20
Meador Inge
Removed some left over HTML tags and a '}'.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphixify the GEP FAQ.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphinxify the SegmentedStack document.
tree
|
commitdiff
2012-06-20
Bill Wendling
Move coding standards reference from development_proces...
tree
|
commitdiff
2012-06-20
Bill Wendling
Unindent list.
tree
|
commitdiff
2012-06-20
Bill Wendling
Un-indent list to remove ugly back-slash.
tree
|
commitdiff
2012-06-20
Bill Wendling
Fix the formatting a bit.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphinxify the developer policy document.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphinxify the lexicon doc.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphinxify BranchWeightMetadata document.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphinxify the LTO document.
tree
|
commitdiff
2012-06-20
Bill Wendling
Unindent list.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphinxify the AliasAnalysis document.
tree
|
commitdiff
2012-06-20
Bill Wendling
Unindent list.
tree
|
commitdiff
2012-06-20
Bill Wendling
Un-indent the list and remove ugly back-slash.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphinxify the MakefileGuide document.
tree
|
commitdiff
2012-06-20
Bill Wendling
Sphinxify the CodingStandard documentation.
tree
|
commitdiff
2012-06-19
Bill Wendling
Add Projects.rst to the toctree.
tree
|
commitdiff
2012-06-19
Bill Wendling
Use correct capitalization.
tree
|
commitdiff
2012-06-19
Bill Wendling
Indent coding examples.
tree
|
commitdiff
2012-06-19
Bill Wendling
Remove bad HTML tags. Add missing :.
tree
|
commitdiff
2012-06-19
Bill Wendling
Put flag names on one line.
tree
|
commitdiff
2012-06-19
Bill Wendling
Fix italicized text.
tree
|
commitdiff
2012-06-19
Bill Wendling
Use correct URL.
tree
|
commitdiff
2012-06-19
Bill Wendling
Fix numbering of list items.
tree
|
commitdiff
2012-06-19
Bill Wendling
Fix some Sphinx mistakes.
tree
|
commitdiff
2012-06-19
Bill Wendling
First attempt at Sphinx. Convert the Projects.html...
tree
|
commitdiff
2012-06-18
Nuno Lopes
revert r158660, since Chris has some issues with this...
tree
|
commitdiff
2012-06-18
Michael J. Spencer
[docs] Port FAQ over to Sphinx.
tree
|
commitdiff
2012-06-18
Nuno Lopes
add the 'alloc' metadata node to represent the size...
tree
|
commitdiff
2012-06-15
Michael J. Spencer
[docs] Make it pretty.
tree
|
commitdiff
2012-06-14
David Blaikie
Remove/modify C backend references from LLVM documentation.
tree
|
commitdiff
2012-06-14
David Blaikie
Remove C backend reference from the FAQ.
tree
|
commitdiff
2012-06-14
Duncan Sands
Clarify a bit that the types have to be the same. ...
tree
|
commitdiff
2012-06-12
Dmitri Gribenko
Use correct syntax highliter in code blocks. Noticed...
tree
|
commitdiff
2012-06-12
Dmitri Gribenko
FileCheck docs: remove leftover HTML markup.
tree
|
commitdiff
2012-06-06
Michael J. Spencer
[llvm-nm] Update documentation to cover object file...
tree
|
commitdiff
2012-06-06
Duncan Sands
Add a new broken compiler.
tree
|
commitdiff
2012-06-05
Benjamin Kramer
Add 3.0 and 3.1 tags to the getting started guide.
tree
|
commitdiff
2012-06-05
Lang Hames
Add a new intrinsic: llvm.fmuladd. This intrinsic repre...
tree
|
commitdiff
2012-06-02
Benjamin Kramer
Fix typos found by github.com/lyda/misspell-check
tree
|
commitdiff
2012-06-01
Jakob Stoklund Olesen
Remove the old register list functions from MCRegisterInfo.
tree
|
commitdiff
2012-05-31
Rafael Espindola
Fix typos noticed by Benjamin Kramer.
tree
|
commitdiff
2012-05-31
Rafael Espindola
Require intervals in the range metadata to be in a...
tree
|
commitdiff
2012-05-30
Chris Lattner
typo fix
tree
|
commitdiff
2012-05-27
Chris Lattner
rdar://11542750 - llvm.trap should be marked no return.
tree
|
commitdiff
2012-05-24
Jakob Stoklund Olesen
Add support for range expressions in TableGen foreach...
tree
|
commitdiff
2012-05-24
Chad Rosier
Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
tree
|
commitdiff
2012-05-24
Tobias Grosser
Add half support to LLVM (for OpenCL)
tree
|
commitdiff
2012-05-24
Bill Wendling
Remove old release notes. Ready them for additions...
tree
|
commitdiff
2012-05-24
Joel Jones
Reflect that tblgen is now llvm-tblgen
tree
|
commitdiff
2012-05-22
Nuno Lopes
revert my previous patches that introduced an additiona...
tree
|
commitdiff
2012-05-20
Nick Lewycky
Add RPO to the lexicon.
tree
|
commitdiff
2012-05-16
John Criswell
Fixed grammar for the llvm.trap intrinsic description.
tree
|
commitdiff
2012-05-15
Daniel Dunbar
[docs] Remove unsupported references to ExtraSource...
tree
|
commitdiff
2012-05-15
Bill Wendling
Add blurb for Crack.
tree
|
commitdiff
2012-05-15
Akira Hatanaka
Update MIPS' section in the release notes. Patch by...
tree
|
commitdiff
2012-05-15
Daniel Dunbar
llvm-build: Add support for non-installed libraries...
tree
|
commitdiff
2012-05-15
David Chisnall
Add some release notes about compiler-rt and libc++
tree
|
commitdiff
2012-05-14
Dan Gohman
Rename @llvm.debugger to @llvm.debugtrap.
tree
|
commitdiff
2012-05-14
Akira Hatanaka
Release notes for MIPS backend.
tree
|
commitdiff
2012-05-14
Bill Wendling
Formatting changes. Remove the '...' placeholders.
tree
|
commitdiff
2012-05-14
Bill Wendling
Add blurb about Julia.
tree
|
commitdiff
2012-05-13
Justin Holewinski
ReleaseNotes: Add info on PTX back-end
tree
|
commitdiff
2012-05-13
Jean-Daniel Dupas
Fix Xcode case (Upper X, lower c)
tree
|
commitdiff
2012-05-13
Benjamin Kramer
ReleaseNotes: Add a note about zero_undef on llvm.cttz...
tree
|
commitdiff
2012-05-13
Benjamin Kramer
ReleaseNotes: Add a blurb about llvm-mc -g and move...
tree
|
commitdiff
2012-05-13
Benjamin Kramer
ReleaseNotes: Document that LLVM was rewritten in python.
tree
|
commitdiff
2012-05-13
Benjamin Kramer
ReleaseNotes: Add bullets for removed targets. Extend...
tree
|
commitdiff
2012-05-13
Benjamin Kramer
Outline some clang 3.1 highlights off the top of my...
tree
|
commitdiff
2012-05-13
Benjamin Kramer
Add a link for every project.
tree
|
commitdiff
2012-05-13
Bill Wendling
Add blurb for LLVM D Compiler.
tree
|
commitdiff
2012-05-13
Bill Wendling
Add blurbs for pocl and TCE.
tree
|
commitdiff
2012-05-13
Bill Wendling
Add OSL blurb.
tree
|
commitdiff
2012-05-13
Bill Wendling
Add FAUST blurb.
tree
|
commitdiff
2012-05-13
Nadav Rotem
Fix the tool documentation
tree
|
commitdiff
2012-05-12
Gregory Szorc
Document Python bindings in release notes
tree
|
commitdiff
2012-05-11
Bill Wendling
Make the URL a link instead.
tree
|
commitdiff
2012-05-11
Bill Wendling
Add mention of Glasgow Haskell Compiler.
tree
|
commitdiff
2012-05-11
Duncan Sands
Some release notes for dragonegg.
tree
|
commitdiff
2012-05-11
Dan Gohman
Define a new intrinsic, @llvm.debugger. It will be...
tree
|
commitdiff
2012-05-09
Nuno Lopes
change the objectsize intrinsic signature: add a 3rd...
tree
|
commitdiff
2012-05-08
Seth Cantrell
add to 3.1 release notes
tree
|
commitdiff
2012-05-08
Daniel Dunbar
Revert r156393, "[tests] Remove some remaining DejaGNU...
tree
|
commitdiff
2012-05-08
Daniel Dunbar
[tests] Remove some remaining DejaGNU related cruft.
tree
|
commitdiff
2012-05-08
Daniel Dunbar
[docs] Remove POD based man page docs (and build system...
tree
|
commitdiff
2012-05-08
Daniel Dunbar
[docs] Add support for building man pages using Sphinx.
tree
|
commitdiff
2012-05-08
Daniel Dunbar
[docs] Integrate the command guide into the toctree.
tree
|
commitdiff
next