1. 50192c2 Teach BasicAA about noalias function parameters. Passes all of DejaGNU and test-suite. by Christopher Lamb · 17 years ago
  2. 66ca0bc Un-XFAIL these tests after r40622 fixed them. by Christopher Lamb · 17 years ago
  3. ee0142e Regenerate. by Reid Spencer · 17 years ago
  4. bf7f451 Allow the INREG parameter attribute to be added to functions. This permits the by Reid Spencer · 17 years ago
  5. 6e800fe The InReg parameter attribute is valid on function results. The llvm-gcc-4.0 by Reid Spencer · 17 years ago
  6. 4ebcc8c This isn't safe when there are uses of load's chain result. by Evan Cheng · 17 years ago
  7. 6240ab5 Fix PR1581, patch by Timo Savola by Chris Lattner · 17 years ago
  8. d8e616b Regenerate (again). by Reid Spencer · 17 years ago
  9. 6794e61 Don't include newlines in the whitespace before newline (WSNL) rule. by Reid Spencer · 17 years ago
  10. b8f8505 Regenerate. by Reid Spencer · 17 years ago
  11. 1d3d230 For PR1553: by Reid Spencer · 17 years ago
  12. 6f62af6 If loop can be unswitched again, then do it yourself. by Devang Patel · 17 years ago
  13. 42346f5 Add a comment: don't expect from external function resolver in interpreter by Anton Korobeynikov · 17 years ago
  14. 891eecb Avoid potential iterator invalidation problems. by Owen Anderson · 17 years ago
  15. df5cf20 Remove dead code. by Devang Patel · 17 years ago
  16. 910b66d - Allow custom lowering for CTPOP, CTTZ, CTLZ. by Scott Michel · 17 years ago
  17. 81a129c LCSSA preserves dom info. by Devang Patel · 17 years ago
  18. d9a6dcb Loop Rotation pass preserves dominator tree and frontier. by Devang Patel · 17 years ago
  19. 96b651c LICM preserves scalar evolution and dom frontier. by Devang Patel · 17 years ago
  20. 9372f15 Regenerate for __dso_handle, per Anton's request. by Reid Spencer · 17 years ago
  21. 3b30a6e Add detection of __dso_handle presence during configure. Use this information in the by Anton Korobeynikov · 17 years ago
  22. ed3fa85 Fix a typo/thinko. by Reid Spencer · 17 years ago
  23. be444ed Fix a bug in getCopyFromParts turned up in the testcase for PR1132. by Dan Gohman · 17 years ago
  24. 45c8388 Use more caching when computing non-local dependence. This makes bzip2 not by Owen Anderson · 17 years ago
  25. 4f9ba7c Fix a bug caused by indiscriminantly asking for the dominators of a predecessor. by Owen Anderson · 17 years ago
  26. 825811d Use tabs more consistently in assembler pseudo-ops. by Dan Gohman · 17 years ago
  27. 286d569 Print a space between the comment character and the basic block name, by Dan Gohman · 17 years ago
  28. 06dd2a6 Fix the comments for the 'fast' parameter in addPassesToEmitFile. by Dan Gohman · 17 years ago
  29. d47cab8 Remove a FIXME comment that wasn't removed when the code it accompanied by Dan Gohman · 17 years ago
  30. fb71d38 Fix the comment for getClosestTargetForJIT to reflect the fact that by Dan Gohman · 17 years ago
  31. f452207 More explicit keywords. by Dan Gohman · 17 years ago
  32. 209ee18 Fix pastos in comments for doFinalization functions. by Dan Gohman · 17 years ago
  33. a5e496f New test case. by Evan Cheng · 17 years ago
  34. 66ffe6b Vector fneg must be expanded into fsub -0.0, X. by Evan Cheng · 17 years ago
  35. db95305 Add tests for generating noalias parameter attribute from __restrict qualified function parameters. C++ tests are currently XFAILing see PR1582. by Christopher Lamb · 17 years ago
  36. 6551606 Be explicit about which level of optimization is being asked for. The -O option by Reid Spencer · 17 years ago
  37. 2dc6dc6 Change the x86 backend to use extract_subreg for truncation operations. Passes DejaGnu, SingleSource and MultiSource. by Christopher Lamb · 17 years ago
  38. f9b90ea Add register info needed to use subreg sets on X86. by Christopher Lamb · 17 years ago
  39. 8127f3a Make this explictly signed. Fixes PR1571. by Nick Lewycky · 17 years ago
  40. 19fe8f9 Add facility to dump pass manager structure by Devang Patel · 17 years ago
  41. b116fac Trampoline codegen support for X86-32. by Duncan Sands · 17 years ago
  42. 50f19f5 Forget to add 'nest' to the list of parameter attributes. by Duncan Sands · 17 years ago
  43. c61ce1a Fix edge cases in handling basic block split. by Devang Patel · 17 years ago
  44. 29381fb Use SmallPtrSet. by Devang Patel · 17 years ago
  45. 936baaa VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control. by Chuck Rose III · 17 years ago
  46. 7c2c2e7 Updates to the VStudio project files: by Chuck Rose III · 17 years ago
  47. e992a56 Allow SmallPtrSet to hold pointers to const data. by Owen Anderson · 17 years ago
  48. d300622 Re-apply 40504, but with a fix for the segfault it caused in oggenc: by Dan Gohman · 17 years ago
  49. 9d3e791 It seems logical that InReg should be incompatible by Duncan Sands · 17 years ago
  50. fdef00f As the number of parameter attributes increases, by Duncan Sands · 17 years ago
  51. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 17 years ago
  52. ada779f Move subreg lowering pass to be right after regalloc, per feedback. by Christopher Lamb · 17 years ago
  53. 3e22947 Reverting 40504 for now. It's breaking oggenc. by Evan Cheng · 17 years ago
  54. 70b36d9 Fix thinko. Update return status appropriately. by Devang Patel · 17 years ago
  55. a377a24 Fix a bug introduced in my last commit. by Owen Anderson · 17 years ago
  56. 4553791 Fix a couple more bugs in the phi construction by pulling in code that does by Owen Anderson · 17 years ago
  57. 42000ef Test case for PR1573. by Evan Cheng · 17 years ago
  58. fcc8793 Make sure epilogue esp adjustment is placed before any terminator and pop instructions. by Evan Cheng · 17 years ago
  59. 85dce6c Don't pollute the meaning of isUnpredicatedTerminator. by Evan Cheng · 17 years ago
  60. 77baf8e Fix test. by Evan Cheng · 17 years ago
  61. cf5543c Minor bug. by Evan Cheng · 17 years ago
  62. 559742c Fix the alias analysis query in DAGCombiner to not add in two by Dan Gohman · 17 years ago
  63. 37f3ee1 Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead by Dan Gohman · 17 years ago
  64. c2dfd06 Remove a bogus return statement, what appears to have been a pasto by Dan Gohman · 17 years ago
  65. 9adcdf2 DummyInst's member functions don't need to be virtual. by Dan Gohman · 17 years ago
  66. b6bbe39 In the .loc directive, print the fields as "debug" fields, so they by Dan Gohman · 17 years ago
  67. 1704c2f Fix a whitespace difference between CMPSSrr and CMPSDrr. by Dan Gohman · 17 years ago
  68. face9e5 Fix a pasto in a comment. by Dan Gohman · 17 years ago
  69. bab2474 Add a MachineFunction pass, which runs post register allocation, that turns subreg insert/extract instruction into register copies. This ensures correct code gen if the coalescer isn't able to remove all subreg instructions. by Christopher Lamb · 17 years ago
  70. e24f8f1 Teach DAG scheduling how to properly emit subreg insert/extract machine instructions. PR1350 by Christopher Lamb · 17 years ago
  71. 1367fd0 Have register info provide the inverse mapping of register->superregisters. PR1350 by Christopher Lamb · 17 years ago
  72. 08d5207 Add target independent MachineInstr's to represent subreg insert/extract in MBB's. PR1350 by Christopher Lamb · 17 years ago
  73. 518143d Same goes for constantpool, etc. by Evan Cheng · 17 years ago
  74. 557c363 Add selection DAG nodes for subreg insert/extract. PR1350 by Christopher Lamb · 17 years ago
  75. f000612 Fix 80 col violation. by Christopher Lamb · 17 years ago
  76. 6f95014 Remove subreg index from MachineInstr's and also keep vregs as unsigned when adding operands. by Christopher Lamb · 17 years ago
  77. 8245510 Teach TableGen about the new vector types. by Christopher Lamb · 17 years ago
  78. 844228a Fix infinite recursion for when extract_vector_elt is legal. Unfortunately no public targets use this code-path, so no test. by Christopher Lamb · 17 years ago
  79. 9e1e81c Fix comments for new types. by Christopher Lamb · 17 years ago
  80. 1fcc4b2 Add support for 3 element 32-bit vector ValueTypes. by Christopher Lamb · 17 years ago
  81. d328383 Remove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associated code from the by Dan Gohman · 17 years ago
  82. febc7e3 Fix what is _hopefully_ the last corner case for loops. by Owen Anderson · 17 years ago
  83. a49ed78 Mac OS X x86-64 lower 4G address is not available. by Evan Cheng · 17 years ago
  84. ad5e9ca Mac OS X should use 0x90 to fill in gaps to satisfy function alignment requirements. by Evan Cheng · 17 years ago
  85. 73a259a EmitAlignment() also emits optional fill value. by Evan Cheng · 17 years ago
  86. d88ea4d Functions with LinkOnce and weak linkage still need to be aligned. Doh. by Evan Cheng · 17 years ago
  87. 9f43574 My last commit was not correct for nested loops. Fix it, and add a testcase for it. by Owen Anderson · 17 years ago
  88. 0d16988 Fix an infinite loop on 300.twolf. by Owen Anderson · 17 years ago
  89. 02d6852 Forgot to include this file in my last commit. by Owen Anderson · 17 years ago
  90. 3dfcf33 Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr. by Owen Anderson · 17 years ago
  91. 2e3d6b4 Fix a bug that was causing GVN to crash on 252.eon. by Owen Anderson · 17 years ago
  92. 26e5a30 Fix example code. by Devang Patel · 17 years ago
  93. 0cd3203 Add basic support for performing whole-function RLE. by Owen Anderson · 17 years ago
  94. 7e9e10b Moving regression test to reflect move in source and headers to Bitcode. by Chandler Carruth · 17 years ago
  95. b8275a3 Don't ignore the return value of AsmPrinter::doInitialization and by Dan Gohman · 17 years ago
  96. 6899b31 Add BasicInliner interface. by Devang Patel · 17 years ago
  97. b4d2cac test commit by Chris Lattner · 17 years ago
  98. e2b9052 Fix debug info and globals filled with zeros. by Nick Lewycky · 17 years ago
  99. 59db3ec Minor cleanup: by Anton Korobeynikov · 17 years ago
  100. dc9b3d0 Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask. by Dan Gohman · 17 years ago