1. fa933f8 typo and formatting tweaks by Gabor Greif · 17 years ago
  2. c8ed902 little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGlobals() by Nuno Lopes · 17 years ago
  3. 9ba2379 Mention the different constant folders that IRBuilder can use. by Duncan Sands · 17 years ago
  4. 022f735 new testcase for PR2797 by Chris Lattner · 17 years ago
  5. f1796b6 add some upgrading notes from Pekka. by Chris Lattner · 17 years ago
  6. c702d16 add LSR and frameaddress info. by Chris Lattner · 17 years ago
  7. 3c3ec0c Add static analyzer notes. by Ted Kremenek · 17 years ago
  8. f6e9209 Remove stale src, core directories. by Daniel Dunbar · 17 years ago
  9. cc04261 more minor updates by Chris Lattner · 17 years ago
  10. eeb4da0 more changes. by Chris Lattner · 17 years ago
  11. f301387 optimizer and codegen by Chris Lattner · 17 years ago
  12. 7752d1a more updates. by Chris Lattner · 17 years ago
  13. 7b8e964 When doing the very-late shift-and address-mode optimization, by Dan Gohman · 17 years ago
  14. b82eb06 describe major new features and llvm-gcc features. by Chris Lattner · 17 years ago
  15. d939f4a Don't barf on 32 bit platforms if llvm-gcc is by Duncan Sands · 17 years ago
  16. efa5339 FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOperands are leglized. Patch by Richard Pennington. by Evan Cheng · 17 years ago
  17. 1050d73 MarkModRef -> AddReadAttrs. by Duncan Sands · 17 years ago
  18. 195cd3a Also update sub-register intervals after a trivial computation is rematt'ed for a copy instruction. PR2775. by Evan Cheng · 17 years ago
  19. bf8c4f2 Add some llvm-gcc changes that may be worth detailing. by Duncan Sands · 17 years ago
  20. 09fd418 Add a test case for _Complex passed as a FCA. by Evan Cheng · 17 years ago
  21. fb97b2d give the static analyzer its own section. by Chris Lattner · 17 years ago
  22. 96a445e more rearranging. by Chris Lattner · 17 years ago
  23. f6662f9 move major changes down. by Chris Lattner · 17 years ago
  24. bbf379a Fix typo. Add note on trampoline support. by Duncan Sands · 17 years ago
  25. a6548d0 Clarify meaning of copyRegToReg's return value. by Evan Cheng · 17 years ago
  26. 978bcee Update the Ada part. by Duncan Sands · 17 years ago
  27. 59b5ce4 final note. by Chris Lattner · 17 years ago
  28. 50ad45c fix some crazily long lines. by Chris Lattner · 17 years ago
  29. 7e6d9b9 Make InstructionCombining::getBitCastOperand() recognize GEP instructions and by Matthijs Kooijman · 17 years ago
  30. e49d0bc Improve the description on the getelementptr instruction. It should now better by Matthijs Kooijman · 17 years ago
  31. d9d0778 * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns by Matthijs Kooijman · 17 years ago
  32. e2b997b Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 17 years ago
  33. 63e0669 fix typo's by Gabor Greif · 17 years ago
  34. c9f7ef7 remove a deprecated internal interface by Gabor Greif · 17 years ago
  35. e9324f3 do not use deprecated interfaces by Gabor Greif · 17 years ago
  36. 5aad9cd ignore the standard output dirs by Gabor Greif · 17 years ago
  37. cb8f1b5 Disallow the construction of SCEVs with could-not-compute operands. Catch CNCs by Nick Lewycky · 17 years ago
  38. 49feb45 Add whitespace before a parenthesis. by Mikhail Glushenkov · 17 years ago
  39. ea65d7d Add a note on llvmc2 plugins + remove some trailing whitespace (my Emacs does this automatically). by Mikhail Glushenkov · 17 years ago
  40. 44d2a98 calls can be supported. by Chris Lattner · 17 years ago
  41. cdb0e4c more notes by Chris Lattner · 17 years ago
  42. 51b7f82 Change TAG_ names to DW_TAG for gcc (testsuite) compatibility. by Dale Johannesen · 17 years ago
  43. d55fccd Fix a bug in live-in detection that caused lost-copy problems to show up. by Owen Anderson · 17 years ago
  44. 547a391 add some more notes by Chris Lattner · 17 years ago
  45. 75d53d6 this was to be removed after 2.4 branched. by Chris Lattner · 17 years ago
  46. f33ebd2 Remove "long" variants so these will pass on a 64-bit host. by Dale Johannesen · 17 years ago
  47. cce6d4b add some notes by Chris Lattner · 17 years ago
  48. d21a630 Update size of inst correctly with segment override. by Anton Korobeynikov · 17 years ago
  49. b5cf048 Add special-case code to allow null-guards on calls to malloc. by Owen Anderson · 17 years ago
  50. 4b08992 Make Escape Analysis work for any pointer. by Owen Anderson · 17 years ago
  51. 36b708a Add EscapeAnalysis. by Owen Anderson · 17 years ago
  52. ba0fb07 Change Dwarf comments starting with AT_ to DW_AT_ to by Dale Johannesen · 17 years ago
  53. 5efff77 Fix crashes and infinite loops. by Owen Anderson · 17 years ago
  54. 4382f62 Duncan convinced me that it's not possible to transform control-based escapes into by Owen Anderson · 17 years ago
  55. 99cbdff fix typo by Chris Lattner · 17 years ago
  56. a6321b4 Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changes by Chris Lattner · 17 years ago
  57. 1b8f4bb update win32 project file, patch provided by OvermindDL1 on llvmdev. by Chris Lattner · 17 years ago
  58. e563bbc Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as by Chris Lattner · 17 years ago
  59. 119c30b rearrange some code. by Chris Lattner · 17 years ago
  60. 71f95b8 random cleanup by Chris Lattner · 17 years ago
  61. 43778b3 Add API changes which affected me to release notes: by Daniel Dunbar · 17 years ago
  62. a4bb48a Fix comment typo. by Duncan Sands · 17 years ago
  63. ef93cec Add ability to override segment (mostly for code emitter purposes). by Anton Korobeynikov · 17 years ago
  64. b7dfaf9 Add GCC 4.1.2 from Debian to known bad GCC list. by Daniel Dunbar · 17 years ago
  65. 0021fc1 Note EH stuff for x86-64/linux by Anton Korobeynikov · 17 years ago
  66. 1b4d7a9 We do support PIC on x86-64/linux by Anton Korobeynikov · 17 years ago
  67. 857fb13 Strip out 2.3 info, make space for 2.4 info. I'd appreciate it if by Chris Lattner · 17 years ago
  68. ce91ec2 Unbreak DbgStopPointInst::getFileName(). by Daniel Dunbar · 17 years ago
  69. 3c26101 simplify comparison by Chris Lattner · 17 years ago
  70. e397acc Fix SSE4.1 roundss, roundsd. While the instructions have by Dale Johannesen · 17 years ago
  71. fc19fbd Check loop exit predicate properly while eliminating one iteration loop. by Devang Patel · 17 years ago
  72. 875314b Fix a thinko and unbreak sparc default CC by Anton Korobeynikov · 17 years ago
  73. 8b1e054 Remove some overzealous checks that were rejecting by Dale Johannesen · 17 years ago
  74. df75bba Extend set of return registers on sparc until someone will implement MRV support there. At least, this will allow libgcc compile, however we are not ABI-compatible with stuff compiled with native gcc. by Anton Korobeynikov · 17 years ago
  75. 4cf5e2e Ignore extra 'r' modifier for now by Anton Korobeynikov · 17 years ago
  76. 4b58b6a Use expand for smul_lohi for now by Anton Korobeynikov · 17 years ago
  77. 22df84a Add testcase for 'r' inline asm operand by Anton Korobeynikov · 17 years ago
  78. f03c5af This does not fail anymore by Anton Korobeynikov · 17 years ago
  79. 0eefda1 Add rudimentary support for 'r' register operand by Anton Korobeynikov · 17 years ago
  80. 5383570 Cleanup by Anton Korobeynikov · 17 years ago
  81. fc62ffc CMake: updated lib/Analysis/CMakeLists.txt. by Oscar Fuentes · 17 years ago
  82. 77fcca8 Revert r57340 move guard mutex in getPointerToFunction as this can cause by Mon P Wang · 17 years ago
  83. 7a76ed6 Fix build failure. Patch by Erick Tryzelaar. by Devang Patel · 17 years ago
  84. 7cdd9ee fix memleak by cleaning the global sets on pass exit by Nuno Lopes · 17 years ago
  85. 2312022 Add sparc test for memory operand used in inline asm by Anton Korobeynikov · 17 years ago
  86. 796daeb This is not failing anymore by Anton Korobeynikov · 17 years ago
  87. f369330 Add rudimentary asmprinter support for printing inline asm operands for sparc. by Anton Korobeynikov · 17 years ago
  88. 2fcfd83 Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether it is correct, however :) by Anton Korobeynikov · 17 years ago
  89. a43e51d Cleanup by Anton Korobeynikov · 17 years ago
  90. 7238cfa Fix copy-and-paste-o. by Owen Anderson · 17 years ago
  91. 8f28c78 Add a basic intra-procedural escape analysis. This hasn't be extensively tested yet, but feedback is welcome. by Owen Anderson · 17 years ago
  92. 1c341c8 Moved guard mutex upwards to guard materializing a function by Mon P Wang · 17 years ago
  93. 5ca6bd1 Added missing print functions that take a raw_ostream by Mon P Wang · 17 years ago
  94. 47bd1d4 Fixed definition of llvm_anyptr_ty by Mon P Wang · 17 years ago
  95. 236bbd4 Generated files for previous checkin. by Dale Johannesen · 17 years ago
  96. 8aaec36 A file missed from previous checkin. by Dale Johannesen · 17 years ago
  97. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  98. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  99. a6bf66d Don't drop alignment on globals when cloning. by Nick Lewycky · 17 years ago
  100. d2a27ee get CodeGen/Alpha/mul128.ll to work. by Chris Lattner · 17 years ago