about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2015-08-29Fix typos in some x86 and arm intrinsics.Huon Wilson-19/+33
2015-08-29Style the generator script more PEP8y.Huon Wilson-4/+42
2015-08-29Autogenerate most x86 platform intrinsics.Huon Wilson-0/+747
2015-08-29Allow unused imports in the generator.Huon Wilson-0/+2
2015-08-29Add support for arbitrary metadata for numbers and widths.Huon Wilson-58/+79
2015-08-29Autogenerate most ARM platform intrinsics.Huon Wilson-0/+396
2015-08-29Autogenerate most AArch64 platform intrinsics.Huon Wilson-0/+550
2015-08-29Add the platform intrinsic generator script.Huon Wilson-0/+482
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-163/+0
2015-08-13Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelixbors-0/+798
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-163/+0
2015-08-12Auto merge of #27690 - vadimcn:no-windres, r=alexcrichtonbors-1/+1
2015-08-11Fix #26803Vadim Chugunov-1/+1
2015-08-11trans: Re-enable unwinding on 64-bit MSVCAlex Crichton-8/+8
2015-08-09Add optional, external tests for floating point parsing.Robin Kruppe-0/+664
2015-08-08Script for generating the powers-of-ten tables necessary for correct andRobin Kruppe-0/+134
2015-07-30Update the ctags rules and targets.Chris Morgan-3/+3
2015-07-17fix pretty printers to handle new VecAlexis Beingessner-9/+7
2015-07-12Add comments.Nick Hamann-0/+10
2015-07-12Skip diagnostic codes occurring inside a long diagnostic in errorck.Nick Hamann-0/+12
2015-07-06`llconfig` is `llvm-config`Tamir Duberstein-5/+5
2015-07-06SimplifyTamir Duberstein-2/+1
2015-07-01Add netbsd amd64 supportAlex Newman-4/+7
2015-06-24Remove char::to_titlecase. Fix #26555Simon Sapin-10/+0
2015-06-17Add src/etc/add-authors.sh script for managing the AUTHORS.txt fileBrian Anderson-0/+32
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-1/+2
2015-06-06Add char::to_titlecaseSimon Sapin-15/+27
2015-06-06Add complex (but unconditional) Unicode case mapping. Fix #25800Simon Sapin-10/+44
2015-06-06to_lowercase/to_uppercase: also map chars not in Lu/Ll categories.Simon Sapin-18/+18
2015-06-02Auto merge of #25905 - michaelwoerister:lldb-pp-strings, r=brsonbors-417/+705
2015-06-02Auto merge of #25654 - petrochenkov:encenv, r=alexcrichtonbors-4/+8
2015-06-01Fix platform detectionpetrochenkov-6/+3
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-417/+705
2015-05-30Warn if the test suite is run on Windows in console with non-UTF-8 code pagepetrochenkov-0/+7
2015-05-26etc: use codecs in featureckRicho Healey-9/+5
2015-05-24etc: work around utf8 text in rust sources on py3 in featureckRicho Healey-1/+8
2015-05-24etc: py3 compat for tidy.pyRicho Healey-6/+6
2015-05-24etc: py3 compat for featureckRicho Healey-23/+23
2015-05-24etc: py3 compat for errorck.pyRicho Healey-1/+1
2015-05-24etc: py3 compat for check-summary.pyRicho Healey-7/+7
2015-05-24etc: Delete unused helper scriptRicho Healey-138/+0
2015-05-19mk: Generate a .def file for rustc_llvm on MSVCAlex Crichton-0/+25
2015-05-19mklldeps: Don't link stdc++/c++ on MSVCAlex Crichton-2/+5
2015-05-11Auto merge of #25266 - richo:windows-resource-sancheck, r=steveklabnikbors-1/+1
2015-05-10Rollup merge of #24948 - derhuerst:patch-1, r=steveklabnikSteve Klabnik-1/+7
2015-05-10sancheck: import resource inside of the posix checkRicho Healey-1/+1
2015-05-03Remove unused extract_grammar.pyCarol (Nichols || Goulding)-156/+0
2015-04-29distinction between official and community pluginsJannis Redmann-2/+7
2015-04-29link to .editorconfig for Rust filesJannis Redmann-0/+1
2015-04-21LLVM < 3.5 is unsupported since bb18a3cTamir Duberstein-11/+1