1. 978bcee Update the Ada part. by Duncan Sands · 16 years ago
  2. 59b5ce4 final note. by Chris Lattner · 16 years ago
  3. 50ad45c fix some crazily long lines. by Chris Lattner · 16 years ago
  4. 7e6d9b9 Make InstructionCombining::getBitCastOperand() recognize GEP instructions and by Matthijs Kooijman · 16 years ago
  5. e49d0bc Improve the description on the getelementptr instruction. It should now better by Matthijs Kooijman · 16 years ago
  6. d9d0778 * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns by Matthijs Kooijman · 16 years ago
  7. e2b997b Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 16 years ago
  8. 63e0669 fix typo's by Gabor Greif · 16 years ago
  9. c9f7ef7 remove a deprecated internal interface by Gabor Greif · 16 years ago
  10. e9324f3 do not use deprecated interfaces by Gabor Greif · 16 years ago
  11. 5aad9cd ignore the standard output dirs by Gabor Greif · 16 years ago
  12. cb8f1b5 Disallow the construction of SCEVs with could-not-compute operands. Catch CNCs by Nick Lewycky · 16 years ago
  13. 49feb45 Add whitespace before a parenthesis. by Mikhail Glushenkov · 16 years ago
  14. ea65d7d Add a note on llvmc2 plugins + remove some trailing whitespace (my Emacs does this automatically). by Mikhail Glushenkov · 16 years ago
  15. 44d2a98 calls can be supported. by Chris Lattner · 16 years ago
  16. cdb0e4c more notes by Chris Lattner · 16 years ago
  17. 51b7f82 Change TAG_ names to DW_TAG for gcc (testsuite) compatibility. by Dale Johannesen · 16 years ago
  18. d55fccd Fix a bug in live-in detection that caused lost-copy problems to show up. by Owen Anderson · 16 years ago
  19. 547a391 add some more notes by Chris Lattner · 16 years ago
  20. 75d53d6 this was to be removed after 2.4 branched. by Chris Lattner · 16 years ago
  21. f33ebd2 Remove "long" variants so these will pass on a 64-bit host. by Dale Johannesen · 16 years ago
  22. cce6d4b add some notes by Chris Lattner · 16 years ago
  23. d21a630 Update size of inst correctly with segment override. by Anton Korobeynikov · 16 years ago
  24. b5cf048 Add special-case code to allow null-guards on calls to malloc. by Owen Anderson · 16 years ago
  25. 4b08992 Make Escape Analysis work for any pointer. by Owen Anderson · 16 years ago
  26. 36b708a Add EscapeAnalysis. by Owen Anderson · 16 years ago
  27. ba0fb07 Change Dwarf comments starting with AT_ to DW_AT_ to by Dale Johannesen · 16 years ago
  28. 5efff77 Fix crashes and infinite loops. by Owen Anderson · 16 years ago
  29. 4382f62 Duncan convinced me that it's not possible to transform control-based escapes into by Owen Anderson · 16 years ago
  30. 99cbdff fix typo by Chris Lattner · 16 years ago
  31. a6321b4 Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changes by Chris Lattner · 16 years ago
  32. 1b8f4bb update win32 project file, patch provided by OvermindDL1 on llvmdev. by Chris Lattner · 16 years ago
  33. e563bbc Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as by Chris Lattner · 16 years ago
  34. 119c30b rearrange some code. by Chris Lattner · 16 years ago
  35. 71f95b8 random cleanup by Chris Lattner · 16 years ago
  36. 43778b3 Add API changes which affected me to release notes: by Daniel Dunbar · 16 years ago
  37. a4bb48a Fix comment typo. by Duncan Sands · 16 years ago
  38. ef93cec Add ability to override segment (mostly for code emitter purposes). by Anton Korobeynikov · 16 years ago
  39. b7dfaf9 Add GCC 4.1.2 from Debian to known bad GCC list. by Daniel Dunbar · 16 years ago
  40. 0021fc1 Note EH stuff for x86-64/linux by Anton Korobeynikov · 16 years ago
  41. 1b4d7a9 We do support PIC on x86-64/linux by Anton Korobeynikov · 16 years ago
  42. 857fb13 Strip out 2.3 info, make space for 2.4 info. I'd appreciate it if by Chris Lattner · 16 years ago
  43. ce91ec2 Unbreak DbgStopPointInst::getFileName(). by Daniel Dunbar · 16 years ago
  44. 3c26101 simplify comparison by Chris Lattner · 16 years ago
  45. e397acc Fix SSE4.1 roundss, roundsd. While the instructions have by Dale Johannesen · 16 years ago
  46. fc19fbd Check loop exit predicate properly while eliminating one iteration loop. by Devang Patel · 16 years ago
  47. 875314b Fix a thinko and unbreak sparc default CC by Anton Korobeynikov · 16 years ago
  48. 8b1e054 Remove some overzealous checks that were rejecting by Dale Johannesen · 16 years ago
  49. 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 · 16 years ago
  50. 4cf5e2e Ignore extra 'r' modifier for now by Anton Korobeynikov · 16 years ago
  51. 4b58b6a Use expand for smul_lohi for now by Anton Korobeynikov · 16 years ago
  52. 22df84a Add testcase for 'r' inline asm operand by Anton Korobeynikov · 16 years ago
  53. f03c5af This does not fail anymore by Anton Korobeynikov · 16 years ago
  54. 0eefda1 Add rudimentary support for 'r' register operand by Anton Korobeynikov · 16 years ago
  55. 5383570 Cleanup by Anton Korobeynikov · 16 years ago
  56. fc62ffc CMake: updated lib/Analysis/CMakeLists.txt. by Oscar Fuentes · 16 years ago
  57. 77fcca8 Revert r57340 move guard mutex in getPointerToFunction as this can cause by Mon P Wang · 16 years ago
  58. 7a76ed6 Fix build failure. Patch by Erick Tryzelaar. by Devang Patel · 16 years ago
  59. 7cdd9ee fix memleak by cleaning the global sets on pass exit by Nuno Lopes · 16 years ago
  60. 2312022 Add sparc test for memory operand used in inline asm by Anton Korobeynikov · 16 years ago
  61. 796daeb This is not failing anymore by Anton Korobeynikov · 16 years ago
  62. f369330 Add rudimentary asmprinter support for printing inline asm operands for sparc. by Anton Korobeynikov · 16 years ago
  63. 2fcfd83 Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether it is correct, however :) by Anton Korobeynikov · 16 years ago
  64. a43e51d Cleanup by Anton Korobeynikov · 16 years ago
  65. 7238cfa Fix copy-and-paste-o. by Owen Anderson · 16 years ago
  66. 8f28c78 Add a basic intra-procedural escape analysis. This hasn't be extensively tested yet, but feedback is welcome. by Owen Anderson · 16 years ago
  67. 1c341c8 Moved guard mutex upwards to guard materializing a function by Mon P Wang · 16 years ago
  68. 5ca6bd1 Added missing print functions that take a raw_ostream by Mon P Wang · 16 years ago
  69. 47bd1d4 Fixed definition of llvm_anyptr_ty by Mon P Wang · 16 years ago
  70. 236bbd4 Generated files for previous checkin. by Dale Johannesen · 16 years ago
  71. 8aaec36 A file missed from previous checkin. by Dale Johannesen · 16 years ago
  72. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 16 years ago
  73. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
  74. a6bf66d Don't drop alignment on globals when cloning. by Nick Lewycky · 16 years ago
  75. d2a27ee get CodeGen/Alpha/mul128.ll to work. by Chris Lattner · 16 years ago
  76. d65b264 Align EH tables before label is emitted, not after, thus aligning the label. by Dale Johannesen · 16 years ago
  77. 585457e (re)Put const weak strings in appropriate section on Darwin. g++dg/abi/key2.C by Dale Johannesen · 16 years ago
  78. 7a85a62 dont specialize weak functions and the like by Nuno Lopes · 16 years ago
  79. 309c80a Comment to be explicit that the enumeration values for CondCodes matter. by Jim Grosbach · 16 years ago
  80. 43d9c8c Use template to distinguish between function variants. by Duncan Sands · 16 years ago
  81. 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 16 years ago
  82. 9fc4da4 regenerate by Chris Lattner · 16 years ago
  83. cd16843 Add missing semicolumns in parser rules, those missing semicolumns by Chris Lattner · 16 years ago
  84. de17ddc Add parentheses to avoid warnings in GCC 4.4.0, patch by Samuel Tardieu! by Chris Lattner · 16 years ago
  85. 85a350f fix typo by Chris Lattner · 16 years ago
  86. 04764de Fix the case where an instruction is not properly marked as using all registers that alias its inputs. by Owen Anderson · 16 years ago
  87. eb0d6ab Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel instead. by Dan Gohman · 16 years ago
  88. bde84d2 Fix disagreement about where the attributes are ~0 != ~0U. by Eric Christopher · 16 years ago
  89. f85e74c Fix configure issue where configure by Tanya Lattner · 16 years ago
  90. 8c3f8b6 Add MBB successors and physreg Uses in the same order that by Dan Gohman · 16 years ago
  91. 1e9e8c3 Avoid emitting redundant materializations of integer constants by Dan Gohman · 16 years ago
  92. 145b828 Instead of emitting an implicit use for the super-register of by Dan Gohman · 16 years ago
  93. 76e9661 Unconditional branch instruction encoding fix. Needs to use ABI, not AXI, to get the proper opcode bits. by Jim Grosbach · 16 years ago
  94. cbc47b8 need ARM.h for ARMCC definition by Jim Grosbach · 16 years ago
  95. 00877fc Add a testcase for i256 add. i256 isn't fully supported in by Dan Gohman · 16 years ago
  96. 95dad83 Add an option to enable StrongPHIElimination, for ease of testing. by Owen Anderson · 16 years ago
  97. 3341262 Encode the conditional execution predicate when JITing. by Jim Grosbach · 16 years ago
  98. 2cb48ea Model hardwired inputs & outputs of x86 8-bit divides correctly. by Dale Johannesen · 16 years ago
  99. 2163ca1 Use Dan's supperior check by Andrew Lenharth · 16 years ago
  100. 82cf32e Correctly set attributes when removing args during cloning. Fixes PR2765 by Andrew Lenharth · 16 years ago