summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename Other -> StOther.Rui Ueyama2016-04-043-19/+22
* Revert r263460: [SpillPlacement] Fix a quadratic behavior in spill placement.Chandler Carruth2016-04-042-44/+53
* [PGO] Avoid instrumenting direct callee's at value sites.Betul Buyukkurt2016-04-042-0/+12
* ARM, AArch64, X86: Check preserved registers for tail calls.Matthias Braun2016-04-047-22/+80
* Assignment operators should return by reference.John McCall2016-04-041-1/+1
* [ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson2016-04-042-6/+53
* [ThinLTO] Augment FunctionImport dump with value name to GUID mapTeresa Johnson2016-04-041-3/+18
* Add copyright notice to the modulemap file.Yunzhong Gao2016-04-041-0/+23
* IRGen-level lowering for the Swift calling convention.John McCall2016-04-0412-45/+1894
* Add a couple of convenience operations to CharUnits.John McCall2016-04-041-0/+8
* Apply suggestion from HJ Lu to avoid misaligned stack in testReid Kleckner2016-04-041-1/+1
* fix documentation comments; NFCSanjay Patel2016-04-041-31/+30
* Add comments.Rui Ueyama2016-04-041-3/+5
* [DependenceAnalysis] Check if result of getConstantPart is nullBrendon Cahoon2016-04-042-0/+79
* Replace MachineRegisterInfo::isSSA() with a MachineFunctionPropertyDerek Schuff2016-04-044-27/+26
* Revert r265309 and r265312 because they caused some errors I need to investig...Wei Mi2016-04-0416-950/+1054
* Fix -disable-verify test.Rui Ueyama2016-04-041-3/+6
* Xcode: modify lldb-python-test-suite target to build inferiors with $(LLDB_PY...Todd Fiala2016-04-041-1/+5
* Document standard substitutions defined by lit.Paul Robinson2016-04-041-0/+29
OpenPOWER on IntegriCloud