1. 9de57a9 CellSPU: - Update DWARF debugging support. by Scott Michel · 17 years ago
  2. 19c10e6 Untabify code. by Scott Michel · 17 years ago
  3. c9c8b2a CellSPU: by Scott Michel · 17 years ago
  4. d1e8d9c CellSPU: by Scott Michel · 17 years ago
  5. fc54c55 Generalize the HazardRecognizer interface so that it can be used by Dan Gohman · 17 years ago
  6. 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
  7. 94bd57e - Convert remaining i64 custom lowering into custom instruction emission by Scott Michel · 17 years ago
  8. 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 17 years ago
  9. f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 17 years ago
  10. aedc637 CellSPU: by Scott Michel · 17 years ago
  11. 30ee7df CellSPU: by Scott Michel · 17 years ago
  12. 1a6cdb6 CellSPU: by Scott Michel · 17 years ago
  13. 18fae69 CellSPU: by Scott Michel · 17 years ago
  14. 50843c0 CellSPU: Relax constraints on when to generate a X-form address, evidently by Scott Michel · 17 years ago
  15. 7a1c9e9 CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it by Scott Michel · 17 years ago
  16. 9c0c6b2 CellSPU: by Scott Michel · 17 years ago
  17. 8be6bbe Eliminate the ISel priority queue, which used the topological order for a by Dan Gohman · 17 years ago
  18. 8ad4c00 by David Greene · 17 years ago
  19. f522068 Trim #includes. by Dan Gohman · 17 years ago
  20. 7810bfe Rename ConstantSDNode's getSignExtended to getSExtValue, for by Dan Gohman · 17 years ago
  21. f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 17 years ago
  22. 6448d91 Clean up uses of TargetLowering::getTargetMachine. by Dan Gohman · 17 years ago
  23. ba36cb5 erect abstraction boundaries for accessing SDValue members, rename Val -> Node to reflect semantics by Gabor Greif · 17 years ago
  24. f350b27 Move the point at which FastISel taps into the SelectionDAGISel by Dan Gohman · 17 years ago
  25. ad3460c Simplify SelectRoot's interface, and factor out some common code by Dan Gohman · 17 years ago
  26. 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
  27. e8be6c6 Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk by Dan Gohman · 17 years ago
  28. 1002c02 Add explicit keywords. by Dan Gohman · 17 years ago
  29. db8d56b Split scheduling from instruction selection. by Evan Cheng · 17 years ago
  30. 8e4eb09 Remove comparison methods for MVT. The main cause by Duncan Sands · 17 years ago
  31. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 17 years ago
  32. eecfa36 Remove more iostream header includes. Needed to implement a "FlushStream" by Bill Wendling · 17 years ago
  33. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  34. 203b2d6 Bug fixes and updates for CellSPU, syncing up with trunk. Most notable by Scott Michel · 17 years ago
  35. 79698f6 Add more patterns to match in the integer comparison test harnesses. by Scott Michel · 17 years ago
  36. 78c47fa Integer comparison tests for CellSPU. by Scott Michel · 17 years ago
  37. a59d469 Merge current work back to tree to minimize diffs and drift. Major highlights by Scott Michel · 17 years ago
  38. 4e3f5a4 Dwarf requires variable entries to be in the source order. Right now, since we are recording variable information at isel time this means parameters would appear in the reverse order. The short term fix is to issue recordVariable() at asm printing time instead. by Evan Cheng · 18 years ago
  39. a844bde SDIsel processes llvm.dbg.declare by recording the variable debug information descriptor and its corresponding stack frame index in MachineModuleInfo. This only works if the local variable is "homed" in the stack frame. It does not work for byval parameter, etc. by Evan Cheng · 18 years ago
  40. 7f9ba9b More cleanups for CellSPU: by Scott Michel · 18 years ago
  41. 053c1da Overhaul Cell SPU's addressing mode internals so that there are now by Scott Michel · 18 years ago
  42. 58c5818 Forward progress: crtbegin.c now compiles successfully! by Scott Michel · 18 years ago
  43. 497e888 More CellSPU refinements: by Scott Michel · 18 years ago
  44. 9de5d0d More CellSPU refinement and progress: by Scott Michel · 18 years ago
  45. 84bc542 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  46. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  47. d3ada75 fix strict-aliasing violation by Chris Lattner · 18 years ago
  48. 86c041f More working CellSPU tests: by Scott Michel · 18 years ago
  49. 9999e68 Add new immed16.ll test case, fix CellSPU errata to make test case work. by Scott Michel · 18 years ago
  50. 504c369 - Restore some i8 functionality in CellSPU - New test case: nand.ll by Scott Michel · 18 years ago
  51. ec2a08f Start committing working test cases for CellSPU. by Scott Michel · 18 years ago
  52. 2466c37 Updated source file headers to llvm coding standard. by Scott Michel · 18 years ago
  53. 266bc8f More of the Cell SPU code drop from "Team Aerospace". by Scott Michel · 18 years ago