index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2011-04-07
Update the release notes.
release_29
Bill Wendling
2011-03-31
Mention the 2.9 release.
Bill Wendling
2011-03-07
Clarify that the result of an srem is only guaranteed to have the same sign a...
Duncan Sands
2011-03-07
Fix tagging name.
Bill Wendling
2011-03-06
remove another jeff link
Chris Lattner
2011-03-05
remove jeff's name (by his request)
Chris Lattner
2011-03-02
Support for parallel compilation (/MP) when using the VS IDE.
Oscar Fuentes
2011-03-02
Small cleanup.
Bill Wendling
2011-02-28
Update the documentation on "How to Release LLVM". It lays out a new way of
Bill Wendling
2011-02-27
Fix typo pointed out in pr9339.
Duncan Sands
2011-02-24
Enable support for vector sext and trunc:
Nadav Rotem
2011-02-20
Remove the link to Projects.html. It is useless for people working on
Oscar Fuentes
2011-02-20
Fix 9267; Add vector zext support.
Nadav Rotem
2011-02-20
Fix typo.
Nick Lewycky
2011-02-17
Fix thinko, basic blocks are SESE. The exits may have many edges though.
Nick Lewycky
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
Minor fixes to tutorial, patch by Benjamin Meyer!
Chris Lattner
2011-02-13
Adapt docs to '-loopsimplify -> -loop-simplify' change
Tobias Grosser
2011-02-11
attempt to capture recent discussion about overflow and inbounds geps.
Chris Lattner
2011-02-09
Don't run ocamldoc if it's not installed
Erick Tryzelaar
2011-02-09
fix typo
Chris Lattner
2011-02-09
Add testing stuff to CMake documents.
NAKAMURA Takumi
2011-02-07
implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.
Chris Lattner
2011-02-06
enhance vmcore to know that udiv's can be exact, and add a trivial
Chris Lattner
2011-02-03
Update docs to match reality.
Devang Patel
2011-02-01
Document the LLVM GIT mirror
Anton Korobeynikov
2011-02-01
Remove stale references of obsolete @llvm.dbg.variable.
Devang Patel
2011-01-29
Most browsers eliminate whitespace between anchor tags. Force whitespace with
Nick Lewycky
2011-01-21
Handles libffi on the CMake build.
Oscar Fuentes
2011-01-18
finish a sentence.
Chris Lattner
2011-01-15
Add a clarification about merging constants with and without unnamed_addr.
Rafael Espindola
2011-01-08
Don't document exactly how virtual registers are represented as integers. Code
Jakob Stoklund Olesen
2011-01-08
First step in fixing PR8927:
Rafael Espindola
2011-01-07
Rename lisp-like functions as suggested by Gabor Greif as loooong time
David Greene
2011-01-03
Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...
Owen Anderson
2011-01-03
We can count properly.
Owen Anderson
2011-01-03
Reapply 122341 to fix PR8199 now that clang changes are in.
David Greene
2011-01-03
Further expand what a call graph pass may do.
Nick Lewycky
2011-01-03
Permit CallGraphSCCPasses readonly access to the direct callers of the functions
Nick Lewycky
2011-01-01
Correct a bunch of mistakes which meant that the example pass didn't
Duncan Sands
2011-01-01
I was unable to get the instructions to work if LLVM was built
Duncan Sands
2011-01-01
Clarify that the loadable module turns up in the top-level directory,
Duncan Sands
2011-01-01
Add a reference to the OCamlLangImpl8.
Erick Tryzelaar
2011-01-01
Add an OCaml tutorial page 8
Erick Tryzelaar
2010-12-28
Integers are primitive types. Update the documentation to state this
Tobias Grosser
2010-12-21
Revert 122341. It breaks some darwin tests.
David Greene
2010-12-21
Fix PR 8199. This patch prepends the build tool dir to LLVM programs
David Greene
2010-12-21
Grammar corrections and some formatting changes.
Bill Wendling
2010-12-20
Update the target feature matrix to reflect some new features in the MBlaze b...
Wesley Peck
2010-12-20
New cmake option LLVM_APPEND_VC_REV for controlling when the VC
Oscar Fuentes
[next]