1. 4b5051b If ARCH is x86_64, pass -m64 to the host compiler. -m32 for i386. This makes sure the JIT work correctly. by Evan Cheng · 16 years ago
  2. 1779f22 Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}. by Daniel Dunbar · 16 years ago
  3. 3c89812 Rename my makefile debugging rule to prevent accidental collisions. by Daniel Dunbar · 16 years ago
  4. f56ec64 Add Module::getNamedValue; use to normalize access to Module symbol by Daniel Dunbar · 16 years ago
  5. 3a56d14 Fix another case where debug info interferes with an optimization. by Dale Johannesen · 16 years ago
  6. 2ee7f83 Add default constructor to SDNode to make gcc 3.4.6 happy. by Tanya Lattner · 16 years ago
  7. c7ffc9e Use c_str() to force the string to be nul-terminated. by Dan Gohman · 16 years ago
  8. 827632a Add a comment. by Mikhail Glushenkov · 16 years ago
  9. 312e234 some nits noticed by Duncan by Chris Lattner · 16 years ago
  10. 224cef6 fix header comment and include guard. by Chris Lattner · 16 years ago
  11. 57c0383 add a bunch more passes to the C bindings (PR3734), patch by Lennart Augustsson! by Chris Lattner · 16 years ago
  12. 38ead32 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  13. 922b2a2 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  14. fc5940d While thinking about the one-definition-rule and trying by Duncan Sands · 16 years ago
  15. 49155ff on apple systems, integrate nicely with crash reporter. by Chris Lattner · 16 years ago
  16. 00e389c While converting an aggregate to scalare, ignore and remove aggregate's debug info. by Devang Patel · 16 years ago
  17. d6f1658 Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now by Chris Lattner · 16 years ago
  18. 7157228 Remove this as dbginfo intrinsics has been defined as IntrNoMem. by Zhou Sheng · 16 years ago
  19. 06b1e67 While hoisting instruction to speculatively execute simple bb, ignore dbg intrinsics. by Devang Patel · 16 years ago
  20. f957436 various cosmetic cleanups. by Chris Lattner · 16 years ago
  21. 0070ce5 this wasn't intended to go in. by Chris Lattner · 16 years ago
  22. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  23. 3f43a70 Do not count DbgInfoIntrinsic while estimating loop header size. by Devang Patel · 16 years ago
  24. c64bc16 Skip DbgInfoIntrinsic. by Devang Patel · 16 years ago
  25. bffc866 Committing unsaved changes that should've been with r66237. by Gordon Henriksen · 16 years ago
  26. 16e8eda Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes by Dan Gohman · 16 years ago
  27. f6dd0eb Use CloneModule's ValueMap to avoid needing to look up by Dan Gohman · 16 years ago
  28. e5abac4 Incorporate feedback to improve GarbageCollection.html. by Gordon Henriksen · 16 years ago
  29. 03afd02 Don't assign rank numbers to debug intrinsic "calls". by Dale Johannesen · 16 years ago
  30. 5601699 When we split a basic block, there's a default branch to the newly created BB. by Bill Wendling · 16 years ago
  31. 771281f Revert 66224. by Devang Patel · 16 years ago
  32. 743cdf8 Revert rev. 66167. We are still not out of woods yet. by Devang Patel · 16 years ago
  33. 5c6bf65 CMake: auto-discover project files under the projects/ subdirectory. by Oscar Fuentes · 16 years ago
  34. abab81f do not close friendship with every odd class by Gabor Greif · 16 years ago
  35. 67fca63 SRThreshold is meant to be inclusive. by Evan Cheng · 16 years ago
  36. 2511abf Tweak the check for promotable alloca's to handle debug intrinsics correctly. by Dale Johannesen · 16 years ago
  37. f70bda2 Do not let debug info prevert globalopt from shriking a global vars to boolean. by Devang Patel · 16 years ago
  38. c79e118 Add "check/remove dbg var" helper routines. by Devang Patel · 16 years ago
  39. 46c95bb Fix a parallel make race condition by swapping the order of -I directories. by Bob Wilson · 16 years ago
  40. ef0ff14 Fix a bugpoint bug on anonymous functions. Instead of looking up by Dan Gohman · 16 years ago
  41. 1f4af26 Don't use plain INC32 and DEC32 on x86-64; it needs by Dan Gohman · 16 years ago
  42. 51bb474 When creating X86ISD::INC and X86ISD::DEC nodes, only add one operand. by Dan Gohman · 16 years ago
  43. 4bfcf2a Fix the "test" optimization to recognize "dec" as an add of by Dan Gohman · 16 years ago
  44. 8733db3 Make this test more thorough. Not only should there be no %esi, by Dan Gohman · 16 years ago
  45. 2383503 ignore build dirs by Gabor Greif · 16 years ago
  46. 0f6290d move some code to gracefully handle the case when a handler crashes. by Chris Lattner · 16 years ago
  47. 5049600 GlobalOpt only process non constant local GVs while optimizing global vars. by Devang Patel · 16 years ago
  48. 30a31eb Add missing file. by Duncan Sands · 16 years ago
  49. a2bfb54 (Hopefully) silence a warning. by Owen Anderson · 16 years ago
  50. 731c6ab Regenerate. by Nick Lewycky · 16 years ago
  51. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
  52. 323c58d Be more careful about choosing restore points when doing restore folding. This fixes some subtle miscompilations. by Owen Anderson · 16 years ago
  53. d56786f Daniel wanted the stack printed upside down. Perhaps he by Chris Lattner · 16 years ago
  54. fcba7cd indicate what the program args line is. by Chris Lattner · 16 years ago
  55. be3ae8e switch this message back to only being in -debug mode. by Chris Lattner · 16 years ago
  56. 50cd6fd When allocating stubs, keep track of which Functions are referencing the stub. by Nate Begeman · 16 years ago
  57. 6fb8f42 Do not split edges to EH landing pads. It will cause code size explosion. by Evan Cheng · 16 years ago
  58. 0076c61 Fix how livein live intervals are handled. Previously it could end at MBB start. Sorry, no small test case possible. by Evan Cheng · 16 years ago
  59. 4084c4e Fix another case where debug info was affecting by Dale Johannesen · 16 years ago
  60. 9b89f0d Ignore the debug info intrinsics when looking for dependency through basic block. by Zhou Sheng · 16 years ago
  61. e562149 Add comment to emphasize that the while body is empty. by Bill Wendling · 16 years ago
  62. a0a6637 Fix another case where a dbg.declare meant something had 2 uses instead of 1. by Dale Johannesen · 16 years ago
  63. 8543504 Should have XFAILed this test. by Bill Wendling · 16 years ago
  64. 380c3ca Temporarily revert r65994. It was causing rdar://6646455. by Bill Wendling · 16 years ago
  65. f3841fc ooops, forgot to include the pointless-write eliminator in my previous checkin by Gabor Greif · 16 years ago
  66. 508d338 Add some cautionary comments. by Dale Johannesen · 16 years ago
  67. e97c733 add some helper classes for building light-weight symbolic stack traces by Chris Lattner · 16 years ago
  68. 6129e24 Re-commit 65975 and a fix for the problem that by Dale Johannesen · 16 years ago
  69. 35033a5 Add a new 'AddSignalHandler' function to Signals.h that allows by Chris Lattner · 16 years ago
  70. fd03399 Fix this comment. by Dan Gohman · 16 years ago
  71. bc10b8c Add an assertion for a condition that's always true, and not by Dan Gohman · 16 years ago
  72. c23b871 Give sentinel traits the right to determine the policy where the sentinel is kept. by Gabor Greif · 16 years ago
  73. 076aee3 Re-apply 66008, now that the unfoldMemoryOperand bug is fixed. by Dan Gohman · 16 years ago
  74. fc53fc6 Correct this comment. by Dan Gohman · 16 years ago
  75. b37a820 When using MachineInstr operand indices on SDNodes, the number by Dan Gohman · 16 years ago
  76. 88fe1ad complete comment. by Chris Lattner · 16 years ago
  77. 0ff83ab this wasn't intended to be committed. by Chris Lattner · 16 years ago
  78. 1541e0f Fix PR3720 by properly propagating alignment information from memcpy/memmove by Chris Lattner · 16 years ago
  79. 6694198 Fix a thinko in the JIT where the address of a GV was only recorded in the map by Nate Begeman · 16 years ago
  80. d344b88 Fix BuildVectorSDNode::isConstantSplat to handle one-element vectors. by Bob Wilson · 16 years ago
  81. 675e754 .emacs file bits for automatically setting the llvm.org coding style. Thanks Anton. by Mike Stump · 16 years ago
  82. c93023a Add a restore folder, which shaves a dozen or so machineinstrs off oggenc. Update a testcase to check this. by Owen Anderson · 16 years ago
  83. c7f6b8c "Ghostify" embedded sentinels. This is a real win in all cases by Gabor Greif · 16 years ago
  84. ae3f2b6 Fix PR3666: isel calls to constant addresses. by Evan Cheng · 16 years ago
  85. 27759f4 PR3686: make the legalizer handle bitcast from i80 to x86 long double. by Eli Friedman · 16 years ago
  86. 29582d1 Revert r66004 for now; it's causing a variety of test failures. by Dan Gohman · 16 years ago
  87. 10029df Rename test. by Evan Cheng · 16 years ago
  88. 12bbc52 Teach the x86 backend to eliminate "test" instructions by using the EFLAGS by Dan Gohman · 16 years ago
  89. 0744f09 Revert unintended commmit. by Dale Johannesen · 16 years ago
  90. d9c05d7 Skip ptr-to-ptr bitcasts when counting in another case. by Dale Johannesen · 16 years ago
  91. cdb16aa Always skip ptr-to-ptr bitcasts when counting, by Dale Johannesen · 16 years ago
  92. 599a6a8 Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what llvm-gcc generates so codegen knows flags register is being clobbered by inline asm. 2. BURR scheduler should also check if inline asm nodes can clobber "live" physical registers. Previously it was only checking target nodes with implicit defs. by Evan Cheng · 16 years ago
  93. 7f6179d If a global constant is dead then global's debug info should not prevent the optimizer in deleting the global. And while deleting global, delete global's debug info also. by Devang Patel · 16 years ago
  94. 0d6596b Make my earlier patch to skip debug intrinsics by Dale Johannesen · 16 years ago
  95. 160ae86 Temporarily revert 65975, which breaks the llvm-gcc build. by Dale Johannesen · 16 years ago
  96. 36ae6c1 The DAG combiner was performing a BT combine. The BT combine had a value of -1, by Bill Wendling · 16 years ago
  97. 127a793 Marking debug info intrinsics as not touching memory by Dale Johannesen · 16 years ago
  98. 4ded40a Instruction counters must skip the bitcasts that by Dale Johannesen · 16 years ago
  99. 70b5e04 Dbg Intrinsics do not access memory. by Devang Patel · 16 years ago
  100. 9adb01c Recursively remove dead argument while removing llvm.dbg.declare intrinsic. by Devang Patel · 16 years ago