1. 157e5a6 Remove getDataLayout() from TargetSelectionDAGInfo (had no users) by Mehdi Amini · 10 years ago
  2. 44ede33 Make TargetLowering::getPointerTy() taking DataLayout as an argument by Mehdi Amini · 10 years ago
  3. e69bdb8 [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues by Reid Kleckner · 10 years ago
  4. 842a51b Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes" by Sergey Dmitrouk · 11 years ago
  5. 48e93f7 Revert "[DebugInfo] Add debug locations to constant SD nodes" by Daniel Jasper · 11 years ago
  6. adb4c69 [DebugInfo] Add debug locations to constant SD nodes by Sergey Dmitrouk · 11 years ago
  7. a46c36b Allow memory intrinsics to be tail calls by Krzysztof Parzyszek · 11 years ago
  8. 867bfc5 Make constant arrays that are passed to functions as const. by Benjamin Kramer · 11 years ago
  9. 05b8197 Reuse a bunch of cached subtargets and remove getSubtarget calls by Eric Christopher · 11 years ago
  10. ab99e24 X86: Fix conflict over ESI between base register and rep;movsl by Reid Kleckner · 11 years ago
  11. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  12. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  13. 3bd03c7 [DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI. by Juergen Ributzka · 11 years ago
  14. e5add68 Remove all local variables from X86SelectionDAGInfo, the DAG has by Eric Christopher · 11 years ago
  15. 0dd8d48 Have TargetSelectionDAGInfo take a DataLayout initializer rather than by Eric Christopher · 11 years ago
  16. f3a5a5c Target: remove old constructors for CallLoweringInfo by Saleem Abdulrasool · 12 years ago
  17. 48d114b Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>. by Craig Topper · 12 years ago
  18. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  19. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  20. d683a22 Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base pointer" (r204174) by Hans Wennborg · 12 years ago
  21. aec21ce X86 memcpy lowering: use "rep movs" even when esi is used as base pointer by Hans Wennborg · 12 years ago
  22. 44fee4e Remove several unused variables. by Rafael Espindola · 12 years ago
  23. ef9de2a Track IR ordering of SelectionDAG nodes 2/4. by Andrew Trick · 13 years ago
  24. 8e2637e X86: Disable generation of rep;movsl when %esi is used as a base pointer. by Benjamin Kramer · 13 years ago
  25. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  26. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  27. 7ec5085 Revert the series of commits starting with r166578 which introduced the by Chandler Carruth · 13 years ago
  28. 12d9127 Add in support for getIntPtrType to get the pointer type based on the address space. by Micah Villmow · 13 years ago
  29. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  30. 24c19d2 Whitespace. by Chad Rosier · 13 years ago
  31. aa58397 Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall by Justin Holewinski · 14 years ago
  32. 65f9d19 Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call. by Evan Cheng · 14 years ago
  33. ee7b899 Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack prediction. ...", it is breaking the Clang build during the Compiler-RT part. by Daniel Dunbar · 14 years ago
  34. 87c7b09 Some ARM implementaions, e.g. A-series, does return stack prediction. That is, by Evan Cheng · 14 years ago
  35. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  36. 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
  37. 3e5fbd7 rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for by Chris Lattner · 15 years ago
  38. 9851231 When passing a huge parameter using the byval mechanism, a long by Duncan Sands · 15 years ago
  39. 4470c2b Fix a bug where the x86 backend would lower memcpy/memset of segment relative operations by Chris Lattner · 15 years ago
  40. 2510de2 reimplement memcpy/memmove/memset lowering to use MachinePointerInfo by Chris Lattner · 15 years ago
  41. bb919df Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 16 years ago
  42. 9becddd Add skeleton target-specific SelectionDAGInfo files. by Dan Gohman · 16 years ago