1. eaf0608 Update OCaml bindings for the new half float type. by Bob Wilson · 13 years ago
  2. 97fb69b Add support for mipsel in configure. Fixes PR11669. Patch by Sylvestre Ledru. by Rafael Espindola · 13 years ago
  3. 6059b83 PR11662. by Nadav Rotem · 13 years ago
  4. 021c0a2 Fixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR. by Elena Demikhovsky · 13 years ago
  5. 8da7ddf Demystify this comment. by Nick Lewycky · 13 years ago
  6. 99f9a20 PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere. by Rafael Espindola · 13 years ago
  7. c894b02 Switch StringMap from an array of structures to a structure of arrays. by Benjamin Kramer · 13 years ago
  8. 9196848 Use false not zero, as a bool. by Nick Lewycky · 13 years ago
  9. a6b21ea Turn cos(-x) into cos(x). Patch by Alexander Malyshev! by Nick Lewycky · 13 years ago
  10. 27baab6 Clean up some Release build warnings. by Benjamin Kramer · 13 years ago
  11. 3738ccd Add handling of x86_avx2_pmovmskb to computeMaskedBitsForTargetNode for consistency. Add comments and an assert for BMI instructions to PerformXorCombine since the enabling of the combine is conditional on it, but the function itself isn't. by Craig Topper · 13 years ago
  12. 06cc66f Teach simplifycfg to recompute branch weights when merging some branches, and by Nick Lewycky · 13 years ago
  13. da32cc6 Using Inst->setMetadata(..., NULL) should be safe to remove metadata even when by Nick Lewycky · 13 years ago
  14. 125ef76 Fix warning. by Rafael Espindola · 13 years ago
  15. d6e2560 Make sure DAGCombiner doesn't introduce multiple loads from the same memory location. PR10747, part 2. by Eli Friedman · 13 years ago
  16. c9a1aed Update the branch weight metadata when reversing the order of a branch. by Nick Lewycky · 13 years ago
  17. 9d52310 Sort includes, canonicalize whitespace, fix typos. No functionality change. by Nick Lewycky · 13 years ago
  18. 859c645 Update the LangRef documentation: the codegen does support this instruction. by Nadav Rotem · 13 years ago
  19. fbb6f59 Fix a typo in the widening of vectors in PromoteIntRes. Patch by Shemer Anat. by Nadav Rotem · 13 years ago
  20. 55caf9c Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks. by Venkatraman Govindaraju · 13 years ago
  21. 467ef21 Add braces to remove silly warning. by Bill Wendling · 13 years ago
  22. aba65b0 Remove unused variables. by Rafael Espindola · 13 years ago
  23. d62414c Add an explicit test that we now fold cttz.i32(..., true) >> 5 -> 0. by Chandler Carruth · 13 years ago
  24. 49064ff InstCombine: Add a combine that turns (2^n)-1 ^ x back into (2^n)-1 - x iff x is smaller than 2^n and it fuses with a following add. by Benjamin Kramer · 13 years ago
  25. 009da05 ComputeMaskedBits: Make knownzero computation more aggressive for ctlz with undef zero. by Benjamin Kramer · 13 years ago
  26. 1fdfae0 InstCombine: Canonicalize (2^n)-1 - x into (2^n)-1 ^ x iff x is known to be smaller than 2^n. by Benjamin Kramer · 13 years ago
  27. ce618af Section relative fixups are a coff concept, not a x86 one. Replace the by Rafael Espindola · 13 years ago
  28. 7782102 Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the by Chandler Carruth · 13 years ago
  29. 3d636ea Add systematic testing for cttz as well, and fix the bug I spotted by by Chandler Carruth · 13 years ago
  30. 9d2051f Add i8 and i64 testing for ctlz on x86. Also simplify the i16 test. by Chandler Carruth · 13 years ago
  31. e0c643d Tidy up this rather crufty test. Put the declarations at the top to make by Chandler Carruth · 13 years ago
  32. 32d720b Chandler fixed this. by Benjamin Kramer · 13 years ago
  33. d873a4b Expand more when we have a nice 'tzcnt' instruction, to avoid generating by Chandler Carruth · 13 years ago
  34. 131f7d3 Tidy up some of these tests. by Chandler Carruth · 13 years ago
  35. acc068e Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the by Chandler Carruth · 13 years ago
  36. c08e57c Cleanup this test a bit, sorting things and grouping them more clearly. by Chandler Carruth · 13 years ago
  37. 43ea32c Fix Comments. by Jakob Stoklund Olesen · 13 years ago
  38. fd1d925 Add MachineMemOperands to instructions generated in storeRegToStackSlot or by Akira Hatanaka · 13 years ago
  39. 9dfd439 Detect unaligned loads/stores that have been added for Mips64 support. by Akira Hatanaka · 13 years ago
  40. 5085681 Test case for r147232. by Akira Hatanaka · 13 years ago
  41. 9dbeb02 If target ABI is N64, LEA should be daddiu. by Akira Hatanaka · 13 years ago
  42. df09270 Move x86 specific bits of the COFF writer to lib/Target/X86. by Rafael Espindola · 13 years ago
  43. 84070ff Define trivial destructor inline. by Rafael Espindola · 13 years ago
  44. ceb09f3 Make GetRelocType pure virtual. by Rafael Espindola · 13 years ago
  45. 8a5641d Fix typo "infinte". by Nick Lewycky · 13 years ago
  46. d4659ad Move this test from date-name to feature-name, and port it to FileCheck. by Nick Lewycky · 13 years ago
  47. d24397a When not destroying the source, the linker is not remapping the types. Added support by Mon P Wang · 13 years ago
  48. cf98592 Use 'check_symbol_exists' instead of 'check_function_exists' for finding isatty. This change allows Xcode generated projects to have HAVE_ISATTY to be properly defined. by Ted Kremenek · 13 years ago
  49. f06f6f5 Experimental support for aligned NEON spills. by Jakob Stoklund Olesen · 13 years ago
  50. f4aea8f Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138> by Bob Wilson · 13 years ago
  51. bfbc9fc TableGen: add a comment by Dylan Noblesmith · 13 years ago
  52. 8cc300c try to fix MSVC build by Dylan Noblesmith · 13 years ago
  53. 9421406 drop unneeded config.h includes by Dylan Noblesmith · 13 years ago
  54. b8c20b8 Attempt #2 to fix mingw crossbuild. This time with more ugly hacks! by Benjamin Kramer · 13 years ago
  55. 30450e8 Fix 80-column violations. by Chad Rosier · 13 years ago
  56. cfe96c8 Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles. by Benjamin Kramer · 13 years ago
  57. b156c5d Move all the dependencies on X86FixupKinds.h to a single method in preparation by Rafael Espindola · 13 years ago
  58. 4050bc4 ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point). by Jim Grosbach · 13 years ago
  59. d2355e7 Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp. by Bob Wilson · 13 years ago
  60. fe74d77 Remove broken command to copy tblgen tool. by Bob Wilson · 13 years ago
  61. 3a3a424 Some unittests for APInt rotates; patch by Cameron McInally. by Eli Friedman · 13 years ago
  62. 21bcca8 Tidy up. Use predicate function a bit more liberally. by Jim Grosbach · 13 years ago
  63. 01442cd Reenable building with -fvisibility-inlines-hidden. by Benjamin Kramer · 13 years ago
  64. b975c27 Fix incorrect relocation generation. Patch by Kristof Beyls. Fixes PR11214. by Rafael Espindola · 13 years ago
  65. a816bf7 Add the actual code for r147175. by Chad Rosier · 13 years ago
  66. f1eba25 Reinstate r146578; it doesn't appear to be the cause of some recent execution- by Chad Rosier · 13 years ago
  67. c7448f8 ARM VFP add encoding of the bitcount to fixed-point<-->floating point. insns. by Jim Grosbach · 13 years ago
  68. 8c74811 Remove some bogus comments. by Jim Grosbach · 13 years ago
  69. 8f77c03 fix typo by Chris Lattner · 13 years ago
  70. 1aa149f ARM pre-UAL aliases. fcmp[sd]. by Jim Grosbach · 13 years ago
  71. f51e95a Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for reporting by Rafael Espindola · 13 years ago
  72. 8d9550b ARM assembler should accept shift-by-zero for any shifted-immediate operand. by Jim Grosbach · 13 years ago
  73. de626ad ARM assembly parser canonicallize on 'lsl' for shift-by-zero form. by Jim Grosbach · 13 years ago
  74. 18c8d12 Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  75. f1a88fc Nuke invalid comment from copy/paste. by Jim Grosbach · 13 years ago
  76. b143ea3 Give string constants generated by IRBuilder private linkage. by Benjamin Kramer · 13 years ago
  77. f613919 Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru. by Rafael Espindola · 13 years ago
  78. 51f40a7 Make the unreachable probability much much heavier. The previous by Chandler Carruth · 13 years ago
  79. 3963d61 Kill the monstrosity that was ELFObjectWriter.h. by Rafael Espindola · 13 years ago
  80. 7bd2780 Misc cleanups. by Rafael Espindola · 13 years ago
  81. 2acbd7d Fix APInt::rotl and APInt::rotr so that they work correctly. Found while writing some code that tried to use them. by Eli Friedman · 13 years ago
  82. 0904459 Move the Mips only bits of the ELF writer to lib/Target/Mips. by Rafael Espindola · 13 years ago
  83. 6db2d926 Make the virtual methods in ARMELFObjectWriter public. by Rafael Espindola · 13 years ago
  84. 5ddb7a0 Speculatively revert r146578 to determine if it is the cause of a number of by Chad Rosier · 13 years ago
  85. 4982159 Move the MBlaze ELF writer bits to lib/Target/MBlaze. by Rafael Espindola · 13 years ago
  86. 3cfecf5 Hoisted some loop invariant smallvector lookups out of a MachineLICM loop by Pete Cooper · 13 years ago
  87. dcc557f Fix cmake. by Rafael Espindola · 13 years ago
  88. acde91e Changed MachineLICM to use a worklist list MachineCSE instead of recursion. by Pete Cooper · 13 years ago
  89. f3a86fb Move PPC bits to lib/Target/PowerPC. by Rafael Espindola · 13 years ago
  90. 81fafde Hopefully fix the cmake build. by Rafael Espindola · 13 years ago
  91. 7609785 Fix name in comments. by Rafael Espindola · 13 years ago
  92. bc24985 Local dynamic TLS model for direct object output. Create the correct TLS MIPS by Akira Hatanaka · 13 years ago
  93. 74cab51 Unbreak cmake build after r147115. by Richard Smith · 13 years ago
  94. 69bbda0 Move the ARM specific parts of the ELF writer to Target/ARM. by Rafael Espindola · 13 years ago
  95. e99183d getEFlags is const. by Rafael Espindola · 13 years ago
  96. ab26da9 Fixed typo. by Lang Hames · 13 years ago
  97. f7c66fa ARM NEON mnemonic aliase for vrecpeq. by Jim Grosbach · 13 years ago
  98. af33a0c ARM VFP optional data type on VMOV GPR<-->SPR. by Jim Grosbach · 13 years ago
  99. 5f669fa ARM NEON optional data type on VSWP instructions. by Jim Grosbach · 13 years ago
  100. 4553fa3 ARM NEON mnemonic aliases for vzipq and vswpq. by Jim Grosbach · 13 years ago