1. c9b0aa7 Add CommonLinkage. by Dale Johannesen · 16 years ago
  2. 6796629 Weak functions not declared non-throwing might be by Dale Johannesen · 16 years ago
  3. 0bf7b41 Add functions to enable adding a single attribute to a function and by Eric Christopher · 16 years ago
  4. ea7dd40 Record weak external linkage in a case where we were by Dale Johannesen · 16 years ago
  5. 7cbd8a3 API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 16 years ago
  6. 446efdd If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is a v1* vector. by Evan Cheng · 16 years ago
  7. 62df5c9 Fix test. by Evan Cheng · 16 years ago
  8. 1a2d667 Bill pointed out that system headers should be included after local headers. by Duncan Sands · 16 years ago
  9. 419cafb Silence the compiler warning differently. The by Duncan Sands · 16 years ago
  10. df04572 Re-enable tail duplication pass (now with default threshold down to 1 instruction). by Evan Cheng · 16 years ago
  11. 66ae104 Do not dup malloc, vector instructions, etc. Throttle the default theshold way down. by Evan Cheng · 16 years ago
  12. 62849be Remove ADCE's ability to delete loops. This ability is now implemented in a by Owen Anderson · 16 years ago
  13. 3dc73d3 Move this test from ADCE to loop deletion, where it is more appropriate. by Owen Anderson · 16 years ago
  14. ce12a2b Use loop deletion instead of ADCE in these tests. by Owen Anderson · 16 years ago
  15. 0db198d Clean ups for loop deletion based on Chris' feedback. by Owen Anderson · 16 years ago
  16. d870b9a Use loop deletion instead of ADCE for removing loops. by Owen Anderson · 16 years ago
  17. 90d2736 Fix this test. It was testing broken behavior in that it required ADCE to eliminate by Owen Anderson · 16 years ago
  18. b2ae9e3 implement PR2328. by Chris Lattner · 16 years ago
  19. e44b1bd Use common where we mean common, not weak. by Dale Johannesen · 16 years ago
  20. f88c81e Treat common as distinct from weak global on Darwin x86. by Dale Johannesen · 16 years ago
  21. eedff31 Revert the change from r51157 in by Dan Gohman · 16 years ago
  22. e2d896f Update comments based on Duncan's feedback. by Dan Gohman · 16 years ago
  23. f20d70d Fix a bug in LoopStrengthReduce that caused it to emit IR with by Dan Gohman · 16 years ago
  24. 7d75b3a Remove the S92 code, which really has nothing to do by Dale Johannesen · 16 years ago
  25. e31d874 Evan has implemented this on ppc, so run the test there. by Dale Johannesen · 16 years ago
  26. 0ef8de3 Fix typos and comments. by Evan Cheng · 16 years ago
  27. 6667646 Allow an extra bit for CommonLinkage. by Dale Johannesen · 16 years ago
  28. b434513 Actually scalarize the operand to BIT_CONVERT instead of asking someone to do by Nate Begeman · 16 years ago
  29. 20a3ca6 Reverting r51100...I need to use VC++ 2005. by Steve Naroff · 16 years ago
  30. 041e2eb IR support for extractvalue and insertvalue instructions. Also, begin by Dan Gohman · 16 years ago
  31. d208a80 Use static and anonymous namespaces consistently with other passes. by Dan Gohman · 16 years ago
  32. 0c87f2d Revert 51067 check-in for now. by Devang Patel · 16 years ago
  33. 8dbd9ad Remove useless check. Patch by Matthijs Kooijman. by Devang Patel · 16 years ago
  34. bdb6ca1 Disable JIT symbol table for now. by Evan Cheng · 16 years ago
  35. 9c0d50e Use of UINT_MAX requires climits, at least when compiling with gcc 4.3. by Duncan Sands · 16 years ago
  36. b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 16 years ago
  37. 4054ae0 ignore generated files and product directories by Gabor Greif · 16 years ago
  38. f0df031 Make use of vector load and store operations to implement memcpy, memmove, and memset. Currently only X86 target is taking advantage of these. by Evan Cheng · 16 years ago
  39. 38503d4 Remove tail duplication pass. by Evan Cheng · 16 years ago
  40. ff155f03 Move the operator new and operator delete out of line. This fixes an issue with by Nate Begeman · 16 years ago
  41. 386f3e9 Don't assume underlying APInt type is limited to 64 bits. by Dale Johannesen · 16 years ago
  42. a6c3112 Situations can arise when you have a function called that returns a 'void', but by Bill Wendling · 16 years ago
  43. 6a33cc1 Remove undefined behavior in hex string->APFloat by Dale Johannesen · 16 years ago
  44. 97e60d9 Use a better idiom to silence compiler warnings. by Evan Cheng · 16 years ago
  45. 4186ad5 rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp by Chris Lattner · 16 years ago
  46. bb60674 Silence warnings. by Evan Cheng · 16 years ago
  47. 0342049 Add support to IR builder for new vicmp, vfcmp routines by Nate Begeman · 16 years ago
  48. 3521334 Really silence compiler warnings. by Evan Cheng · 16 years ago
  49. 31cd33a Don't generate unused variables in a no-assert build by Nate Begeman · 16 years ago
  50. b203114 Really silence compiler warnings. by Evan Cheng · 16 years ago
  51. 40e829f CommonLinkage (missed a file) by Dale Johannesen · 16 years ago
  52. c7071cc Generated files for CommonLinkage. by Dale Johannesen · 16 years ago
  53. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 16 years ago
  54. 5087124 Silence some compiler warnings. by Evan Cheng · 16 years ago
  55. ef3682a Simplify internalize pass. Add test case. Patch by Matthijs Kooijman! by Devang Patel · 16 years ago
  56. d64a78c When bit-twiddling CondCode values for integer comparisons produces by Dan Gohman · 16 years ago
  57. 8ffe2e2 Recover nestedloop regression reported by nightly tester. by Devang Patel · 16 years ago
  58. 969c9d3 Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman! by Tanya Lattner · 16 years ago
  59. 2010b3e Detabification. Fixed indentation and spacing. by Sanjiv Gupta · 16 years ago
  60. 6422e8a Do not generate by TableGen the hard-coded standard, target-independent part of by Roman Levenstein · 16 years ago
  61. 4663c94 Upgrading clang VC++ solution to VC++ express 2008. by Argyrios Kyrtzidis · 16 years ago
  62. 972378a Make this test pass on x86-32 linux. by Duncan Sands · 16 years ago
  63. ca8f325 Adding missing files to Transforms and VMCore VC++ projects. by Argyrios Kyrtzidis · 16 years ago
  64. 9097d14 Add documentation for tail call optimization to CodeGenerator.html. Add a link by Arnold Schwaighofer · 16 years ago
  65. e3f3428 Added configure switches for PIC16 in configure.ac. Regenerated configure. by Sanjiv Gupta · 16 years ago
  66. 9474ede Fix typo in ParameterAttribute fields usage. Add an include by Nicolas Geoffray · 16 years ago
  67. 2d4e7f7 Fixed the file description header at the top to remove the developer name. by Sanjiv Gupta · 16 years ago
  68. 816cdf6 Commit the header I accidentally left out of 51083. by Dan Gohman · 16 years ago
  69. 6bf8770 Doh. Alignment is in bytes, not in bits. by Evan Cheng · 16 years ago
  70. c9f5f3f Change target-specific classes to use more precise static types. by Dan Gohman · 16 years ago
  71. 1d5562f Move RemoveFromVector out of the global namespace. by Dan Gohman · 16 years ago
  72. 9c78a39 Whitespace cleanups. by Dan Gohman · 16 years ago
  73. 4d9dd6b Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. by Dan Gohman · 16 years ago
  74. 5d9bac6 Make getNumContainedManagers and getNumContainedPasses const. by Dan Gohman · 16 years ago
  75. 79fc202 Make PassInfo noncopyable. by Dan Gohman · 16 years ago
  76. 81a1d08 Do not run instruction combiner in middle of loop optimization passes. by Devang Patel · 16 years ago
  77. 45b3197 Split the loop unroll mechanism logic out into a utility function. by Dan Gohman · 16 years ago
  78. c4f406e Fix Analysis/BasicAA/pure-const-dce.ll. This turned out to be a correctness by Owen Anderson · 16 years ago
  79. 94fb68b Merge of r51073-51074 from use-diet branch. by Gabor Greif · 16 years ago
  80. e3fc385 Make this function public. by Eric Christopher · 16 years ago
  81. 2527e88 Dominance Frontier is cfg only pass. by Devang Patel · 16 years ago
  82. ff5a535 Fix memdep's handling of invokes when finding the dependency of another call by Owen Anderson · 16 years ago
  83. 9b43ac0 Update the Win32 project files, patch by Razvan Aciu! by Chris Lattner · 16 years ago
  84. 72997fe Fix for PR 2323, infinite loop in tail dup. by Dale Johannesen · 16 years ago
  85. 3b34e1e add a note by Chris Lattner · 16 years ago
  86. b656443 - Fix the pasto in the fix for a previous pasto. by Evan Cheng · 16 years ago
  87. 7171c83 add a note by Chris Lattner · 16 years ago
  88. c3dac5c s/indicies/indices/ and clarify the extractvalue and insertvalue are by Dan Gohman · 16 years ago
  89. 32097bd Fix one more encoding bug. by Nate Begeman · 16 years ago
  90. 0234f51 Added configure switches for PIC16 backend. by Sanjiv Gupta · 16 years ago
  91. 11b6793 - Don't treat anyext 16-bit load as a 32-bit load if it's volatile. by Evan Cheng · 16 years ago
  92. e269f43 Add thin layer over StringMap to form StringSet. By Mikhail Glushenkov. by Anton Korobeynikov · 16 years ago
  93. 16db1f7 Make the non-local CSE safety checks slightly more thorough. by Owen Anderson · 16 years ago
  94. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 16 years ago
  95. 77f0b7a Instead of a vector load, shuffle and then extract an element. Load the element from address with an offset. by Evan Cheng · 16 years ago
  96. 6513c1b Add a testcase for non-local CSE of read-only calls. by Owen Anderson · 16 years ago
  97. 3b3f58c Add support for non-local CSE of read-only calls. by Owen Anderson · 16 years ago
  98. d6a2218 Derive GetResultInst from UnaryInstruction, this simplifies code and removes a FIXME. by Gabor Greif · 16 years ago
  99. 6ddba2b Change class' public PassInfo variables to by initialized with the by Dan Gohman · 16 years ago
  100. a72acf9 80 col / tabs fixes by Nate Begeman · 16 years ago