index
:
external_llvm
replicant-6.0
external/llvm
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
*
Suppressing MSVC warnings; patch thanks to Peng Cheng!
Aaron Ballman
2013-02-27
1
-3
/
+13
*
Add parens to suppress an MSVC 2012 << precedence warning
Reid Kleckner
2013-01-25
1
-1
/
+1
*
Reverting back to the fallback instead of using the 64-bit popcnt instruction...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
Reverting back to the fallback instead of using popcnt; this instruction does...
Aaron Ballman
2013-01-17
1
-2
/
+0
*
Wrapping __popcnt64 for MSVC so that it's only used on 64-bit builds.
Aaron Ballman
2013-01-16
1
-1
/
+1
*
[Support] Include the intrisics header and check for definition properly.
Michael J. Spencer
2013-01-16
1
-2
/
+6
*
[Support] Add MSVC intrinsic for CountPopulation.
Michael J. Spencer
2013-01-16
1
-0
/
+4
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
1
-9
/
+10
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-0
/
+12
*
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-20
1
-2
/
+2
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+14
*
Typo.
Rafael Espindola
2010-12-15
1
-1
/
+1
*
Generalize an assert.
Rafael Espindola
2010-12-15
1
-0
/
+6
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
reimplement SwapByteOrder.h in terms of overloading instead of
Chris Lattner
2010-11-23
1
-4
/
+3
*
Factor code out of APInt to form a isUIntN helper function.
Dan Gohman
2010-11-03
1
-0
/
+6
*
System: Add SwapByteOrder and update Support/MathExtras.h to use it.
Michael J. Spencer
2010-10-11
1
-31
/
+4
*
Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
Michael J. Spencer
2010-10-11
1
-4
/
+31
*
System: Add SwapByteOrder and update Support/MathExtras.h to use it.
Michael J. Spencer
2010-10-11
1
-31
/
+4
*
There is this new "LLVM" compiler that supports __builtin_bswap but thinks it...
Benjamin Kramer
2010-08-17
1
-2
/
+4
*
Avoid overflowing a signed integer which triggers undefined behaviour.
Jakob Stoklund Olesen
2010-04-06
1
-4
/
+4
*
Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen
Johnny Chen
2010-04-02
1
-0
/
+12
*
Make isInt?? and isUint?? template specializations of the generic versions. This
Benjamin Kramer
2010-03-29
1
-21
/
+29
*
Correct spelling.
Duncan Sands
2010-01-07
1
-2
/
+2
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
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
*
remove extraneous type qualifiers
Chris Lattner
2007-05-03
1
-4
/
+4
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-2
/
+2
*
Be more explicit concerning argument sizes.
Jeff Cohen
2007-03-22
1
-31
/
+41
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
1
-1
/
+1
*
fix 80 col violations, mark arrays static
Chris Lattner
2007-03-04
1
-8
/
+12
*
Fix uninitialized use of variable. Remove tabs and fix identation.
Anton Korobeynikov
2007-03-02
1
-19
/
+19
*
Fix a typo.
Owen Anderson
2007-03-02
1
-1
/
+1
*
Use GCC intrinsics when available, and use smarter fallbacks when not.
Owen Anderson
2007-03-01
1
-2
/
+26
*
Use the GCC built-in for PopulationCount when it's available, and use a faster
Owen Anderson
2007-03-01
1
-11
/
+16
*
Doxgenate comments.
Chris Lattner
2006-12-19
1
-74
/
+84
*
Ignoring the upper 32 bits of a 64 bit constant is not a good thing.
Jim Laskey
2006-12-06
1
-4
/
+4
[next]