1. 76f600b Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API. by Owen Anderson · 15 years ago
  2. 3147fb2 isThumb2 really should mean thumb2 only, not thumb2+. by Evan Cheng · 15 years ago
  3. 36a0aeb Add bfc to armv6t2. by Evan Cheng · 15 years ago
  4. edcbada Added ARM::mls for armv6t2. by Evan Cheng · 15 years ago
  5. 2c4d96d Avoid adding a duplicate def. This fixes PR4478. by Evan Cheng · 15 years ago
  6. 643dda1 No need to double-include config.h by Owen Anderson · 15 years ago
  7. 3d7622d We need to include config.h to get the proper setting to LLVM_MULTITHREADED. by Owen Anderson · 15 years ago
  8. 5089551 Thread LLVMContext through the constant folding APIs, which touches a lot of files. by Owen Anderson · 15 years ago
  9. e034393 * Allow skipping parts of the installation to be able to do it in parts if one by Misha Brukman · 15 years ago
  10. 53cf829 pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the generic code to not pick the default. by Sanjiv Gupta · 15 years ago
  11. 024e94c pic16 isn't ready to handle llvm.metadata yet. by Sanjiv Gupta · 15 years ago
  12. e4840bc Add two new accessors to the C bindings, patch by Wladimir van der Laan! by Chris Lattner · 15 years ago
  13. c880815 improve portability to windows, patch by Xerces Ranby! by Chris Lattner · 15 years ago
  14. 4733e74 Oops, I #included errno.h from inside the llvm::sys namespace. by Jeffrey Yasskin · 15 years ago
  15. 9cc8fa7 Mark this test as Darwin only. Patch by Bill Wendling. by Stuart Hastings · 15 years ago
  16. 08b7daf Fix the cmake build - patch by Xerxes Rånby. by Duncan Sands · 15 years ago
  17. 2f8ca29 Reverting back the changes checked-in accidently. by Sanjiv Gupta · 15 years ago
  18. 505996f Implement _CONFIG macro to allow users to se to configuration settings on the part. by Sanjiv Gupta · 15 years ago
  19. 6933d3e Changed ELFCodeEmitter to inherit from ObjectCodeEmitter by Bruno Cardoso Lopes · 15 years ago
  20. d764941 Corrected the names description. Change in a comment. No functionality change. by Sanjiv Gupta · 15 years ago
  21. 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 · 15 years ago
  22. 8ae058a Just forgot to include the two new files by Bruno Cardoso Lopes · 15 years ago
  23. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 15 years ago
  24. 14ce9ef More LLVMContext-ification. by Owen Anderson · 15 years ago
  25. e8c81ea CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown when by Oscar Fuentes · 15 years ago
  26. 0a205a4 More LLVMContext-ification. by Owen Anderson · 15 years ago
  27. db88295 There are five floating point types. by Nick Lewycky · 15 years ago
  28. cb9b9d5 There are *four* lights! by Nick Lewycky · 15 years ago
  29. af10910 CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379. by Oscar Fuentes · 15 years ago
  30. 226f54b Clarify that later compiler versions are known to by Duncan Sands · 15 years ago
  31. d1ec989 When comparing constants, consider a less wide constant to be "less complex" by Nick Lewycky · 15 years ago
  32. 0cddc49 Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. by Jeffrey Yasskin · 15 years ago
  33. eebf60c Make -save-temps=obj play better with -o. by Mikhail Glushenkov · 15 years ago
  34. d0f27c4 Regenerate. by Mikhail Glushenkov · 15 years ago
  35. cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
  36. 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 15 years ago
  37. 9d1a81d Fix build. by Mike Stump · 15 years ago
  38. fa5cbd6 Even more passes being LLVMContext'd. by Owen Anderson · 15 years ago
  39. 7150294 Add Static Single Information construction pass written by André Tavares! by Nick Lewycky · 15 years ago
  40. 4305069 Silence a warning when assertions are turned off. by Duncan Sands · 15 years ago
  41. f7f2d30 Silence a warning when assertions are turned off. by Duncan Sands · 15 years ago
  42. 10ac96b Silence warning when building without assertions. by Duncan Sands · 15 years ago
  43. 8d8628a Silence warnings when assertions are turned off. by Duncan Sands · 15 years ago
  44. 98749f8 In this unreachable code, return an initialized value. by Duncan Sands · 15 years ago
  45. d44d4bf Add newline at end of file. by Duncan Sands · 15 years ago
  46. d5f50da Add newline at end of file. by Duncan Sands · 15 years ago
  47. db9c028 Fix typo: intepreter->interpreter. by Torok Edwin · 15 years ago
  48. a3dd845 Fix the build: provide uint8_t. by Duncan Sands · 15 years ago
  49. 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
  50. 6a3a1ba Various small changes related to the Condition Register on PowerPC. by Tilmann Scheller · 15 years ago
  51. 2a9ddfb Refactor ABI code in the PowerPC backend. by Tilmann Scheller · 15 years ago
  52. ffd0200 Implement the SVR4 ABI for PowerPC. by Tilmann Scheller · 15 years ago
  53. 6b61cd1 Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed arguments in a vararg call. by Tilmann Scheller · 15 years ago
  54. 667ee3c Small cleanups in the PowerPC backend. by Tilmann Scheller · 15 years ago
  55. 0b1308f Factor some code out and support for Jump Table relocations by Bruno Cardoso Lopes · 15 years ago
  56. 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
  57. 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  58. d27c9fc Add thumb2 sign / zero extend with rotate instructions. by Evan Cheng · 15 years ago
  59. 292aef3 Minor improvement to the LDA debug output. by Andreas Bolka · 15 years ago
  60. 1ff50b3 Second batch of passes using LLVMContext. by Owen Anderson · 15 years ago
  61. 2889cce Add Thumb2 load / store multiple instructions. Not used yet. by Evan Cheng · 15 years ago
  62. d672ecb Convert the first batch of passes to use LLVMContext. by Owen Anderson · 15 years ago
  63. 1a55180 Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 15 years ago
  64. 78236f8 t2LDR_PRE etc are loads. by Evan Cheng · 15 years ago
  65. 6d94f11 Added indexed stores. by Evan Cheng · 15 years ago
  66. 0d86e2f Fill in a few more missing accessors. by Owen Anderson · 15 years ago
  67. 4fbb996 Sign extending pre/post indexed loads. by Evan Cheng · 15 years ago
  68. eeb4a84 switch the .ll parser to use SourceMgr. by Chris Lattner · 15 years ago
  69. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 15 years ago
  70. 7e1e31f Simplify debug info intrisinc lowering. by Devang Patel · 15 years ago
  71. 2f510ae add an explicit class for holding llvm::SourceMgr diagnostics and use by Chris Lattner · 15 years ago
  72. 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
  73. b717fb0 implement error recovery in the llvm-mc parser. Feel the power! by Chris Lattner · 15 years ago
  74. a8185fe Make the current LLVMContext available to passes. by Owen Anderson · 15 years ago
  75. 033080c CMake build fixes, from Xerxes Ranby by Douglas Gregor · 15 years ago
  76. 45f5d64 shrinking down #includes by Bruno Cardoso Lopes · 15 years ago
  77. 62fabf5 Add an accessor to Function so that Passes can easily get access to the context. by Owen Anderson · 15 years ago
  78. 7c07f3a Prefix bin dir to executables. by Sanjiv Gupta · 15 years ago
  79. 87d33f6 Remove tabs. by Devang Patel · 15 years ago
  80. 31b7981 Fixed handling of -c option.wq by Sanjiv Gupta · 15 years ago
  81. 12c99d8 Use LLVMContext for generating MDStrings too. by Owen Anderson · 15 years ago
  82. e951bdf Use LLVMContext to generate metadata constants. by Owen Anderson · 15 years ago
  83. 0938115 Add accessors for metadata constants. by Owen Anderson · 15 years ago
  84. dfc8536 Fix typo. Thanks Duncan! by Devang Patel · 15 years ago
  85. 77cf22c Add accessor for MDNode. by Owen Anderson · 15 years ago
  86. b43eae7 Use LLVMContext for generating UndefValue constants too! by Owen Anderson · 15 years ago
  87. 480752e Add accessor for getting UndefValue's. by Owen Anderson · 15 years ago
  88. e27be3a Describe the LLVMContext API change. by Owen Anderson · 15 years ago
  89. 2067433 simplify some logic by using isWeakForLinker(). Thanks to Anton for by Chris Lattner · 15 years ago
  90. 0dabb0b do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. While by Chris Lattner · 15 years ago
  91. 62c762f fix inverted logic pointed out by John McCall, noticed by inspection. by Chris Lattner · 15 years ago
  92. 9170d59 Fix windows build, patch by Howard Su. by Duncan Sands · 15 years ago
  93. e88d5ce Thumb2 pre/post indexed loads. by Evan Cheng · 15 years ago
  94. d0265aa Ack, missed one incompatibility. by Owen Anderson · 15 years ago
  95. 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
  96. 0412957 80 col violation. by Evan Cheng · 15 years ago
  97. 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
  98. cd714b1 @GOTPCREL is also rip-relative. Fix fast-isel to do the right thing. by Chris Lattner · 15 years ago
  99. 27598ec Fix yet-another bug I introduced into fastisel, this time handling by Chris Lattner · 15 years ago
  100. 0a93771 llvm-mc/x86: Test case for x86 operand parsing. by Daniel Dunbar · 15 years ago