1. 303d39f Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup by by Lang Hames · 12 years ago
  2. b8b4d3e Fix a subtle issue introduced my my recent changes to MachineRegisterInfo iterators. by Owen Anderson · 12 years ago
  3. c5888b8 Add -mtriple=x86_64-linux to this test case to fix the build bots.5 by Kevin Enderby · 12 years ago
  4. b60d2ba MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContext by David Blaikie · 12 years ago
  5. ac01874 Test commit - remove trailing whitespace by Stephan Tolksdorf · 12 years ago
  6. 43e7eb8 MCDwarf: Oh, and move the directory string over to std::string as well by David Blaikie · 12 years ago
  7. 8c987f5 MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use of MCContext's allocator. by David Blaikie · 12 years ago
  8. ed2ca70 Fix for http://llvm.org/bugs/show_bug.cgi?id=18590 by Ekaterina Romanova · 12 years ago
  9. 4ad4187 MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned. by David Blaikie · 12 years ago
  10. 7e9df19 Use printable names to implement directional labels. by Rafael Espindola · 12 years ago
  11. 1fa9a14 Update my e-mail address in CODE_OWNERS.TXT by Tim Northover · 12 years ago
  12. 04de406 Remove stale comment by David Blaikie · 12 years ago
  13. a2f9a2c MCDwarf: Refactor line table handling into a single data structure by David Blaikie · 12 years ago
  14. 47feea0 R600: LDS instructions shouldn't implicitly define OQAP by Tom Stellard · 12 years ago
  15. d2a816f Cleanup: Remove use of old "-enable-correct-eh-support" option from a test by Mark Seaborn · 12 years ago
  16. c8ed0db [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110) by Hans Wennborg · 12 years ago
  17. 7a2da95 [C++11] Use ObjectFile::sections() in commandline llvm tools by Alexey Samsonov · 12 years ago
  18. b920dfe [C++11] Introduce ObjectFile::sections(). by Alexey Samsonov · 12 years ago
  19. f8909fa CodeGenPrep: sink extends of illegal types into use block. by Manuel Jacob · 12 years ago
  20. 2da4187 [msan] Fix handling of byval arguments in VarArg calls. by Evgeniy Stepanov · 12 years ago
  21. b9aefe6 [CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using add_llvm_definitions() by Alexey Samsonov · 12 years ago
  22. 383470e Remove utils/llvm-native-gcc. by Rafael Espindola · 12 years ago
  23. 3d1ae71 AVX-512: masked load/store + intrinsics for them. by Elena Demikhovsky · 12 years ago
  24. ab35f3f First patch of patch series that improves MergeFunctions performance time from O(N*N) to by Stepan Dyatkovskiy · 12 years ago
  25. 2d74092 [PM] As was pointed out in review, I need to define a custom swap in by Chandler Carruth · 12 years ago
  26. 0423950 [PM] Stop playing fast and loose with rebinding of references. However by Chandler Carruth · 12 years ago
  27. 2d9f3bf AArch64: error when both positional & named operands are used. by Tim Northover · 12 years ago
  28. a2b15f5 [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DWARFContext, and delete custom destructors by Alexey Samsonov · 12 years ago
  29. ab849ade [PowerPC] Initial support for the VSX instruction set by Hal Finkel · 12 years ago
  30. 79c15b2 [TableGen] Optionally forbid overlap between named and positional operands by Hal Finkel · 12 years ago
  31. 72df688 [C++11] Convert DWARF parser to range-based for loops by Alexey Samsonov · 12 years ago
  32. 7c80167 ARM: ignore unused variable to fix -Wunused-variable builds by Saleem Abdulrasool · 12 years ago
  33. dbf8aab MC: fix silly typo by Saleem Abdulrasool · 12 years ago
  34. 0ed4ef8 ARM: support emission of complex SO expressions by Saleem Abdulrasool · 12 years ago
  35. b0f12df Support: add support to identify WinCOFF/ARM objects by Saleem Abdulrasool · 12 years ago
  36. ec7eedc [CMake] Enable a bunch of Xcode build settings that correspond to warnings that are for the most part enabled by default either by Clang or -Wall. by Ted Kremenek · 12 years ago
  37. 76604af Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable by Owen Anderson · 12 years ago
  38. 178df3f Fix PR18800. llvm intrinsic memcpy takes 5 arguments void @llvm.memcpy.p0i8.p0i8.i32(i8* <dest>, i8* <src>, i32 <len>, i32 <align>, i1 <isvolatile>).The test case incorrectly uses the old format resulting in isVolatile function in MemIntrinsic to crash during SROA transformation.Modified the test case to use correct signature of memcpy and memset. by Karthik Bhat · 12 years ago
  39. 0e8c89a Fix a false error reported by the tblgen backend for machine model by Andrew Trick · 12 years ago
  40. ce5a654 MC: fix possible NULL pointer dereference by Saleem Abdulrasool · 12 years ago
  41. 2b5925b llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112] by NAKAMURA Takumi · 12 years ago
  42. a7c8518 Fix typo in comment: "inwoke" -> "invoke" by Mark Seaborn · 12 years ago
  43. 8d46932 Fix whitespace in vectorizer example by Arnold Schwaighofer · 12 years ago
  44. 6a7d263 Fix vectorizer docs. by Arnold Schwaighofer · 12 years ago
  45. 9a4d525 decl-derived-member.ll: Try to unbreak. Don't add -mtriple to %llc_dwarf. by NAKAMURA Takumi · 12 years ago
  46. 7878b00 Remove more empty directories. by Rafael Espindola · 12 years ago
  47. 75dbe99 Remove empty directories. by Rafael Espindola · 12 years ago
  48. 9802a6c Remove projects/sample. by Rafael Espindola · 12 years ago
  49. 1da4b5b MCDwarf: Remove unused parameter by David Blaikie · 12 years ago
  50. 16300ca MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary dimension by David Blaikie · 12 years ago
  51. eb8eef0 This test need the X86 backend, move it to the X86 sub directory. by Rafael Espindola · 12 years ago
  52. efa9416 Back out Profile library and dependent commits by Justin Bogner · 12 years ago
  53. 4a0593c PR17473: by Michael Zolotukhin · 12 years ago
  54. a65ca9d [X86] Add peephole for masked rotate amount by Adam Nemet · 12 years ago
  55. 9367c49 Fix the ocaml test to not create a alias to a declaration. by Rafael Espindola · 12 years ago
  56. 3b06b73 Test commit by Michael Zolotukhin · 12 years ago
  57. 1b2c73a Profile: Avoid an unnecessary __attribute__((packed)) by Justin Bogner · 12 years ago
  58. f3e1756 Profile: Remove an inefficient and unnecessary API function by Justin Bogner · 12 years ago
  59. 230eda4 Resubmit "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..." by Raul E. Silvera · 12 years ago
  60. 12a4057 Add a triple to fix the test on OS X. by Rafael Espindola · 12 years ago
  61. 38048cd Reject alias to undefined symbols in the verifier. by Rafael Espindola · 12 years ago
  62. 4207c67 llvm-profdata: Use the Profile library, implement show and generate by Justin Bogner · 12 years ago
  63. 02da814 Profile: Add a library for the instrumentation based profiling format by Justin Bogner · 12 years ago
  64. 7eb747e Fix two thinkos in testcase and remove XFAIL. by Eric Christopher · 12 years ago
  65. 3f06e3f Use -std=gnu++11 on cygwin and mingw. by Rafael Espindola · 12 years ago
  66. 060c0eb Allow exclamation and tilde to be parsed as a part of the ppc asm operand. by Roman Divacky · 12 years ago
  67. b2ff2c7 XFAIL this temporarily. by Eric Christopher · 12 years ago
  68. 2aeb92e Move test to X86 only for now. by Eric Christopher · 12 years ago
  69. 054f4ec R600: Fix trunc store from i64 to i1 by Matt Arsenault · 12 years ago
  70. 09a31f3 Allow switch-to-lookup table for tables with holes by adding bitmask check by Hans Wennborg · 12 years ago
  71. 365f045 When computing the size of a base type be conservative if the type by Eric Christopher · 12 years ago
  72. 9225686 Revert r203488 and r203520. by Evan Cheng · 12 years ago
  73. 79d1854 Avoid repeated calls to CE->getOperand(0). No functionality change. by Rafael Espindola · 12 years ago
  74. 77d21e8 [X86] Refactor peepholes for masked shift amount into a multiclass by Adam Nemet · 12 years ago
  75. a6b6d52 [X86] Set the scheduling resources of some of the FPStack instructions. by Quentin Colombet · 12 years ago
  76. 097963a Use values we've already computed, update comment. No functional change. by Eric Christopher · 12 years ago
  77. 020026c Turn on hashing by default for split dwarf compile units. by Eric Christopher · 12 years ago
  78. e519c39 unittests: Fix -Werror build by Justin Bogner · 12 years ago
  79. d0c33e5 Correct typo ("a entry" -> "an entry") by David Blaikie · 12 years ago
  80. 3b8cc22 Try harder to evaluate expressions when printing assembly. by Rafael Espindola · 12 years ago
  81. a3802ac DebugInfo: Use common line/file attribute construction code by David Blaikie · 12 years ago
  82. 4c871b7 Revive SizeOptLevel-explaining comments that were dropped in r203669 by Eli Bendersky · 12 years ago
  83. 8a9f2fd Add parens around && clauses in a || to appease the compiler. by Eli Bendersky · 12 years ago
  84. 72b4cbf Add comment pointing to the binutils bugzilla entry by Hans Wennborg · 12 years ago
  85. ce306f9 Move duplicated code into a helper function (exposed through overload). by Eli Bendersky · 12 years ago
  86. 3d37204 Update the datalayout string for ppc64LE. by Will Schmidt · 12 years ago
  87. e74c0bf Cloning a function now also clones its debug metadata if 'ModuleLevelChanges' is true. by Alon Mishne · 12 years ago
  88. 58b6bfe [mips][fp64] Add an implicit def to MTHC1 claiming that it reads the lower 32-bits of 64-bit FPR by Daniel Sanders · 12 years ago
  89. fe6bd52 [mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node used in the pattern. by Daniel Sanders · 12 years ago
  90. d4517fa ARM: correct Dwarf output for non-contiguous VFP saves. by Tim Northover · 12 years ago
  91. 792a1d7 Replace '#include ValueTypes.h' with forward declarations. by Patrik Hagglund · 12 years ago
  92. e03daa0 [ARM] Use DWARF register numbers for CFI directives in ELF assembly by Hans Wennborg · 12 years ago
  93. 9d3e746 DebugInfo: Omit pubnames/pubtypes when compiling with -gmlt by David Blaikie · 12 years ago
  94. 1c7fef1 DebugInfo: Do not emit pubnames/pubtypes sections if they are empty by David Blaikie · 12 years ago
  95. c4d9cc0 Test for empty pubnames/pubtypes by David Blaikie · 12 years ago
  96. ef953d6 DebugInfo: Avoid re-looking up the DwarfUnit when emitting pubnames/pubtypes by David Blaikie · 12 years ago
  97. e98b0e4 DebugInfo: Refactor emitDebugPubNames/Types into a common implementation by David Blaikie · 12 years ago
  98. 0932a74 Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change) by David Blaikie · 12 years ago
  99. 31add9c Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwarf output" by David Blaikie · 12 years ago
  100. e5b11b3 move WITH_POLLY option before add_subdirectory(tools) by Sebastian Pop · 12 years ago