1. 6933d3e Changed ELFCodeEmitter to inherit from ObjectCodeEmitter by Bruno Cardoso Lopes · 16 years ago
  2. d764941 Corrected the names description. Change in a comment. No functionality change. by Sanjiv Gupta · 16 years ago
  3. 752e928 Cleanup MachO writer and code emitter. Fix 80 cols problems, remove extra spaces, shrink down includes and move some methods out-of-line by Bruno Cardoso Lopes · 16 years ago
  4. 8ae058a Just forgot to include the two new files by Bruno Cardoso Lopes · 16 years ago
  5. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
  6. 14ce9ef More LLVMContext-ification. by Owen Anderson · 16 years ago
  7. 0a205a4 More LLVMContext-ification. by Owen Anderson · 16 years ago
  8. d1ec989 When comparing constants, consider a less wide constant to be "less complex" by Nick Lewycky · 16 years ago
  9. eebf60c Make -save-temps=obj play better with -o. by Mikhail Glushenkov · 16 years ago
  10. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 16 years ago
  11. 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 16 years ago
  12. 9d1a81d Fix build. by Mike Stump · 16 years ago
  13. fa5cbd6 Even more passes being LLVMContext'd. by Owen Anderson · 16 years ago
  14. 7150294 Add Static Single Information construction pass written by André Tavares! by Nick Lewycky · 16 years ago
  15. 4305069 Silence a warning when assertions are turned off. by Duncan Sands · 16 years ago
  16. f7f2d30 Silence a warning when assertions are turned off. by Duncan Sands · 16 years ago
  17. 10ac96b Silence warning when building without assertions. by Duncan Sands · 16 years ago
  18. 8d8628a Silence warnings when assertions are turned off. by Duncan Sands · 16 years ago
  19. d5f50da Add newline at end of file. by Duncan Sands · 16 years ago
  20. 1d2e6ed For extended loads of type i1 to i8, we will need to at least one byte from memory. by Sanjiv Gupta · 16 years ago
  21. 6a3a1ba Various small changes related to the Condition Register on PowerPC. by Tilmann Scheller · 16 years ago
  22. 2a9ddfb Refactor ABI code in the PowerPC backend. by Tilmann Scheller · 16 years ago
  23. ffd0200 Implement the SVR4 ABI for PowerPC. by Tilmann Scheller · 16 years ago
  24. 6b61cd1 Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed arguments in a vararg call. by Tilmann Scheller · 16 years ago
  25. 667ee3c Small cleanups in the PowerPC backend. by Tilmann Scheller · 16 years ago
  26. 0b1308f Factor some code out and support for Jump Table relocations by Bruno Cardoso Lopes · 16 years ago
  27. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 16 years ago
  28. d27c9fc Add thumb2 sign / zero extend with rotate instructions. by Evan Cheng · 16 years ago
  29. 292aef3 Minor improvement to the LDA debug output. by Andreas Bolka · 16 years ago
  30. 1ff50b3 Second batch of passes using LLVMContext. by Owen Anderson · 16 years ago
  31. 2889cce Add Thumb2 load / store multiple instructions. Not used yet. by Evan Cheng · 16 years ago
  32. d672ecb Convert the first batch of passes to use LLVMContext. by Owen Anderson · 16 years ago
  33. 78236f8 t2LDR_PRE etc are loads. by Evan Cheng · 16 years ago
  34. 6d94f11 Added indexed stores. by Evan Cheng · 16 years ago
  35. 0d86e2f Fill in a few more missing accessors. by Owen Anderson · 16 years ago
  36. 4fbb996 Sign extending pre/post indexed loads. by Evan Cheng · 16 years ago
  37. eeb4a84 switch the .ll parser to use SourceMgr. by Chris Lattner · 16 years ago
  38. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 16 years ago
  39. 7e1e31f Simplify debug info intrisinc lowering. by Devang Patel · 16 years ago
  40. 2f510ae add an explicit class for holding llvm::SourceMgr diagnostics and use by Chris Lattner · 16 years ago
  41. b50ea5c Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1InstrInfo, Thumb2InstrInfo, Thumb1RegisterInfo and Thumb2RegisterInfo. Move methods from ARMInstrInfo to ARMBaseInstrInfo to prepare for sharing with Thumb2. by David Goodwin · 16 years ago
  42. 033080c CMake build fixes, from Xerxes Ranby by Douglas Gregor · 16 years ago
  43. 45f5d64 shrinking down #includes by Bruno Cardoso Lopes · 16 years ago
  44. 62fabf5 Add an accessor to Function so that Passes can easily get access to the context. by Owen Anderson · 16 years ago
  45. 12c99d8 Use LLVMContext for generating MDStrings too. by Owen Anderson · 16 years ago
  46. e951bdf Use LLVMContext to generate metadata constants. by Owen Anderson · 16 years ago
  47. 0938115 Add accessors for metadata constants. by Owen Anderson · 16 years ago
  48. dfc8536 Fix typo. Thanks Duncan! by Devang Patel · 16 years ago
  49. 77cf22c Add accessor for MDNode. by Owen Anderson · 16 years ago
  50. b43eae7 Use LLVMContext for generating UndefValue constants too! by Owen Anderson · 16 years ago
  51. 480752e Add accessor for getting UndefValue's. by Owen Anderson · 16 years ago
  52. 2067433 simplify some logic by using isWeakForLinker(). Thanks to Anton for by Chris Lattner · 16 years ago
  53. 0dabb0b do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. While by Chris Lattner · 16 years ago
  54. 62c762f fix inverted logic pointed out by John McCall, noticed by inspection. by Chris Lattner · 16 years ago
  55. 9170d59 Fix windows build, patch by Howard Su. by Duncan Sands · 16 years ago
  56. e88d5ce Thumb2 pre/post indexed loads. by Evan Cheng · 16 years ago
  57. d0265aa Ack, missed one incompatibility. by Owen Anderson · 16 years ago
  58. c8897d9 Restore other bits of the C API that I tore up. All pre-existing APIs default to using the by Owen Anderson · 16 years ago
  59. 0412957 80 col violation. by Evan Cheng · 16 years ago
  60. d770d9e Change the meaning of predicate hasThumb2 to mean thumb2 ISA is available, not that it's in thumb mode and thumb2 is available. Added isThumb2 predicate to replace the old predicate. by Evan Cheng · 16 years ago
  61. cd714b1 @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. by Chris Lattner · 16 years ago
  62. 27598ec Fix yet-another bug I introduced into fastisel, this time handling by Chris Lattner · 16 years ago
  63. 3d62a41 Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction alignment method by Bruno Cardoso Lopes · 16 years ago
  64. 31926a7 80 col violation. by Evan Cheng · 16 years ago
  65. c4b0b40 clarify: stub emission depends on the version of the linker you use, it has nothing by Chris Lattner · 16 years ago
  66. af4550f Factor out ARM indexed load matching code. by Evan Cheng · 16 years ago
  67. 9e529c3 Add debug info utility routines. by Devang Patel · 16 years ago
  68. 6d8f126 Simplify. by Devang Patel · 16 years ago
  69. f530c92 Fix a bunch of other places that used operator[] to test whether by Dan Gohman · 16 years ago
  70. c70e621 Add a C wrapper for accessing the global default context. by Owen Anderson · 16 years ago
  71. 07b0ec0 Simplify. No intentional functionality change. by Devang Patel · 16 years ago
  72. fba933c Try again at converting the LLParser to use LLVMContext, without massive breakage this time. by Owen Anderson · 16 years ago
  73. 7f41781 Add a few methods that got left out earlier. by Owen Anderson · 16 years ago
  74. 7074fea Add darwin stub removal to wishlist. by Dale Johannesen · 16 years ago
  75. 62476cc Request LCSSA after LoopSimplify. This fixes a problem in which the by Dan Gohman · 16 years ago
  76. ceddbe8 Refactor. No functionality change. by Devang Patel · 16 years ago
  77. 8b024a5 Add a new addressing mode for NEON load/store instructions. by Bob Wilson · 16 years ago
  78. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
  79. 82c32c4 Use find instead of operator[] to test whether an element is in a std::map. by Dan Gohman · 16 years ago
  80. aa3943b --- Reverse-merging (from foreign repository) r74648 into '.': by Bill Wendling · 16 years ago
  81. 7136a65 Keep DIDescriptor methods together. No functionality change. by Devang Patel · 16 years ago
  82. b864e89 Fix a comment typo. by Bob Wilson · 16 years ago
  83. 3f64342 Fix typo. by Owen Anderson · 16 years ago
  84. c137ea6 Convert LLParser to use LLVMContext for creating constants. by Owen Anderson · 16 years ago
  85. fecbc59 Use AA to check objects before LDA. by Andreas Bolka · 16 years ago
  86. 6cc18fe Fix an instcombine abort on a scalar-to-vector bitcast. This fixes PR4487. by Dan Gohman · 16 years ago
  87. 74a8181 Tweak FindExecutable so that relative executable paths work as well. by Daniel Dunbar · 16 years ago
  88. d4d826e Fix up a comment: besides the >80col lines, the operation for this by Bob Wilson · 16 years ago
  89. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  90. fcd65ae Fix metadata unittests by Devang Patel · 16 years ago
  91. 05a0e6a Do not print stranded metadata. by Devang Patel · 16 years ago
  92. 923078c Support stand alone metadata syntax. by Devang Patel · 16 years ago
  93. 30d7b65 llvm.dbg.declare is always used for local variable's debug info. by Devang Patel · 16 years ago
  94. b4202b8 Update comments to make it clear that the function alignment is the Log2 of the by Bill Wendling · 16 years ago
  95. ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 16 years ago
  96. 334143d I give up on trying to use reader/writer locks for recursive type refinement. Use a recursive mutex instead, which will (in theory) generate more contention, but is really by Owen Anderson · 16 years ago
  97. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  98. 4fb75e5 Fix codegen for references to available_externally symbols. This fixes PR4482. by Chris Lattner · 16 years ago
  99. 4127ccd Try again at making this work on OpenBSD. by Owen Anderson · 16 years ago
  100. 93696a3 Fix FindExecutable to work if given an absolute executable path name. by Daniel Dunbar · 16 years ago