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
2010-10-04
Update
Bill Wendling
2010-10-04
Update release notes for 2.8 release.
Bill Wendling
2010-09-28
Document that Pass(char*) got replaced with Pass(char&).
Torok Edwin
2010-09-07
$ svn merge -c 113303 https://llvm.org/svn/llvm-project/llvm/trunk
Bill Wendling
2010-09-02
this is a release note worthy change.
Chris Lattner
2010-09-02
updates to make it clear that this applies to clang and other llvm subprojects.
Chris Lattner
2010-09-01
update the tutorial to use CreateFAdd to create fp operations.
Chris Lattner
2010-08-31
Stack slot access methods are in TargetInstrInfo.
Jakob Stoklund Olesen
2010-08-31
Update the Ada instructions to LLVM 2.7 (from LLVM 2.5).
Duncan Sands
2010-08-30
Update the descriptions of NoModRef and ModRef to be consistent
Dan Gohman
2010-08-30
Remove a hack that tries to understand incorrect triples from the
Duncan Sands
2010-08-28
remove the MSIL backend. It isn't maintained, is buggy, has no testcases
Chris Lattner
2010-08-28
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
2010-08-20
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-20
Make the SCC printing passes use errs() instead of outs(), as the
Dan Gohman
2010-08-17
fix a broken link
Chris Lattner
2010-08-17
add some 's to a pre to avoid newlines being eaten
Chris Lattner
2010-08-09
CMake: document how to incorporate LLVM into the cmake project of an
Oscar Fuentes
2010-08-09
CMake: documented testing procedure
Oscar Fuentes
2010-08-08
Add a opt-args option that can be used to pass arguments to every opt
Rafael Espindola
2010-08-08
s/libLLVMgold/LLVMgold/g
Rafael Espindola
2010-08-06
Fix missing </a> tag error introduced by addition of LowerAtomic pass.
Peter Collingbourne
2010-08-05
Document results of PR7762.
Eric Christopher
2010-08-04
Add a note about the changing pass registration interface.
Owen Anderson
2010-08-04
Delete mkpatch. Everything it does is already done by svn diff by default.
Dan Gohman
2010-08-04
Remove a link which is no longer relevant.
Dan Gohman
2010-08-04
Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed.
Torok Edwin
2010-08-03
Add an atomic lowering pass
Peter Collingbourne
2010-08-02
docs/TestingGuide: Minimal update to describe 'lit' based regression testing
Daniel Dunbar
2010-08-02
docs/TestingGuide: Rip out description of old nightly tester infrastructure. The
Daniel Dunbar
2010-08-01
Fix word choice.
Nick Lewycky
2010-07-30
Grammar cop pullover: Corrected and improved some grammar in the description of
John Criswell
2010-07-26
re-commit r109220, the compile error has already been fixed
Gabor Greif
2010-07-24
Document BUILD_EXAMPLES makefile variable
Peter Collingbourne
2010-07-22
Add new RegionInfo pass.
Tobias Grosser
2010-07-21
Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...
Owen Anderson
2010-07-21
First stab at updating the documentation for INITIALIZE_PASS().
Owen Anderson
2010-07-21
Disallow null as a named metadata operand.
Dan Gohman
2010-07-21
strip out the 2.7 release notes, this really is the 2.8 release notes
Chris Lattner
2010-07-21
appease Validator
Gabor Greif
2010-07-21
add info on operand rotation
Gabor Greif
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-14
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-13
Fix the Named Metadata example to make it clear which specific
Dan Gohman
2010-07-13
Fix compile unit in example. Thanks Renato Golin!
Devang Patel
2010-07-13
HTML cleanup and validation.
Benjamin Kramer
2010-07-13
When doing sext/zext of constants, the target type must be strictly
Duncan Sands
2010-07-11
Remove TargetInstrInfo::copyRegToReg entirely.
Jakob Stoklund Olesen
2010-07-11
sdiv overflow is outright undefined behavior, with or without the
Dan Gohman
2010-07-08
Tweak some docs now that the default build is called Debug+Asserts.
Duncan Sands
[next]