1. 670712c Whitespace. by Chad Rosier · 12 years ago
  2. d9190c0 Remove some unnecessary includes of PseudoSourceValue.h. by Jay Foad · 13 years ago
  3. e837dea - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and by Evan Cheng · 13 years ago
  4. e863903 it's more elegant to put the "getConstantPool" and by Chris Lattner · 14 years ago
  5. 59db549 convert targets to the new MF.getMachineMemOperand interface. by Chris Lattner · 14 years ago
  6. beac75d implement rdar://6653118 - fastisel should fold loads where possible. by Chris Lattner · 14 years ago
  7. 599b531 Change LEA to have 5 operands for its memory operand, just by Chris Lattner · 14 years ago
  8. 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 14 years ago
  9. ff89dcb -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed by Evan Cheng · 15 years ago
  10. 491f54f Distinquish stack slots from other stack objects. They (and fixed objects) get FixedStack PseudoSourceValues. by Evan Cheng · 15 years ago
  11. 6553155 Revert 84315 for now. Re-thinking the patch. by Evan Cheng · 15 years ago
  12. bf12558 Rename getFixedStack to getStackObject. The stack objects represented are not by Evan Cheng · 15 years ago
  13. c76909a Improve MachineMemOperand handling. by Dan Gohman · 15 years ago
  14. b29ff97 Fix the offset values for these memoperands. For frame objects, the by Dan Gohman · 15 years ago
  15. dffb6e5 fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement by Chris Lattner · 15 years ago
  16. f366bec Do not put bunch of target-specific stuff into common namespace by Anton Korobeynikov · 15 years ago
  17. 35c28ec Fix some fast-isel problems selecting global variable addressing in pic mode. by Chris Lattner · 15 years ago
  18. 89da699 Fix PR4466 by making fastisel set operand flags correctly. by Chris Lattner · 15 years ago
  19. 587daed Change MachineInstrBuilder::addReg() to take a flag instead of a list of by Bill Wendling · 15 years ago
  20. 094fad3 Re-apply 68552. Tested by bootstrapping llvm-gcc and using that to build llvm. by Rafael Espindola · 15 years ago
  21. 044b534 Temporarily revert r68552. This was causing a failure in the self-hosting LLVM by Bill Wendling · 15 years ago
  22. 2a6411b Reduce code duplication on the TLS implementation. by Rafael Espindola · 15 years ago
  23. 8cf7713 Extend X86's addFrameReference to add a MachineMemOperand for by Dan Gohman · 16 years ago
  24. 5396c99 Fix X86FastISel's output for x86-32 PIC constant pool addresses. by Dan Gohman · 16 years ago
  25. 3b217c6 Fix constant pool loads, and remove broken versions of addConstantPoolReference. by Owen Anderson · 16 years ago
  26. 99d6dca Fix the X86 addConstantPoolReference, which had the operands in the wrong order. by Owen Anderson · 16 years ago
  27. 9f1c831 - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propagate kill / dead markers as new instructions are constructed in foldMemoryOperand, convertToThressAddress, etc. by Evan Cheng · 16 years ago
  28. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  29. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  30. 8b915b4 Remove and simplify some more machineinstr/machineoperand stuff. by Chris Lattner · 18 years ago
  31. 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 18 years ago
  32. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 18 years ago
  33. 0e0a7a45 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  34. e9fe2bc Fix indentation. by Chris Lattner · 20 years ago
  35. 5dd350d Add a new method. by Chris Lattner · 20 years ago
  36. 6b4f501 Remove unused enum value by Chris Lattner · 20 years ago
  37. fb3d844 Allow X86 addressing modes to represent globals with offsets. Patch contributed by Chris Lattner · 20 years ago
  38. fc989e1 Reduce the number of arguments in the instruction builder and make some by Reid Spencer · 20 years ago
  39. ce1e500 Add assertion for scale verification. by Alkis Evlogimenos · 21 years ago
  40. 2e68037 Add a helper to create an addressing mode given all of the pieces. by Chris Lattner · 21 years ago
  41. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  42. 2e385b4 Converted tabs to spaces. by Misha Brukman · 21 years ago
  43. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  44. 1a57ccd X86 backend should never use addMReg by Chris Lattner · 22 years ago
  45. 987e8ba Add support for frame and constant pool references by Chris Lattner · 22 years ago
  46. a1826c2 New addFrameReference function by Chris Lattner · 22 years ago
  47. ed6902c by Brian Gaeke · 22 years ago
  48. faf0b8c Add a simple way to add memory locations of format [reg+offset] by Misha Brukman · 22 years ago
  49. 9562add Add functions to buld X86 specific constructs by Chris Lattner · 22 years ago