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
/
Support
/
MathExtras.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns the
Daniel Dunbar
2009-08-28
1
-0
/
+7
*
Fix the N>=64 case in the isInt<> and isUint<> templates.
Jakob Stoklund Olesen
2009-08-13
1
-2
/
+2
*
Move immediate constant predicate templates from the Blackfin target to MathE...
Jakob Stoklund Olesen
2009-08-12
1
-0
/
+10
*
Fix PR4614: the Intel C compiler defines _GNUC__
Duncan Sands
2009-07-23
1
-2
/
+2
*
Fix the name of the function in this comment.
Dan Gohman
2009-05-31
1
-2
/
+2
*
Add an int64_t variant of abs, for host environments
Dale Johannesen
2009-05-13
1
-0
/
+7
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-25
/
+25
*
Add llvm::RoundUpToAlignment.
Daniel Dunbar
2009-02-16
1
-0
/
+12
*
Do not use host floating point types when emitting
Dale Johannesen
2009-01-21
1
-2
/
+6
*
Add a NextPowerOf2 function to calculate the next power of two greater than a...
Owen Anderson
2008-06-27
1
-0
/
+12
*
Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations.
Dan Gohman
2008-02-13
1
-0
/
+32
*
make this 64-bit safe
Chris Lattner
2008-01-26
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Move MinAlign to MathExtras.h.
Duncan Sands
2007-11-09
1
-0
/
+7
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+363