1. 36b718f Avoid a Symbol -> Name -> Symbol conversion. by Rafael Espindola · 10 years ago
  2. 7e9776b Add SDNodes for umin, umax, smin and smax. by James Molloy · 10 years ago
  3. cc0431d Extend the statepoint intrinsic to allow statepoints to be marked as transitions from GC-aware code to code that is not GC-aware. by Pat Gavlin · 10 years ago
  4. e1eda8a Masked gather and scatter - added DAGCombine visitors by Elena Demikhovsky · 11 years ago
  5. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
  6. b273d06 DebugInfo: Gut DIScope, DIEnumerator and DISubrange by Duncan P. N. Exon Smith · 11 years ago
  7. 9dffcd0 CodeGen: Use the new DebugLoc API, NFC by Duncan P. N. Exon Smith · 11 years ago
  8. b525e1c SelectionDAG: Reflow code to use early returns, NFC by Duncan P. N. Exon Smith · 11 years ago
  9. 71b9b6b X86: Optimize address mode matching for FRAME_ALLOC_RECOVER nodes by David Majnemer · 11 years ago
  10. 0dc54c4 Add generic fmad DAG node. by Matt Arsenault · 11 years ago
  11. f1de34b Masked Load / Store Intrinsics - the CodeGen part. by Elena Demikhovsky · 11 years ago
  12. 9bc81fb Revert "Masked Vector Load and Store Intrinsics." by Duncan P. N. Exon Smith · 11 years ago
  13. 9e5089a Masked Vector Load and Store Intrinsics. by Elena Demikhovsky · 11 years ago
  14. 70573dc Update SetVector to rely on the underlying set's insert to return a pair<iterator, bool> by David Blaikie · 11 years ago
  15. 7c93690 Add minnum / maxnum codegen by Matt Arsenault · 11 years ago
  16. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  17. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  18. fd7e424 CodeGen: extend f16 conversions to permit types > float. by Tim Northover · 11 years ago
  19. 0b666e0 [x86,SDAG] Introduce any- and sign-extend-vector-inreg nodes analogous by Chandler Carruth · 11 years ago
  20. afe4b25 [x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use it when widening by Chandler Carruth · 11 years ago
  21. 420a216 IR: add "cmpxchg weak" variant to support permitted failure. by Tim Northover · 11 years ago
  22. c7aea40 Implememting named register intrinsics by Renato Golin · 12 years ago
  23. c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  24. 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  25. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  26. f26beda Revert "Revert "Add Constant Hoisting Pass" (r200034)" by Juergen Ributzka · 12 years ago
  27. 4d67a2e Revert "Add Constant Hoisting Pass" (r200034) by Hans Wennborg · 12 years ago
  28. 4f3df4a Add Constant Hoisting Pass by Juergen Ributzka · 12 years ago
  29. 50e7e80 Revert "Add Constant Hoisting Pass" by Juergen Ributzka · 12 years ago
  30. 38b67d0 Add Constant Hoisting Pass by Juergen Ributzka · 12 years ago
  31. d48cdbf Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
  32. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  33. b03bd4d Add addrspacecast instruction. by Matt Arsenault · 12 years ago
  34. 171817e Add ISD::FROUND for libm round() by Hal Finkel · 12 years ago
  35. db429d9 Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. by Jakob Stoklund Olesen · 12 years ago
  36. a1f5b90 Revert r185595-185596 which broke buildbots. by Jakob Stoklund Olesen · 12 years ago
  37. f33ec53 Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. by Jakob Stoklund Olesen · 12 years ago
  38. 983a16c Debug Info: clean up usage of Verify. by Manman Ren · 12 years ago
  39. ef9de2a Track IR ordering of SelectionDAG nodes 2/4. by Andrew Trick · 12 years ago
  40. a2b5339 Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE. by Tim Northover · 13 years ago
  41. 0e88c7d Teach SDISel to combine fsin / fcos into a fsincos node if the following by Evan Cheng · 13 years ago
  42. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  43. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  44. abb87d4 Fix PR11985 by Michael Liao · 13 years ago
  45. 7c277da Add a new optimization pass: Stack Coloring, that merges disjoint static allocations (allocas). Allocas are known to be by Nadav Rotem · 13 years ago
  46. ad06cee Stop casting away const qualifier needlessly. by Roman Divacky · 13 years ago
  47. 505715d Add SelectionDAG::getTargetIndex. by Jakob Stoklund Olesen · 13 years ago
  48. e38859d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 13 years ago
  49. 164fe18 Rename @llvm.debugger to @llvm.debugtrap. by Dan Gohman · 13 years ago
  50. dfab443 Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(), by Dan Gohman · 13 years ago
  51. 508a3e5 Refactor the SelectionDAG's 'dump' methods into their own .cpp file. by Bill Wendling · 14 years ago