1. 5ca4128 [PSV] Update API to be able to use TargetCustom without UB. by Marcello Maggioni · 7 years ago
  2. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  3. 312ccf7 Add AddresSpace to PseudoSourceValue. by Jan Sjodin · 8 years ago
  4. 323b021 Fix crashing on TargetCustom PseudoSourceValues by Matt Arsenault · 9 years ago
  5. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  6. 84921b9 Refactor: Simplify boolean conditional return statements in lib/CodeGen. by Rafael Espindola · 10 years ago
  7. 5659a2f PseudoSourceValue: Transform the mips subclass to target independent subclasses by Alex Lorenz · 10 years ago
  8. e40c8a2 PseudoSourceValue: Replace global manager with a manager in a machine function. by Alex Lorenz · 10 years ago
  9. c49e4fe PseudoSourceValue: Introduce a 'PSVKind' enumerator. by Alex Lorenz · 10 years ago
  10. bceefe8 PseudoSourceValue: Update comments and fix lowercase variable names. NFC. by Alex Lorenz · 10 years ago
  11. 4ae214d Reformat PseudoSourceValue.cpp and PseudoSourceValue.h. NFC. by Alex Lorenz · 10 years ago
  12. 0815a05 Make isAliased property for fixed-offset stack objects adjustable by Hal Finkel · 11 years ago
  13. aad475b Break PseudoSourceValue out of the Value hierarchy. It is now the root of its own tree containing FixedStackPseudoSourceValue (which you can use isa/dyn_cast on) and MipsCallEntry (which you can't). Anything that needs to use either a PseudoSourceValue* and Value* is strongly encouraged to use a MachinePointerInfo instead. by Nick Lewycky · 11 years ago
  14. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  15. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  16. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  17. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  18. 735b0ae Fix memcheck-found leaks: one false positive from using new[], and one true by Jeffrey Yasskin · 16 years ago
  19. 033d655 by David Greene · 16 years ago
  20. 81eb42d by David Greene · 16 years ago
  21. ea68c7c Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias any LLVM IR value. by Evan Cheng · 16 years ago
  22. 0997991 pseudosourcevalue is also still using getGlobalContext(), so it isn't by Chris Lattner · 16 years ago
  23. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  24. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  25. f0236e0 Spill slots cannot alias. by Evan Cheng · 16 years ago
  26. 0e9d9ca -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed by Evan Cheng · 16 years ago
  27. 8759585 Revert 84315 for now. Re-thinking the patch. by Evan Cheng · 16 years ago
  28. 0818d87 Rename getFixedStack to getStackObject. The stack objects represented are not by Evan Cheng · 16 years ago
  29. 9ed7b16 Introduce and use convenience methods for getting pointer types by Duncan Sands · 16 years ago
  30. c0353bf Give MachineMemOperand an operator<<, factoring out code from by Dan Gohman · 16 years ago
  31. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  32. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  33. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  34. 4f2fea1 Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 17 years ago
  35. ee1cd17 Have PseudoSourceValue override Value::dump, so that it works by Dan Gohman · 17 years ago
  36. a5b15bd Remove the std::ostream form of PseudoSourceValue's print, by Dan Gohman · 17 years ago
  37. a078d83 simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.cpp from the llvm namespace. by Chris Lattner · 17 years ago
  38. 72e7d91 Print PseudoSourceValue. by Evan Cheng · 17 years ago
  39. 09b0448 Enable rematerialization of constants using AliasAnalysis::pointsToConstantMemory, by Dan Gohman · 17 years ago
  40. 793357b Fix edito in the PseudoSourceValue name list. by Dan Gohman · 17 years ago
  41. 02c7c6c Include a frame index in the "fixed stack" pseudo source value by Dan Gohman · 17 years ago
  42. bdc24ad A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 18 years ago
  43. 7b5d916 From Chris' review: fix 80 column violations by Dan Gohman · 18 years ago
  44. 16d4bc3 Follow Chris' suggestion; change the PseudoSourceValue accessors by Dan Gohman · 18 years ago
  45. 2d489b5 Re-apply the memory operand changes, with a fix for the static by Dan Gohman · 18 years ago
  46. 27b32b8 Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-commit. by Evan Cheng · 18 years ago
  47. 02b6792 Add a new PseudoSourceValue class, which will be used to help track by Dan Gohman · 18 years ago