summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixup for r251923 to fix a warning about an extra semicolon.Kuba Brecka2015-11-031-2/+2
* Reapply r251916 ("[tsan] Port TSan interceptors on OS X").Kuba Brecka2015-11-031-36/+86
* Revert r251916 ("[tsan] Port TSan interceptors on OS X").Kuba Brecka2015-11-031-151/+103
* Remove a redundant boolean.Rafael Espindola2015-11-033-7/+8
* Reapply r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka2015-11-036-44/+52
* Revert r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka2015-11-035-48/+43
* [tsan] Fix build errors for TSan on OS XKuba Brecka2015-11-035-43/+48
* Changes for Bug 25251Ravitheja Addepally2015-11-037-14/+232
* [tsan] Port TSan interceptors on OS XKuba Brecka2015-11-031-103/+151
* [tsan] CMake support for TSan on OS XKuba Brecka2015-11-033-46/+68
* Two small fixes to copy relocation processing.Rafael Espindola2015-11-036-22/+82
* Make the test a bit more strict and fix the math.Rafael Espindola2015-11-031-1/+3
* Simplify. NFC.Rafael Espindola2015-11-031-2/+2
* Make this input a bit more readable.Rafael Espindola2015-11-031-2/+3
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-11-033-1/+8
* Don't use Twine objects after their lifetimes end.Filipe Cabecinhas2015-11-031-6/+6
* Delete dead getter.Rafael Espindola2015-11-031-1/+0
* LoopVectorizer - skip 'bitcast' between GEP and load.Elena Demikhovsky2015-11-033-88/+153
* [LLDB][MIPS] Fix GetUserRegisterInfoCount to count no of regs which are physi...Mohit K. Bhakkad2015-11-034-10/+26
* [LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...Mohit K. Bhakkad2015-11-032-3/+10
* [X86] Generate .cfi_adjust_cfa_offset correctly when pushing argumentsMichael Kuperstein2015-11-0311-114/+354
* AVX512: add encoding tests for vmovq/d instructions.Igor Breger2015-11-032-2/+347
* [X86] Rounding mode for roundps/pd/ss/sd builtins should be an ICE.Craig Topper2015-11-031-4/+4
* Revert "[IndVarSimplify] Rewrite loop exit values with their initial values f...Tobias Grosser2015-11-033-149/+1
* Fix a couple intrinsic header comments. NFCCraig Topper2015-11-032-2/+2
* [modules] Rationalize the behavior of Decl::declarationReplaces, and inRichard Smith2015-11-0311-63/+69
* Do not try to copy host memory from address 0Enrico Granata2015-11-031-1/+1
* Fix build problme introduced in r251883Matthias Braun2015-11-031-1/+1
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-0318-30/+72
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-03414-772/+815
* RegisterPressure: Improve assert messageMatthias Braun2015-11-031-1/+2
* RegisterPressure: Slightly nicer pressure diff dumpingMatthias Braun2015-11-031-1/+3
* ScheduleDAGInstrs: Remove IsPostRA flag; NFCMatthias Braun2015-11-039-53/+35
* Emit an error message if the current working directory does not exist when th...Enrico Granata2015-11-031-1/+7
* [FIX] Correctly update SAI base pointerJohannes Doerfert2015-11-034-8/+64
* Fix usage of removed decorator in TestExpressionsPavel Labath2015-11-031-1/+1
* Provide ADB port forwarding support for abstract sockets.Oleksiy Vyalov2015-11-036-29/+102
* Don't implicitly construct a Archive::child_iterator.Rafael Espindola2015-11-031-2/+2
* Eliminate "rewritten decls" from the AST writer. NFCDouglas Gregor2015-11-033-35/+10
* This never returns end(), simplify to use Child instead of iterator. NFC.Rafael Espindola2015-11-032-4/+3
* Switch to using an explicit scope object to ensure we don't forget to pop ObjCRichard Smith2015-11-033-28/+45
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-0321-279/+268
* llvm-pdbdump: Simplify. NFC.Rui Ueyama2015-11-032-29/+14
* [elf2] Generate PT_TLS.Michael J. Spencer2015-11-032-13/+61
* Fix module cache sym links' creation for symbol files.Oleksiy Vyalov2015-11-031-2/+2
* [FIX] Do not crash in the presence of infinite loops.Johannes Doerfert2015-11-032-1/+103
* [FIX] Use appropriately sized types for big constantsJohannes Doerfert2015-11-032-1/+63
* [Hexagon] Fixing mistaken case fallthrough.Colin LeMahieu2015-11-031-0/+1
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-0314-50/+761
* Allow llvm-nm’s single letter command line flags to be grouped.Kevin Enderby2015-11-022-18/+27
OpenPOWER on IntegriCloud