aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlxmlhttprequest/data/send_ignoreData_GET.expect
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2018-06-30 18:05:25 +1000
committerLorn Potter <lorn.potter@gmail.com>2018-07-18 19:46:42 +0000
commitf22973008dc7c0c7d91257e46d9a15f903724f0d (patch)
tree950847d075618ec3856ba7a58379ae423e9f17f0 /tests/auto/qml/qqmlxmlhttprequest/data/send_ignoreData_GET.expect
parenta62637358f23546a9edef397fd4d5869a16f0645 (diff)
wasm: rename Q_OS_HTML5 to Q_OS_WASM to reflect qtbasewip/webassembly
Change-Id: I088ae6e7d7c16a88cc6bcf2eb97898db83df4724 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlxmlhttprequest/data/send_ignoreData_GET.expect')
0 files changed, 0 insertions, 0 deletions
o'>upstream/revert-96465-remove-exp-ztso Vendor branches of https://github.com/llvm/llvm-project.git
summaryrefslogtreecommitdiffstats
path: root/llvm/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* For PR1297:Reid Spencer2007-04-011-24/+49
| | | | | | | | Document changes to bswap and bit counting intrinsics. bswap's name now requires two types in the suffix per overloaded intrinsic naming rules. The ctpop, cttz, and ctlz intrinsics were changed to always return i32. llvm-svn: 35550
* Mention how to create overloaded intrinsics.Reid Spencer2007-04-011-1/+4
| | | | llvm-svn: 35549
* This is working again.Jeff Cohen2007-03-301-2/+1
| | | | llvm-svn: 35518
* Remove reference to checkpoint.Duncan Sands2007-03-301-10/+0
| | | | llvm-svn: 35507
* Various hopefully correct easy fixes.Duncan Sands2007-03-307-20/+19
| | | | llvm-svn: 35506
* Update to current situation.Jeff Cohen2007-03-281-2/+12
| | | | llvm-svn: 35440
* Stop using the foo HTML tag :)Chris Lattner2007-03-281-2/+2
| | | | llvm-svn: 35436
* Undocument the implementation keywordReid Spencer2007-03-281-12/+11
| | | | | | Docuemnt the checkpoint keyword llvm-svn: 35413
* Fixing doxygen.cfg target. I'm not a makefile expert, so hopefully this ↵Tanya Lattner2007-03-271-1/+1
| | | | | | correct.Tested doxygen generation on zion. llvm-svn: 35390
* For PR1276:Reid Spencer2007-03-271-2/+4
| | | | | | | | | Allow doxygen documentation to be rebuilt manually with "make regendoc" separately from "make install". Patch by Scott Michel. llvm-svn: 35378
* For PR601:Reid Spencer2007-03-271-6/+48
| | | | | | Add a little flesh to the document skeleton. llvm-svn: 35377
* For PR601:Reid Spencer2007-03-261-0/+984
| | | | | | Initial skeleton for pass documentation. llvm-svn: 35354
* Fix a link.Reid Spencer2007-03-241-1/+1
| | | | llvm-svn: 35306
* Correct the description of srem. remainder follows the dividend not theReid Spencer2007-03-241-4/+6
| | | | | | divisor! llvm-svn: 35303
* Add noreturn function attribute.Reid Spencer2007-03-221-0/+4
| | | | llvm-svn: 35262
* Preview nounwind function attribute.Reid Spencer2007-03-221-2/+5
| | | | llvm-svn: 35256
* More LangRef fixes. Corrected names of intrinsics.Anton Korobeynikov2007-03-221-37/+37
| | | | llvm-svn: 35249
* Fixed va_arg example. Reported by Roman SamoilovAnton Korobeynikov2007-03-211-5/+9
| | | | llvm-svn: 35248
* Document LoopPass.Devang Patel2007-03-191-0/+88
| | | | llvm-svn: 35191
* Change e-mail address.Jim Laskey2007-03-142-2/+2
| | | | llvm-svn: 35103
* Add link to exception handling.Jim Laskey2007-03-141-0/+14
| | | | llvm-svn: 35102
* Adding credit for PPC changes.Jim Laskey2007-03-141-2/+3
| | | | llvm-svn: 35101
* First draft of exception handling doc.Jim Laskey2007-03-141-0/+460
| | | | llvm-svn: 35100
* llvm-gcc 3.4 is dead.Chris Lattner2007-03-061-9/+4
| | | | llvm-svn: 34961
* Get the version number for the LLVM from the autoconf/configure.ac fileReid Spencer2007-03-041-2/+9
| | | | | | when building the documentation for the web site. llvm-svn: 34894
* grammaroChris Lattner2007-03-021-1/+1
| | | | llvm-svn: 34830
* Fix a typo.Reid Spencer2007-03-021-1/+1
| | | | llvm-svn: 34826
* Clarify the use of getValue/getSExtValue/getZExtValue and add the newReid Spencer2007-03-011-4/+14
| | | | | | APInt constructor. llvm-svn: 34811
* Describe how arbitrary precision integers are written to the bytecode.Reid Spencer2007-02-281-4/+12
| | | | llvm-svn: 34719
* add -enable-ehChris Lattner2007-02-251-1/+9
| | | | llvm-svn: 34600
* update this for llvm-gcc4Chris Lattner2007-02-251-92/+76
| | | | llvm-svn: 34566
* Added some more information on how to use "delta" to reduce testcases.Bill Wendling2007-02-241-6/+10
| | | | llvm-svn: 34553
* clarify.Chris Lattner2007-02-231-4/+4
| | | | llvm-svn: 34524
* clarify llvm-gcc GPL issueChris Lattner2007-02-221-5/+5
| | | | llvm-svn: 34486
* Add a section on the target datalayout syntax and describe the defaultsReid Spencer2007-02-191-2/+79
| | | | | | and rules used by LLVM to construct the target's layout rules. llvm-svn: 34433
* Corrected typo.Bill Wendling2007-02-191-1/+1
| | | | llvm-svn: 34421