1. 041e2eb IR support for extractvalue and insertvalue instructions. Also, begin by Dan Gohman · 16 years ago
  2. d208a80 Use static and anonymous namespaces consistently with other passes. by Dan Gohman · 16 years ago
  3. 0c87f2d Revert 51067 check-in for now. by Devang Patel · 16 years ago
  4. 8dbd9ad Remove useless check. Patch by Matthijs Kooijman. by Devang Patel · 16 years ago
  5. bdb6ca1 Disable JIT symbol table for now. by Evan Cheng · 16 years ago
  6. 9c0d50e Use of UINT_MAX requires climits, at least when compiling with gcc 4.3. by Duncan Sands · 16 years ago
  7. 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
  8. 4054ae0 ignore generated files and product directories by Gabor Greif · 16 years ago
  9. 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
  10. 38503d4 Remove tail duplication pass. by Evan Cheng · 16 years ago
  11. ff155f03 Move the operator new and operator delete out of line. This fixes an issue with by Nate Begeman · 16 years ago
  12. 386f3e9 Don't assume underlying APInt type is limited to 64 bits. by Dale Johannesen · 16 years ago
  13. a6c3112 Situations can arise when you have a function called that returns a 'void', but by Bill Wendling · 16 years ago
  14. 6a33cc1 Remove undefined behavior in hex string->APFloat by Dale Johannesen · 16 years ago
  15. 97e60d9 Use a better idiom to silence compiler warnings. by Evan Cheng · 16 years ago
  16. 4186ad5 rename SimplifyCFG.cpp -> SimplifyCFGPass.cpp by Chris Lattner · 16 years ago
  17. bb60674 Silence warnings. by Evan Cheng · 16 years ago
  18. 0342049 Add support to IR builder for new vicmp, vfcmp routines by Nate Begeman · 16 years ago
  19. 3521334 Really silence compiler warnings. by Evan Cheng · 16 years ago
  20. 31cd33a Don't generate unused variables in a no-assert build by Nate Begeman · 16 years ago
  21. b203114 Really silence compiler warnings. by Evan Cheng · 16 years ago
  22. 40e829f CommonLinkage (missed a file) by Dale Johannesen · 16 years ago
  23. c7071cc Generated files for CommonLinkage. by Dale Johannesen · 16 years ago
  24. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 16 years ago
  25. 5087124 Silence some compiler warnings. by Evan Cheng · 16 years ago
  26. ef3682a Simplify internalize pass. Add test case. Patch by Matthijs Kooijman! by Devang Patel · 16 years ago
  27. d64a78c When bit-twiddling CondCode values for integer comparisons produces by Dan Gohman · 16 years ago
  28. 8ffe2e2 Recover nestedloop regression reported by nightly tester. by Devang Patel · 16 years ago
  29. 969c9d3 Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman! by Tanya Lattner · 16 years ago
  30. 2010b3e Detabification. Fixed indentation and spacing. by Sanjiv Gupta · 16 years ago
  31. 6422e8a Do not generate by TableGen the hard-coded standard, target-independent part of by Roman Levenstein · 16 years ago
  32. 4663c94 Upgrading clang VC++ solution to VC++ express 2008. by Argyrios Kyrtzidis · 16 years ago
  33. 972378a Make this test pass on x86-32 linux. by Duncan Sands · 16 years ago
  34. ca8f325 Adding missing files to Transforms and VMCore VC++ projects. by Argyrios Kyrtzidis · 16 years ago
  35. 9097d14 Add documentation for tail call optimization to CodeGenerator.html. Add a link by Arnold Schwaighofer · 16 years ago
  36. e3f3428 Added configure switches for PIC16 in configure.ac. Regenerated configure. by Sanjiv Gupta · 16 years ago
  37. 9474ede Fix typo in ParameterAttribute fields usage. Add an include by Nicolas Geoffray · 16 years ago
  38. 2d4e7f7 Fixed the file description header at the top to remove the developer name. by Sanjiv Gupta · 16 years ago
  39. 816cdf6 Commit the header I accidentally left out of 51083. by Dan Gohman · 16 years ago
  40. 6bf8770 Doh. Alignment is in bytes, not in bits. by Evan Cheng · 16 years ago
  41. c9f5f3f Change target-specific classes to use more precise static types. by Dan Gohman · 16 years ago
  42. 1d5562f Move RemoveFromVector out of the global namespace. by Dan Gohman · 16 years ago
  43. 9c78a39 Whitespace cleanups. by Dan Gohman · 16 years ago
  44. 4d9dd6b Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. by Dan Gohman · 16 years ago
  45. 5d9bac6 Make getNumContainedManagers and getNumContainedPasses const. by Dan Gohman · 16 years ago
  46. 79fc202 Make PassInfo noncopyable. by Dan Gohman · 16 years ago
  47. 81a1d08 Do not run instruction combiner in middle of loop optimization passes. by Devang Patel · 16 years ago
  48. 45b3197 Split the loop unroll mechanism logic out into a utility function. by Dan Gohman · 16 years ago
  49. c4f406e Fix Analysis/BasicAA/pure-const-dce.ll. This turned out to be a correctness by Owen Anderson · 16 years ago
  50. 94fb68b Merge of r51073-51074 from use-diet branch. by Gabor Greif · 16 years ago
  51. e3fc385 Make this function public. by Eric Christopher · 16 years ago
  52. 2527e88 Dominance Frontier is cfg only pass. by Devang Patel · 16 years ago
  53. ff5a535 Fix memdep's handling of invokes when finding the dependency of another call by Owen Anderson · 16 years ago
  54. 9b43ac0 Update the Win32 project files, patch by Razvan Aciu! by Chris Lattner · 16 years ago
  55. 72997fe Fix for PR 2323, infinite loop in tail dup. by Dale Johannesen · 16 years ago
  56. 3b34e1e add a note by Chris Lattner · 16 years ago
  57. b656443 - Fix the pasto in the fix for a previous pasto. by Evan Cheng · 16 years ago
  58. 7171c83 add a note by Chris Lattner · 16 years ago
  59. c3dac5c s/indicies/indices/ and clarify the extractvalue and insertvalue are by Dan Gohman · 16 years ago
  60. 32097bd Fix one more encoding bug. by Nate Begeman · 16 years ago
  61. 0234f51 Added configure switches for PIC16 backend. by Sanjiv Gupta · 16 years ago
  62. 11b6793 - Don't treat anyext 16-bit load as a 32-bit load if it's volatile. by Evan Cheng · 16 years ago
  63. e269f43 Add thin layer over StringMap to form StringSet. By Mikhail Glushenkov. by Anton Korobeynikov · 16 years ago
  64. 16db1f7 Make the non-local CSE safety checks slightly more thorough. by Owen Anderson · 16 years ago
  65. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 16 years ago
  66. 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
  67. 6513c1b Add a testcase for non-local CSE of read-only calls. by Owen Anderson · 16 years ago
  68. 3b3f58c Add support for non-local CSE of read-only calls. by Owen Anderson · 16 years ago
  69. d6a2218 Derive GetResultInst from UnaryInstruction, this simplifies code and removes a FIXME. by Gabor Greif · 16 years ago
  70. 6ddba2b Change class' public PassInfo variables to by initialized with the by Dan Gohman · 16 years ago
  71. a72acf9 80 col / tabs fixes by Nate Begeman · 16 years ago
  72. c9bdb00 Fix and encoding error in the psrad xmm, imm8 instruction. by Nate Begeman · 16 years ago
  73. fa7fd33 On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8 anyext load to i16. by Evan Cheng · 16 years ago
  74. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  75. a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 16 years ago
  76. f3480b9 Fix a malformed %gt; by Dan Gohman · 16 years ago
  77. 0d1704b Teach Legalize how to scalarize VSETCC by Nate Begeman · 16 years ago
  78. 9bfa03c Xform bitconvert(build_pair(load a, load b)) to a single load if the load locations are at the right offset from each other. by Evan Cheng · 16 years ago
  79. 38eb9f9 New test for tail merging by Dale Johannesen · 16 years ago
  80. 30562b7 Be more aggressive about tail-merging small blocks by Dale Johannesen · 16 years ago
  81. ae94dda Constify isSourceDefinedByImplicitDef function. Otherwise, just formatting by Bill Wendling · 16 years ago
  82. 9f8fea3 Constify the machine instruction passed into the by Bill Wendling · 16 years ago
  83. c2616e4 Initial X86 codegen support for VSETCC. by Nate Begeman · 16 years ago
  84. 51b2b9e Further rework of tail merge algorithm. Not quite by Dale Johannesen · 16 years ago
  85. baa64eb Simplify some checks by Nate Begeman · 16 years ago
  86. 9499b71 Fix a copy+paste bug; pseudo-instructions shouldn't have encoding information. by Dan Gohman · 16 years ago
  87. 51d2ed1 Pointer comparisons should use icmp, not vicmp by Nate Begeman · 16 years ago
  88. a472c4a Go back to passing the analyses around as parameters. by Owen Anderson · 16 years ago
  89. c83ad0d Pointer comparisons should be handled by icmp, not vicmp :) by Nate Begeman · 16 years ago
  90. f86f211 Forgot this. by Evan Cheng · 16 years ago
  91. 18e4e85 Hard code CmpInst back to i1 for now while I go track down what in the bitcode reader/writer is assuming i1 by Nate Begeman · 16 years ago
  92. ad4196b Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can make use of it. by Evan Cheng · 16 years ago
  93. c1b7f52 Revert the previous commit. Go ahead and hoist rematerializable instructions. by Bill Wendling · 16 years ago
  94. b43e9c1 Add support for vicmp/vfcmp codegen, more legalize support coming. by Nate Begeman · 16 years ago
  95. e4fc1cc One real change - don't hoist something that's trivially rematerializable. It's by Bill Wendling · 16 years ago
  96. 6fd90ce Fix build breakage by Nate Begeman · 16 years ago
  97. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 16 years ago
  98. 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 16 years ago
  99. 9b38d7d Update comments. by Dan Gohman · 16 years ago
  100. 5c98d82 Filter option names to escape symbols not allowed as C++ identifiers. by Mikhail Glushenkov · 16 years ago