summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses around `&&` within `||` to avoid compiler warning message.Haojian Wu2016-04-051-3/+2
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-058-102/+141
* Consolidate and improve the handling of built-in feature-like macrosAndy Gibbs2016-04-056-169/+258
* ScopInfo: Check for possibly nested GEP in fixed-size delinTobias Grosser2016-04-051-0/+8
* [tsan] Fix freebsd build.Yabin Cui2016-04-051-1/+3
* Consolidate the knowledge of what arm cores are always executingJason Molenda2016-04-055-26/+65
* [Support] Fix an invalid character escaping in string literal (unittest).Etienne Bergeron2016-04-051-1/+1
* [clang-tidy] Fix documentation of misc-suspicious-missing-commaEtienne Bergeron2016-04-051-3/+12
* Fix another case of propagating IsUsedRegularObj.Rafael Espindola2016-04-053-1/+28
* Add triple to llvm-mc command line. Should fix Windows bot.Peter Collingbourne2016-04-051-1/+1
* ELF: Make SymbolBody::compare a non-template function.Peter Collingbourne2016-04-053-9/+4
* ELF: Preserve MustBeInDynSym for bitcode symbols.Peter Collingbourne2016-04-054-1/+33
* [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)Teresa Johnson2016-04-053-12/+28
* Docs: dampen story time for atomicsJF Bastien2016-04-051-7/+3
* Lanai: fix -Wsign-compare warningJF Bastien2016-04-051-1/+1
* Don't fold double constant to an integer if dest type not integralTeresa Johnson2016-04-042-0/+16
* [tsan] Disable randomized address space on aarch64 linux.Yabin Cui2016-04-041-0/+15
* Lanai: fix -Wpedantic warningsJF Bastien2016-04-042-2/+2
* Move local helper class into anonymous namespace.Richard Smith2016-04-041-0/+2
* Remove unused internal routines. No functional changeMarshall Clow2016-04-041-28/+0
* Fix test failure from r265361Reid Kleckner2016-04-041-1/+1
* Fix non-determinism in order of LLVM attributesReid Kleckner2016-04-042-2/+15
* use range loop; NFCISanjay Patel2016-04-041-3/+3
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-043-3/+11
* Put back the undefs that Richard removed. Boost won't build w/o these; specif...Marshall Clow2016-04-041-0/+57
* Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata2016-04-046-7/+45
* fix typos; NFCSanjay Patel2016-04-041-2/+2
* Fix "suggest parentheses" warning.James Y Knight2016-04-041-3/+3
* ELF: Create dynamic symbols for symbol aliases of copy relocations.Peter Collingbourne2016-04-044-23/+115
* Style update in Core.h/Core.cpp . NFCAmaury Sechet2016-04-042-4/+4
* Revert "CodeGen: Remove dead code in TailDuplicate"Justin Bogner2016-04-041-14/+58
* MachineScheduler: Ignore COPYs with undef/dead op in CopyConstrain mutation.Matthias Braun2016-04-041-4/+6
* test: Always treat .mir files as tests even outside of CodeGen/MIRMatthias Braun2016-04-045-4/+4
* Implement `target modules dump objfile`Adrian McCarthy2016-04-042-6/+122
* Clean up calls to WriteBitcodeToFile (NFC)Teresa Johnson2016-04-042-2/+2
* CodeGen: Remove dead code in TailDuplicateJustin Bogner2016-04-041-58/+14
* clang-format llvm-as.cpp (NFC)Teresa Johnson2016-04-041-16/+17
* Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFra...Hans Wennborg2016-04-049-31/+103
* Fix an unused-variable warning by using the variable in the placeJohn McCall2016-04-042-1/+9
* [CrashReproducer] Pass -I, -F and -resource-dir to the reproducer script when...Bruno Cardoso Lopes2016-04-042-9/+10
* disabled TSAN tests until the author can help track down CI failuresTodd Fiala2016-04-042-0/+2
* [Sema] Delete FIXME that has been fixed. NFC.George Burgess IV2016-04-041-2/+0
* Xcode: run gtests when building the lldb-gtest targetTodd Fiala2016-04-041-0/+15
* OMP_WAIT_POLICY changesJonathan Peyton2016-04-042-2/+55
* Fix redundant "typename typename T" in Visual Studio Native VisualizerMike Spertus2016-04-041-2/+3
* Enable unroll for constant bound loops when TripCount is not modulo of unroll...Zia Ansari2016-04-042-0/+39
* Revert unintentional change.Rafael Espindola2016-04-041-1/+1
* Put these options in sorted order.Sean Silva2016-04-041-1/+1
* Fix bot errors from r265327, exact GUID which depends on pathTeresa Johnson2016-04-041-34/+33
* Beef up some dllexport tests.Sean Silva2016-04-041-1/+23
OpenPOWER on IntegriCloud