summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a comment.Rui Ueyama2016-01-291-0/+5
* Revert "Reapply commit r258404 with fix"David Majnemer2016-01-292-244/+24
* ELF: Make Target's member function names shorter.Rui Ueyama2016-01-295-219/+203
* Fix some -Wstring-conversion warningsDavid Blaikie2016-01-291-6/+6
* [GVN] Add clarifying assert [NFCI]Philip Reames2016-01-291-0/+5
* Rename includeInDynamicSymtab -> includeInDynsym.Rui Ueyama2016-01-292-3/+3
* ELF: Report multiple errors from the driver.Rui Ueyama2016-01-297-28/+59
* Rename DynamicSymbolTableIndex -> DynsymIndex.Rui Ueyama2016-01-292-12/+10
* ELF: Remove accessors from Target.Rui Ueyama2016-01-295-109/+99
* Remove unused variable.Rui Ueyama2016-01-292-4/+0
* Minor code cleanup. NFC.Junmo Park2016-01-291-1/+1
* Add the clang debug info test directory to .gitignore as it's managed separat...Eric Christopher2016-01-291-0/+2
* Use a consistent spelling for vtables.Eric Christopher2016-01-299-26/+26
* Merge identical strings.Rafael Espindola2016-01-299-103/+88
* Fix a bug where type <formatter> list would ignore the -w argumentEnrico Granata2016-01-292-0/+7
* [AArch64] Fix i64 nontemporal high-half extraction.Ahmed Bougacha2016-01-292-4/+4
* [RS4GC] Minor cleanups enabled by the previous change; NFCSanjoy Das2016-01-291-14/+6
* [RS4GC] Delete code that is dead due to r259129; NFCSanjoy Das2016-01-291-83/+36
* Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata2016-01-297-3/+109
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-2926-777/+1105
* [RS4GC] Clamp UseDeoptBundles to true and update testsSanjoy Das2016-01-2965-2657/+533
* Rename isTlsOptimized -> canRelaxTls.Rui Ueyama2016-01-295-17/+16
* Update comments.Rui Ueyama2016-01-291-7/+5
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-2925-1113/+779
* [RS4GC] Port three tests to the deopt bundles directorySanjoy Das2016-01-293-0/+72
* Add missing raw_ostream includeReid Kleckner2016-01-291-0/+1
* Silence gcc warning about ternary and enumerationsReid Kleckner2016-01-283-300/+304
* [CUDA] Generate CUDA's printf alloca in its function's entry block.Justin Lebar2016-01-282-72/+41
* [PlaceSafepoints] Use DEBUG() instead of TraceLSPSanjoy Das2016-01-281-11/+3
* Lower inlining threshold when the caller has minsize attribute.Easwaran Raman2016-01-282-9/+20
* Class Property: change PropertyMap to include isClassProperty.Manman Ren2016-01-284-24/+41
* [analyzer] NullabilityChecker: Remove unused isReturnSelf() function.Devin Coughlin2016-01-281-16/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-2825-779/+1113
* Check for frontend errors after releasing the Builder.Manman Ren2016-01-282-3/+34
* Remove unused MC includes from LTOModule.hReid Kleckner2016-01-281-2/+0
* fix up missing header from change r259084.Todd Fiala2016-01-281-0/+1
* Fix task dependency performance problemJonathan Peyton2016-01-282-10/+22
* [PlaceSafepoints] Misc. minor cleanups; NFCSanjoy Das2016-01-281-111/+89
* [PlaceSafepoints] Remvoe unused headers, and sort #includes; NFCSanjoy Das2016-01-281-19/+4
* [PlaceSafepoints] Eliminate dead code; NFCSanjoy Das2016-01-281-238/+0
* Update for llvm change.Rafael Espindola2016-01-281-1/+1
* ELF: Report more than one undefined symbols if exist.Rui Ueyama2016-01-282-5/+14
* Don't mention a command line option in an error.Rafael Espindola2016-01-281-2/+1
* [RuntimeDyld][MachO] Fix handling of empty eh-frame sections.Lang Hames2016-01-282-2/+9
* add back an Xcode-specific Makefile for header installationTodd Fiala2016-01-281-0/+23
* [X86][AVX] Added more thorough 256-bit vector consecutive load tests.Simon Pilgrim2016-01-281-0/+419
* [analyzer] Suppress nullability warnings in copy, mutableCopy, and init famil...Devin Coughlin2016-01-282-13/+62
* Remove autoconf support from source directories.Eugene Zelenko2016-01-28104-2252/+0
* [RS4GC] Change opt %s to opt < %s; NFCSanjoy Das2016-01-2820-20/+20
* [PlaceSafepoints] Clamp NoStatepoints to trueSanjoy Das2016-01-2815-119/+81
OpenPOWER on IntegriCloud