1. bd7780b DForm_1, particularly used by store instructions, needs the immediate operand to by Misha Brukman · 20 years ago
  2. da8d96d Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions. by Misha Brukman · 20 years ago
  3. 15f74b3 The value of the XO field for MFLR and MFCTR is 339, not 399 by Misha Brukman · 20 years ago
  4. bb48249 Remove extraneous blank line by Misha Brukman · 20 years ago
  5. 89e0f74 Make VC happier, patch contributed by Morten Ofstad by Chris Lattner · 20 years ago
  6. 3a060e5 Align function arguments in function headers by Misha Brukman · 20 years ago
  7. 5fd2ab3 Fix a bug that Brian brought to my attention. This corrects: by Chris Lattner · 20 years ago
  8. 7450d81 New testcase by Chris Lattner · 20 years ago
  9. 31dfc52 Kill casts from integer types to unsigned byte, when the cast was only used by Nate Begeman · 20 years ago
  10. ec84302 Use cleaner quoting and eliminate blank space by Misha Brukman · 20 years ago
  11. b8d5570 Clean up the output from this makefile so its not verbose. by Reid Spencer · 20 years ago
  12. e53e397 Make sure that we don't set up a circular dependency if OBJDIR == SRCDIR by Reid Spencer · 20 years ago
  13. 99a401c Remove double colon rule for gram.tab.h so it doesn't conflict with the by Reid Spencer · 20 years ago
  14. 8567ccf Pull in Target.td using absolute path from source root instead of relative path; by Misha Brukman · 20 years ago
  15. 6b9ae58 Adjust rules for building .inc files due to Reid's changes of Makefile.rules by Misha Brukman · 20 years ago
  16. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  17. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  18. 4d71b66 Shorten the rules, speed it up, correct library contruction, add *.td rules by Reid Spencer · 20 years ago
  19. 8fa2d38 Remove the unused SourceDir variable (use BUILD_SRC_DIR) by Reid Spencer · 20 years ago
  20. 989d951 One more file to remove now that we're not doing automake. by Reid Spencer · 20 years ago
  21. 4e073a8 Eliminate compilation warning on uninitialized variable. by Reid Spencer · 20 years ago
  22. e9ece2a *** empty log message *** by Chris Lattner · 20 years ago
  23. 40e0808 New testcase. Check for the ability to promote a malloc whose initialzed state is checked by the program by Chris Lattner · 20 years ago
  24. 9b99182 Fix a bug Nate noticed, where we miscompiled a simple testcase by Chris Lattner · 20 years ago
  25. 514b4b0 Remove automake support. by Reid Spencer · 20 years ago
  26. cac731e We won't use automake by Reid Spencer · 20 years ago
  27. 9691a89 Remove debug code emitter from the JIT by Misha Brukman · 20 years ago
  28. 4f9a6c3 Make this compile. by Alkis Evlogimenos · 20 years ago
  29. 3070e2f * Added basic support for JITing functions, basic blocks, instruction encoding, by Misha Brukman · 20 years ago
  30. 0797d49 Don't clear or sign extend bool->int. This fires a few dozen times on the test suite by Nate Begeman · 20 years ago
  31. a30dd79 Explain what this pass does. by Brian Gaeke · 20 years ago
  32. 57bbfce Small performance improvement in generated C code: by John Criswell · 20 years ago
  33. d8e6e7f * Add baseline structural JIT code, but disable the JIT to allow llvm-gcc builds by Misha Brukman · 20 years ago
  34. 3fd0e55 Hrm, some people complain when the compiler cheerfully tells them what it's by Chris Lattner · 20 years ago
  35. 3567a41 Fix some grammar by Misha Brukman · 20 years ago
  36. 7e302d2 If we're going to make the braces of functions line up for ease of readability by Misha Brukman · 20 years ago
  37. 938d53e Remove unnecessary spaces in function signature by Misha Brukman · 20 years ago
  38. 849c7b5 Simplify mapping info generation. In particular, the LLVM-to-MachineInstr map by Brian Gaeke · 20 years ago
  39. e196516 * Fit constructor initializer on a single line by Misha Brukman · 20 years ago
  40. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  41. e42aeec Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC to a separate header, by Misha Brukman · 20 years ago
  42. eaa1385 Initial implementation of the strength reduction for GEP instructions in by Nate Begeman · 20 years ago
  43. 103f2ee * AIX on Power defines INT64_MIN and INT64_MAX in ways that annoy GCC, so by Misha Brukman · 20 years ago
  44. 9c02f5c AIX does not have mkdtemp() so emulate its behavior using mktemp() and mkdir() by Misha Brukman · 20 years ago
  45. 4caf5d5 Fix miscompilations in the SparcV9 backend that were induced by this patch: by Chris Lattner · 20 years ago
  46. 7d0974b Improve compatibility with VC++, patch contributed by Morten Ofstad! by Chris Lattner · 20 years ago
  47. f26801b Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten! by Chris Lattner · 20 years ago
  48. 0998afd Declare a function in the correct namespace. by Reid Spencer · 20 years ago
  49. 17e6e44 Correction to allow compilation with Visual C++. by Reid Spencer · 20 years ago
  50. 698f96f Simplify code by deleting instructions that preceed unreachable instructions. by Chris Lattner · 20 years ago
  51. d7e3097 New testcase by Chris Lattner · 20 years ago
  52. f405d10 Actually link all the analysis passes and their dependencies. by Reid Spencer · 20 years ago
  53. 0bade7e Remove extra comma. by Reid Spencer · 20 years ago
  54. 7b32daa Actually link in all the analysis passes. by Reid Spencer · 20 years ago
  55. fc5c1bb0 Turn store -> null/undef into the LLVM unreachable instruction! This simple by Chris Lattner · 20 years ago
  56. 17be635 Turn things with obviously undefined semantics into 'store -> null' by Chris Lattner · 20 years ago
  57. 77bcee7 My friend the invoke instruction does not dominate all basic blocks if it by Chris Lattner · 20 years ago
  58. 28e792c Fix a bug that occurs when the constant value is the result of an invoke. In by Chris Lattner · 20 years ago
  59. 963869e Print a semicolon for the unreacahble instruction. This fixes problems by Chris Lattner · 20 years ago
  60. c7ff6c8 Getting ADCE to interact well with unreachable instructions seems like a nontrivial by Chris Lattner · 20 years ago
  61. 559069d New testcase that ADCE shouldn't crash on by Chris Lattner · 20 years ago
  62. 3787e76 Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll by Chris Lattner · 20 years ago
  63. 58f8bdc New testcase that crashes the inliner by Chris Lattner · 20 years ago
  64. 7925588 Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files by Nate Begeman · 20 years ago
  65. fcf4a42 Generate correct stubs for weak-linked symbols by Nate Begeman · 20 years ago
  66. cfbf9fa fold gep undef, ... -> undef by Chris Lattner · 20 years ago
  67. ca45930 Remove printout, realize that instructions in the entry block dominate all by Chris Lattner · 20 years ago
  68. 7e40f63 When inserting PHI nodes, don't insert any phi nodes that are obviously by Chris Lattner · 20 years ago
  69. 41b2dc4 New testcase, no PHI should be inserted. by Chris Lattner · 20 years ago
  70. 8143c2b Enhance hasConstantValue to ignore undef values in phi nodes. This allows it by Chris Lattner · 20 years ago
  71. c30bda7 hasConstantValue will soon return instructions that don't dominate the PHI node, by Chris Lattner · 20 years ago
  72. 665825e The first hunk corrects a bug when printing undef null values. We would print by Chris Lattner · 20 years ago
  73. 611fb25 Don't print stuff out from the code generator. This broke the JIT horribly by Chris Lattner · 20 years ago
  74. 394855a Add HAVE_BZLIB_H and HAVE_ZLIB_H tests. by Reid Spencer · 20 years ago
  75. 1d91acc Update to reflect building zlib for LLVM by Reid Spencer · 20 years ago
  76. fa4cf33 Add missing targets for install/clean by Reid Spencer · 20 years ago
  77. ec660ae Make the library name SparcV9 specific by Reid Spencer · 20 years ago
  78. 26dde42 Consolidate the definitions by Reid Spencer · 20 years ago
  79. 7619203 PPC32GenCodeEmitter instead of PowerPCGenCodeEmitter by Reid Spencer · 20 years ago
  80. e6ffb3e Add runtime directories by Reid Spencer · 20 years ago
  81. 952ba29 Support bytecode generation, GenCodeEmitter, etc. by Reid Spencer · 20 years ago
  82. 900aa65 Add runtime directory, include Makefile_rules by Reid Spencer · 20 years ago
  83. 56a31c6 Rewrite support for cast uint -> FP. In particular, we used to compile this: by Chris Lattner · 20 years ago
  84. 07306de Unify handling of constant pool indexes with the other code paths, allowing by Chris Lattner · 20 years ago
  85. 0e0ed85 Give the asmprinter the ability to print memrefs with a constant pool index, by Chris Lattner · 20 years ago
  86. de95c9e fold: %X = and Y, constantint %Z = setcc %X, 0 by Chris Lattner · 20 years ago
  87. 9894cd3 All of these labels are off by one now that the unreachable instruction exists by Chris Lattner · 20 years ago
  88. 1b75022 Implement bitfield insert by recognizing the following pattern: by Nate Begeman · 20 years ago
  89. 35f92ae Fix constant folding relational operators with undef operands. by Chris Lattner · 20 years ago
  90. a78a902 Reid added --version to the CommandLine lib. Don't conflict with it. by Chris Lattner · 20 years ago
  91. 7ff5a32 I forgot that sparc no longer uses the shared asmwriter. Give it support by Chris Lattner · 20 years ago
  92. d14d5b4 Add support for unreachable and undef by Chris Lattner · 20 years ago
  93. da0a22b Initial Makefile.am for building with automake by Reid Spencer · 20 years ago
  94. aa71741 Initial Makefile.am for building with automake. by Reid Spencer · 20 years ago
  95. 2bf0292 Make sure that for systems where the string functions are actually macros by Reid Spencer · 20 years ago
  96. 71d3778 Implement constant folding of undef values. by Chris Lattner · 20 years ago
  97. 79a564c Fix a type violation by Chris Lattner · 20 years ago
  98. 2d4c98d Finally fix one of the oldest FIXMEs in the PowerPC backend: correctly by Nate Begeman · 20 years ago
  99. 6e758ae Kill the bogon that slipped into my buffer before I committed. by Chris Lattner · 20 years ago
  100. 061718c Implement InstCombine/getelementptr.ll:test9, which is the source of many by Chris Lattner · 20 years ago