summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable header duplication at -Oz in loop-rotate pass.Roman Divacky2014-11-211-1/+2
* Debug Info: add an assertion that the context field of a global variable can notManman Ren2014-11-211-1/+8
* Use isl_schedule_get_ctxTobias Grosser2014-11-211-5/+1
* Fix typoTobias Grosser2014-11-211-1/+1
* [Objective-C] Support a new special module flag that will be put into theManman Ren2014-11-211-1/+2
* LazyValueInfo: range'ify some for-loops. No functional change.Hans Wennborg2014-11-211-34/+19
* Add params() to FunctionType. NFC.Rafael Espindola2014-11-212-6/+7
* Don't repeat class/function/variable names in comments. NFC.Sanjay Patel2014-11-211-47/+35
* LazyValueInfo: fix some typos and indentation, etc. NFC.Hans Wennborg2014-11-211-10/+12
* Add and use a helper elements() to StructType. NFC.Rafael Espindola2014-11-212-3/+6
* Add an assertion for detecting missed/uncorrected TypoExprs.Kaelyn Takata2014-11-211-0/+2
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-219-22/+68
* Properly correct initializer expressions based on whether they would be valid.Kaelyn Takata2014-11-212-0/+51
* Use the full-Expr filter to disambiguate equidistant correctionKaelyn Takata2014-11-212-26/+52
* Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...Enrico Granata2014-11-213-81/+62
* Allow multiple -debug-only argsMatthias Braun2014-11-211-6/+17
* Less space; NFCSanjay Patel2014-11-211-8/+4
* Fix formatting. NFC.Rafael Espindola2014-11-211-19/+18
* Add a feature flag for slow 32-byte unaligned memory accesses [x86].Sanjay Patel2014-11-216-23/+65
* Revert "Allow FDE references outside the +/-2GB range supported by PC relativ...Duncan P. N. Exon Smith2014-11-211-11/+0
* Extend PipePosix with child_processes_inherit support - to control whether pi...Oleksiy Vyalov2014-11-213-3/+40
* [x86] Restructure the checking patterns for v16 and v32 avx2 vectorChandler Carruth2014-11-214-64/+47
* Allow FDE references outside the +/-2GB range supported by PC relativeJoerg Sonnenberger2014-11-211-0/+11
* [x86] Make the previous logic significantly less conservative and getChandler Carruth2014-11-213-94/+42
* [DAG] Teach how to turn a build_vector into a shuffle if some of the operands...Andrea Di Biagio2014-11-212-23/+88
* [ASan] Allow the users of SymbolizationLoop to make use of the --dsym_hint op...Alexander Potapenko2014-11-211-11/+39
* clang-format: Understand more lambda return types.Daniel Jasper2014-11-213-1/+10
* [x86] Teach the x86 vector shuffle lowering to detect mergable 128-bitChandler Carruth2014-11-218-205/+236
* sanitizer_common: fix function w/o returnDmitry Vyukov2014-11-211-4/+2
* clang-format: Use nested block special case for all languages.Daniel Jasper2014-11-215-52/+80
* Fix test after r222526.Dmitry Vyukov2014-11-211-2/+1
* clang-format: Handle comments in short case labels.Daniel Jasper2014-11-212-1/+6
* [x86] Remove more windows line endings that slipped into this file...Chandler Carruth2014-11-211-113/+113
* clang-format: [Java] Support more Java keywords.Daniel Jasper2014-11-213-2/+9
* clang: do not add -pie for tsanDmitry Vyukov2014-11-213-6/+6
* [x86] Add a bunch of test cases to 256-bit shuffles that exerciseChandler Carruth2014-11-213-0/+338
* clang-format: [Java] Basic lambda support.Daniel Jasper2014-11-213-0/+25
* [OPENMP] Disable CapturedStmt generation for standalone directives.Alexey Bataev2014-11-211-32/+4
* [DAG] Refactor the shuffle combining logic in DAGCombiner. NFC.Andrea Di Biagio2014-11-211-153/+73
* [X86] For Silvermont CPU use 16-bit division instead of 64-bit for small posi...Alexey Volkov2014-11-215-12/+51
* [asan] Runtime support for asan-instrument-allocas which enables instrumentat...Yury Gribov2014-11-219-0/+145
* [asan] Add new hidden compile-time flag asan-instrument-allocas to sanitize v...Yury Gribov2014-11-212-6/+251
* Add LLVMScalarOpts to LLVMPowerPCCodeGen.NAKAMURA Takumi2014-11-211-1/+1
* MS ABI: Mangle char16_t and char32_t typesDavid Majnemer2014-11-212-2/+8
* Handle extra whitespace in linux distribution name.Eric Fiselier2014-11-211-4/+5
* Mark some locale tests as XFAIL on debian and opensuse.Eric Fiselier2014-11-213-0/+21
* Fix missing diagnostic for unsupported TLS for some thread_local variables.Bob Wilson2014-11-212-16/+19
* fix Bug21211 : reworked test/api/multithreaded/test_listener_event_descriptio...Shawn Best2014-11-212-17/+49
* DAGCombiner: Allow the DAGCombiner to combine multiple FDIVs with the same di...Hao Liu2014-11-215-0/+145
* Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'Craig Topper2014-11-217-67/+38
OpenPOWER on IntegriCloud