1. a73afe0 make langref more precise, wave 1, from Jon Sargeant by Chris Lattner · 17 years ago
  2. 78216bc Don't dereference MBB->end(). by Owen Anderson · 17 years ago
  3. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 17 years ago
  4. 8eedc9e minor typo by Chris Lattner · 17 years ago
  5. 78b6ce3 Disabling remat of load from gv stub (temporarily) again to fix llvmgcc bootstrap miscompare. by Evan Cheng · 17 years ago
  6. 14c762d add some #includes. by Chris Lattner · 17 years ago
  7. 98b7e61 MappedFile is dead, remove it. by Chris Lattner · 17 years ago
  8. 9ffd19a Implement Path::MapInFilePages/UnMapFilePages on unix, which by Chris Lattner · 17 years ago
  9. 11da4cf Reimplement MemoryBuffer::getFile with three enhancements: by Chris Lattner · 17 years ago
  10. 799ed10 Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. by Chris Lattner · 17 years ago
  11. 7f6b447 change the archive stuff to use MemoryBuffer instead of mappedfile. by Chris Lattner · 17 years ago
  12. 685412e prune unneeded #includes by Chris Lattner · 17 years ago
  13. 2fcebc5 rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile. by Chris Lattner · 17 years ago
  14. 23ffec8 Make MappedFile::map return a const correct pointer, don't leak address space on Unix platforms. by Chris Lattner · 17 years ago
  15. 37db5d6 Remove the MappedFile::charBase member, rename base -> getBase() and by Chris Lattner · 17 years ago
  16. a7750c1 Change DiffFilesWithTolerance to be written in terms of MemoryBuffer, by Chris Lattner · 17 years ago
  17. cc56e64 add an accessor. by Chris Lattner · 17 years ago
  18. bdbd2d7 Remove MappedFile support for mapping files for write and exec by Chris Lattner · 17 years ago
  19. 558755c remove extraneous #include by Chris Lattner · 17 years ago
  20. 0838923 add missing #includes by Chris Lattner · 17 years ago
  21. 9845eb5 More soft fp fixes. by Evan Cheng · 17 years ago
  22. db45d1c Pasto. by Evan Cheng · 17 years ago
  23. 6ad2f93 Add comment. by Evan Cheng · 17 years ago
  24. 110cf48 Unbreak ARM / Thumb soft FP support. by Evan Cheng · 17 years ago
  25. 2ffbcac Accept 'y' constraint (MMX) in inline asm. by Dale Johannesen · 17 years ago
  26. 1213d67 update comment. by Chris Lattner · 17 years ago
  27. 540630f cleanup the MappedFile API and comments. This removes and updates by Chris Lattner · 17 years ago
  28. 328c84a remove DEFINING_FILE_FOR for MappedFile.h by Chris Lattner · 17 years ago
  29. 1544e47 Emit exception handling info for functions which are by Dale Johannesen · 17 years ago
  30. 1d3863f Mark functions in some tests as 'nounwind'. Generating by Dale Johannesen · 17 years ago
  31. 427f4c1 It's not safe to fold a load from GV stub or constantpool into a two-address use. by Evan Cheng · 17 years ago
  32. 82b53cd Actually disable crash reporting on Mac OS X, returning bugpoint to speedy by Nate Begeman · 17 years ago
  33. 6faaef5 Set blockBegin to point to the beginning of the block, not the end. by Dan Gohman · 17 years ago
  34. ca1267c Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. by Evan Cheng · 17 years ago
  35. b061c4b Fix a DAGCombiner optimization to respect volatile qualification. by Dan Gohman · 17 years ago
  36. 56a7c88 Add a unified 'generated documentation' target so the web site script has a consistent target to use. by Gordon Henriksen · 17 years ago
  37. f429026 test commit by Torok Edwin · 17 years ago
  38. 279219a Reverting r48974. See PR2183 for details. by Gordon Henriksen · 17 years ago
  39. d6d0185 Expose Function::viewCFG and Function::viewCFGOnly to bindings. by Erick Tryzelaar · 17 years ago
  40. 86550b0 There isn't any c++ code in LangImpl8.html, so use that by Erick Tryzelaar · 17 years ago
  41. 35295ff Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial by Erick Tryzelaar · 17 years ago
  42. 9d15abe Re-apply 48911. by Evan Cheng · 17 years ago
  43. 24d2f8a The support for remat of instructions with a register operand is hackish, to say the least. Since the register operand guaranteed to be PIC base and that it is already live at all uses, we are making sure it will not be spilled after its uses are rematerialized for both performance and correctness reasons. by Evan Cheng · 17 years ago
  44. 87a3b68 Quote the ocaml executables by Erick Tryzelaar · 17 years ago
  45. bc91bd3 Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for pointing this out. by Owen Anderson · 17 years ago
  46. 83ad90a Don't eliminate bitcast instructions that change the type of a pointer by Nate Begeman · 17 years ago
  47. 4f678c3 Tweak build system to allow for installing the tutorial and uninstalling the docs. by Erick Tryzelaar · 17 years ago
  48. 66a1a05 Fix comment typo. by Duncan Sands · 17 years ago
  49. d564686 Fix some documentation for the tutorial. by Erick Tryzelaar · 17 years ago
  50. 8dd6505 Moved from PR1570. by Nick Lewycky · 17 years ago
  51. 8c2ec51 stop building llvmc. by Chris Lattner · 17 years ago
  52. d27c991 Fix "Control reaches the end of non-void function" warnings, by Chris Lattner · 17 years ago
  53. f19f58a minor code cleanups, allow constant folding sinf/cosf. by Chris Lattner · 17 years ago
  54. 74ba171 fix typo, PR2181 by Chris Lattner · 17 years ago
  55. 37c076b Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 17 years ago
  56. fd5da6c Cosmetic changes. by Evan Cheng · 17 years ago
  57. 5f2e499 Honour another bunch of parameter attributes in llvm2cpp by Anton Korobeynikov · 17 years ago
  58. e818717 Honour ByVal parameter attribute in llvm2cpp by Anton Korobeynikov · 17 years ago
  59. 97ae12a change iterator invalidation avoidance to just move the iterator backward by Chris Lattner · 17 years ago
  60. d22fe2b make the common case of a single store (which clearly shouldn't be turned by Chris Lattner · 17 years ago
  61. f83e13a add a testcase for forming memset from noncontiguous stores. by Chris Lattner · 17 years ago
  62. 9f8a6a7 give form-memset a significantly more sane heuristic, enable it by default. by Chris Lattner · 17 years ago
  63. c7c0036 Remove some unneeded code for LiveInterval joining, and fix a bug in the Phi elimination algorithm where we were accidentally reasoning about by Owen Anderson · 17 years ago
  64. 9180c8e Cosmetic change. by Evan Cheng · 17 years ago
  65. d4a2ad3 Fix a tokenfactor node to use the load chain rather than the by Dan Gohman · 17 years ago
  66. 4db4f1c Backing out 48911 for now. It's breaking stuff. by Evan Cheng · 17 years ago
  67. 2a88a5c ifdef out a dead function. Should this be removed? by Chris Lattner · 17 years ago
  68. e10efce Rename getAnyLoad to getLoad is suggested by Evan. by Duncan Sands · 17 years ago
  69. ddf0a06 New entry. by Evan Cheng · 17 years ago
  70. 86f57b0 Load from stub is already re-materializable. by Evan Cheng · 17 years ago
  71. 0c78ac1 Update example to new syntax. by Nick Lewycky · 17 years ago
  72. 7f0965e make memset inference significantly more powerful: it can now handle by Chris Lattner · 17 years ago
  73. 02bee85 New entry. by Evan Cheng · 17 years ago
  74. 1a76f00 Simplify the conversion from "0x" numbers to a single digit number. by Bill Wendling · 17 years ago
  75. 14ea39c Implement LegalizeTypes support for softfloat LOAD. by Duncan Sands · 17 years ago
  76. 86e1ebf Avoid creating chain dependencies from CopyToReg nodes to load and store by Dan Gohman · 17 years ago
  77. 4a3c0ac PHI->removeIncomingValue may remove PHInode. Increment iterator in advance. by Devang Patel · 17 years ago
  78. 156b2df add another testcase by Devang Patel · 17 years ago
  79. 3ee8402 Fix build breakage on Windows with GCC 4.3. References bug #2176. by Mikhail Glushenkov · 17 years ago
  80. d7d3ea0 Fix spelling. Thanks, Duncan! :-) by Roman Levenstein · 17 years ago
  81. 95d4184 Speed-up the SumOfUnscheduledPredsOfSuccs by introducing a new function by Roman Levenstein · 17 years ago
  82. 9ba8a57 Adding the first two chapters of the ocaml/kaleidoscope tutorial. by Erick Tryzelaar · 17 years ago
  83. 2896652 when a node is removed from an ilist, set its next/prev pointers to by Chris Lattner · 17 years ago
  84. 53b87db New test case. by Devang Patel · 17 years ago
  85. e3d8dbf Code clean up. by Evan Cheng · 17 years ago
  86. e771ebd Allow certain lea instructions to be rematerialized. by Evan Cheng · 17 years ago
  87. d1e4b35 Remove an unused command line option. by Evan Cheng · 17 years ago
  88. 7a963fa Fix a memory bug: increment an iterator of a deleted machine instr. by Evan Cheng · 17 years ago
  89. 7c1483b Expose ExecutionEngine::getTargetData() to c and ocaml bindings. by Erick Tryzelaar · 17 years ago
  90. 5b0c855 Updating win32 VStudio project files with new file references and removing dead references. by Chuck Rose III · 17 years ago
  91. d9ffd4c Fix a bug in Darwin EH: FDE->CIE pointer must by Dale Johannesen · 17 years ago
  92. 4d9c9e9 Another test commit (with git-svn) by Mikhail Glushenkov · 17 years ago
  93. 56ba12c Test commit by Mikhail Glushenkov · 17 years ago
  94. 0c28432 One more coalescer fix wrt deadness propagation. by Evan Cheng · 17 years ago
  95. ed70cbb3 Avoid commuting a def MI in order to coalesce a copy instruction away if any use of the same val# is a copy instruction that has already been coalesced. by Evan Cheng · 17 years ago
  96. e326332 Use a linked data structure for the uses lists of an SDNode, just like by Roman Levenstein · 17 years ago
  97. 8dba9af Fixed some spelling errors. Thanks, Duncan! by Roman Levenstein · 17 years ago
  98. e513ba4 Some improvements related to the computation of isReachable. by Roman Levenstein · 17 years ago
  99. 7aae876 Fix some SSE4.1 instruction encoding bugs. by Evan Cheng · 17 years ago
  100. d382f8a Dead PHI instructions need to be handled specially. by Owen Anderson · 17 years ago