1. c796af6 Documentation: fix broken link. by Dmitri Gribenko · 12 years ago
  2. 410fe6f Use a full triple for a PPC test case for asm syntax. by Andrew Trick · 12 years ago
  3. fad9751 MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main(). by NAKAMURA Takumi · 12 years ago
  4. 64b5015 test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF. by NAKAMURA Takumi · 12 years ago
  5. 294c965 Don't try to calculate the alignment of an unsigned type. Fixes PR14371! by Nick Lewycky · 12 years ago
  6. 5d6d895 docs: CodingStandards should follow the coding standards. by Sean Silva · 12 years ago
  7. ddc8b1f Bump sphinx config to 3.3. by Benjamin Kramer · 12 years ago
  8. 537d9a7 Kick off 3.3 cycle for LLVM trunk. by Benjamin Kramer · 12 years ago
  9. 107aa1c docs: Add link to HowToSetUpLLVMStyleRTTI by Sean Silva · 12 years ago
  10. ab58391 Typo by James Molloy · 12 years ago
  11. b9478c2 Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user by James Molloy · 12 years ago
  12. 9e6ee16 Plug a memory leak in the GCOV profiling emitter, which never released the edge table memory. by Benjamin Kramer · 12 years ago
  13. 3c13c3e really fix permissions by Pawel Wodnicki · 12 years ago
  14. 723c394 fix permissions by Pawel Wodnicki · 12 years ago
  15. 7e2db21 adding whose code is it anywa tools by Pawel Wodnicki · 12 years ago
  16. 0f5720f Removing utf-8 smart quote and trailing whitespace by Joe Abbey · 12 years ago
  17. e68d743 Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’ by Joe Abbey · 12 years ago
  18. 953663a Silence the buildbots for this test while I figure out the triple by Andrew Trick · 12 years ago
  19. e1f6639 Broaden isSchedulingBoundary to check aliases of SP. by Andrew Trick · 12 years ago
  20. c37f502 Phi speculation improvement for BasicAA by Hal Finkel · 12 years ago
  21. eed64a9 Per agreement with Doug, take ownership of Clang's libSema. by Richard Smith · 12 years ago
  22. 43147af Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete Couperus. by Eli Friedman · 12 years ago
  23. 0a63b6a [fast-isel] Add the -verify-machineinstrs to these test cases. The remaining by Chad Rosier · 12 years ago
  24. 9a68235 LoopVectorizer: Add initial support for pointer induction variables (for example: *dst++ = *src++). by Nadav Rotem · 12 years ago
  25. 94e4728 Initial implementation of MipsTargetLowering::isLegalAddressingMode. by Akira Hatanaka · 12 years ago
  26. 8b149cb Rename methods like PairSRegs() to createSRegpairNode() to meet our coding by Weiming Zhao · 12 years ago
  27. fd22019 Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value is narrower than the stored value. rdar://12713675 by Evan Cheng · 12 years ago
  28. 784c5bb Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily). by Andrew Kaylor · 12 years ago
  29. 0180ad6 Claim ownership of MCJIT by Andrew Kaylor · 12 years ago
  30. 205e60b Add some basic support for the fission addr forms to DebugInfo. by Eric Christopher · 12 years ago
  31. 21414e9 Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily). by Andrew Kaylor · 12 years ago
  32. 5094c0c Add constant definitions for fission dwarf attributes, forms, etc. by Eric Christopher · 12 years ago
  33. 9de3be8 Claim the driver. by Chad Rosier · 12 years ago
  34. fc53651 Remove default public copy ctors. by Benjamin Kramer · 12 years ago
  35. 3bae269 Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily). by Andrew Kaylor · 12 years ago
  36. 4d7f70c Remove trailing spaces. by Jakub Staszak · 12 years ago
  37. e56764b Remove hard coded registers in ARM ldrexd and strexd instructions by Weiming Zhao · 12 years ago
  38. cdf493d Use array_pod_sort instead of std::sort. by Andrew Trick · 12 years ago
  39. d522754 typo by Andrew Trick · 12 years ago
  40. 6062b2b Add myself as owner of XCore Backend. by Richard Osborne · 12 years ago
  41. b1a392e Make sure FABS on v2f32 and v4f32 is legal on ARM NEON This fixes PR14359 by Anton Korobeynikov · 12 years ago
  42. ccc015d Fix handling of aliases to functions. by Richard Osborne · 12 years ago
  43. 2085d00 [NVPTX] Order global variables in def-use order before emiting them in the final assembly by Justin Holewinski · 12 years ago
  44. eaff2d5 Preserve address space of forward-referenced global variables in the LL parser by Justin Holewinski · 12 years ago
  45. 4f0dfbb Make this easier to understand, as suggested by Chandler. by Duncan Sands · 12 years ago
  46. 2217577 Added program header emission by Hemant Kulkarni · 12 years ago
  47. 08ac469 Remove conditions from 'else if' that were guaranteed by preceding 'if'. by Craig Topper · 12 years ago
  48. ed07df3 by Will Schmidt · 12 years ago
  49. aceb03e InstructionSimplify should be able to simplify A+B==B+A to 'true' by Duncan Sands · 12 years ago
  50. 48f63be Using const cast to alleviate a warning. by Joe Abbey · 12 years ago
  51. df0ea8d Factor out the final FADD that's common to multiple code paths in the visitLog* functions. by Craig Topper · 12 years ago
  52. 79dcd43 move irrelevant attribution. by Chris Lattner · 12 years ago
  53. afe4539 Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic by Duncan Sands · 12 years ago
  54. 661dfdc Adding new tests to test lli's pseudo-remote feature (-remote-mcjit). by Andrew Kaylor · 12 years ago
  55. 72be358 Finally add myself to the credits. by Craig Topper · 12 years ago
  56. 6eac2ba SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo. by Hans Wennborg · 12 years ago
  57. 1358841 Work around a layering violation from Target to CodeGen. by Benjamin Kramer · 12 years ago
  58. e0827d8 llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect to pass on Atom. by NAKAMURA Takumi · 12 years ago
  59. dc7f174 Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris. by Duncan Sands · 12 years ago
  60. c5519d3 Update credits file regarding SROA work... Also include my other primary by Chandler Carruth · 12 years ago
  61. d2b3441 Add myself as the code owner for a bunch of stuff. by Chandler Carruth · 12 years ago
  62. 4372f00 Add MCJIT test case for running global constructors. by Amara Emerson · 12 years ago
  63. 098d6d5 Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld reads by Amara Emerson · 12 years ago
  64. fbeb956 Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of cast by Hans Wennborg · 12 years ago
  65. 63a450a [DebugInfo] Generate address ranges for compile units even if .debug_aranges is present: it is often the case that .debug_aranges section contains ranges only for a small subset of compile units. Test cases will be added in separate commits. by Alexey Samsonov · 12 years ago
  66. 9bd4dd7 Factor some common code to reduce compile size. by Craig Topper · 12 years ago
  67. 77d6ae1 LoopVectorize: Division reductions generate incorrect code. Remove the part of the code that deals with divs. by Nadav Rotem · 12 years ago
  68. d577552 Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of vector types. by Craig Topper · 12 years ago
  69. 06be8b8 Fix typo in a comment. by Craig Topper · 12 years ago
  70. a032dbd [mips] Fix delay slot filler so that instructions with register operand $1 are by Akira Hatanaka · 12 years ago
  71. 96952bd Remove trailing whitespace by Michael Ilseman · 12 years ago
  72. 53608a3 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 12 years ago
  73. 085f982 Add some tests for the FileCheck utility. by Eli Bendersky · 12 years ago
  74. 2b009a3 Added myself as owner of LLVM Buildbot. by Galina Kistanova · 12 years ago
  75. ec3d695 Clarify. by Eric Christopher · 12 years ago
  76. b70e251 Claim ownership of everyone's favorite part of the backend. by Owen Anderson · 12 years ago
  77. 846ce8e Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing by Eli Friedman · 12 years ago
  78. a5a241c More ownership, no one likes these things anyways. by Eric Christopher · 12 years ago
  79. 407a616 Remove trailing whitespace by Michael Ilseman · 12 years ago
  80. bac29d3 Update the code ownership. by Nadav Rotem · 12 years ago
  81. ca458e7 Fix typo. by Jyotsna Verma · 12 years ago
  82. 0301bc5 [mips] Add predicate HasFPIdx for floating-point indexed load instruction by Akira Hatanaka · 12 years ago
  83. b92ef12 Add description of how to build docs by Joel Jones · 12 years ago
  84. e95ed2b PowerPC: Lowering floor intrinsic for Altivec by Adhemerval Zanella · 12 years ago
  85. 71e5ea8 PathV2: Fix a possible infinite loop. by Daniel Dunbar · 12 years ago
  86. c984657 Add assertions in MipsLongBranch which check the size of basic blocks. by Akira Hatanaka · 12 years ago
  87. 1c1c493 Return 0 instead of false. by Jakub Staszak · 12 years ago
  88. f38aa42 Use std::stable_sort instead of std::sort when sorting stack slots by Ulrich Weigand · 12 years ago
  89. 7c66949 Clarify my code ownership by Evan Cheng · 12 years ago
  90. d822805 by Sergei Larin · 12 years ago
  91. 8112351 Add ARM EABI to my list of responsibilities. by Anton Korobeynikov · 12 years ago
  92. eaf7725 Simplify code. by Jakub Staszak · 12 years ago
  93. c2aa003 misspell by Andrew Trick · 12 years ago
  94. df523d4 whitespace by Andrew Trick · 12 years ago
  95. 4823be3 [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false by Chad Rosier · 12 years ago
  96. 009cf9e Fix indeterminism in MI scheduler DAG construction. by Sergei Larin · 12 years ago
  97. 79c07d2 Use empty parens for empty function parameter list instead of '(void)'. by Dmitri Gribenko · 12 years ago
  98. 65f3f32 FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. by Dmitri Gribenko · 12 years ago
  99. b983f5d Do not handle void types in DataLayout. Patch by Patrick Hägglund. by Duncan Sands · 12 years ago
  100. 1839858 Make GlobalOpt be conservative with TLS variables (PR14309) by Hans Wennborg · 12 years ago