1. cd5b7d7 add support for new codes/block by Chris Lattner · 17 years ago
  2. dea4205 add new codes by Chris Lattner · 17 years ago
  3. f0a6531 add writer support for param attrs by Chris Lattner · 17 years ago
  4. c8f8a24 Allow this to compile with gcc 4.0.X by Reid Spencer · 17 years ago
  5. 38e94b2 new testcase by Chris Lattner · 17 years ago
  6. 2020ca2 pass by reference, not by value by Chris Lattner · 17 years ago
  7. 62bbeea trivial scaffolding for param attrs by Chris Lattner · 17 years ago
  8. 8535072 Test load global in static mode. by Evan Cheng · 17 years ago
  9. 97c9bb5 On Mac OS X, GV requires an extra load only when relocation-model is non-static. by Evan Cheng · 17 years ago
  10. 874ebad New test case. by Evan Cheng · 17 years ago
  11. a7d4a04 Don't create indexed load / store with zero offset! by Evan Cheng · 17 years ago
  12. bdc9869 Should never see an indexed load / store with zero offset. by Evan Cheng · 17 years ago
  13. 2acc760 Allow strength reduction to make use of addressing modes for the by Dan Gohman · 17 years ago
  14. 50954f5 enumerate parameter attr lists. by Chris Lattner · 17 years ago
  15. 7652019 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 17 years ago
  16. c9c55a9 the type field for a store is the type of the pointer, not the value. by Chris Lattner · 17 years ago
  17. 38b12ce don't bother encoding # varargs by Chris Lattner · 17 years ago
  18. e825ed5 fix encoding of BB names in the symtab by Chris Lattner · 17 years ago
  19. b7dd88f add a new code by Chris Lattner · 17 years ago
  20. f61e645 bug fixes by Chris Lattner · 17 years ago
  21. b4dbd9e Unbreak VC++ build. by Jeff Cohen · 17 years ago
  22. 0579f7f implement the rest of the instructions by Chris Lattner · 17 years ago
  23. 99c2824 Use iterative while loop instead of recursive function call. by Devang Patel · 17 years ago
  24. 4ac075c Evan's patch to avoid FPreg->intreg copy for cvt; store to mem by Dale Johannesen · 17 years ago
  25. e8e5495 Debug support for arm-linux. Patch by Raul Herbster. by Lauro Ramos Venancio · 17 years ago
  26. 2a98cca add a few more instructions, getting close by Chris Lattner · 17 years ago
  27. 9570165 Indent the .text, .data, and .bss directives in assembly output, so that by Dan Gohman · 17 years ago
  28. 4998264 Use the explicit keyword for the SCEV class' constructor. by Dan Gohman · 17 years ago
  29. 34e400e Added -rsh-host and -rsh-user to support remote execution. by Evan Cheng · 17 years ago
  30. 8249328 This is a patch to fix a compile error in STLExtras.h, and by Chris Lattner · 17 years ago
  31. b2ef40c negatize -> negative by Evan Cheng · 17 years ago
  32. 24eac6c silence annoying gcc 4.3 warnings by Chris Lattner · 17 years ago
  33. a5ae15e silence some annoying gcc 4.3 warnings by Chris Lattner · 17 years ago
  34. 18a4c74 remove extraneous type qualifiers by Chris Lattner · 17 years ago
  35. 7cf67df remove extraneous top-level semi's by Chris Lattner · 17 years ago
  36. a6bb4a9 remove two useless functions. Just inherit Type's implementation instead. by Chris Lattner · 17 years ago
  37. 49e1580 remove useless type qualifiers by Chris Lattner · 17 years ago
  38. f509253 avoid invalid C++ token in #error by Chris Lattner · 17 years ago
  39. 75c7d2b Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll by Chris Lattner · 17 years ago
  40. b0d1515 new testcase by Chris Lattner · 17 years ago
  41. dc43a88 Fix two classes of bugs: by Chris Lattner · 17 years ago
  42. 388488d add support for printing offset from global by Chris Lattner · 17 years ago
  43. 5f69603 revert accidental commit by Chris Lattner · 17 years ago
  44. 4105a9f add support for printing offset of global by Chris Lattner · 17 years ago
  45. 6f858e2 Sets the section names for fixed-size constants and use the mergeable by Dan Gohman · 17 years ago
  46. 4604023 Make my proxy happy. by Lauro Ramos Venancio · 17 years ago
  47. 7262336 revert reid's patch to fix these failures: by Chris Lattner · 17 years ago
  48. 0b0a9a9 Typo. It's checking if V is multiple of 4, not multiple of 3. :-) by Evan Cheng · 17 years ago
  49. 1997473 Drop 'const' by Devang Patel · 17 years ago
  50. 10c9a82 New test. by Devang Patel · 17 years ago
  51. 7293912 match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll by Chris Lattner · 17 years ago
  52. f972db0 match a reassociated form of fnmul by Chris Lattner · 17 years ago
  53. a7ad3d1 expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 17 years ago
  54. aa4f1e1 Add a new option. by Chris Lattner · 17 years ago
  55. ddd3532 Non-algorithmic change. Moved definitions around into separate sections by Bill Wendling · 17 years ago
  56. 6ad8256 Properly set arguments bitwidth of EHSELECT node by Anton Korobeynikov · 17 years ago
  57. 4b693b0 Update. by Bill Wendling · 17 years ago
  58. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  59. 749a89b Disable RTTI handling until we're ready. by Reid Spencer · 17 years ago
  60. 6548bf1 Add a rule to get the footprint of binaries and libraries. by Reid Spencer · 17 years ago
  61. eae540a Re-install patch to enable use of PassID. by Devang Patel · 17 years ago
  62. c718288 Fix build error. by Lauro Ramos Venancio · 17 years ago
  63. ce3b465 Emit correct register move information in eh frames for X86. This allows Shootout-C++/except to pass on x86/linux by Anton Korobeynikov · 17 years ago
  64. 038082d Emit correct DWARF reg # for RA (return address) register by Anton Korobeynikov · 17 years ago
  65. d60a18d Test that TREE_CONSTANT is being set correctly. by Duncan Sands · 17 years ago
  66. 00d4bc0 Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter by Duncan Sands · 17 years ago
  67. fa5416b update to reflect reality by Chris Lattner · 17 years ago
  68. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 17 years ago
  69. 01ff65f add reader support for a bunch of new instructions by Chris Lattner · 17 years ago
  70. 231cbcb read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 17 years ago
  71. f639875 use the correct code for binop instrs by Chris Lattner · 17 years ago
  72. 80d692b revert enough of devang's recent patches to get the tree basically working again by Chris Lattner · 17 years ago
  73. 8fa8a68 disable this assertion as a hack to get the build more unbroken :( by Chris Lattner · 17 years ago
  74. cee7ba3 Make sign extension work correctly for unusual bit widths. by Reid Spencer · 17 years ago
  75. 67cf561 Add some support for (Darwin) code-generating directives in getInlineAsmLength. by Dale Johannesen · 17 years ago
  76. 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 17 years ago
  77. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  78. e50fb9a Update doc to reflect changes I am about to install to fix PR 888. by Devang Patel · 17 years ago
  79. 1b20168 Doh. PC displacement is between the constantpool and the add instruction. by Evan Cheng · 17 years ago
  80. ecf05ca Test handling of TRY_CATCH_EXPRs for which the handler is a sequence of by Duncan Sands · 17 years ago
  81. edb4a6b Use correct PC symbol by Anton Korobeynikov · 17 years ago
  82. 71144d8 Adjust correct EH-related sections by Anton Korobeynikov · 17 years ago
  83. 97de913 eliminateFrameIndex() change. by Evan Cheng · 17 years ago
  84. 8e33473 If call frame is not part of stack frame and no dynamic alloc, eliminateFrameIndex() must adjust SP offset with size of call frames. by Evan Cheng · 17 years ago
  85. a09f0d4 Pass call frame setup SP adjustment along to eliminateFrameIndex(). by Evan Cheng · 17 years ago
  86. 18b111b Add SPAdj parameter to account for call frame setup SP adjustment. by Evan Cheng · 17 years ago
  87. 498f559 Forgot about chain result; also UNDEF cannot have multiple values. by Evan Cheng · 17 years ago
  88. 60ce9b5 fix build with non-buggy compilers by Chris Lattner · 17 years ago
  89. a7c49aa handle function-level forward references, read binops. by Chris Lattner · 17 years ago
  90. 6f7c8ff A bit of feedback from Chris that I missed; error rather than asserting. by Nate Begeman · 17 years ago
  91. 7bf1c27 llvm bug #1350, parts 1, 2, and 3. by Nate Begeman · 17 years ago
  92. 980e5aa implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 17 years ago
  93. 2bbb703 several bitfixes to JumpToBit by Chris Lattner · 17 years ago
  94. 8669714 The stream to read from is now an ivar by Chris Lattner · 17 years ago
  95. 48f8487 implement scafolding for lazy deserialization of function bodies by Chris Lattner · 17 years ago
  96. 90a5c7d add JumpToBit, an explicit init method, and a default ctor. by Chris Lattner · 17 years ago
  97. 9dd446c Split target dependent test portions to target-specific directories. by Reid Spencer · 17 years ago
  98. 8f92668 add phi by Chris Lattner · 17 years ago
  99. be1f993 write the symbol table for function bodies by Chris Lattner · 17 years ago
  100. d309c75 encode all of the instructions. by Chris Lattner · 17 years ago