1. 10603e0 Teach argpromote to ruthlessly hack small byval structs when it can by Chris Lattner · 17 years ago
  2. 8bc16f0 Two occurrences on one line count as one... by Duncan Sands · 17 years ago
  3. eb82470 If there are attributes on the varargs part of a call, don't discard them. by Duncan Sands · 17 years ago
  4. 497e888 More CellSPU refinements: by Scott Michel · 17 years ago
  5. ef68e75 Disable for now. by Dale Johannesen · 17 years ago
  6. c93adca When inlining a functino with a byval argument, make an explicit by Chris Lattner · 17 years ago
  7. 9de5d0d More CellSPU refinement and progress: by Scott Michel · 17 years ago
  8. 007f984 Output sinl for a long double FSIN node, not sin. by Duncan Sands · 17 years ago
  9. 9c9cec4 Codegen improvement has reduced one spill. by Evan Cheng · 17 years ago
  10. 314286f new testcase for PR1845 by Chris Lattner · 17 years ago
  11. 1910756 Special copy SUnit's do not have SDNode's. by Evan Cheng · 17 years ago
  12. 92b7c1d Fix sse2.psrl.w and sse2.psrl.q definitions. by Evan Cheng · 17 years ago
  13. 07649d9 Make load->store deletion a bit smarter. This allows us to compile this: by Chris Lattner · 17 years ago
  14. 2815cbb Crashes llc when using Chris's new legalization logic. by Duncan Sands · 17 years ago
  15. f9d9e45 Implement PR1795, an instcombine hack for forming GEPs with integer pointer arithmetic. by Chris Lattner · 17 years ago
  16. a4040e9 remove darwin/i386 t-t by Chris Lattner · 17 years ago
  17. fe39edd Finally implement correct ordered comparisons for PPC, even though by Chris Lattner · 17 years ago
  18. 83d760b Testcase for PR1721 by Chris Lattner · 17 years ago
  19. 337c213 Update test to catch recent x86 insert regression and improvements by Nate Begeman · 17 years ago
  20. 572742e Setting GlobalDirective in TargetAsmInfo by default rather than by Gordon Henriksen · 17 years ago
  21. 8fa8929 With this patch, the LowerGC transformation becomes the by Gordon Henriksen · 17 years ago
  22. ad9a9e1 The transform that tries to turn calls to bitcast functions into by Duncan Sands · 17 years ago
  23. a9d0c9d When transforming a call to a bitcast function into by Duncan Sands · 17 years ago
  24. e81cd88 Accept both %y, %x and %x, %y as valid answers. by Nick Lewycky · 17 years ago
  25. 5a62d0a remove a couple more unsafe xforms in the face of overflow. by Chris Lattner · 17 years ago
  26. ad04cb2 Testcase with non-integer "bitfields" (in quotes, by Duncan Sands · 17 years ago
  27. e2940c3 Testcase for PR1386. by Duncan Sands · 17 years ago
  28. 9027b3c Fix PR1896 by Chris Lattner · 17 years ago
  29. 7cc5fac Test for handling of large bit offset from a variable field offset. by Duncan Sands · 17 years ago
  30. 3d73bce don't hoist FP additions into unconditional adds + selects. This by Chris Lattner · 17 years ago
  31. 227ff79 An example for which the TYPE_SIZE was being set from by Duncan Sands · 17 years ago
  32. c51dacc Test handling of records for which the fields are not ordered by offset. by Duncan Sands · 17 years ago
  33. e9d666e fix this to use a valid triple. by Chris Lattner · 17 years ago
  34. e2620ad verify that aligned common support doesn't break. by Chris Lattner · 17 years ago
  35. 4c07450 Update this testcase. The output needs to be disabled to pass. by Bill Wendling · 17 years ago
  36. b027fa0 Fix PR1833 - eh.exception and eh.selector return two by Duncan Sands · 17 years ago
  37. 78d3466 Another backwards compatibility fix. by Gordon Henriksen · 17 years ago
  38. 271000d Strengthening this test so it fails in release mode. by Gordon Henriksen · 17 years ago
  39. cc0928f Bindings for instruction calling conventions. by Gordon Henriksen · 17 years ago
  40. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  41. 03c079d One readme entry is done, one is really easy (Evan, want to investigate by Chris Lattner · 17 years ago
  42. 18f07f4 upgrade this test by Chris Lattner · 17 years ago
  43. 63079f0 Fold comparisons against a constant nan, and optimize ORD/UNORD by Chris Lattner · 17 years ago
  44. 69bfbdf this xform is implemented. by Chris Lattner · 17 years ago
  45. d60eedc Codegen: by Chris Lattner · 17 years ago
  46. 112dedc avoid going through a stack slot to convert from fpstack to xmm reg by Chris Lattner · 17 years ago
  47. 741c0ae dead calls to llvm.stacksave can be deleted, even though they by Chris Lattner · 17 years ago
  48. 26d5f66 upgrade this test by Chris Lattner · 17 years ago
  49. c49c08f by Devang Patel · 17 years ago
  50. 2910f68 Add a testcase for my recent InstCombine fix, written by Nicholas. by Owen Anderson · 17 years ago
  51. a353ffa Adding bindings for target triple and data layout. by Gordon Henriksen · 17 years ago
  52. 8d2a922 one fewer uncond branch with my codegenprepare hack for single-mbb backedges. by Chris Lattner · 17 years ago
  53. e86ce7d Tests for changes made in r45356, where IPO optimizations would drop by Gordon Henriksen · 17 years ago
  54. 0e13821 GC poses hazards to the inliner. Consider: by Gordon Henriksen · 17 years ago
  55. e1433f2 Noting and enforcing that GC intrinsics are valid only within a by Gordon Henriksen · 17 years ago
  56. 27acd3a Adjusting verification of "llvm.gc*" intrinsic prototypes to match LangRef. by Gordon Henriksen · 17 years ago
  57. 2e855e6 C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). by Gordon Henriksen · 17 years ago
  58. 7a653cb Fix a partial application typo. by Gordon Henriksen · 17 years ago
  59. 8999dd3 implement InstCombine/shift-trunc-shift.ll. This allows by Chris Lattner · 17 years ago
  60. 01666bf If succ has succ itself as one of the predecessors then do by Devang Patel · 17 years ago
  61. d9d7039 Get the verifier to check attributes on calls as well by Duncan Sands · 17 years ago
  62. 110c835 Make DAE not wipe out attributes on calls, and not drop by Duncan Sands · 17 years ago
  63. 103e1a3 Implement review feedback, including additional transforms by Christopher Lamb · 17 years ago
  64. e3c1cfb Remove xfail. This is fixed. by Evan Cheng · 17 years ago
  65. 86c041f More working CellSPU tests: by Scott Michel · 17 years ago
  66. 1475142 Use a module to group calling convention values, too. by Gordon Henriksen · 17 years ago
  67. 404a194 Using modules to group enumerations in Ocaml bindings. by Gordon Henriksen · 17 years ago
  68. da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 17 years ago
  69. 0e5665b CellSPU testcase, extract_elt.ll: extract vector element. by Scott Michel · 17 years ago
  70. f0c3354 When inlining through an 'nounwind' call, mark inlined by Duncan Sands · 17 years ago
  71. 0a92af4 More working CellSPU test cases: by Scott Michel · 17 years ago
  72. 170783a Two more test cases: or_ops.ll (arithmetic or operations) and vecinsert.ll by Scott Michel · 17 years ago
  73. 9999e68 Add new immed16.ll test case, fix CellSPU errata to make test case work. by Scott Michel · 17 years ago
  74. fd8b1fd Remove an orthogonal transformation of the selection condition from my most recent submission. by Christopher Lamb · 17 years ago
  75. 636e5a2 Fix PR1872: SrcValue and SrcValueOffset should not be used to compute load / store node id. by Evan Cheng · 17 years ago
  76. f311f53 Fix typos. by Christopher Lamb · 17 years ago
  77. 30f017a Fold certain additions through selects (and their compares) so as to eliminate subtractions. This code is often produced by the SMAX expansion in SCEV. by Christopher Lamb · 17 years ago
  78. beec823 FIX for PR1799: When a load is unfolded from an instruction, check if it is a new node. If not, do not create a new SUnit. by Evan Cheng · 17 years ago
  79. ef989a2 Don't forget to print address space qualifiers when printing out the type table! Thanks to Gordon Henriksen for pointing this out. by Christopher Lamb · 17 years ago
  80. 9bc55bc Testcase for preceding FE fix by Dale Johannesen · 17 years ago
  81. 4a5b66b i32 immediate constant test case for CellSPU by Scott Michel · 17 years ago
  82. f9b83fc Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure by Evan Cheng · 17 years ago
  83. 504c369 - Restore some i8 functionality in CellSPU - New test case: nand.ll by Scott Michel · 17 years ago
  84. fd7b326 Make invokes of inline asm legal. Teach codegen by Duncan Sands · 17 years ago
  85. 0a1f248 Disabling a RUN line that's broken until addrspace roundtrips by Gordon Henriksen · 17 years ago
  86. 57cebee C and Ocaml bindings for address spaces, for that burgeoning market by Gordon Henriksen · 17 years ago
  87. ece2c04 Make instcombine promote inline asm calls to 'nounwind' by Duncan Sands · 17 years ago
  88. 7a831ce Make better use of instructions that clear high bits; fix various 2-wide shuffle bugs. by Evan Cheng · 17 years ago
  89. ec2a08f Start committing working test cases for CellSPU. by Scott Michel · 17 years ago
  90. 8a43e9e Teach the interpreter to read and write memory in the by Duncan Sands · 17 years ago
  91. 064a57a Don't redirect stderr when it isn't needed. by Dan Gohman · 17 years ago
  92. 152804e Fix ctlz and cttz. llvm definition requires them to return number of bits in of the src type when value is zero. by Evan Cheng · 17 years ago
  93. d04764a All MMX shift instructions took a <2 x i32> vector as the shift amount parameter. Change this to be <1 x i64> instead, which matches the assembler instruction. by Anders Carlsson · 17 years ago
  94. 18efe26 Implement ctlz and cttz with bsr and bsf. by Evan Cheng · 17 years ago
  95. f9785f9 Be extra careful with extension use optimation. Now turned on by default. by Evan Cheng · 17 years ago
  96. f488a8d Remove this testcase as it will always fail on platform like Darwin. by Zhou Sheng · 17 years ago
  97. 1314b00 Fold some and + shift in x86 addressing mode. by Evan Cheng · 17 years ago
  98. 6e141fd Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materializable and they should not be spilled. by Evan Cheng · 17 years ago
  99. 8908132 Allow vector integer constants to be created with by Dan Gohman · 17 years ago
  100. ed22325 1. "Upgrage" comments. by Wojciech Matyjewicz · 17 years ago