1. bd24f3f add Align field, and use when generating function alignment by Dale Johannesen · 18 years ago
  2. 24fb52d add isThumb (unused as yet) by Dale Johannesen · 18 years ago
  3. 3bb6283 Fix generic getInlineAsmLength by Dale Johannesen · 18 years ago
  4. 19f5469 make EmitAlignment work the way Chris says it should by Dale Johannesen · 18 years ago
  5. d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
  6. aea2012 implement reading of abbrevs by Chris Lattner · 18 years ago
  7. 2a5e354 minor cleanups by Chris Lattner · 18 years ago
  8. 6d4135a finish implementation of basic abbrev writing. by Chris Lattner · 18 years ago
  9. 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
  10. a18b965 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  11. 2e40d03 Cygwin doesn't have the RSS_LIMIT for get/setrlimit. by Reid Spencer · 18 years ago
  12. 0a2cdb6 Add TLS tests. by Lauro Ramos Venancio · 18 years ago
  13. ede1d78 X86 TLS: optimize the implementation of "local exec" model. by Lauro Ramos Venancio · 18 years ago
  14. 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
  15. 8f122b1 promote this to being a public header. by Chris Lattner · 18 years ago
  16. 95c218a PR400 phase 2. Propagate attributed load/store information through DAGs. by Christopher Lamb · 18 years ago
  17. 7d2cc2b X86 TLS: fix and optimize the implementation of "initial exec" model. by Lauro Ramos Venancio · 18 years ago
  18. 032507d PR400 phase 1 implementation feedback. by Christopher Lamb · 18 years ago
  19. dc4cb35 Have compiler enforce this. by Jeff Cohen · 18 years ago
  20. a7f0d3c Support alignment queries for degenerate (length 1) vectors. by Christopher Lamb · 18 years ago
  21. 007ce3b simplify this test until it can be dealt with by Andrew Lenharth · 18 years ago
  22. 5c10424 Regenerated by Christopher Lamb · 18 years ago
  23. 43c7f37 PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM. by Christopher Lamb · 18 years ago
  24. cb403d6 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 18 years ago
  25. b5594e3 Add new option to usage help. by Jeff Cohen · 18 years ago
  26. b90909e For PR1136: by Reid Spencer · 18 years ago
  27. 7aaa4a5 Terminate with newline. by Reid Spencer · 18 years ago
  28. 4244334 Undo premature commit. by Reid Spencer · 18 years ago
  29. 0146c2e Terminate file with newline. by Reid Spencer · 18 years ago
  30. 728e0e3 Implement review feedback. by Jeff Cohen · 18 years ago
  31. a0c96a0 Teach Visual Studio about Bitcode. by Jeff Cohen · 18 years ago
  32. cb75731 Undo erroneous corrections. by Jeff Cohen · 18 years ago
  33. 3dc662c Fix the comparison of language names to accept any characters by using by Reid Spencer · 18 years ago
  34. 8dadf6b Fix generation of certain scheduler itineraries. by Christopher Lamb · 18 years ago
  35. b9707d5 add llvm ir bitcode definition file by Chris Lattner · 18 years ago
  36. 197ccea don't break reading from stdin by Chris Lattner · 18 years ago
  37. 395439b link in bitwriter library by Chris Lattner · 18 years ago
  38. b3ca362 teach llvm-dis to read bitcode files by Chris Lattner · 18 years ago
  39. 27bb3af add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file by Chris Lattner · 18 years ago
  40. 6742b4d build the bitcode dir by Chris Lattner · 18 years ago
  41. fd57cec Initial support for writing bitcode files. This currently only writes types, by Chris Lattner · 18 years ago
  42. caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 18 years ago
  43. b35ca9d Define the content-independent interfaces to read/write bitcode files and by Chris Lattner · 18 years ago
  44. 749456d Make running these tests conditional on llvm-gcc supporting the language by Reid Spencer · 18 years ago
  45. 4f859aa For PR1146: by Reid Spencer · 18 years ago
  46. 3b87d6a Add the --host-target option. by Reid Spencer · 18 years ago
  47. 6f1cc77 Minor corrections. by Jeff Cohen · 18 years ago
  48. 0ae4a33 Implement PIC for arm-linux. by Lauro Ramos Venancio · 18 years ago
  49. 88894b6 Add a .cvsignore file. by Reid Spencer · 18 years ago
  50. 12d81f3 Replace llvm_gcc_supports_ada and llvm_gcc_supports_objc with just a single by Reid Spencer · 18 years ago
  51. 51162ba Pass the LLVMGCC_LANGS variable through to Tcl. by Reid Spencer · 18 years ago
  52. 0d23818 Regenerate for detection of llvm-gcc supported languages by Reid Spencer · 18 years ago
  53. 1addff9 Add support for determining which languages the llvm-gcc front end supports. by Reid Spencer · 18 years ago
  54. 2c5c111 X86 TLS: Implement review feedback. by Lauro Ramos Venancio · 18 years ago
  55. 7022d1f llvm-dg.exp is dead, remove it. by Reid Spencer · 18 years ago
  56. a9f7bc8 Failure.sh is dead, remove it. by Reid Spencer · 18 years ago
  57. 16154ef Use the llvm_supports_target function to prevent running of tests for by Reid Spencer · 18 years ago
  58. 40a4c61 Add the llvm_supports_target function. by Reid Spencer · 18 years ago
  59. e5190d2 Add the TARGETS_TO_BUILD variable. by Reid Spencer · 18 years ago
  60. 4e9471d Test if the compiler supports Ada, and enable Ada tests if so. While I was by Duncan Sands · 18 years ago
  61. 6cdf4a9 Always print the same "PR" information in the same location (just after by Reid Spencer · 18 years ago
  62. 1e55bf2 Put failure information on a separate line. Hopefully this unbreaks the by Reid Spencer · 18 years ago
  63. c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 18 years ago
  64. b3b0727 We only need one putchar which gives it a shot at getting matched by its users. by Reid Spencer · 18 years ago
  65. 8f192e0 Make enum-valued bitfield large enough to avoid interpretation as negative values in VC++. by Jeff Cohen · 18 years ago
  66. 8c28c46 Fix breakage of bytecode reader when built with VC++. by Jeff Cohen · 18 years ago
  67. 68c773c The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not do what by Jeff Cohen · 18 years ago
  68. 2330e4d by Christopher Lamb · 18 years ago
  69. 1b7f584 Make PredicateSimplifier not use DominatorTree. by Owen Anderson · 18 years ago
  70. cdacc49 Fix a comment. by Owen Anderson · 18 years ago
  71. 95b745a Fix some null checks to actually test the part that needs checking. by Owen Anderson · 18 years ago
  72. e1d8955 make this portable to 64-bit hosts by Chris Lattner · 18 years ago
  73. 4fc4fab Bug fix; add super-registers sets. by Evan Cheng · 18 years ago
  74. 50aadb9 Add super-register set. by Evan Cheng · 18 years ago
  75. 3831c55 Reset vertex. by Devang Patel · 18 years ago
  76. 4fc82a6 New test case. by Devang Patel · 18 years ago
  77. d1458f1 Fix a bug that prevented the JIT from working correctly after llvm_shutdown. by Chris Lattner · 18 years ago
  78. cd07075 Fix regressions introduced by my previous patch: opt calls verifier in a by Chris Lattner · 18 years ago
  79. 0d3b678 Allow the lowering of ISD::GLOBAL_OFFSET_TABLE. by Lauro Ramos Venancio · 18 years ago
  80. 108ec4b avoid mutating a global in an accessor by Chris Lattner · 18 years ago
  81. f7e968a fit in 80 cols by Chris Lattner · 18 years ago
  82. 09b362c Comment out usage of write() for now. by Jeff Cohen · 18 years ago
  83. 2c639ad rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::state by Chris Lattner · 18 years ago
  84. a5f5a9c Fix a problem where primitive types lose their name after llvm_shutdown is called. by Chris Lattner · 18 years ago
  85. 19b6dcd catch a case that was biting jeffc by Chris Lattner · 18 years ago
  86. b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 18 years ago
  87. e3e31c2 Add sub-registers set accessor. by Evan Cheng · 18 years ago
  88. 9fe9907 Enable Objective-C tests. by Devang Patel · 18 years ago
  89. ba647be Specify S registers as D registers' sub-registers. by Evan Cheng · 18 years ago
  90. 6120433 Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH]. by Evan Cheng · 18 years ago
  91. 3cafbf7 Add sub-registers sets. by Evan Cheng · 18 years ago
  92. a92d62c Add sub-register sets. by Evan Cheng · 18 years ago
  93. 34c8269 test by Chris Lattner · 18 years ago
  94. 1ec38cb test commit by Chris Lattner · 18 years ago
  95. 19783d6 test commit by Chris Lattner · 18 years ago
  96. 93305bc add a crazy idea by Chris Lattner · 18 years ago
  97. 58d7fbf Avoid recursion. by Devang Patel · 18 years ago
  98. df07335 Move more passes to using ETForest instead of DominatorTree. by Owen Anderson · 18 years ago
  99. 13e3a29 Add null checks and const-ify these accessors. by Owen Anderson · 18 years ago
  100. ac79c9e Test check in by Christopher Lamb · 18 years ago