1. d1ec989 When comparing constants, consider a less wide constant to be "less complex" by Nick Lewycky · 15 years ago
  2. 0cddc49 Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. by Jeffrey Yasskin · 15 years ago
  3. eebf60c Make -save-temps=obj play better with -o. by Mikhail Glushenkov · 15 years ago
  4. d0f27c4 Regenerate. by Mikhail Glushenkov · 15 years ago
  5. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  6. 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 15 years ago
  7. 9d1a81d Fix build. by Mike Stump · 15 years ago
  8. fa5cbd6 Even more passes being LLVMContext'd. by Owen Anderson · 15 years ago
  9. 7150294 Add Static Single Information construction pass written by André Tavares! by Nick Lewycky · 15 years ago
  10. 4305069 Silence a warning when assertions are turned off. by Duncan Sands · 15 years ago
  11. f7f2d30 Silence a warning when assertions are turned off. by Duncan Sands · 15 years ago
  12. 10ac96b Silence warning when building without assertions. by Duncan Sands · 15 years ago
  13. 8d8628a Silence warnings when assertions are turned off. by Duncan Sands · 15 years ago
  14. 98749f8 In this unreachable code, return an initialized value. by Duncan Sands · 15 years ago
  15. d44d4bf Add newline at end of file. by Duncan Sands · 15 years ago
  16. d5f50da Add newline at end of file. by Duncan Sands · 15 years ago
  17. db9c028 Fix typo: intepreter->interpreter. by Torok Edwin · 15 years ago
  18. a3dd845 Fix the build: provide uint8_t. by Duncan Sands · 15 years ago
  19. 1d2e6ed For extended loads of type i1 to i8, we will need to at least one byte from memory. by Sanjiv Gupta · 15 years ago
  20. 6a3a1ba Various small changes related to the Condition Register on PowerPC. by Tilmann Scheller · 15 years ago
  21. 2a9ddfb Refactor ABI code in the PowerPC backend. by Tilmann Scheller · 15 years ago
  22. ffd0200 Implement the SVR4 ABI for PowerPC. by Tilmann Scheller · 15 years ago
  23. 6b61cd1 Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed arguments in a vararg call. by Tilmann Scheller · 15 years ago
  24. 667ee3c Small cleanups in the PowerPC backend. by Tilmann Scheller · 15 years ago
  25. 0b1308f Factor some code out and support for Jump Table relocations by Bruno Cardoso Lopes · 15 years ago
  26. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  27. 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  28. d27c9fc Add thumb2 sign / zero extend with rotate instructions. by Evan Cheng · 15 years ago
  29. 292aef3 Minor improvement to the LDA debug output. by Andreas Bolka · 15 years ago
  30. 1ff50b3 Second batch of passes using LLVMContext. by Owen Anderson · 15 years ago
  31. 2889cce Add Thumb2 load / store multiple instructions. Not used yet. by Evan Cheng · 15 years ago
  32. d672ecb Convert the first batch of passes to use LLVMContext. by Owen Anderson · 15 years ago
  33. 1a55180 Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 15 years ago
  34. 78236f8 t2LDR_PRE etc are loads. by Evan Cheng · 15 years ago
  35. 6d94f11 Added indexed stores. by Evan Cheng · 15 years ago
  36. 0d86e2f Fill in a few more missing accessors. by Owen Anderson · 15 years ago
  37. 4fbb996 Sign extending pre/post indexed loads. by Evan Cheng · 15 years ago
  38. eeb4a84 switch the .ll parser to use SourceMgr. by Chris Lattner · 15 years ago
  39. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 15 years ago
  40. 7e1e31f Simplify debug info intrisinc lowering. by Devang Patel · 15 years ago
  41. 2f510ae add an explicit class for holding llvm::SourceMgr diagnostics and use by Chris Lattner · 15 years ago
  42. 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 · 15 years ago
  43. b717fb0 implement error recovery in the llvm-mc parser. Feel the power! by Chris Lattner · 15 years ago
  44. a8185fe Make the current LLVMContext available to passes. by Owen Anderson · 15 years ago
  45. 033080c CMake build fixes, from Xerxes Ranby by Douglas Gregor · 15 years ago
  46. 45f5d64 shrinking down #includes by Bruno Cardoso Lopes · 15 years ago
  47. 62fabf5 Add an accessor to Function so that Passes can easily get access to the context. by Owen Anderson · 15 years ago
  48. 7c07f3a Prefix bin dir to executables. by Sanjiv Gupta · 15 years ago
  49. 87d33f6 Remove tabs. by Devang Patel · 15 years ago
  50. 31b7981 Fixed handling of -c option.wq by Sanjiv Gupta · 15 years ago
  51. 12c99d8 Use LLVMContext for generating MDStrings too. by Owen Anderson · 15 years ago
  52. e951bdf Use LLVMContext to generate metadata constants. by Owen Anderson · 15 years ago
  53. 0938115 Add accessors for metadata constants. by Owen Anderson · 15 years ago
  54. dfc8536 Fix typo. Thanks Duncan! by Devang Patel · 15 years ago
  55. 77cf22c Add accessor for MDNode. by Owen Anderson · 15 years ago
  56. b43eae7 Use LLVMContext for generating UndefValue constants too! by Owen Anderson · 15 years ago
  57. 480752e Add accessor for getting UndefValue's. by Owen Anderson · 15 years ago
  58. e27be3a Describe the LLVMContext API change. by Owen Anderson · 15 years ago
  59. 2067433 simplify some logic by using isWeakForLinker(). Thanks to Anton for by Chris Lattner · 15 years ago
  60. 0dabb0b do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. While by Chris Lattner · 15 years ago
  61. 62c762f fix inverted logic pointed out by John McCall, noticed by inspection. by Chris Lattner · 15 years ago
  62. 9170d59 Fix windows build, patch by Howard Su. by Duncan Sands · 15 years ago
  63. e88d5ce Thumb2 pre/post indexed loads. by Evan Cheng · 15 years ago
  64. d0265aa Ack, missed one incompatibility. by Owen Anderson · 15 years ago
  65. c8897d9 Restore other bits of the C API that I tore up. All pre-existing APIs default to using the by Owen Anderson · 15 years ago
  66. 0412957 80 col violation. by Evan Cheng · 15 years ago
  67. 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 · 15 years ago
  68. cd714b1 @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. by Chris Lattner · 15 years ago
  69. 27598ec Fix yet-another bug I introduced into fastisel, this time handling by Chris Lattner · 15 years ago
  70. 0a93771 llvm-mc/x86: Test case for x86 operand parsing. by Daniel Dunbar · 15 years ago
  71. 5470e12 llvm-mc/x86: Fix various nit-picky bugs in displacement parsing. by Daniel Dunbar · 15 years ago
  72. 3d62a41 Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction alignment method by Bruno Cardoso Lopes · 15 years ago
  73. 2c3f00c llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me by Daniel Dunbar · 15 years ago
  74. 46b6c52 llvm-mc/x86: Factor out ParseX86Register. by Daniel Dunbar · 15 years ago
  75. 31926a7 80 col violation. by Evan Cheng · 15 years ago
  76. c4b0b40 clarify: stub emission depends on the version of the linker you use, it has nothing by Chris Lattner · 15 years ago
  77. af4550f Factor out ARM indexed load matching code. by Evan Cheng · 15 years ago
  78. 9e529c3 Add debug info utility routines. by Devang Patel · 15 years ago
  79. 55a3c6c llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistent by Daniel Dunbar · 15 years ago
  80. 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
  81. 6d8f126 Simplify. by Devang Patel · 15 years ago
  82. f530c92 Fix a bunch of other places that used operator[] to test whether by Dan Gohman · 15 years ago
  83. c70e621 Add a C wrapper for accessing the global default context. by Owen Anderson · 15 years ago
  84. 1bc1e64 fix ld error with -no-undefined switch, which is undefined on darwin8 by John Mosby · 15 years ago
  85. 07b0ec0 Simplify. No intentional functionality change. by Devang Patel · 15 years ago
  86. fba933c Try again at converting the LLParser to use LLVMContext, without massive breakage this time. by Owen Anderson · 15 years ago
  87. 7f41781 Add a few methods that got left out earlier. by Owen Anderson · 15 years ago
  88. b71725b Try to clarify a point about getting DominatorTree info from a module pass. by Daniel Dunbar · 15 years ago
  89. 7074fea Add darwin stub removal to wishlist. by Dale Johannesen · 15 years ago
  90. 335bcc7 Fix the LTO header for LLVMContext changes. by Owen Anderson · 15 years ago
  91. 62476cc Request LCSSA after LoopSimplify. This fixes a problem in which the by Dan Gohman · 15 years ago
  92. ceddbe8 Refactor. No functionality change. by Devang Patel · 15 years ago
  93. 8b024a5 Add a new addressing mode for NEON load/store instructions. by Bob Wilson · 15 years ago
  94. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  95. 82c32c4 Use find instead of operator[] to test whether an element is in a std::map. by Dan Gohman · 15 years ago
  96. aa3943b --- Reverse-merging (from foreign repository) r74648 into '.': by Bill Wendling · 15 years ago
  97. 7136a65 Keep DIDescriptor methods together. No functionality change. by Devang Patel · 15 years ago
  98. b864e89 Fix a comment typo. by Bob Wilson · 15 years ago
  99. 3f64342 Fix typo. by Owen Anderson · 15 years ago
  100. c137ea6 Convert LLParser to use LLVMContext for creating constants. by Owen Anderson · 15 years ago