1. e4df756 When in -static mode, force the PIC style to none. Doing this requires fixing by Chris Lattner · 16 years ago
  2. b133a0a merge two identical functions and simplify things that are GOT specific by Chris Lattner · 16 years ago
  3. e3ee6f1e hoist check for IsTailCall to callers. Eliminate redundant check for by Chris Lattner · 16 years ago
  4. 951bf7d change a few methods to be static functions. by Chris Lattner · 16 years ago
  5. 7c10e0e one more added assert. by Chris Lattner · 16 years ago
  6. 39f56b6 remove eh, convert to FileCheck style by Chris Lattner · 16 years ago
  7. 4aa21aa move handling of dllimport linkage in isel, not in asmprinter. by Chris Lattner · 16 years ago
  8. f4a9774 we have no tests for dllimport/export. Add one. by Chris Lattner · 16 years ago
  9. 0a249a8 Work around an ICE in gcc-4.2.4. by Jeffrey Yasskin · 16 years ago
  10. 885ce84 one more assertion! by Chris Lattner · 16 years ago
  11. 033bcee add some more assertions. Remove code to handle dllimport on darwin. by Chris Lattner · 16 years ago
  12. 2e4284d Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE by Dan Gohman · 16 years ago
  13. 44f7bbd remove "asmcall", using print_pcrel_imm instead of printOperand. by Chris Lattner · 16 years ago
  14. b172b0b simplify some logic by Chris Lattner · 16 years ago
  15. 9f44b3a * add some assertions for sanity checking. by Chris Lattner · 16 years ago
  16. af9005d stop on the first file mismatch. by Chris Lattner · 16 years ago
  17. 600f175 add a test for dale's recent change. by Chris Lattner · 16 years ago
  18. 7c71822 Make SmallPtrSet iterators real iterators by Douglas Gregor · 16 years ago
  19. c341f1c LLVMContext-ification. by Owen Anderson · 16 years ago
  20. ab711cc switch test to FileCheck-style and test the P and non-P cases. by Chris Lattner · 16 years ago
  21. e5646cc rename a test to make it a feature test. by Chris Lattner · 16 years ago
  22. f1daf7d Use common code for both ARM and Thumb-2 instruction and register info. by David Goodwin · 16 years ago
  23. 8529d28 * manually concatenate two string literals by Chris Lattner · 16 years ago
  24. dda0f4c - Add some NEON ld / st instruction static encoding. by Evan Cheng · 16 years ago
  25. d109540 Fix thinko. by Devang Patel · 16 years ago
  26. 7309762 Fix the AssertingVH unittests. by Jeffrey Yasskin · 16 years ago
  27. 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 16 years ago
  28. e41dec6 by David Greene · 16 years ago
  29. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 16 years ago
  30. 229509a by David Greene · 16 years ago
  31. 59629c1 by David Greene · 16 years ago
  32. 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 16 years ago
  33. f2d754b Nowadays vectors are only split if they have an even by Duncan Sands · 16 years ago
  34. e7cbe41 Change how so_imm and t2_so_imm are handled. At instruction selection time, the immediates are no longer encoded in the imm8 + rot format, that are left as it is. The encoding is now done in ams printing and code emission time instead. by Evan Cheng · 16 years ago
  35. c3d505c Recommit r74952 with a bug fix: by Bill Wendling · 16 years ago
  36. 058a024 Use interators instead of counters for loops. by Bill Wendling · 16 years ago
  37. 3046470 Missed an exit during the conversion. by Torok Edwin · 16 years ago
  38. dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
  39. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
  40. 096e728 Switch all the MC tests to use FileCheck. by Chris Lattner · 16 years ago
  41. 648f997 convert to FileCheck style. by Chris Lattner · 16 years ago
  42. 2ed3346 Implement NEON vst1 instruction. by Bob Wilson · 16 years ago
  43. 77521f5 Generalize opcode selection in ARMBaseRegisterInfo. by David Goodwin · 16 years ago
  44. cecbc96 Fix cmake build. Added ARMBaseRegisterInfo.cpp to lib/Target/ARM/CMakeLists.txt by Xerxes Ranby · 16 years ago
  45. 1c7eea6 by Devang Patel · 16 years ago
  46. 59ae6b9 Make the code that updates ScalarEvolution's internal state in response by Dan Gohman · 16 years ago
  47. 85ebb0f Tell ScalarEvolution to forget a loop before starting to delete it. by Dan Gohman · 16 years ago
  48. 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 16 years ago
  49. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  50. 515cdbe add some more check for vector compares. by Chris Lattner · 16 years ago
  51. 57e56cd convert a test to "FileCheck" style. by Chris Lattner · 16 years ago
  52. 81cb8ca Add a new little "FileCheck" utility for regression testing. by Chris Lattner · 16 years ago
  53. db5a71a Push methods into base class in preparation for sharing. by David Goodwin · 16 years ago
  54. 205a5ca Implement NEON vld1 instructions. by Bob Wilson · 16 years ago
  55. ab7c09b Start converting to new error handling API. by Torok Edwin · 16 years ago
  56. 4de77f8 Conform... by David Goodwin · 16 years ago
  57. c140c48 Start breaking out common base functionality for register info. by David Goodwin · 16 years ago
  58. b6017b0 convert comments to doxygen style by Chris Lattner · 16 years ago
  59. a928f27 Add rev16 test... xfail for now by David Goodwin · 16 years ago
  60. a565f7a Add myself to blame file... by David Goodwin · 16 years ago
  61. 334c264 Checkpoint Thumb2 Instr info work. Generalized base code so that it can be shared between ARM and Thumb2. Not yet activated because register information must be generalized first. by David Goodwin · 16 years ago
  62. 8c899ee Remove trailing whitespace. Reorder some methods by Duncan Sands · 16 years ago
  63. 91f935e Update the example to show that an archive can contain llvm bitcode. by Rafael Espindola · 16 years ago
  64. 13223c9 Trial first commit Fixed build, requires std header before using std::string by Alisdair Meredith · 16 years ago
  65. 2d76f25 Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the terminator insns for a basic block alongwith branch insns. This way a copy is not getting inserted between cmp and branch during PHIElimination disturbing the status flags. by Sanjiv Gupta · 16 years ago
  66. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
  67. 34a0fa3 Add a Thumb2 instruction flag to that indicates whether the instruction can be transformed to 16-bit variant. by Evan Cheng · 16 years ago
  68. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  69. 8b8d31e remove two methods that no longer exist. by Chris Lattner · 16 years ago
  70. 01d9a1b more getting windows to build. by Chris Lattner · 16 years ago
  71. a47d966 eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works. by Chris Lattner · 16 years ago
  72. b2773e1 Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No by Chris Lattner · 16 years ago
  73. 2b7a271 dag combine sext(setcc) -> vsetcc before legalize. To make this safe, by Chris Lattner · 16 years ago
  74. 8e5a084 hopefully fix the build on windows. by Chris Lattner · 16 years ago
  75. c9a4153 Add a todo. by Evan Cheng · 16 years ago
  76. 0fc0ade Also statically set bit 25 for BR_JT instructions. by Evan Cheng · 16 years ago
  77. f81b576 LLVMContext-ification. by Owen Anderson · 16 years ago
  78. bc8a945 Statically encode bit 25 to indicate immediate form of data processing instructions. Patch by Sean Callanan. by Evan Cheng · 16 years ago
  79. 97b4d4a --- Reverse-merging (from foreign repository) r74952 into '.': by Bill Wendling · 16 years ago
  80. a4f7318 SelectionDAG::SignBitIsZero doesn't work right for vectors, by Chris Lattner · 16 years ago
  81. 9fcff04 Commit the file I actually changed as part of last by Dale Johannesen · 16 years ago
  82. 8ea5ec6 Operand of asm("call") (the callee function) is represented by Dale Johannesen · 16 years ago
  83. c2c27b3 add support for legalizing an icmp where the result is illegal (4xi1) but by Chris Lattner · 16 years ago
  84. cb178c6 add a trivial test that vector compares work. by Chris Lattner · 16 years ago
  85. 0a6c2d8 random code cleanups. by Chris Lattner · 16 years ago
  86. 5962ed0 implement support for spliting and scalarizing vector setcc's. This by Chris Lattner · 16 years ago
  87. 9800e84 lower vector icmp/fcmp to ICMP/FCMP nodes with the right result by Chris Lattner · 16 years ago
  88. 87c411b ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same, by Chris Lattner · 16 years ago
  89. cd8eb8b Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand by Bob Wilson · 16 years ago
  90. 64a3fa2 add support for vector legalizing of *_EXTEND. by Chris Lattner · 16 years ago
  91. 9a3b13f Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when by Jeffrey Yasskin · 16 years ago
  92. 120505d Disable loop index split for now and let nightly tester verify its usefulness. by Devang Patel · 16 years ago
  93. 33d6a34 verify that the fcmp version of this works just as well as the by Chris Lattner · 16 years ago
  94. 261cc19 Accidently dropped this while removing dead code in previous commit. by Devang Patel · 16 years ago
  95. 66c6324 DWARF requires frame moves be specified at specific times. If you have a by Bill Wendling · 16 years ago
  96. 62e744b LLVMContext-ifiy the implementation of the C API. by Owen Anderson · 16 years ago
  97. 0a4afb6 Remove dead code. by Devang Patel · 16 years ago
  98. c9ab7bf LLVM Context-ification. by Owen Anderson · 16 years ago
  99. 18476ee Fix a typo and a grammaro in a comment. by Dan Gohman · 16 years ago
  100. e253c95 Add Thumb2 movcc instructions. by Evan Cheng · 16 years ago