1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 7293912 match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll by Chris Lattner · 17 years ago
  3. a7ad3d1 expose HonorSignDependentRoundingFPMathOption to .td files by Chris Lattner · 17 years ago
  4. aa4f1e1 Add a new option. by Chris Lattner · 17 years ago
  5. ddd3532 Non-algorithmic change. Moved definitions around into separate sections by Bill Wendling · 17 years ago
  6. 6ad8256 Properly set arguments bitwidth of EHSELECT node by Anton Korobeynikov · 17 years ago
  7. 4b693b0 Update. by Bill Wendling · 17 years ago
  8. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  9. eae540a Re-install patch to enable use of PassID. by Devang Patel · 17 years ago
  10. c718288 Fix build error. by Lauro Ramos Venancio · 17 years ago
  11. 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
  12. 038082d Emit correct DWARF reg # for RA (return address) register by Anton Korobeynikov · 17 years ago
  13. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 17 years ago
  14. 01ff65f add reader support for a bunch of new instructions by Chris Lattner · 17 years ago
  15. 231cbcb read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 17 years ago
  16. f639875 use the correct code for binop instrs by Chris Lattner · 17 years ago
  17. 80d692b revert enough of devang's recent patches to get the tree basically working again by Chris Lattner · 17 years ago
  18. 8fa8a68 disable this assertion as a hack to get the build more unbroken :( by Chris Lattner · 17 years ago
  19. cee7ba3 Make sign extension work correctly for unusual bit widths. by Reid Spencer · 17 years ago
  20. 67cf561 Add some support for (Darwin) code-generating directives in getInlineAsmLength. by Dale Johannesen · 17 years ago
  21. 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 17 years ago
  22. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  23. 1b20168 Doh. PC displacement is between the constantpool and the add instruction. by Evan Cheng · 17 years ago
  24. edb4a6b Use correct PC symbol by Anton Korobeynikov · 17 years ago
  25. 71144d8 Adjust correct EH-related sections by Anton Korobeynikov · 17 years ago
  26. 97de913 eliminateFrameIndex() change. by Evan Cheng · 17 years ago
  27. 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
  28. 498f559 Forgot about chain result; also UNDEF cannot have multiple values. by Evan Cheng · 17 years ago
  29. 60ce9b5 fix build with non-buggy compilers by Chris Lattner · 17 years ago
  30. a7c49aa handle function-level forward references, read binops. by Chris Lattner · 17 years ago
  31. 7bf1c27 llvm bug #1350, parts 1, 2, and 3. by Nate Begeman · 17 years ago
  32. 980e5aa implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 17 years ago
  33. 8669714 The stream to read from is now an ivar by Chris Lattner · 17 years ago
  34. 48f8487 implement scafolding for lazy deserialization of function bodies by Chris Lattner · 17 years ago
  35. be1f993 write the symbol table for function bodies by Chris Lattner · 17 years ago
  36. d309c75 encode all of the instructions. by Chris Lattner · 17 years ago
  37. 5c3885c Under normal circumstances, when a frame pointer is not required, we reserve by Evan Cheng · 17 years ago
  38. 45a7ca9 * Only turn a load to UNDEF if all of its outputs have no uses (indexed loads by Evan Cheng · 17 years ago
  39. 77edc4b Fix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll by Chris Lattner · 17 years ago
  40. c11ce86 print isLandingPad() for MBBs by Chris Lattner · 17 years ago
  41. e7cf56a Continue refactoring inline asm code. If there is an earlyclobber output by Chris Lattner · 17 years ago
  42. e47e75b Updates. by Evan Cheng · 17 years ago
  43. bf996f1 refactor GetRegistersForValue to take OpInfo as an argument instead of various by Chris Lattner · 17 years ago
  44. 3ff90dc refactor some code, no functionality change by Chris Lattner · 17 years ago
  45. 1f6f4c7 Clean up multi-line asam string printing. Instead of printing: by Chris Lattner · 17 years ago
  46. bb1f97c Fix typo. Interesting, but old variant worked too :) by Anton Korobeynikov · 17 years ago
  47. 9118dbc Remove item: thumb padding in constant islands by Dale Johannesen · 17 years ago
  48. 23c9684 remove unused variable by Dale Johannesen · 17 years ago
  49. c9a83e4 If an archive is not recognized as an LLVM bytecode archive then declare by Reid Spencer · 17 years ago
  50. 0a18173 Enable protected visibility on ARM. by Lauro Ramos Venancio · 17 years ago
  51. 126b1b8 Dependent libraries could be native too. by Reid Spencer · 17 years ago
  52. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 17 years ago
  53. 8593e41 Rewrite of Thumb constant islands handling (exact allowance for padding by Dale Johannesen · 17 years ago
  54. 8650199 Make ARM-specific version of getInlineAsmLength by Dale Johannesen · 17 years ago
  55. 6995cf6 generalize aggregate handling by Chris Lattner · 17 years ago
  56. f52e608 Regenerate by Anton Korobeynikov · 17 years ago
  57. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  58. c6c98af Implement review feedback by Anton Korobeynikov · 17 years ago
  59. 930c0fe Fix MemoryBuffer breakage correctly. by Jeff Cohen · 17 years ago
  60. 9bc4060 Unbreak build. by Jeff Cohen · 17 years ago
  61. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 17 years ago
  62. 333ffd4 Add a new memorybuffer class, to unify all the file reading code in the system by Chris Lattner · 17 years ago
  63. 01b2745 Fix this to use the right block ID by Chris Lattner · 17 years ago
  64. 1a9df8e moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. by Chris Lattner · 17 years ago
  65. 09e4b7e memory operands that have a direct operand should have their stores created by Chris Lattner · 17 years ago
  66. c83994e eliminate more redundant constraint type analysis by Chris Lattner · 17 years ago
  67. 2a600be merge constraint type analysis stuff together. by Chris Lattner · 17 years ago
  68. 0c58340 Significant refactoring of the inline asm stuff, to support future changes. by Chris Lattner · 17 years ago
  69. 9c9b63a Regenerate. by Reid Spencer · 17 years ago
  70. 863dd88 Revert the premature portion of the last commit. by Reid Spencer · 17 years ago
  71. 7dde0ff This is not "FIXME" anymore by Anton Korobeynikov · 17 years ago
  72. 0f53f7f Let Verifier check aliasees by Anton Korobeynikov · 17 years ago
  73. 3cb4dda Fix a compilation error (jump to case label). by Reid Spencer · 17 years ago
  74. 38e0980 Regenerate by Anton Korobeynikov · 17 years ago
  75. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  76. 44b2c50 memory inputs to an inline asm are required to have an address available. by Chris Lattner · 17 years ago
  77. f2f3cd5 Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and by Chris Lattner · 17 years ago
  78. bb58b9c add a way to make this less brittle by Chris Lattner · 17 years ago
  79. 7f3c4d4 fix a bug triggered by 403.gcc by Chris Lattner · 17 years ago
  80. e62f021 Fix several latent bugs in EmitGEPOffset that didn't manifest with its by Chris Lattner · 17 years ago
  81. b017318 Fix this to match change to InlineAsm class. by Chris Lattner · 17 years ago
  82. 53c22fc uhn zap cvs by Chris Lattner · 17 years ago
  83. 73d0d0d represent indirect operands explicitly in inline asm strings. by Chris Lattner · 17 years ago
  84. 9bc1464 Implement PR1345 and Transforms/InstCombine/bitcast-gep.ll by Chris Lattner · 17 years ago
  85. caa8055 change per review by Dale Johannesen · 17 years ago
  86. 25c1f9e Prevent Thumb code from generating ARM instructions by Dale Johannesen · 17 years ago
  87. 6b0974c add a GEP helper function by Chris Lattner · 17 years ago
  88. 4c6d20a add parenthesis. by Lauro Ramos Venancio · 17 years ago
  89. 185ea1e Doh. ARM::LEApcrel is a single instruction MI. by Evan Cheng · 17 years ago
  90. fdc9692 In Thumb mode, the frame register must be R7. by Lauro Ramos Venancio · 17 years ago
  91. d3e2834 refactor some code relating to pointer cast xforms, pulling it out of the codepath by Chris Lattner · 17 years ago
  92. eb7f34f Fix incorrect legalization of EHSELECTOR. This fixes by Chris Lattner · 17 years ago
  93. 64f4fa5 ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. by Lauro Ramos Venancio · 17 years ago
  94. b1df8f2 Darwin runtime library does not have these. by Evan Cheng · 17 years ago
  95. 768c9f7 Special handling of LEApcrel and tLEApcrel. by Evan Cheng · 17 years ago
  96. eec041a Back out previous check-in. Incorrect. by Evan Cheng · 17 years ago
  97. 33fdc98 tLEApcrel is a AddrModeTs, i.e. pc relative. by Evan Cheng · 17 years ago
  98. 4c6cfad Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not available. by Evan Cheng · 17 years ago
  99. 99f9a77 improve EH global handling, patch by Duncan Sands. by Chris Lattner · 17 years ago
  100. 6e21ff0 Move ~Pass() from Pass.h into Pass.cpp by Devang Patel · 17 years ago