summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle keyword args on our patched Popen methods.Zachary Turner2015-11-041-4/+4
* Don't access class members inside of `__del__`.Zachary Turner2015-11-041-4/+0
* Slightly saner handling of thumb branches.Rafael Espindola2015-11-043-9/+42
* clang-format: Turn on wrapping before "else" for WebKit style.Daniel Jasper2015-11-041-0/+1
* [x86] Teach the shrink-wrapping hooks to do the proper thing with Win64.Quentin Colombet2015-11-042-0/+130
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-0417-89/+82
* Remove incorrect debug assert.Jonathan Peyton2015-11-041-1/+0
* PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFCJustin Bogner2015-11-043-17/+36
* Remove some empty lines.Jonathan Peyton2015-11-045-21/+0
* Add new interfaces to MBB for manipulating successors with probabilities inst...Cong Hou2015-11-043-0/+132
* Refactor of task_team code.Jonathan Peyton2015-11-045-242/+131
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-045-39/+42
* [analyzer] Add 'optin' checker package and move localizability checkers into it.Devin Coughlin2015-11-044-15/+46
* [Core] Avoid default in switch() that covers all the cases.Davide Italiano2015-11-041-1/+0
* Warning fix.Simon Pilgrim2015-11-041-2/+2
* [IR] Add a `data_operand` abstractionSanjoy Das2015-11-044-8/+129
* Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka2015-11-0414-178/+46
* llvm-config: Add --has-rtti optionTom Stellard2015-11-045-0/+15
* [X86][SSE] Add general memory folding for (V)INSERTPS instructionSimon Pilgrim2015-11-048-71/+141
* [IR] Add bounds checking to paramHasAttrSanjoy Das2015-11-042-4/+10
* Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham2015-11-047-15/+99
* Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky2015-11-044-12/+36
* Orc: Streamline some lambda usage in a unit testDavid Blaikie2015-11-041-9/+5
* Fixed a link.Alexander Kornienko2015-11-041-1/+1
* Fixed header levels.Alexander Kornienko2015-11-041-2/+2
* Revert r252001 as it brake TestCppIncompleteTypes on all platformsTamas Berghammer2015-11-041-17/+0
* Removed mentions of clang-modernize, added a short description of clang-tidy.Alexander Kornienko2015-11-041-33/+9
* Fix TestMemoryRead after r252035Tamas Berghammer2015-11-041-1/+1
* [modules] Generalize the workaround for multiple ambiguous definitions ofRichard Smith2015-11-047-33/+87
* Relax the check for ninja.Rafael Espindola2015-11-041-2/+2
* [Concepts] Add diagnostics which fall under [dcl.spec.concept]p1Nathan Wilson2015-11-042-0/+7
* Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of sca...Andrew Kaylor2015-11-044-286/+1057
* OS X: fix the Xcode debugserver lookup code when LLDB.framework does not cont...Todd Fiala2015-11-041-2/+12
* Fix test infrastructure when using xunit output.Todd Fiala2015-11-041-2/+2
* [ARM] Combine CMOV into BFI where possibleJames Molloy2015-11-043-0/+129
* clang-cl: Parse the /guard:cf[-] flag (PR25400)Hans Wennborg2015-11-042-0/+3
* Improving the diagnostic for cases where the attribute only appertains to a f...Aaron Ballman2015-11-045-9/+12
* [ThinLTO] Always set linkage type to external when converting aliasTeresa Johnson2015-11-042-2/+15
* Whitespace fixup for r252052. NFC.Kuba Brecka2015-11-041-1/+2
* [tsan] Use malloc zone interceptors on OS X, part 1 (refactoring)Kuba Brecka2015-11-043-344/+388
* [SimplifyCFG] Merge conditional storesJames Molloy2015-11-043-4/+554
* Allow compound assignment expressions to be contracted when licensed by the l...Stephen Canon2015-11-041-1/+1
* [tsan] Handle libdispatch worker threads on OS XKuba Brecka2015-11-046-13/+63
* Error out when faced with value names containing '\0'Filipe Cabecinhas2015-11-043-1/+9
* Silence "enumeral and non-enumeral type in conditional expression" warning; NFC.Aaron Ballman2015-11-041-1/+1
* Silence an extra semicolon warning; NFC.Aaron Ballman2015-11-041-1/+1
* Initialize member field.Erik Verbruggen2015-11-041-1/+1
* [tsan] Shadow memory setup for OS XKuba Brecka2015-11-045-108/+136
* [ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein2015-11-047-5/+32
* [X86] DAGCombine should not introduce FILD in soft-float modeMichael Kuperstein2015-11-042-2/+17
OpenPOWER on IntegriCloud