Rafael Espindola
78ec7d3e35
Clear the llvm release notes to make room for 3.6.
...
llvm-svn: 216292
2014-08-22 21:57:38 +00:00
Bill Schmidt
fbe4c7a50b
Clarify in PowerPC release notes that 32-bit PIC support is incomplete.
...
As requested, changing this wording slightly.
Thanks,
Bill
llvm-svn: 214430
2014-07-31 20:04:51 +00:00
Bill Schmidt
845037172d
Wrong heading level for PowerPC changes in release notes
...
Oops. Used the wrong heading level by mistake.
Thanks,
Bill
llvm-svn: 214405
2014-07-31 15:20:30 +00:00
Bill Schmidt
cf01232b12
Release Notes: Overriding PPC64 and PPC64LE ABI defaults is not yet supported.
...
I wrongly included a description of a patch that came in after 3.5 branched
and has not been backported.
Thanks,
Bill
llvm-svn: 214404
2014-07-31 15:17:33 +00:00
Bill Schmidt
4b14512dd4
Add PowerPC release notes for 3.5.
...
Here's my take on 3.5 changes for PowerPC. Others please feel free to add,
edit, delete as desired.
Thanks,
Bill
llvm-svn: 214403
2014-07-31 14:38:17 +00:00
Daniel Sanders
8566b88442
Added release notes for MIPS.
...
llvm-svn: 213749
2014-07-23 12:59:26 +00:00
Mark Heffernan
2ae2a57274
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
...
llvm-svn: 213588
2014-07-21 23:11:03 +00:00
Cameron McInally
b2897c66f8
Update ReleaseNotes to mention Atomic NAND semantic changes.
...
llvm-svn: 212635
2014-07-09 18:29:55 +00:00
Rafael Espindola
8be3f742cc
Expand the note about llvm-ar now that inline asm works.
...
llvm-svn: 212292
2014-07-03 21:34:25 +00:00
Eli Bendersky
def2619060
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
093acf5c3f
Be a bit more specific in the release notes.
...
llvm-svn: 207981
2014-05-05 17:53:29 +00:00
Rafael Espindola
76906d2b9e
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
0c2e68784a
Update release notes with EHABI current behaviour
...
llvm-svn: 204598
2014-03-24 11:02:38 +00:00
Renato Golin
1ffbd3a5f9
Add IAS/EHABI changes to release notes
...
llvm-svn: 204134
2014-03-18 10:16:15 +00:00
Rafael Espindola
e3d6551059
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
8b43142712
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
42b55aa80c
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
98165a6a91
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
f90939c8d9
Add a note about Clang+LLVM on Sparc64.
...
llvm-svn: 200699
2014-02-03 15:28:26 +00:00
Renato Golin
7e3b0bd21b
Document EHABI enabled by default
...
llvm-svn: 200390
2014-01-29 12:04:13 +00:00
Rafael Espindola
4746cd5531
Add a note about the old asm printer being removed.
...
llvm-svn: 198960
2014-01-10 22:06:26 +00:00
Bill Wendling
6373ea3e86
Update to reflect the next release.
...
llvm-svn: 195235
2013-11-20 10:10:50 +00:00
Daniel Sanders
4826d2b987
[mips][msa] Add MSA to the release notes.
...
llvm-svn: 195001
2013-11-18 10:38:47 +00:00
Matt Arsenault
733e6d6386
Mention address space related changes in release notes.
...
llvm-svn: 194904
2013-11-16 00:36:46 +00:00
Kai Nacke
7ce6005736
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
eebb9d15c4
Add new FileCheck feature to 3.4 release notes
...
llvm-svn: 194456
2013-11-12 08:05:30 +00:00
Chandler Carruth
052823c572
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
ec284fec38
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
cc36bd142d
Update the release notes about the status of the vectorizers.
...
llvm-svn: 187714
2013-08-05 04:31:05 +00:00
Rafael Espindola
2cf6d36f16
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
0591744b98
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
a53f182294
docs: Correct reST link.
...
llvm-svn: 186963
2013-07-23 17:28:35 +00:00
Ahmed Bougacha
3041073b41
Update docs to drop support for VS 2008.
...
llvm-svn: 186961
2013-07-23 17:25:26 +00:00
Meador Inge
864cf3e669
Add a release note for removing the simplify-libcalls pass.
...
llvm-svn: 184522
2013-06-21 03:08:23 +00:00
Michael Gottesman
fac1685172
[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
953c3ab59f
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
8fc903dc03
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
2a7d5edd65
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
2c998eed2c
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
424ae1d00a
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
7607d0628b
Mention SystemZ in the release notes
...
llvm-svn: 181328
2013-05-07 15:52:32 +00:00
Rafael Espindola
dd63d2006f
Note that EH is now supported in MCJIT.
...
llvm-svn: 181305
2013-05-07 12:29:17 +00:00
Pekka Jaaskelainen
ba66b3d2a7
Added pocl and TCE blurbs to the ReleaseNotes.
...
llvm-svn: 181001
2013-05-03 07:37:04 +00:00
Nadav Rotem
1ba2292746
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
bd23c18b1d
Update the release notes about the vectorizers.
...
llvm-svn: 179564
2013-04-15 22:10:39 +00:00
Jakob Stoklund Olesen
248a113326
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
db9a1c9999
ReleaseNotes: Tweak hexagonv2/hexagonv3 removal note.
...
llvm-svn: 177284
2013-03-18 13:08:24 +00:00
Matthew Curtis
db509e4fed
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
c2fb5714a5
[docs] Use reST link instead of direct HTML link.
...
llvm-svn: 176108
2013-02-26 18:22:18 +00:00
Bill Wendling
b1c787203f
Add a blurb about the attributes changes to the release notes.
...
llvm-svn: 175075
2013-02-13 21:10:15 +00:00