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
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
[APFloat] Added missing doxygen module closing statement.
Michael Gottesman
2013-06-21
1
-0
/
+2
*
[APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
Michael Gottesman
2013-06-20
1
-2
/
+1
*
[APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...
Michael Gottesman
2013-06-19
1
-1
/
+1
*
[APFloat] Added isFiniteNonZero predicate.
Michael Gottesman
2013-06-19
1
-0
/
+1
*
[APFloat] Expose isSmallest/isLargest as public methods.
Michael Gottesman
2013-06-19
1
-12
/
+8
*
APInt: Add a fast case for isAllOnesValue.
Benjamin Kramer
2013-06-15
1
-2
/
+6
*
Avoid warnings about unused parameters that tend to come up a lot when
Duncan Sands
2013-06-10
1
-2
/
+3
*
BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.
Benjamin Kramer
2013-06-07
1
-7
/
+6
*
Optimize BitVector::all().
Benjamin Kramer
2013-06-07
1
-2
/
+10
*
IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).
Michael Gottesman
2013-06-04
1
-7
/
+42
*
Introduce needsCleanup() for APFloat and APInt.
Manuel Klimek
2013-06-03
2
-1
/
+7
*
DenseMap: Move the key into place when we use the move version of operator[].
Benjamin Kramer
2013-06-01
1
-2
/
+2
*
Removed a comment above an include which is unnecessary and added a missing c...
Michael Gottesman
2013-06-01
1
-1
/
+2
*
Added method comments for getZero,getInf.
Michael Gottesman
2013-06-01
1
-0
/
+7
*
Updated APFloat's comments to fit the LLVM style guide.
Michael Gottesman
2013-06-01
1
-159
/
+202
*
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...
Michael Gottesman
2013-05-30
1
-2
/
+31
*
[APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...
Michael Gottesman
2013-05-28
1
-0
/
+3
*
Disable the StringMapEntry copy constructor, to make sure we
Chris Lattner
2013-05-25
1
-0
/
+1
*
clang formatted APFloat.h
Michael Gottesman
2013-05-24
1
-349
/
+344
*
clang-formatted APInt.h
Michael Gottesman
2013-05-24
1
-290
/
+160
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
4
-22
/
+22
*
Fixed trailing whitespace.
Michael Gottesman
2013-05-23
1
-5
/
+5
*
Updated the comments of APInt.h to match the llvm style guide and be consiste...
Michael Gottesman
2013-05-23
1
-379
/
+590
*
Remove unneeded call to a base default ctor
Reid Kleckner
2013-05-22
1
-1
/
+1
*
Fix StringMapIterator compile errors for non-MSVC compilers.
Reid Kleckner
2013-05-22
1
-1
/
+1
*
[Support] Add StringMap::swap() and a default ctor for iterators
Reid Kleckner
2013-05-22
1
-0
/
+10
*
Comment update: these things are called "configuration names" these days, not
Richard Smith
2013-05-20
1
-7
/
+9
*
Add missing #include
Douglas Gregor
2013-05-15
1
-0
/
+1
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
3
-6
/
+12
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-1
/
+8
*
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
1
-0
/
+1
*
Replaced usages of size_type with size_t to be more consistent.
Aaron Ballman
2013-05-02
1
-8
/
+8
*
fix windows warning.
Peng Cheng
2013-05-01
1
-2
/
+2
*
use static_cast to get rid of windows warning.
Peng Cheng
2013-05-01
1
-1
/
+1
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
1
-77
/
+0
*
typo
Jia Liu
2013-04-22
1
-1
/
+1
*
Fix typo
Eli Bendersky
2013-04-18
1
-1
/
+1
*
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
1
-2
/
+2
*
Fix PointerIntPair to be enum class compatible.
Joe Groff
2013-04-09
1
-26
/
+26
*
Document the return value of SmallSet insert.
Nadav Rotem
2013-04-04
1
-0
/
+1
*
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
2
-17
/
+18
*
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
2
-18
/
+17
*
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-29
2
-17
/
+18
*
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
3
-18
/
+4
*
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
1
-2
/
+2
*
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-03-20
1
-1
/
+1
*
[ADT] Fix StringSet::insert() to not allocate on every lookup.
Daniel Dunbar
2013-03-15
1
-12
/
+14
*
Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...
Craig Topper
2013-03-15
1
-6
/
+6
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
1
-1
/
+43
*
Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!
Aaron Ballman
2013-02-27
1
-7
/
+7
[next]