1. 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
  2. 30baa95 silence warning when asserts disabled. by Chris Lattner · 17 years ago
  3. 8be6bbe Eliminate the ISel priority queue, which used the topological order for a by Dan Gohman · 17 years ago
  4. 8ad4c00 by David Greene · 17 years ago
  5. f522068 Trim #includes. by Dan Gohman · 17 years ago
  6. da8ac5f Avoid creating two TargetLowering objects for each target. by Dan Gohman · 17 years ago
  7. 056292f Reverting r56249. On further investigation, this functionality isn't needed. by Bill Wendling · 17 years ago
  8. 9468a9b - Change "ExternalSymbolSDNode" to "SymbolSDNode". by Bill Wendling · 17 years ago
  9. f5aeb1a Rename ConstantSDNode::getValue to getZExtValue, for consistency by Dan Gohman · 17 years ago
  10. ba36cb5 erect abstraction boundaries for accessing SDValue members, rename Val -> Node to reflect semantics by Gabor Greif · 17 years ago
  11. f350b27 Move the point at which FastISel taps into the SelectionDAGISel by Dan Gohman · 17 years ago
  12. ad3460c Simplify SelectRoot's interface, and factor out some common code by Dan Gohman · 17 years ago
  13. 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
  14. e8be6c6 Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk by Dan Gohman · 17 years ago
  15. 7b76da1 Fixe typos and 80 column size problems by Bruno Cardoso Lopes · 17 years ago
  16. 1002c02 Add explicit keywords. by Dan Gohman · 17 years ago
  17. 225ca9c Several changes to Mips backend, experimental fp support being the most by Bruno Cardoso Lopes · 17 years ago
  18. db8d56b Split scheduling from instruction selection. by Evan Cheng · 17 years ago
  19. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 17 years ago
  20. 0af5e09 Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodes by Bruno Cardoso Lopes · 17 years ago
  21. 07cec75 Added custom SELECT_CC lowering by Bruno Cardoso Lopes · 17 years ago
  22. 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
  23. 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
  24. 84bc542 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  25. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  26. 753a987 Added JumpTable support by Bruno Cardoso Lopes · 18 years ago
  27. c7db561 Added support for PIC code with "explicit relocations" *only*. by Bruno Cardoso Lopes · 18 years ago
  28. b42abeb Added "LoadEffective" pattern to handle stack locations. Fixed some comments by Bruno Cardoso Lopes · 18 years ago
  29. 7ff6fa2 Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddress by Bruno Cardoso Lopes · 18 years ago
  30. a4e8200 Added support for Mips specific GAS directives by Bruno Cardoso Lopes · 18 years ago
  31. 972f589 Initial Mips support, here we go! =) by Bruno Cardoso Lopes · 18 years ago