summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef instead of calling c_str and doing pointer math before eventual...Craig Topper2015-10-211-2/+2
* Fix __ARM_FP value for sp-only FPUs with Half-precisionRichard Barton2015-10-211-1/+1
* Use range-based for loops. NFC.Craig Topper2015-10-211-24/+18
* Use std::find instead of a manual loop.Craig Topper2015-10-211-4/+2
* Parse into an unsigned type instead of a signed type and then checking for po...Craig Topper2015-10-211-5/+4
* Fix bad indentation.Craig Topper2015-10-211-1/+1
* Use ArrayRef and MutableArrayRef instead of a pointer and size. NFCCraig Topper2015-10-211-8/+7
* Roll-back r250822.Angel Garcia Gomez2015-10-206-13/+13
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-206-13/+13
* [X86] Remove a few 'else' after 'return'Craig Topper2015-10-201-7/+6
* Make getTargetBuiltins return an ArrayRef instead of having two out parameter...Craig Topper2015-10-192-78/+52
* Recommit "Return an ArrayRef instead of having two out parameters of a pointe...Craig Topper2015-10-192-209/+108
* Revert r250676 "Return an ArrayRef instead of having two out parameters of a ...Craig Topper2015-10-192-108/+209
* Return an ArrayRef instead of having two out parameters of a pointer and leng...Craig Topper2015-10-192-209/+108
* Make a bunch of static arrays const.Craig Topper2015-10-181-3/+3
* Add an unnecessary makeArrayRef I add earlier. I didn't realize range-based f...Craig Topper2015-10-181-1/+1
* Use std::is_sorted instead of a manual loop.Craig Topper2015-10-181-5/+4
* Replace a static compare function with a lambda. NFCCraig Topper2015-10-171-7/+5
* Use a range-based for loop. Use std::end instead of pointer+array_lengthof. NFCCraig Topper2015-10-171-11/+9
* Further increase helfulness of assert messageRichard Barton2015-10-161-4/+1
* [X86] Add fxsr feature name for fxsave/fxrestore builtins.Craig Topper2015-10-161-0/+18
* Add support for CloudABI/aarch64.Ed Schouten2015-10-151-0/+2
* [X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defin...Craig Topper2015-10-151-1/+48
* [X86] Use C+11 non-static data member initialization to initialize all the X8...Craig Topper2015-10-141-34/+30
* [VFS] Let the user decide if they want path normalization.Benjamin Kramer2015-10-121-16/+30
* [VFS] Don't try to be heroic with '.' in paths.Benjamin Kramer2015-10-121-8/+11
* [VFS] remove handling of '..' for now.Benjamin Kramer2015-10-121-2/+2
* Fix whitespace, 80-column violations, embedded tabs for theEric Christopher2015-10-092-25/+28
* constify the feature vector going into initFeatureMap as it shouldn'tEric Christopher2015-10-092-27/+33
* [VFS] Rename RedirectingFS internals to avoid collisions with public clang cl...Benjamin Kramer2015-10-091-24/+29
* [VFS] Just normalize away .. and . in paths for in-memory file systems.Benjamin Kramer2015-10-091-17/+10
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-081-1/+1
* Handle sse turning on mmx, but no -mmx not turning off SSE.Eric Christopher2015-10-081-11/+8
* Migrate most feature map inclusion to initFeatureMap for the x86 target soEric Christopher2015-10-081-17/+21
* Simplify DefaultCPU in ARMTargetInfoRenato Golin2015-10-081-19/+11
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-0/+5
* [VFS] Refactor VFSFromYAML a bit.Benjamin Kramer2015-10-071-60/+57
* [VFS] Also drop '.' when adding files to an in-memory FS.Benjamin Kramer2015-10-071-0/+7
* [VFS] Put the incoming name in the file status to make InMemoryFS behave more...Benjamin Kramer2015-10-061-1/+1
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-0/+16
* Remove duplicated default arguments. NFC.Benjamin Kramer2015-10-051-10/+8
* [VFS] Fix the windows build by including the right headers.Benjamin Kramer2015-10-051-0/+8
* [VFS] Fix compilation on systems where time_t is not int64_t.Benjamin Kramer2015-10-051-4/+4
* [VFS] Add working directories to every virtual file system.Benjamin Kramer2015-10-051-8/+65
* [VFS] Add an in-memory file system implementation.Benjamin Kramer2015-10-051-0/+246
* [VFS] Move class out of method so it looks less like Java.Benjamin Kramer2015-10-051-26/+28
* [VFS] Remove setName from the file interface.Benjamin Kramer2015-10-051-36/+62
* The Driver does not set the +strict-align flag when targetingAlexandros Lamprineas2015-10-051-4/+0
* [mips][p5600] Add -mcpu=p5600 option.Daniel Sanders2015-10-051-0/+1
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-4/+1
OpenPOWER on IntegriCloud