1. 086c788 Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11, by Chris Lattner · 16 years ago
  2. f48ba7b add some explicit llvm:: qualifiers to the unix side, fix problems on the windows side. by Chris Lattner · 16 years ago
  3. d694a78 Keep calling-convention and tail-call bit when creating new invoke or call. by Nick Lewycky · 16 years ago
  4. 087fcf3 do not export all the X86FastISel symbols, ever. by Chris Lattner · 16 years ago
  5. 4bfba9d Fix comments, pointed out by Duncan Sands. by Nick Lewycky · 16 years ago
  6. a05ef5e Apply ODR linkage changes accidentally dropped during by Duncan Sands · 16 years ago
  7. 1183c71 Test commit by Sebastian Redl · 16 years ago
  8. 199aa3c Mark function returns as noalias. by Nick Lewycky · 16 years ago
  9. 29e6417 teach SROA to handle promoting vector allocas with a memset into them into by Chris Lattner · 16 years ago
  10. cf1bb08 fix typo by Chris Lattner · 16 years ago
  11. c570487 Enhance SROA to "promote to scalar" allocas which are by Chris Lattner · 16 years ago
  12. 4b17474 Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch version accordingly. by Evan Cheng · 16 years ago
  13. dfe964c change the MemIntrinsic get/setAlignment method to take an unsigned by Chris Lattner · 16 years ago
  14. 821b856 If a MI uses the same register more than once, only mark one of them as 'kill'. by Evan Cheng · 16 years ago
  15. 8e10844 use MemTransferInst. by Chris Lattner · 16 years ago
  16. 3ce5e88 Introduce a new MemTransferInst pseudo class, which is a common by Chris Lattner · 16 years ago
  17. ff9dcee add a note. by Chris Lattner · 16 years ago
  18. b34487d add a note. by Chris Lattner · 16 years ago
  19. 4767694 implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4. by Chris Lattner · 16 years ago
  20. d2e936a random cleanups. by Chris Lattner · 16 years ago
  21. 464bb78 Fix misaligned whitespace. No functionality change. by Nick Lewycky · 16 years ago
  22. 6f6923f fix a serious pessimization that Tron on IRC pointed out where we would by Chris Lattner · 16 years ago
  23. 34d7455 Revert r66315. Fix the build on mixed 64/32 Linux systems. by Nick Lewycky · 16 years ago
  24. 0acf6b0 Remove some duplication. by Mikhail Glushenkov · 16 years ago
  25. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  26. 0dd2a6a simplify the way how traits get hold of the symbol table by Gabor Greif · 16 years ago
  27. 7afd3e1 further simplifications arising from peruse of the more declarative interface by Gabor Greif · 16 years ago
  28. b547a18 Remove the burden of dealing with list offsets by Gabor Greif · 16 years ago
  29. 922a881 When a crash signal is delivered do two things: remove all of our by Chris Lattner · 16 years ago
  30. b9c6c9b Finish cross-process JIT work, and clean up previous work. by Nate Begeman · 16 years ago
  31. 3112581 Arithmetic instructions don't set EFLAGS bits OF and CF bits by Dan Gohman · 16 years ago
  32. 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
  33. 1779f22 Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}. by Daniel Dunbar · 16 years ago
  34. 3c89812 Rename my makefile debugging rule to prevent accidental collisions. by Daniel Dunbar · 16 years ago
  35. f56ec64 Add Module::getNamedValue; use to normalize access to Module symbol by Daniel Dunbar · 16 years ago
  36. 3a56d14 Fix another case where debug info interferes with an optimization. by Dale Johannesen · 16 years ago
  37. 2ee7f83 Add default constructor to SDNode to make gcc 3.4.6 happy. by Tanya Lattner · 16 years ago
  38. c7ffc9e Use c_str() to force the string to be nul-terminated. by Dan Gohman · 16 years ago
  39. 827632a Add a comment. by Mikhail Glushenkov · 16 years ago
  40. 312e234 some nits noticed by Duncan by Chris Lattner · 16 years ago
  41. 224cef6 fix header comment and include guard. by Chris Lattner · 16 years ago
  42. 57c0383 add a bunch more passes to the C bindings (PR3734), patch by Lennart Augustsson! by Chris Lattner · 16 years ago
  43. 38ead32 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  44. 922b2a2 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  45. fc5940d While thinking about the one-definition-rule and trying by Duncan Sands · 16 years ago
  46. 49155ff on apple systems, integrate nicely with crash reporter. by Chris Lattner · 16 years ago
  47. 00e389c While converting an aggregate to scalare, ignore and remove aggregate's debug info. by Devang Patel · 16 years ago
  48. d6f1658 Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now by Chris Lattner · 16 years ago
  49. 7157228 Remove this as dbginfo intrinsics has been defined as IntrNoMem. by Zhou Sheng · 16 years ago
  50. 06b1e67 While hoisting instruction to speculatively execute simple bb, ignore dbg intrinsics. by Devang Patel · 16 years ago
  51. f957436 various cosmetic cleanups. by Chris Lattner · 16 years ago
  52. 0070ce5 this wasn't intended to go in. by Chris Lattner · 16 years ago
  53. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  54. 3f43a70 Do not count DbgInfoIntrinsic while estimating loop header size. by Devang Patel · 16 years ago
  55. c64bc16 Skip DbgInfoIntrinsic. by Devang Patel · 16 years ago
  56. bffc866 Committing unsaved changes that should've been with r66237. by Gordon Henriksen · 16 years ago
  57. 16e8eda Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes by Dan Gohman · 16 years ago
  58. f6dd0eb Use CloneModule's ValueMap to avoid needing to look up by Dan Gohman · 16 years ago
  59. e5abac4 Incorporate feedback to improve GarbageCollection.html. by Gordon Henriksen · 16 years ago
  60. 03afd02 Don't assign rank numbers to debug intrinsic "calls". by Dale Johannesen · 16 years ago
  61. 5601699 When we split a basic block, there's a default branch to the newly created BB. by Bill Wendling · 16 years ago
  62. 771281f Revert 66224. by Devang Patel · 16 years ago
  63. 743cdf8 Revert rev. 66167. We are still not out of woods yet. by Devang Patel · 16 years ago
  64. 5c6bf65 CMake: auto-discover project files under the projects/ subdirectory. by Oscar Fuentes · 16 years ago
  65. abab81f do not close friendship with every odd class by Gabor Greif · 16 years ago
  66. 67fca63 SRThreshold is meant to be inclusive. by Evan Cheng · 16 years ago
  67. 2511abf Tweak the check for promotable alloca's to handle debug intrinsics correctly. by Dale Johannesen · 16 years ago
  68. f70bda2 Do not let debug info prevert globalopt from shriking a global vars to boolean. by Devang Patel · 16 years ago
  69. c79e118 Add "check/remove dbg var" helper routines. by Devang Patel · 16 years ago
  70. 46c95bb Fix a parallel make race condition by swapping the order of -I directories. by Bob Wilson · 16 years ago
  71. ef0ff14 Fix a bugpoint bug on anonymous functions. Instead of looking up by Dan Gohman · 16 years ago
  72. 1f4af26 Don't use plain INC32 and DEC32 on x86-64; it needs by Dan Gohman · 16 years ago
  73. 51bb474 When creating X86ISD::INC and X86ISD::DEC nodes, only add one operand. by Dan Gohman · 16 years ago
  74. 4bfcf2a Fix the "test" optimization to recognize "dec" as an add of by Dan Gohman · 16 years ago
  75. 8733db3 Make this test more thorough. Not only should there be no %esi, by Dan Gohman · 16 years ago
  76. 2383503 ignore build dirs by Gabor Greif · 16 years ago
  77. 0f6290d move some code to gracefully handle the case when a handler crashes. by Chris Lattner · 16 years ago
  78. 5049600 GlobalOpt only process non constant local GVs while optimizing global vars. by Devang Patel · 16 years ago
  79. 30a31eb Add missing file. by Duncan Sands · 16 years ago
  80. a2bfb54 (Hopefully) silence a warning. by Owen Anderson · 16 years ago
  81. 731c6ab Regenerate. by Nick Lewycky · 16 years ago
  82. 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
  83. 323c58d Be more careful about choosing restore points when doing restore folding. This fixes some subtle miscompilations. by Owen Anderson · 16 years ago
  84. d56786f Daniel wanted the stack printed upside down. Perhaps he by Chris Lattner · 16 years ago
  85. fcba7cd indicate what the program args line is. by Chris Lattner · 16 years ago
  86. be3ae8e switch this message back to only being in -debug mode. by Chris Lattner · 16 years ago
  87. 50cd6fd When allocating stubs, keep track of which Functions are referencing the stub. by Nate Begeman · 16 years ago
  88. 6fb8f42 Do not split edges to EH landing pads. It will cause code size explosion. by Evan Cheng · 16 years ago
  89. 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
  90. 4084c4e Fix another case where debug info was affecting by Dale Johannesen · 16 years ago
  91. 9b89f0d Ignore the debug info intrinsics when looking for dependency through basic block. by Zhou Sheng · 16 years ago
  92. e562149 Add comment to emphasize that the while body is empty. by Bill Wendling · 16 years ago
  93. a0a6637 Fix another case where a dbg.declare meant something had 2 uses instead of 1. by Dale Johannesen · 16 years ago
  94. 8543504 Should have XFAILed this test. by Bill Wendling · 16 years ago
  95. 380c3ca Temporarily revert r65994. It was causing rdar://6646455. by Bill Wendling · 16 years ago
  96. f3841fc ooops, forgot to include the pointless-write eliminator in my previous checkin by Gabor Greif · 16 years ago
  97. 508d338 Add some cautionary comments. by Dale Johannesen · 16 years ago
  98. e97c733 add some helper classes for building light-weight symbolic stack traces by Chris Lattner · 16 years ago
  99. 6129e24 Re-commit 65975 and a fix for the problem that by Dale Johannesen · 16 years ago
  100. 35033a5 Add a new 'AddSignalHandler' function to Signals.h that allows by Chris Lattner · 16 years ago