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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Elminate tabs and improve comments.
Jeff Cohen
2007-03-05
1
-7
/
+8
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
3
-1
/
+21
*
add a getSignBit method, elimiante virtual method from getBitMask()
Chris Lattner
2007-03-04
1
-1
/
+7
*
fix 80 col violations, mark arrays static
Chris Lattner
2007-03-04
1
-8
/
+12
*
add a new node
Chris Lattner
2007-03-04
1
-0
/
+4
*
add iterator range version of ctor.
Chris Lattner
2007-03-04
1
-0
/
+7
*
Make the creation functions take an error string. This will help the
Reid Spencer
2007-03-03
1
-2
/
+3
*
Require the destination GlobalValue for LoadValueFromMemory to be passed
Reid Spencer
2007-03-03
1
-1
/
+2
*
Regularize the interface for conversion functions to/from float/double.
Reid Spencer
2007-03-03
1
-3
/
+9
*
Add APIntVal as a possible GenericeValue.
Reid Spencer
2007-03-03
1
-0
/
+3
*
Make getNumWords public so that those using getRawData stand a chance of
Reid Spencer
2007-03-03
1
-7
/
+7
*
Add names for some of the operators. This is needed for the macros in
Reid Spencer
2007-03-03
1
-0
/
+9
*
Add isPositive for symmetry with isNegative.
Reid Spencer
2007-03-03
1
-1
/
+8
*
Fix uninitialized use of variable. Remove tabs and fix identation.
Anton Korobeynikov
2007-03-02
1
-19
/
+19
*
Fix PR1234 by working around a compiler bug.
Chris Lattner
2007-03-02
1
-2
/
+1
*
Fix a typo.
Owen Anderson
2007-03-02
1
-1
/
+1
*
Make it 64-bit safe.
Evan Cheng
2007-03-02
1
-7
/
+25
*
Add a non-virtual test for zero, isZero, and rename isUnitValue isOne.
Reid Spencer
2007-03-02
1
-2
/
+10
*
Add an abs() function to get the absolute value.
Reid Spencer
2007-03-01
1
-0
/
+8
*
Remove virtual keyword from method that doesn't need to be virtual.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Make it possible to create an SCEVUnknown from an APInt as well as an int.
Reid Spencer
2007-03-01
1
-0
/
+2
*
Add an isUnitValue method for comparison against 1. This just follows a
Reid Spencer
2007-03-01
1
-0
/
+7
*
Use GCC intrinsics when available, and use smarter fallbacks when not.
Owen Anderson
2007-03-01
1
-2
/
+26
*
Add doubleToBits and floatToBits methods.
Reid Spencer
2007-03-01
1
-0
/
+34
*
Collect eh filter info.
Jim Laskey
2007-03-01
1
-0
/
+7
*
Add eh filter intrinsic.
Jim Laskey
2007-03-01
1
-3
/
+5
*
Add bitsToDouble and bitsToFloat methods for re-interpretation of bits as FP.
Reid Spencer
2007-03-01
1
-0
/
+26
*
Drop the ConstantInt(const Type&, const APInt&) constructor. It is
Reid Spencer
2007-03-01
1
-5
/
+4
*
Add methods for bit width modification: sextOrTrunc, zextOrTrunc.
Reid Spencer
2007-03-01
1
-0
/
+10
*
Add a version of FindUnusedReg that restrict search to a specific set of regi...
Evan Cheng
2007-03-01
1
-0
/
+5
*
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
1
-7
/
+5
*
Use the GCC built-in for PopulationCount when it's available, and use a faster
Owen Anderson
2007-03-01
1
-11
/
+16
*
Add a square root function.
Reid Spencer
2007-03-01
1
-0
/
+3
*
Reduce #includage by taking a method out of line.
Reid Spencer
2007-03-01
1
-4
/
+2
*
Add an IntegerType::getMask() method to get an APInt mask for the type.
Reid Spencer
2007-03-01
1
-0
/
+8
*
Clean up interface.
Evan Cheng
2007-03-01
1
-14
/
+3
*
Track all joined registers and eliminate unneeded kills after all joining are...
Evan Cheng
2007-03-01
1
-3
/
+10
*
MachineBasicBlock fields should not be public.
Evan Cheng
2007-03-01
1
-1
/
+0
*
Move ConstantRange class to lib/Support from lib/Analysis and make its
Reid Spencer
2007-02-28
1
-15
/
+7
*
Provide an ICmpInst::makeConstantRange to generate a ConstantRange value
Reid Spencer
2007-02-28
1
-0
/
+6
*
For PR1205:
Reid Spencer
2007-02-28
2
-6
/
+13
*
Implement a convenience method to construct a ConstantInt directly from an
Reid Spencer
2007-02-28
1
-0
/
+4
*
For PR1205:
Reid Spencer
2007-02-28
1
-9
/
+5
*
Provide a more meaningful name.
Jim Laskey
2007-02-28
1
-1
/
+1
*
For PR1205:
Reid Spencer
2007-02-28
1
-4
/
+10
*
Make APInt a little more friendly to its users:
Reid Spencer
2007-02-28
1
-3
/
+30
*
More Mach-O writer improvements.
Nate Begeman
2007-02-28
1
-1
/
+2
*
add methods for analysis of call results and return nodes.
Chris Lattner
2007-02-28
1
-3
/
+11
*
add methods to analyze calls and formals.
Chris Lattner
2007-02-28
1
-1
/
+20
*
getActiveWords should return the number of words, not the index of the
Reid Spencer
2007-02-28
1
-1
/
+1
[next]