summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...Pavel Labath2015-08-1810-91/+76
* [X86][SSE] Added extra vector truncation tests.Simon Pilgrim2015-08-181-54/+386
* Fix AArch64 watchpoint exception handlingOmair Javaid2015-08-181-1/+3
* [LLGS] Avoid misrepresenting log lines as inferior outputPavel Labath2015-08-182-2/+5
* [TreeTransform] Simplify code. No functionality change.Benjamin Kramer2015-08-181-3/+1
* Add unit test for isLayoutIdentical(empty, empty).Yaron Keren2015-08-181-0/+8
* Revert "Constant propagation after hiting llvm.assume"Justin Bogner2015-08-182-190/+3
* [OPENMP 4.1] Allow variables with reference types in private clauses.Alexey Bataev2015-08-1849-222/+230
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Justin Bogner2015-08-1813-426/+129
* Create lld-link symlink on "make/ninja/whatever install".Rui Ueyama2015-08-182-0/+23
* Constant propagation after hiting llvm.assumePiotr Padlewski2015-08-182-3/+190
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-08-1813-129/+426
* [sanitizer] Move definition of stable-runtime to common lit config.Evgeniy Stepanov2015-08-182-5/+5
* Revert part of "Convert all use of pthreads in tests to c++11 threads."Chaoren Lin2015-08-184-82/+82
* Remove unintentional ;'s.Jason Molenda2015-08-181-2/+2
* Revert r245257 "Generating assumption loads of vptr after ctor call"Hans Wennborg2015-08-1812-425/+128
* Doxygen: add build option to use svg instead of png files for graphsHans Wennborg2015-08-173-1/+11
* COFF: Allow forward reference for weak externalsRui Ueyama2015-08-173-9/+13
* Generating assumption loads of vptr after ctor callPiotr Padlewski2015-08-1712-128/+425
* Doxygen: add build option to use svg instead of png files for graphsHans Wennborg2015-08-174-1/+15
* Add an exposed variable for which c++ compiler we're using for ourEric Christopher2015-08-172-3/+8
* [WebAssembly] Don't default to ELF in the triple.Dan Gohman2015-08-171-0/+5
* Align SP adjustment in function getSPAdjustGuozhi Wei2015-08-174-2/+61
* [WebAssembly] Make getArchTypePrefix return "wasm".Dan Gohman2015-08-171-2/+2
* Remove dead code, there's no need for an override that just duplicatesEric Christopher2015-08-171-2/+0
* Make a test less brittle.Richard Trieu2015-08-171-44/+56
* MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz2015-08-174-3/+55
* MIR Serialization: Serialize the memory operand's range metadata node.Alex Lorenz2015-08-175-5/+38
* MIR Serialization: Serialize the memory operand's noalias metadata node.Alex Lorenz2015-08-175-4/+15
* MIR Serialization: Serialize the memory operand's alias scope metadata node.Alex Lorenz2015-08-175-3/+45
* MIR Serialization: Serialize the memory operand's TBAA metadata node.Alex Lorenz2015-08-176-11/+119
* Make regex and any assert when they should throw an exception _but_ the user ...Marshall Clow2015-08-172-2/+6
* [WinEHPrepare] Replace unreasonable funclet terminators with unreachableDavid Majnemer2015-08-172-37/+96
* Make sure to save the types we parse in our SymbolFile's type list so they do...Greg Clayton2015-08-171-3/+11
* [modules] When parsing the base specifiers of a parse-merged class, the currentRichard Smith2015-08-175-15/+30
* Convert all use of pthreads in tests to c++11 threads.Zachary Turner2015-08-1714-192/+172
* [SPARC]: recognize '.' as the start of an assembler expression.Douglas Katzman2015-08-172-0/+8
* [ARM] Fix crash when targetting CPU without NEONJames Molloy2015-08-172-3/+4
* [modules] PR20507: Avoid silent textual inclusion.Sean Silva2015-08-1716-10/+127
* [ScalarEvolutionExpander] Reuse findExistingExpansion during expansion cost c...Igor Laevsky2015-08-171-19/+11
* [CostModel][AArch64] Increase cost of vector insert element and add missing c...Silviu Baranga2015-08-172-2/+34
* [CostModel][ARM] Increase cost of insert/extract operationsSilviu Baranga2015-08-172-258/+266
* [BasicAliasAnalysis] Do not check ModRef table for intrinsicsIgor Laevsky2015-08-171-7/+0
* Take alignment into account in isSafeToSpeculativelyExecute and isSafeToLoadU...Artur Pilipenko2015-08-174-52/+158
* Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"Pavel Labath2015-08-177-1928/+1393
* Extend MCAsmLexer so that it can peek forward several tokensBenjamin Kramer2015-08-173-5/+30
* Correcting a -Woverflow warning where 0xFFFF was overflowing an implicit cons...Aaron Ballman2015-08-171-1/+1
* [WinEHPrepare] Fix catchret successor phi demotionJoseph Tremoulet2015-08-172-0/+122
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-1716-345/+1172
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-177-1393/+1928
OpenPOWER on IntegriCloud