1. 6bf3966 Extend the preserve_most/all calling convention description in LangRef about the by Juergen Ributzka · 12 years ago
  2. ab42578 Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' by Timur Iskhodzhanov · 12 years ago
  3. 8ddf091 add a bunch of LLVM_OVERRIDE before I start refactoring these. by Rafael Espindola · 12 years ago
  4. fc79e50 Remove dead code. by Rafael Espindola · 12 years ago
  5. 2227f98 Revert r200431 due to bot failures. by Manman Ren · 12 years ago
  6. b0dcfa5 Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it. by Rafael Espindola · 12 years ago
  7. 0bdaca5 PGO branch weight: update edge weights in SelectionDAGBuilder. by Manman Ren · 12 years ago
  8. ea120b6 PGO branch weight: update edge weights in IfConverter. by Manman Ren · 12 years ago
  9. 65a1296 Move range handling for a function to endFunction rather than by Eric Christopher · 12 years ago
  10. c55cb49 If we use DW_AT_ranges we need to specify a base address that ranges by Eric Christopher · 12 years ago
  11. c879504 Turn on CU ranges if we've got multiple compile units in the same by Eric Christopher · 12 years ago
  12. 4ec1a52 Make the compile unit map a MapVector so that we can assume a stable by Eric Christopher · 12 years ago
  13. 8e290f5 Fix formatting of comment. by Eric Christopher · 12 years ago
  14. 5b4cc3f llvm-cov: Accept the long forms of gcov options by Justin Bogner · 12 years ago
  15. c8662b1 llvm-cov: Improve help message text by Justin Bogner · 12 years ago
  16. 5119fd5 llvm-cov: Expect a source file as a positional parameter by Justin Bogner · 12 years ago
  17. 94b3a88 Remove C++11ism from r200407. by Jordan Rose · 12 years ago
  18. 654247c MC: Better management of macro arguments by David Majnemer · 12 years ago
  19. fb70e11 LoopVectorizer: Add a test case for unrolling of small loops that need a runtime by Arnold Schwaighofer · 12 years ago
  20. c2d6310 [CommandLine] Aliases require an value if their target requires a value. by Jordan Rose · 12 years ago
  21. b492843 Add support for PC-relative non-extern relocations to RuntimeDyldMachO. by Lang Hames · 12 years ago
  22. 2bd8350 [X86][SchedModel] Fix typos in the definitions of the ports for Haswell. by Quentin Colombet · 12 years ago
  23. ff50030 Test commit by Oliver Stannard · 12 years ago
  24. 72d4223 [mips][msa] Add fill.d instruction. by Matheus Almeida · 12 years ago
  25. 8839020 [mips][msa] CHECK-DAG-ize MSA 2r_vector_scalar.ll test. by Matheus Almeida · 12 years ago
  26. ba67c2a [mips][msa] Add copy_{u,s}.d. by Matheus Almeida · 12 years ago
  27. cf78698 [mips][msa] CHECK-DAG-ize MSA elm_copy.ll test. by Matheus Almeida · 12 years ago
  28. a403ceb [LPM] Fix PR18643, another scary place where loop transforms failed to by Chandler Carruth · 12 years ago
  29. e89e312 Remove -arm-enable-ehabi from Android build rules. It's enabled by default. by Evgeniy Stepanov · 12 years ago
  30. 6e16651 Document EHABI enabled by default by Renato Golin · 12 years ago
  31. 3fca788 Enable EHABI by default by Renato Golin · 12 years ago
  32. b04ddad MC: Reorganize macro MC test along dialect lines by David Majnemer · 12 years ago
  33. 06fd4ed [asan] simplify a test by Kostya Serebryany · 12 years ago
  34. 01a5c17 Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchTypeMatcher. by Craig Topper · 12 years ago
  35. 99c3e48 [Sparc] Use %r_disp32 for pc_rel entries in FDE as well. by Venkatraman Govindaraju · 12 years ago
  36. 52de969 Revert r200340, "Add line table debug info to COFF files when using a win32 triple." by NAKAMURA Takumi · 12 years ago
  37. 8378035 Normalize the style in llvm-nm.cpp. by Rafael Espindola · 12 years ago
  38. 771023d [Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame. by Venkatraman Govindaraju · 12 years ago
  39. 6a67a3f [LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered" by Chandler Carruth · 12 years ago
  40. 8dc253e LoopVectorizer: Don't count the induction variable multiple times by Arnold Schwaighofer · 12 years ago
  41. c86f56a We do use pipefail these days. Update the test. by Rafael Espindola · 12 years ago
  42. 5c1983b [SparcV9] Use correct register class (I64RegClass) to hold the address of _GLOBAL_OFFSET_TABLE_ in sparcv9. by Venkatraman Govindaraju · 12 years ago
  43. 916d312 Use a raw_stream to implement the mangler. by Rafael Espindola · 12 years ago
  44. 79c6a4f [AArch64 NEON] Lower SELECT_CC with vector operand. by Kevin Qin · 12 years ago
  45. e0f5a86 [ARM] Remove superfluous inline asm mode switch test by David Woodhouse · 12 years ago
  46. 11ecfc8 Remove unnecessary call to pthread_mutexattr_setpshared() by Mark Seaborn · 12 years ago
  47. 7a34570 MC: Clean up error paths in AsmParser::parseMacroArgument by David Majnemer · 12 years ago
  48. 07dc57c Make createObjectFile's signature a bit less error prone. by Rafael Espindola · 12 years ago
  49. bf2b27c [Sparc] Fix breakage in r200345 by David Woodhouse · 12 years ago
  50. 86b8fac Finish bringing file_type to the llvm style (other than its name). by Rafael Espindola · 12 years ago
  51. ffcc427 Be more explicit about which overloaded variant to use. Caught by ASan! by Nick Kledzik · 12 years ago
  52. ed139ac Convert to the inner enum so the compiler can warn about it in switches. by Rafael Espindola · 12 years ago
  53. 634295b Tests for mode switching by David Woodhouse · 12 years ago
  54. eab5cc3 Delete MCSubtargetInfo data members from target MCCodeEmitter classes by David Woodhouse · 12 years ago
  55. 4faa861 Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr() by David Woodhouse · 12 years ago
  56. 2ddea4b Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction() by David Woodhouse · 12 years ago
  57. 41c8ba9 Keep the MCSubtargetInfo in the MCRelxableFragment class. by David Woodhouse · 12 years ago
  58. d5d381b Modify MCObjectStreamer EmitInstTo* interface by David Woodhouse · 12 years ago
  59. 4396f5d Change MCStreamer EmitInstruction interface to take subtarget info by David Woodhouse · 12 years ago
  60. ece65e3 Disable the COFF tests on non-X86 archs by Timur Iskhodzhanov · 12 years ago
  61. 38afdbe Add line table debug info to COFF files when using a win32 triple. by Timur Iskhodzhanov · 12 years ago
  62. 6cccb32 Use the proper SDK when building iOS sim builds of LLVM and/or Mac OS X builds. by Owen Anderson · 12 years ago
  63. 79877dc fix templates to work with pre c++11 by Nick Kledzik · 12 years ago
  64. 4ed4bd0 [mips] Fix ELF header flags. by Matheus Almeida · 12 years ago
  65. 1c71a20 Add BumpPtrAllocator::allocateCopy() utilities by Nick Kledzik · 12 years ago
  66. 3dcb2a2 [NVPTX] Fix emitting aggregate parameters by Gautam Chakrabarti · 12 years ago
  67. 106b797 [X86] Add extra rules for combining vselect dag nodes into movsd. by Andrea Di Biagio · 12 years ago
  68. bb6f236 typo by Adrian Prantl · 12 years ago
  69. f611ae4 Fix pr14893. by Rafael Espindola · 12 years ago
  70. 7e82200 The llvm_headers_do_not_build project needs to be excluded from the default build, otherwise it gets built (at least in Visual Studio 2013). by Aaron Ballman · 12 years ago
  71. 5144469 [DAGCombiner] Avoid introducing an illegal build_vector when folding a sign_extend. by Andrea Di Biagio · 12 years ago
  72. 510c731 [CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET PROPERTY SOURCES has them. by NAKAMURA Takumi · 12 years ago
  73. a0a1e41 Provide a stub Target Streamer implementation for PPC MachO by Iain Sandoe · 12 years ago
  74. 5e7eecd [CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources. by NAKAMURA Takumi · 12 years ago
  75. 3303370 [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI. by NAKAMURA Takumi · 12 years ago
  76. 16268c0 [CMake] Apply -ffunction-data-sectinos not only to CMAKE_CXX_FLAGS, but also to CMAKE_C_FLAGS. by NAKAMURA Takumi · 12 years ago
  77. 4fc67f0 [CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions. by NAKAMURA Takumi · 12 years ago
  78. 286d7d8 [CMake] Let llvm_process_sources check not only *.cpp but also *.c. by NAKAMURA Takumi · 12 years ago
  79. 57d6859 [CMake] Put lli-child-target into the Folder "Misc". by NAKAMURA Takumi · 12 years ago
  80. 05d43d8 [vectorizer] Completely disable the block frequency guidance of the loop by Chandler Carruth · 12 years ago
  81. e5487fc Handle spilling the PPC GPRC_NOR0 register class by Hal Finkel · 12 years ago
  82. 90790c3 Improve handling of EnforceSmallerThan. Remove all types that are smaller from the larger set not just the smallest type from the smaller set. Ensure 'smaller' vectors have the same or fewer total bits. Similar for 'larger' vectors. by Craig Topper · 12 years ago
  83. 2a154dd MC: Add a .debug section that we'll soon use to emit debug info into COFF files by Timur Iskhodzhanov · 12 years ago
  84. f555fb4 R600/SI: Add pattern for truncating i32 to i1 by Michel Danzer · 12 years ago
  85. 8322c0f Fix the DWARF EH encodings for Sparc PIC code. by Jakob Stoklund Olesen · 12 years ago
  86. 59bec0e Update optimization passes to handle inalloca arguments by Reid Kleckner · 12 years ago
  87. 1386d3f x86: add implicit defs for cpuid by Reid Kleckner · 12 years ago
  88. 5ea4a54 [LPM] Fix PR18616 where the shifts to the loop pass manager to extract by Chandler Carruth · 12 years ago
  89. efbb397 [TLI] Add a new hook to TargetLowering to query the target if a load of a constant should be converted to simply the constant itself. by Juergen Ributzka · 12 years ago
  90. a47aa4b LoopVectorize: Support conditional stores by scalarizing by Arnold Schwaighofer · 12 years ago
  91. 1c2827c Revert r199871 and replace it with a simple check in the debug info by Eric Christopher · 12 years ago
  92. 2ddf01b Reformat slightly. by Eric Christopher · 12 years ago
  93. aa66270 PGO branch weight: keep halving the weights until they can fit into uint32. by Manman Ren · 12 years ago
  94. 01df684 Fix the "#ifndef HAVE_SYS_WAIT_H" code path in Program.inc to compile by Mark Seaborn · 12 years ago
  95. 66aefa8 ARM MC: Fix the initial DWARF CFI unwind info at the start of a function by Mark Seaborn · 12 years ago
  96. 410f38e Fix sext(setcc) -> select_cc using wrong type for setcc. by Matt Arsenault · 12 years ago
  97. 66742f0 Fix unsupported addressing mode assertion for pld by David Peixotto · 12 years ago
  98. eea2f89 test commit: add minor comment by Gautam Chakrabarti · 12 years ago
  99. e9c0b5a [DAGCombiner] Teach how to fold sext/aext/zext of constant build vectors. by Andrea Di Biagio · 12 years ago
  100. 0583b2c Silence MSVC warning on 'uint16_t |= bool' with a cast by Reid Kleckner · 12 years ago