1. 24c20e2 Do not eagerly record known previous location. DBG_VALUE may not cause a new label due to one or other reason. by Devang Patel · 15 years ago
  2. 6cdb7e2 Skip checking preferred alignment of GVs defined in other translation units all together. by Evan Cheng · 15 years ago
  3. 42642d0 Add comments about DstAlign and SrcAlign. by Evan Cheng · 15 years ago
  4. 33f22e8 Change another SSAUpdater function to avoid recursion. by Bob Wilson · 15 years ago
  5. 9bdb8f0 Simplify the code to check for existing PHIs, now that it is only used in by Bob Wilson · 15 years ago
  6. e8b6428 The SSAUpdater should avoid recursive traversals of the CFG, since that may by Bob Wilson · 15 years ago
  7. 94107ba - Avoid using floating point stores to implement memset unless the value is zero. by Evan Cheng · 15 years ago
  8. 58c7aa6 Skip instructions until new scope is seen. by Devang Patel · 15 years ago
  9. 8935d90 Cosmetic changes. Update comment, rename a local variable. by Devang Patel · 15 years ago
  10. d48c1f9 Remove accidental include and add a comment. by Benjamin Kramer · 15 years ago
  11. 6a9cd41 Various improvements to MemoryBuffer::getFile: by Benjamin Kramer · 15 years ago
  12. c8b82cc Introduce ImmutableCallSite, useful for contexts where no mutation by Gabor Greif · 15 years ago
  13. 2d7820c Clean up this file a little, no functionality change. This is a subset of my by Nick Lewycky · 15 years ago
  14. a41b915 switch IRBuilder to use NewDebugLoc for locations instead by Chris Lattner · 15 years ago
  15. 255f20f Fix sdisel memcpy, memset, memmove lowering: by Evan Cheng · 15 years ago
  16. 48c58bb Nehalem unaligned memory access is fast. by Evan Cheng · 15 years ago
  17. 61336ae Switch the representation of the location in instruction from by Chris Lattner · 15 years ago
  18. b45218f include header. by Chris Lattner · 15 years ago
  19. 449c310 rewrite handling of forward ref'd instruction metadata by Chris Lattner · 15 years ago
  20. 175edf2 fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an by Chris Lattner · 15 years ago
  21. 73180c5 no really, we don't need to copy strings around in the accessor. by Chris Lattner · 15 years ago
  22. fe80524 eliminate a temporary smallvector by Chris Lattner · 15 years ago
  23. 68c5513 add a method to decode a DILocation into a NewDebugLoc. by Chris Lattner · 15 years ago
  24. ec306a9 Add aeskeygenassist intrinsic and rename all of the aes intrinsics to by Eric Christopher · 15 years ago
  25. 4e5f38e update cmakefile. by Chris Lattner · 15 years ago
  26. b227925 Add a new "NewDebugLoc" class which will eventually replace DebugLoc, by Chris Lattner · 15 years ago
  27. 1118b5e vml[as] are slow on 1136jf-s also. by Jim Grosbach · 15 years ago
  28. e543d16 Reapply r100056. It doesn't look like it's the one that's causing a failure. by Bill Wendling · 15 years ago
  29. 9e9cca4 Revert r100056. It was causing a failure on MSVC. by Bill Wendling · 15 years ago
  30. f8df814 Reverting 100048; it broke two Frontend debug info tests. by Stuart Hastings · 15 years ago
  31. bbd51cd Rewrite CorrectExtraCFGEdges() to make it more understandable. by Bill Wendling · 15 years ago
  32. a88cb38 Debug info can now properly represent functions inside classes inside other functions. Partial fix for Radar 7424645. by Stuart Hastings · 15 years ago
  33. a0c6057 Rewrite part of the SSAUpdater to be more careful about inserting redundant by Bob Wilson · 15 years ago
  34. 536d31b Fix a nasty dangling-pointer heisenbug that could by Dale Johannesen · 15 years ago
  35. 563d83f reduce indentation, minor cleanups. by Chris Lattner · 15 years ago
  36. bbb88db Reduce string trashing. by Benjamin Kramer · 15 years ago
  37. 85ffee2 Use spaces, not tabs by Jakob Stoklund Olesen · 15 years ago
  38. 345ef34 DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are by Benjamin Kramer · 15 years ago
  39. d93bf04 Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
  40. 5e1b55d Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
  41. 5f282b5 Fix PR6750. Don't try to merge a DomainValue with itself. by Jakob Stoklund Olesen · 15 years ago
  42. 41d43eb s/getNameStr/getName/ by Benjamin Kramer · 15 years ago
  43. 4ef6822 Bump SmallString size a bit to avoid malloc trashing. by Benjamin Kramer · 15 years ago
  44. 6163336 AddSignalHandler was not releasing the critical section on win32. by Torok Edwin · 15 years ago
  45. cfd3188 reduce indentation by Chris Lattner · 15 years ago
  46. 1d65ba7 tidy up by Chris Lattner · 15 years ago
  47. 7a2f3e0 microoptimize this hot method, also making it more by Chris Lattner · 15 years ago
  48. ff741ab MI != 0 is checked in the assert right above this. by Chris Lattner · 15 years ago
  49. 14d750d use the isDebugValue() predicate and pop_back_val() by Chris Lattner · 15 years ago
  50. ed7a77b assert is a function-like macro, not a control flow operator. by Chris Lattner · 15 years ago
  51. 4dd8163 reduce indentation, fit in 80 cols and various other cosmetic cleanups. by Chris Lattner · 15 years ago
  52. 23dbf66 use the optimized debug info apis in sdisel. by Chris Lattner · 15 years ago
  53. 5169c9e make irbuilder use the new optimized debug info accessors. by Chris Lattner · 15 years ago
  54. 870cfcf add new apis for getting/setting !dbg metadata on by Chris Lattner · 15 years ago
  55. d363b4e Replace V_SET0 with variants for each SSE execution domain. by Jakob Stoklund Olesen · 15 years ago
  56. b16df90 Fix typo. Thank you, valgrind. by Jakob Stoklund Olesen · 15 years ago
  57. ec39f09 Fix a major source of compile-time slowness at -O0 -g by optimizing by Chris Lattner · 15 years ago
  58. bfcd61b Enable -sse-domain-fix by default. Now with tests! by Jakob Stoklund Olesen · 15 years ago
  59. 428e152 V_SETALLONES is an integer instruction. by Jakob Stoklund Olesen · 15 years ago
  60. 357be7f Renumber SSE execution domains for better code size. by Jakob Stoklund Olesen · 15 years ago
  61. 100f090 Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. by Bob Wilson · 15 years ago
  62. 722f229 Ignore invalid metadata. by Devang Patel · 15 years ago
  63. adffc9d Revert "Enable -sse-domain-fix by default. What could possibly go wrong?" by Jakob Stoklund Olesen · 15 years ago
  64. 90b9df4 Enable -sse-domain-fix by default. What could possibly go wrong? by Jakob Stoklund Olesen · 15 years ago
  65. 808bab0 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, by Mon P Wang · 15 years ago
  66. 04e3b1e move some method definitions to files that make sense. by Chris Lattner · 15 years ago
  67. 991de14 Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows by Benjamin Kramer · 15 years ago
  68. 820580d Typo noticed by Duncan. by Torok Edwin · 15 years ago
  69. 4bb31bf Fix a grammaro. by Dan Gohman · 15 years ago
  70. 1a5d2a8 Add cross-block inference to SSEDomainFix. by Jakob Stoklund Olesen · 15 years ago
  71. bd44314 fix two cases where the arguments were extracted from the wrong range out of the InvokeInst by Gabor Greif · 15 years ago
  72. 8258d0b Remove the pmulld intrinsic and autoupdate it as a vector multiply. by Eric Christopher · 15 years ago
  73. 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
  74. 87bd191 Funky indentation. by Evan Cheng · 15 years ago
  75. 7ed6311 There is no need to fall through after processing DBG_VALUE machine instruction. by Devang Patel · 15 years ago
  76. 7a8cf28 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  77. 6ce5792 Introduce namespace-scope functions to enable LLVM statistics without by Douglas Gregor · 15 years ago
  78. 32e6518 XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these by Benjamin Kramer · 15 years ago
  79. 91b1d8f PIC16: Plug a leak in PIC16Section by allocating name & address strings in the by Benjamin Kramer · 15 years ago
  80. fb70e7d Don't overwrite previous value, if it succeeded. by Torok Edwin · 15 years ago
  81. e38bc14 Honour addGlobalMapping() in the interpreter, if it was used to add mappings for by Torok Edwin · 15 years ago
  82. 01cb1b6 Reapply r99881 with some fixes: only call destructor in releaseMemory! by Torok Edwin · 15 years ago
  83. 226dd2b Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. by Torok Edwin · 15 years ago
  84. 2a22004 Introduce another Reset() method in BumpPtrAllocator that calls a destructor by Torok Edwin · 15 years ago
  85. 28a1e48 Avoid being influenced by the presence of dbg_value instructions. by Evan Cheng · 15 years ago
  86. cebf5bc stringref'ize Timer apis by Chris Lattner · 15 years ago
  87. 83fa78e finally, maintain a global list of timer groups, allowing us to by Chris Lattner · 15 years ago
  88. ecdbff8 add a new TimerGroup::print method, and refactor away the bogus by Chris Lattner · 15 years ago
  89. 49a2bb2 rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and by Chris Lattner · 15 years ago
  90. 9f9f6d1 if a timergroup is destroyed before its timers, print times. by Chris Lattner · 15 years ago
  91. b931269 change TimerGroup to keep a linked list of active timers by Chris Lattner · 15 years ago
  92. a782e75 reapply my timer rewrite with a change for PassManager to store by Chris Lattner · 15 years ago
  93. 0d2725a revert r99862 which is causing FNT failures. by Chris Lattner · 15 years ago
  94. 9fa0eff fairly major rewrite of various timing related stuff. by Chris Lattner · 15 years ago
  95. 4bd24c2 Add FIXME for operand promotion. by Eric Christopher · 15 years ago
  96. d77f818 Be gentle to MSVC. C++ is hard, after all. by Jakob Stoklund Olesen · 15 years ago
  97. 1de558b MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! by Daniel Dunbar · 15 years ago
  98. 201f5f0 Re-add back in the slow way of determining of a clean-up should become a by Bill Wendling · 15 years ago
  99. e4b94b4 Basic implementation of SSEDomainFix pass. by Jakob Stoklund Olesen · 15 years ago
  100. bfde644 A more general (and simpler!) implementation of r99671. It performs a similar by Bill Wendling · 15 years ago