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
/
include
/
llvm
/
Analysis
/
ValueTracking.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-2
/
+2
*
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-07-06
1
-1
/
+4
*
Oops...I committed too much.
Bill Wendling
2009-03-13
1
-7
/
+7
*
Temporarily XFAIL this test.
Bill Wendling
2009-03-13
1
-7
/
+7
*
Fix misaligned whitespace. No functionality change.
Nick Lewycky
2009-03-08
1
-4
/
+4
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+1
*
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-30
1
-1
/
+10
*
Revert (52748 and friends):
Anton Korobeynikov
2008-06-29
1
-10
/
+1
*
Add back the capability to include nul characters in strings with
Chris Lattner
2008-06-28
1
-2
/
+6
*
Add an include file needed for VS.
Cedric Venet
2008-06-27
1
-0
/
+1
*
fix the regressions from Eric's patch by making GetConstantStringInfo
Chris Lattner
2008-06-27
1
-1
/
+1
*
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-06-26
1
-0
/
+7
*
It's invalid to take the one-past-the-end address of a non-array
Dan Gohman
2008-06-20
1
-1
/
+2
*
Forgot to commit the ValueTracking header file along with r52396.
Matthijs Kooijman
2008-06-17
1
-0
/
+7
*
80 column fixes.
Matthijs Kooijman
2008-06-17
1
-3
/
+3
*
Make the InsertBefore argument to FindInsertedValue optional, so you can find...
Matthijs Kooijman
2008-06-16
1
-1
/
+4
*
Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...
Matthijs Kooijman
2008-06-16
1
-1
/
+1
*
Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. While
Matthijs Kooijman
2008-06-16
1
-0
/
+9
*
move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.
Chris Lattner
2008-06-02
1
-0
/
+7
*
move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits
Chris Lattner
2008-06-02
1
-0
/
+48