index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
APInt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[APInt] Add setLowBits/setHighBits methods to APInt.
Craig Topper
2017-03-07
1
-29
/
+23
*
[APInt] Optimize APInt creation from uint64_t
Craig Topper
2017-03-01
1
-0
/
+1
*
[APInt] Add APInt::extractBits() method to extract APInt subrange (reapplied)
Simon Pilgrim
2017-02-25
1
-0
/
+36
*
Revert: r296141 [APInt] Add APInt::extractBits() method to extract APInt subr...
Simon Pilgrim
2017-02-24
1
-32
/
+0
*
[APInt] Add APInt::extractBits() method to extract APInt subrange
Simon Pilgrim
2017-02-24
1
-0
/
+32
*
[APInt] Add APInt::setBits() method to set all bits in range
Simon Pilgrim
2017-02-24
1
-0
/
+33
*
Strip trailing whitespace.
Simon Pilgrim
2017-02-23
1
-8
/
+8
*
[APInt] Fix rotl/rotr when the shift amount is greater than the total bit width.
Joey Gouly
2017-02-07
1
-2
/
+15
*
[APInt] Add integer API bor bitwise operations.
Amaury Sechet
2017-02-03
1
-0
/
+12
*
[Support] Add newline when dumping an APInt.
Davide Italiano
2017-01-31
1
-1
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+2
*
[APInt] Remove calls to clearUnusedBits from XorSlowCase and operator^=
Craig Topper
2017-01-24
1
-6
/
+2
*
Typo
Joerg Sonnenberger
2017-01-05
1
-1
/
+1
*
Missing includes.
Vassil Vassilev
2016-09-14
1
-1
/
+1
*
Make some LLVM_CONSTEXPR variables const. NFC.
George Burgess IV
2016-08-25
1
-1
/
+1
*
Fix UB in APInt::ashr
Jonathan Roelofs
2016-08-10
1
-5
/
+1
*
Use RValue refs in APInt add/sub methods.
Pete Cooper
2016-07-22
1
-38
/
+16
*
APInt: remove unsued param in private method. NFC
Pawel Bylica
2016-06-27
1
-1
/
+1
*
[APInt] Don't shift into the sign bit
David Majnemer
2016-06-24
1
-1
/
+1
*
[APInt] Don't shift into the sign bit
David Majnemer
2016-06-24
1
-2
/
+2
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-4
/
+2
*
Don't allocate unnecessarily in APInt::operator[+-]. NFC.
Pete Cooper
2016-05-27
1
-0
/
+18
*
Don't allocate in APInt::slt. NFC.
Pete Cooper
2016-05-26
1
-25
/
+9
*
Remove some unneeded headers and replace some headers with forward class decl...
Mehdi Amini
2016-04-16
1
-0
/
+1
*
Implement constant folding for bitreverse
Matt Arsenault
2016-03-21
1
-0
/
+30
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
APInt: Slightly simplify countLeadingZerosSlowCase()
Matthias Braun
2016-02-15
1
-19
/
+8
*
APInt: Further simplify APInt::EqualSlowCase as suggested by Duncan
Matthias Braun
2016-02-15
1
-4
/
+1
*
APInt: Simplify EqualSlowCase
Matthias Braun
2016-02-10
1
-15
/
+2
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Fix APInt long division algorithm
Pawel Bylica
2015-04-24
1
-19
/
+9
*
Test commit. Improve comments in APInt. NFC.
Pawel Bylica
2015-04-06
1
-10
/
+9
*
Fix rare case where APInt divide algorithm applied un-needed transformation.
Yaron Keren
2015-03-26
1
-34
/
+19
*
[APInt] Add an isSplat helper and use it in some places.
Benjamin Kramer
2015-03-25
1
-0
/
+8
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-1
/
+1
*
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
2015-03-09
1
-5
/
+0
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-5
/
+5
*
APInt: udivrem should use machine instructions for single-word APInts
David Majnemer
2014-12-14
1
-0
/
+12
*
InstCombine: Don't miscompile (x lshr C1) udiv C2
David Majnemer
2014-10-13
1
-5
/
+15
*
Modernize old-style static asserts. NFC.
Benjamin Kramer
2014-10-12
1
-2
/
+1
*
APInt: Unfold return expressions so RVO can work.
Benjamin Kramer
2014-10-10
1
-10
/
+28
*
typo
Sanjay Patel
2014-09-11
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-6
/
+6
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
Remove APInt::extractBit since it is already implemented via operator[]. Chan...
Michael Gottesman
2013-12-13
1
-8
/
+0
*
[block-freq] Add the APInt method extractBit.
Michael Gottesman
2013-12-13
1
-0
/
+8
[prev]
[next]