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] Use conditional operator to simplify some code. NFC
Craig Topper
2017-04-01
1
-4
/
+1
*
[APInt] Implement flipAllBitsSlowCase with tcComplement. NFCI
Craig Topper
2017-04-01
1
-2
/
+1
*
[APInt] Fix indentation. NFC
Craig Topper
2017-04-01
1
-8
/
+8
*
[APInt] Implement AndAssignSlowCase using tcAnd. Do the same for Or and Xor. ...
Craig Topper
2017-04-01
1
-9
/
+3
*
[APInt] Allow GreatestCommonDivisor to take rvalue inputs efficiently. Use mo...
Craig Topper
2017-04-01
1
-6
/
+4
*
[APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namesp...
Craig Topper
2017-04-01
1
-1
/
+1
*
[APInt] Rewrite getLoBits in a way that will do one less memory allocation in...
Craig Topper
2017-03-31
1
-3
/
+4
*
[APInt] Reformat tc functions to put opening curly braces on the end of the p...
Craig Topper
2017-03-28
1
-104
/
+45
*
[APInt] Remove an anonymous namespace around static functions. NFC
Craig Topper
2017-03-28
1
-35
/
+33
*
[APInt] Combine variable declaration and initialization where possible in the...
Craig Topper
2017-03-28
1
-76
/
+36
*
[APInt] Use 'unsigned' instead of 'unsigned int' in the interface to the APIn...
Craig Topper
2017-03-28
1
-36
/
+36
*
[APInt] Move the single word cases of the bitwise operators inline.
Craig Topper
2017-03-28
1
-18
/
+3
*
[APInt] Move operator=(uint64_t) inline as its pretty simple and is often use...
Craig Topper
2017-03-27
1
-10
/
+0
*
[APInt] Move operator&=(uint64_t) inline and use memset to clear the upper wo...
Craig Topper
2017-03-27
1
-12
/
+0
*
[APInt] Move the >64 bit case for flipAllBits out of line.
Craig Topper
2017-03-27
1
-0
/
+5
*
[APInt] Don't initialize VAL to 0 in APInt constructors. Push it down to the ...
Craig Topper
2017-03-20
1
-2
/
+5
*
[APInt] Add APInt::insertBits() method to insert an APInt into a larger APInt
Simon Pilgrim
2017-03-10
1
-0
/
+59
*
Fixed typos in comments. NFCI.
Simon Pilgrim
2017-03-09
1
-6
/
+6
*
[APInt] Add rvalue reference support to and, or, xor operations to allow thei...
Craig Topper
2017-03-07
1
-25
/
+0
*
[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
[prev]
[next]