summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Writing a test case for r257234 I found another place that wasJim Ingham2016-01-094-1/+84
* Module debugging: Add a testcase for standalone forward declarations.Adrian Prantl2016-01-092-0/+6
* Only take NULL macros instead of all macros into account for -Wnull-conversion.Richard Trieu2016-01-092-2/+26
* [libFuzzer] refactor the way we collect cmp traces (don't use std::vector, do...Kostya Serebryany2016-01-091-22/+35
* fixing type.Mike Aizatsky2016-01-091-1/+2
* llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is incompat...NAKAMURA Takumi2016-01-091-1/+1
* [llvm-symbolizer] -print-source-context-lines option to print source code aro...Mike Aizatsky2016-01-095-8/+70
* Fiddling with Pavel's fix for getting the breakpoint right when there's debug...Jim Ingham2016-01-091-2/+1
* Fix a thinko in the asserts in GetDynamicTypeAndAddress. It was requiring th...Jim Ingham2016-01-081-2/+11
* [cfi] Fix __cfi_slowpath and __cfi_check signature.Evgeniy Stepanov2016-01-081-3/+3
* Fix typo in commentXinliang David Li2016-01-081-1/+1
* Exclude function calls for functions which have return type nullptr_t fromRichard Trieu2016-01-082-0/+15
* [PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li2016-01-083-2/+23
* In the questionmark packet ("T"), print the "threads:" and "thread-pcs:"Jason Molenda2016-01-081-30/+30
* Fix TestDebugBreak.py failure with gcc, for loop declarations are not allowed...Ying Chen2016-01-081-2/+2
* don't repeat variable/function names in comments; NFCSanjay Patel2016-01-081-123/+97
* rangify; NFCISanjay Patel2016-01-081-20/+12
* [PGO] Introducing version mask macro/NFC (sync)Xinliang David Li2016-01-081-0/+8
* [PGO] Introducing version mask macro/NFCXinliang David Li2016-01-081-0/+8
* [tsan] don't crash on closedir(0)Kostya Serebryany2016-01-082-2/+9
* [modules] Make sure we always include the contents of private headers whenRichard Smith2016-01-084-12/+16
* Teach the CMake build system to run lit's test suite. These can be runDan Liew2016-01-084-2/+51
* COFF: Rename RoundUpToAlignment -> align.Rui Ueyama2016-01-085-12/+14
* Remove XFAIL from a few tests that have been fixed on Windows.Zachary Turner2016-01-083-3/+0
* Group members to match a comment. NFC.Rui Ueyama2016-01-081-3/+2
* Use shorter name. NFC.Rui Ueyama2016-01-082-2/+2
* Update comments.Rui Ueyama2016-01-081-2/+6
* [Hexagon] Replace a static member variable in HexagonCVIResource (NFC)Tobias Edler von Koch2016-01-082-20/+19
* Remove an empty constructor.Rui Ueyama2016-01-082-4/+0
* variable names start with an upper case letter; NFCSanjay Patel2016-01-081-7/+7
* Add comments.Rui Ueyama2016-01-081-1/+3
* ELF: Consistently return SymbolBody * from SymbolTable::add functions.Rui Ueyama2016-01-082-14/+17
* Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda2016-01-088-11/+140
* Add support for the LEAVE x86 instruction to AssemblyParse_x86.Jason Molenda2016-01-081-7/+38
* XFAIL 2 more tests based on SWIG version.Zachary Turner2016-01-082-0/+4
* Remove XFAIL from TestThreadStates on Windows.Zachary Turner2016-01-081-1/+0
* [MS ABI] Complete and base constructor GlobalDecls must have the same nameDavid Majnemer2016-01-082-1/+39
* Prevent infinite recursive loop in AppleObjCTrampolineHandler constructorStephane Sezer2016-01-082-2/+7
* ELF: Remove dead code.Rui Ueyama2016-01-083-14/+0
* Fix CMake warning in CFI tests.Evgeniy Stepanov2016-01-081-1/+3
* Revert "Fix CMake warning in CFI tests."Evgeniy Stepanov2016-01-081-1/+1
* [DAGCombiner] don't dereference an operand that doesn't exist (PR26070)Sanjay Patel2016-01-082-12/+29
* Fix CMake warning in CFI tests.Evgeniy Stepanov2016-01-081-1/+1
* [JumpThreading] Split select that has constant conditions coming from the PHI...Haicheng Wu2016-01-082-0/+100
* Fix incorrectly line-broken comment in Driver.h.Justin Lebar2016-01-081-3/+3
* LiveInterval: Adapt commen to the LI->LR change.Matthias Braun2016-01-081-1/+1
* Sync up InstrProfData.incXinliang David Li2016-01-081-1/+1
* Minor fix -- use the right version enum/NFCXinliang David Li2016-01-081-1/+1
* Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov2016-01-084-86/+86
* Test commit access - add a blank line in comment.Tim Shen2016-01-081-0/+1
OpenPOWER on IntegriCloud