1. 8f6d9a7 Add a --with-oprofile flag to configure, which uses OProfile's agent by Jeffrey Yasskin · 15 years ago
  2. f1d6bd5 code model is never set to default. by Chris Lattner · 15 years ago
  3. c782232 fix indentation by Chris Lattner · 15 years ago
  4. e2c9208 remove the now-dead TM argument to these methods. by Chris Lattner · 15 years ago
  5. 8097b65 make PIC vs DynamicNoPIC be explicit in PICStyles. by Chris Lattner · 15 years ago
  6. 84853a1 some minor simplifications. by Chris Lattner · 15 years ago
  7. 3b67e9b add a couple of predicates to test for "stub style pic in PIC mode" and "stub style pic in dynamic-no-pic" mode. by Chris Lattner · 15 years ago
  8. 1afdc5f Remove ScalarEvolution::hasSCEV, which isn't being used, and which by Dan Gohman · 15 years ago
  9. 3ae2da6 Avoid compiler warnings when assertions are turned off. by Duncan Sands · 15 years ago
  10. 413a15e Avoid compiler warnings if assertions turned off. by Duncan Sands · 15 years ago
  11. 49ddb61 CMOVxx doesn't swap operands which it's commuted. by Evan Cheng · 15 years ago
  12. 261ce1d Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpIndices which returns the operand indices which are swapped (when applicable). This allows for some code clean up and future enhancements. by Evan Cheng · 15 years ago
  13. fd12da4 Link std.lib (.bc code) with llvm-ld. by Sanjiv Gupta · 15 years ago
  14. a439ee0 Fix unit tests. by Owen Anderson · 15 years ago
  15. 8423268 convert test to use FileCheck, which is much more precise and faster than by Chris Lattner · 15 years ago
  16. 8b16f70 add missing *, patch by Peter O'Gorman! by Chris Lattner · 15 years ago
  17. 2e4ddf6 Push LLVMContext through the TypeBuilder API. There are no users for this in-tree, so I can't really test it. by Owen Anderson · 15 years ago
  18. caf642a by David Greene · 15 years ago
  19. c7d2ce7 Push LLVMContext through the PatternMatch API. by Owen Anderson · 15 years ago
  20. 3ca524e Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instructions with thumb-2. by David Goodwin · 15 years ago
  21. 1b34258 Generalize ScalarEvolution's cast-folding code to support more kinds by Dan Gohman · 15 years ago
  22. 16a412e Update for GlobalVariables ctor change. by Owen Anderson · 15 years ago
  23. b1beca6 t2LDM_RET does not fall-through. by David Goodwin · 15 years ago
  24. 179bef3 Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing the cmake build. by Duncan Sands · 15 years ago
  25. 662b805 make this more like printOperand. Perhaps some merging will happen tomorrow. by Chris Lattner · 15 years ago
  26. 0d786dd simplify fast isel by using ClassifyGlobalReference. This by Chris Lattner · 15 years ago
  27. dfed413 eliminate GVRequiresRegister, replacing it with predicates we by Chris Lattner · 15 years ago
  28. 36c2501 change a bunch of logic in LowerGlobalAddress to leverage the work by Chris Lattner · 15 years ago
  29. 7478ab8 add a predicate to determine if a global var reference requires a by Chris Lattner · 15 years ago
  30. d392bd9 move some classification logic around. Now GVRequiresExtraLoad by Chris Lattner · 15 years ago
  31. 3b6b36d change isGlobalStubReference to take target flags instead of a MachineOperand. by Chris Lattner · 15 years ago
  32. 0740634 convert some late code (called by regalloc and code emission) by Chris Lattner · 15 years ago
  33. 281bada add a new predicate method that says whether a GlobalValue by Chris Lattner · 15 years ago
  34. ed0dca6 GVRequiresExtraLoad is now never used for calls, simplify it based on this. by Chris Lattner · 15 years ago
  35. 754b765 actually, just eliminate PCRelGVRequiresExtraLoad. It makes the code by Chris Lattner · 15 years ago
  36. e6c07b5 There is only one case where GVRequiresExtraLoad returns true for calls: by Chris Lattner · 15 years ago
  37. 04b304c the "isDirectCall" operand of GVRequiresRegister is always false, eliminate it. by Chris Lattner · 15 years ago
  38. 0aa43de split call handling out of X86SelectAddress into X86SelectCallAddress by Chris Lattner · 15 years ago
  39. 8a53712 convert a helper method to be a static function instead of a by Chris Lattner · 15 years ago
  40. bfa5cf1 80 col violation. by Evan Cheng · 15 years ago
  41. b6264de More info about Thumb1 predication support. by Evan Cheng · 15 years ago
  42. 892837a We don't need separate thumb1 instructions tADDSi3 etc. for addc and subc. The "normal" version always modify condition register CPSR so we should just use def : pat to match to the same instructions. by Evan Cheng · 15 years ago
  43. 06e1658 Add a thumb2 pass to insert IT blocks. by Evan Cheng · 15 years ago
  44. ab33150 Move isPredicated from .cpp to .h by Evan Cheng · 15 years ago
  45. 45524c5 Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. by Owen Anderson · 15 years ago
  46. b5619f4 80 col violation. by Evan Cheng · 15 years ago
  47. 0be4fe7 by David Greene · 15 years ago
  48. 8f3cfb4 ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the tree by Ted Kremenek · 15 years ago
  49. 9c06178 Remove a bogus assertion. by Evan Cheng · 15 years ago
  50. 97354f5 Replace TM.getRegisterInfo() calls by TRI instance variable. by Bob Wilson · 15 years ago
  51. e7800be by David Greene · 15 years ago
  52. 9b4b00a Handle 'a' modifier on inline assembly operands. by Bob Wilson · 15 years ago
  53. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
  54. 5367436 by David Greene · 15 years ago
  55. e556474 Added Thumb IT instruction. by Evan Cheng · 15 years ago
  56. 2202360 Fix an apparent copy-and-paste problem in an error message. by Bob Wilson · 15 years ago
  57. 896fe89 Another todo entry. by Evan Cheng · 15 years ago
  58. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 15 years ago
  59. 45032f2 Initial support for load / store multiple opt pass Thumb2 support (post-allocation only). It's kind of there, but not quite. I'll return to this later. by Evan Cheng · 15 years ago
  60. c50a1cb Fix ldm / stm unified syntax; add t2LDM_RET. by Evan Cheng · 15 years ago
  61. d75223d LDM_RET should be marked mayLoad. by Evan Cheng · 15 years ago
  62. d15f45f If -fomit-frame-pointer is used, we still need to record when the %esp register by Bill Wendling · 15 years ago
  63. 5c87417 Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. Also change the printer to make the scale 4 explicit. by Evan Cheng · 15 years ago
  64. 7b95470 Fix typo, trailing whitespace. by Andreas Bolka · 15 years ago
  65. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 15 years ago
  66. c680ac9 Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned by Eli Friedman · 15 years ago
  67. 6dded67 Add a Thumb readme entry. by Evan Cheng · 15 years ago
  68. cba962d Correct comment. by Evan Cheng · 15 years ago
  69. a51984b bug 4524: Add MSP430 to the cmake build. by Richard Pennington · 15 years ago
  70. 39f59d8 Handle 'A' modifier in inline asms. by Dale Johannesen · 15 years ago
  71. 98a3961 Regenerate. by Mikhail Glushenkov · 15 years ago
  72. 792f182 Documentation update. by Mikhail Glushenkov · 15 years ago
  73. be8d735 We don't need to set SaveTemps here. by Mikhail Glushenkov · 15 years ago
  74. 1c0ffa4 Adjust comment. by Mikhail Glushenkov · 15 years ago
  75. f5f9a4d Remove some duplication. by Mikhail Glushenkov · 15 years ago
  76. 3a780d1 Rename -t to --temp-dir. by Mikhail Glushenkov · 15 years ago
  77. 5dcaceb As Chris pointed out, we don't actually need to pass the context around here. by Owen Anderson · 15 years ago
  78. 2a52c69 back out r75156 for now. by Chris Lattner · 15 years ago
  79. a547b47 A little bit more LLVMContextification. by Owen Anderson · 15 years ago
  80. 8b98b85 Handle Thumb-2 addressing modes during FP elimination. by David Goodwin · 15 years ago
  81. 633eb95 ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a flag to record if the digest of an ImutAVLTree has been cached. by Ted Kremenek · 15 years ago
  82. a637691 by David Greene · 15 years ago
  83. 23bb1e2 By default -t is always on for mcc16 and it uses ./tmp-objs as the temp directory. by Sanjiv Gupta · 15 years ago
  84. 7ebc424 Fixed handling of -t. It gets the prirority for temp dir name. by Sanjiv Gupta · 15 years ago
  85. d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 15 years ago
  86. 80c8c31 Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-length array type. by Alisdair Meredith · 15 years ago
  87. 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  88. f0b9eff by David Greene · 15 years ago
  89. 00ad26f by David Greene · 15 years ago
  90. 354b5ac remove dead function. by Chris Lattner · 15 years ago
  91. 7675040 Misc encoding fixes; reported on llvmdev. by Eli Friedman · 15 years ago
  92. ac35660 eraseFromDisk no longer throws. by Chris Lattner · 15 years ago
  93. 89f43a5 There's no need to consider PHI nodes in the same block as the instruction by Nick Lewycky · 15 years ago
  94. 4c12ee5 Forgot a couple files when adding the -ssi-everything pass. by Nick Lewycky · 15 years ago
  95. 6ca7f41 Add some statistics to SSI so we can see what it's up to. by Nick Lewycky · 15 years ago
  96. f881ae0 * Install crosstool in /usr/local/crosstool by Misha Brukman · 15 years ago
  97. 5c6da7c Missing ) by Bill Wendling · 15 years ago
  98. 0b8f418 Add a -t="dir" option to the driver. This can be used to specify the directory to be used as TempDir if somebody doesn't want to use the standard /tmp. by Sanjiv Gupta · 15 years ago
  99. 549882d Added few more options to individual tools. by Sanjiv Gupta · 15 years ago
  100. 44a382f Return dir separator as per platform. by Sanjiv Gupta · 15 years ago