| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -3/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [PSV] Update API to be able to use TargetCustom without UB. | Marcello Maggioni | 2018-08-20 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | Add AddresSpace to PseudoSourceValue. | Jan Sjodin | 2017-09-14 | 1 | -17/+28 |
| * | Fix crashing on TargetCustom PseudoSourceValues | Matt Arsenault | 2017-03-28 | 1 | -1/+4 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -4/+1 |
| * | Refactor: Simplify boolean conditional return statements in lib/CodeGen. | Rafael Espindola | 2015-10-24 | 1 | -3/+1 |
| * | PseudoSourceValue: Transform the mips subclass to target independent subclasses | Alex Lorenz | 2015-08-11 | 1 | -1/+42 |
| * | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 2015-08-11 | 1 | -47/+27 |
| * | PseudoSourceValue: Introduce a 'PSVKind' enumerator. | Alex Lorenz | 2015-08-11 | 1 | -17/+19 |
| * | PseudoSourceValue: Update comments and fix lowercase variable names. NFC. | Alex Lorenz | 2015-08-11 | 1 | -1/+1 |
| * | Reformat PseudoSourceValue.cpp and PseudoSourceValue.h. NFC. | Alex Lorenz | 2015-08-11 | 1 | -29/+26 |
| * | Make isAliased property for fixed-offset stack objects adjustable | Hal Finkel | 2014-08-16 | 1 | -6/+2 |
| * | Break PseudoSourceValue out of the Value hierarchy. It is now the root of its... | Nick Lewycky | 2014-04-15 | 1 | -7/+3 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+0 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | Fix memcheck-found leaks: one false positive from using new[], and one true | Jeffrey Yasskin | 2010-03-04 | 1 | -9/+28 |
| * | Do some cleanups suggested by Chris. | David Greene | 2009-11-12 | 1 | -0/+4 |
| * | Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by | David Greene | 2009-11-12 | 1 | -23/+2 |
| * | Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias... | Evan Cheng | 2009-11-01 | 1 | -0/+17 |
| * | pseudosourcevalue is also still using getGlobalContext(), so it isn't | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
| * | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
| * | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -2/+1 |
| * | Spill slots cannot alias. | Evan Cheng | 2009-10-18 | 1 | -4/+7 |
| * | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng | 2009-10-18 | 1 | -0/+19 |
| * | Revert 84315 for now. Re-thinking the patch. | Evan Cheng | 2009-10-17 | 1 | -11/+8 |
| * | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng | 2009-10-17 | 1 | -8/+11 |
| * | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -1/+1 |
| * | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman | 2009-09-23 | 1 | -7/+3 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+6 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+2 |
| * | Now that errs() is properly non-buffered, there's no need to | Dan Gohman | 2009-03-23 | 1 | -1/+1 |
| * | Have PseudoSourceValue override Value::dump, so that it works | Dan Gohman | 2008-12-03 | 1 | -0/+4 |
| * | Remove the std::ostream form of PseudoSourceValue's print, | Dan Gohman | 2008-08-27 | 1 | -3/+0 |
| * | simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c... | Chris Lattner | 2008-08-24 | 1 | -44/+41 |
| * | Print PseudoSourceValue. | Evan Cheng | 2008-08-24 | 1 | -0/+7 |
| * | Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe... | Dan Gohman | 2008-07-25 | 1 | -0/+20 |
| * | Fix edito in the PseudoSourceValue name list. | Dan Gohman | 2008-07-14 | 1 | -1/+1 |
| * | Include a frame index in the "fixed stack" pseudo source value | Dan Gohman | 2008-07-11 | 1 | -8/+29 |
| * | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 1 | -1/+1 |
| * | From Chris' review: fix 80 column violations | Dan Gohman | 2008-02-11 | 1 | -5/+10 |
| * | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 1 | -5/+5 |
| * | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -0/+41 |
| * | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -33/+0 |
| * | Add a new PseudoSourceValue class, which will be used to help track | Dan Gohman | 2008-01-30 | 1 | -0/+33 |