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
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to be
Daniel Dunbar
2012-03-08
1
-1
/
+43
*
[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.
Daniel Dunbar
2012-03-08
1
-43
/
+1
*
Copy the right amount of elements.
Benjamin Kramer
2012-03-07
1
-3
/
+5
*
SmallPtrSet: Copy all the elements when swapping, not just numelements.
Benjamin Kramer
2012-03-07
1
-5
/
+4
*
Added -view-background to avoid waiting for each GraphViz invocation.
Andrew Trick
2012-03-07
1
-39
/
+40
*
SmallPtrSet: Provide a more efficient implementation of swap than the default...
Benjamin Kramer
2012-03-06
1
-0
/
+50
*
Replace the hashing functions on APInt and APFloat with overloads of the
Chandler Carruth
2012-03-04
2
-103
/
+21
*
Add generic support for hashing StringRef objects using the new hashing library.
Chandler Carruth
2012-03-04
1
-0
/
+7
*
Switch FoldingSet over to the new hashing infrastructure. We might want
Chandler Carruth
2012-03-01
1
-18
/
+2
*
BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...
Benjamin Kramer
2012-03-01
1
-11
/
+6
*
If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,
Argyrios Kyrtzidis
2012-03-01
1
-4
/
+9
*
Add the source file with trivial definitions in it that was missing from
Chandler Carruth
2012-03-01
1
-0
/
+29
*
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
1
-0
/
+1
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
2
-17
/
+20
*
Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32.
Daniel Dunbar
2012-02-29
1
-1
/
+1
*
Support/PathV2: Fix make_absolute() to match is_absolute() and not expect to
Daniel Dunbar
2012-02-29
1
-2
/
+6
*
[PathV2] Fix bug in relative_path.
Michael J. Spencer
2012-02-29
1
-1
/
+1
*
Fix undefined behavior.
Ahmed Charles
2012-02-24
1
-1
/
+1
*
Workaround a miscompilation by gcc-4.3 that showed up as a failure
Duncan Sands
2012-02-24
1
-1
/
+1
*
Update for the removal of Hashing.cpp.
Jay Foad
2012-02-23
1
-1
/
+0
*
The implementation of GeneralHash::addBits broke C++ aliasing rules; fix
Jay Foad
2012-02-23
1
-46
/
+0
*
Remove extra semi-colons.
Chad Rosier
2012-02-22
1
-1
/
+1
*
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-22
1
-3
/
+1
*
Move the implementation of StringRef::split out of StringExtras.cpp
Duncan Sands
2012-02-21
2
-21
/
+21
*
Tiny cosmetic change to use the same style for all of the while loops in
Chandler Carruth
2012-02-21
1
-2
/
+4
*
Replace a hand rolled loop with a lovely StringRef helper we have these
Chandler Carruth
2012-02-21
1
-4
/
+1
*
Pull the parsing helper functions out of the Triple interface entirely.
Chandler Carruth
2012-02-21
1
-89
/
+90
*
Clean up comments that I missed when changing the triple representation.
Chandler Carruth
2012-02-21
1
-10
/
+7
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-20
/
+16
*
Move constructors out-of-line and flesh out their documentation. No
Chandler Carruth
2012-02-20
1
-2
/
+32
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-1
/
+0
*
APFloat::toString(): Fix overrun at scanning.
NAKAMURA Takumi
2012-02-19
1
-1
/
+1
*
Fix issue with bitwise and precedence.
Ahmed Charles
2012-02-18
1
-1
/
+1
*
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
2
-0
/
+47
*
Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,
Chandler Carruth
2012-02-18
1
-4
/
+4
*
Add function for computing the edit distance of two arrays.
Kaelyn Uhrain
2012-02-15
1
-51
/
+5
*
StringSwitchify the rest of Triple.cpp.
Benjamin Kramer
2012-02-12
1
-62
/
+34
*
Switch a bunch of manual if-chains to use StringSwitch. Clean them up in
Chandler Carruth
2012-02-12
1
-170
/
+93
*
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-02-09
6
-59
/
+54
*
Remove static initializer from DataStream.cpp
David Blaikie
2012-02-09
1
-12
/
+11
*
PathV2: Remove static StringRef ctors.
Benjamin Kramer
2012-02-08
1
-4
/
+4
*
Correct use of const in ParseCommandLineOptions
David Blaikie
2012-02-07
1
-5
/
+5
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
2
-4
/
+3
*
Fix win32 build breakage from bitcode streaming patch
Derek Schuff
2012-02-07
1
-1
/
+4
*
Fix comment-rulers.
Nick Lewycky
2012-02-06
2
-2
/
+2
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
4
-1
/
+236
*
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
1
-0
/
+74
*
fix typo
Sebastian Pop
2012-02-06
1
-1
/
+1
*
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-05
1
-1
/
+1
*
Add new tag and an attribute to support debug info for objective-c property.
Devang Patel
2012-02-03
1
-0
/
+2
[next]