index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
PseudoSourceValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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