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