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