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