Daniel Sanders
a4d18fc606
Added release notes for MIPS.
...
llvm-svn: 213749
2014-07-23 12:59:26 +00:00
Mark Heffernan
9d20e42765
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
...
llvm-svn: 213588
2014-07-21 23:11:03 +00:00
Cameron McInally
0c01caa2ad
Update ReleaseNotes to mention Atomic NAND semantic changes.
...
llvm-svn: 212635
2014-07-09 18:29:55 +00:00
Rafael Espindola
d0afc22c8b
Expand the note about llvm-ar now that inline asm works.
...
llvm-svn: 212292
2014-07-03 21:34:25 +00:00
Eli Bendersky
5d5e18da3e
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
...
[LLVM part]
These patches rename the loop unrolling and loop vectorizer metadata
such that they have a common 'llvm.loop.' prefix. Metadata name
changes:
llvm.vectorizer.* => llvm.loop.vectorizer.*
llvm.loopunroll.* => llvm.loop.unroll.*
This was a suggestion from an earlier review
(http://reviews.llvm.org/D4090 ) which added the loop unrolling
metadata.
Patch by Mark Heffernan.
llvm-svn: 211710
2014-06-25 15:41:00 +00:00
Rafael Espindola
1e312c7afe
Be a bit more specific in the release notes.
...
llvm-svn: 207981
2014-05-05 17:53:29 +00:00
Rafael Espindola
595f54205c
Remove the -disable-cfi option.
...
This also add a release note about it. If this stays I will cleanup MC
next week.
llvm-svn: 207977
2014-05-05 17:33:26 +00:00
Renato Golin
3a077ebf00
Update release notes with EHABI current behaviour
...
llvm-svn: 204598
2014-03-24 11:02:38 +00:00
Renato Golin
7c9d0508cb
Add IAS/EHABI changes to release notes
...
llvm-svn: 204134
2014-03-18 10:16:15 +00:00
Rafael Espindola
a51f0f8367
Now that it is possible, use the mangler in IRObjectFile.
...
A really simple patch marks the end of a lot of yak shaving :-)
llvm-svn: 202463
2014-02-28 02:17:23 +00:00
Rafael Espindola
48fa6ed153
Make DisableIntegratedAS a TargetOption.
...
This replaces the old NoIntegratedAssembler with at TargetOption. This is
more flexible and will be used to forward clang's -no-integrated-as option.
llvm-svn: 201836
2014-02-21 03:13:54 +00:00
Daniel Sanders
66d797af1f
Added release note about making all inline assembly parsed (even for assembly
...
output) when the integrated assembler is enabled.
llvm-svn: 201770
2014-02-20 09:24:15 +00:00
Rafael Espindola
b4eec1daa1
Remove support for not using .loc directives.
...
Clang itself was not using this. The only way to access it was via llc.
llvm-svn: 200862
2014-02-05 18:00:21 +00:00
Venkatraman Govindaraju
5a96c87b7e
Add a note about Clang+LLVM on Sparc64.
...
llvm-svn: 200699
2014-02-03 15:28:26 +00:00
Renato Golin
bfcefb39db
Document EHABI enabled by default
...
llvm-svn: 200390
2014-01-29 12:04:13 +00:00
Rafael Espindola
1840ad4e57
Add a note about the old asm printer being removed.
...
llvm-svn: 198960
2014-01-10 22:06:26 +00:00
Bill Wendling
70d39e6fa3
Update to reflect the next release.
...
llvm-svn: 195235
2013-11-20 10:10:50 +00:00
Daniel Sanders
151f06d80d
[mips][msa] Add MSA to the release notes.
...
llvm-svn: 195001
2013-11-18 10:38:47 +00:00
Matt Arsenault
b83422612a
Mention address space related changes in release notes.
...
llvm-svn: 194904
2013-11-16 00:36:46 +00:00
Kai Nacke
ec6e392975
Add external project LDC to release notes.
...
LDC, the LLVM-based D compiler, is already using LLVM 3.4.
llvm-svn: 194665
2013-11-14 05:57:40 +00:00
Matt Arsenault
72c83a867c
Add new FileCheck feature to 3.4 release notes
...
llvm-svn: 194456
2013-11-12 08:05:30 +00:00
Chandler Carruth
c089d826d9
Add the fact that we anticipate switching to use (some subset of) C++11
...
after the 3.4 release to the release notes. See the *lengthy* llvmdev
and cfe-dev threads on this subject. There will be more emails,
discussion and announcements, but I want to make noise in as many places
as I can to get everyone's concerns voiced and understood.
llvm-svn: 194183
2013-11-07 00:23:08 +00:00
Rafael Espindola
b2be0b41af
Add a release not about llvm-ar.
...
Thanks to Bill Wendling for the reminder.
llvm-svn: 187794
2013-08-06 13:16:28 +00:00
Nadav Rotem
eae928acd2
Update the release notes about the status of the vectorizers.
...
llvm-svn: 187714
2013-08-05 04:31:05 +00:00
Rafael Espindola
2a2a0973b8
Use pipefail when available.
...
This change makes test with RUN lines like
RUN: opt ... | FileCheck
fail if opt fails, even if it prints what FileCheck wants. Enabling this
found some interesting cases of broken tests that were not being noticed
because opt (or some other tool) was crashing late.
Pipefail is used when the shell supports it or when using the internal
python based tester.
llvm-svn: 187261
2013-07-26 22:32:58 +00:00
Ahmed Bougacha
b08b115c4a
docs: cleanup VS 2008 release note.
...
Remove trailing ')'. Sorry about all that, should be good now!
llvm-svn: 186965
2013-07-23 17:32:57 +00:00
Ahmed Bougacha
bc4d7134f4
docs: Correct reST link.
...
llvm-svn: 186963
2013-07-23 17:28:35 +00:00
Ahmed Bougacha
e17ecff3c4
Update docs to drop support for VS 2008.
...
llvm-svn: 186961
2013-07-23 17:25:26 +00:00
Meador Inge
d554a49042
Add a release note for removing the simplify-libcalls pass.
...
llvm-svn: 184522
2013-06-21 03:08:23 +00:00
Michael Gottesman
dd6716cd51
[ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now IEEE 754R-2008 compliant and that the relevant method renaming occurred.
...
For more information see r184449, r184350, r184356, r184366.
llvm-svn: 184452
2013-06-20 18:47:51 +00:00
Bill Wendling
af8c57c7b3
We are now in 3.4 land. We don't need the 3.3 releaese notes in ToT anymore.
...
llvm-svn: 183210
2013-06-04 06:12:31 +00:00
Ashok Thirumurthi
29d9318c0c
Added a sub-project status update section to the release notes with details
...
on the LLDB 3.3 release.
Reviewed by: Greg Clayton and Bill Wendling
llvm-svn: 182931
2013-05-30 14:23:07 +00:00
Kai Nacke
4157b371f6
Add LDC compiler to list of external OS projects using LLVM 3.3
...
llvm-svn: 182718
2013-05-26 17:37:43 +00:00
Arnaud A. de Grandmaison
ca08b076f3
Add Jade to the list of external projects using LLVM in the release notes.
...
Patch by: Antoine Lorence <Antoine.Lorence@insa-rennes.fr>
llvm-svn: 181886
2013-05-15 14:05:01 +00:00
Andrew Trick
1fc397f532
Add two points to release notes about recent command line library changes.
...
Patch by Dan Liew!
llvm-svn: 181335
2013-05-07 17:34:35 +00:00
Richard Sandiford
b11f9274ee
Mention SystemZ in the release notes
...
llvm-svn: 181328
2013-05-07 15:52:32 +00:00
Rafael Espindola
c2565855ff
Note that EH is now supported in MCJIT.
...
llvm-svn: 181305
2013-05-07 12:29:17 +00:00
Pekka Jaaskelainen
b531a11701
Added pocl and TCE blurbs to the ReleaseNotes.
...
llvm-svn: 181001
2013-05-03 07:37:04 +00:00
Nadav Rotem
4b01c3a45d
Update the release notes about the min/max reductions that Arnold added.
...
llvm-svn: 180805
2013-04-30 21:04:04 +00:00
Nadav Rotem
2ee204d91d
Update the release notes about the vectorizers.
...
llvm-svn: 179564
2013-04-15 22:10:39 +00:00
Jakob Stoklund Olesen
8ef2419d60
Mention the new TableGen pattern format in the release notes.
...
Make threats about removing the old syntax.
llvm-svn: 177848
2013-03-25 00:36:53 +00:00
Matthew Curtis
a8b88cc0a8
ReleaseNotes: Tweak hexagonv2/hexagonv3 removal note.
...
llvm-svn: 177284
2013-03-18 13:08:24 +00:00
Matthew Curtis
e2228a7048
ReleaseNotes: Add Hexagon Target section
...
And mention removal of hexagonv2 and hexagonv3 support (r176859).
llvm-svn: 176860
2013-03-12 12:20:51 +00:00
Sean Silva
cf6848f112
[docs] Use reST link instead of direct HTML link.
...
llvm-svn: 176108
2013-02-26 18:22:18 +00:00
Bill Wendling
a361c9dd30
Add a blurb about the attributes changes to the release notes.
...
llvm-svn: 175075
2013-02-13 21:10:15 +00:00
Tim Northover
fb6f08d5bb
Mention AArch64 in release notes for 3.3
...
llvm-svn: 175055
2013-02-13 12:46:32 +00:00
Tom Stellard
72fffbab66
ReleaseNotes: Add section for R600 backend
...
llvm-svn: 174764
2013-02-08 22:24:41 +00:00
Sean Silva
5672a3755b
[ReleaseNotes] tidy up organization and formatting
...
llvm-svn: 174587
2013-02-07 05:56:46 +00:00
Nadav Rotem
d58a614be5
Update Release notes regarding TTI.
...
llvm-svn: 174586
2013-02-07 05:44:58 +00:00
Nadav Rotem
e56b05822d
Document the loop vectorizer changes.
...
llvm-svn: 174585
2013-02-07 05:42:31 +00:00