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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] bundle alignment: prevent padding instructions from crossing bundle boun...
Derek Schuff
2013-01-31
1
-4
/
+20
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
72
-2
/
+22640
*
Annotate BumpPtrAllocator for MemorySanitizer.
Evgeniy Stepanov
2013-01-31
1
-0
/
+7
*
Revert r173946. This breaks compilation of googletest with Clang
Alexey Samsonov
2013-01-31
1
-11
/
+2
*
Remove the Attribute::hasAttributes() function.
Bill Wendling
2013-01-31
2
-10
/
+1
*
Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...
NAKAMURA Takumi
2013-01-31
2
-6
/
+15
*
Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer
Dan Gohman
2013-01-31
1
-10
/
+15
*
Add a comment.
Dan Gohman
2013-01-31
1
-0
/
+4
*
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
3
-17
/
+16
*
Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.
Bill Wendling
2013-01-31
2
-15
/
+6
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
6
-56
/
+55
*
Make the AttrBuilder creation method of Attribute private so that people won'...
Bill Wendling
2013-01-31
1
-1
/
+3
*
Revert for now:
Bill Wendling
2013-01-31
2
-15
/
+20
*
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
2
-20
/
+15
*
Whitespace.
Eric Christopher
2013-01-31
1
-9
/
+9
*
Check and allow floating point registers to select the size of the
Eric Christopher
2013-01-31
1
-2
/
+2
*
Minor code simplification.
Dan Gohman
2013-01-31
1
-1
/
+1
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
3
-16
/
+23
*
stripAndComputeConstantOffsets is only called on pointers; check this
Dan Gohman
2013-01-31
1
-10
/
+1
*
Fix ConstantFold's folding of icmp instructions to recognize that,
Dan Gohman
2013-01-31
1
-6
/
+5
*
PPC QPX requires a 32-byte aligned stack
Hal Finkel
2013-01-30
2
-1
/
+8
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
3
-11
/
+13
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
4
-18
/
+30
*
Restrict sin/cos optimization to 64-bit only for now. 32-bit is a bit messy a...
Evan Cheng
2013-01-30
2
-10
/
+14
*
Initialize hasQPX in PPCSubtarget
Hal Finkel
2013-01-30
1
-0
/
+1
*
Remove redundant code.
Bill Wendling
2013-01-30
1
-20
/
+2
*
Add definitions for the PPC a2q core marked as having QPX available
Hal Finkel
2013-01-30
2
-0
/
+9
*
Clean up whitespace and indentation a bit
Eli Bendersky
2013-01-30
1
-4
/
+4
*
Linker: correctly link in dbg.declare
Manman Ren
2013-01-30
1
-2
/
+11
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
8
-6
/
+66
*
Add missing header and test cases for r173939.
Logan Chien
2013-01-30
1
-0
/
+112
*
Override virtual function for ARM EH directives.
Logan Chien
2013-01-30
1
-2
/
+216
*
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
3
-0
/
+649
*
Attempt to fix dragonegg. Use the number of slots to determine if the Attribu...
Bill Wendling
2013-01-30
1
-1
/
+1
*
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2013-01-30
1
-0
/
+28
*
Removing initializer for the field removed in r173887
David Blaikie
2013-01-30
1
-1
/
+1
*
Remove unused variable (introduced in r173884) to clear clang -Werror build
David Blaikie
2013-01-30
1
-2
/
+0
*
Forgot to add new file to CMakeLists
Jack Carter
2013-01-30
1
-0
/
+1
*
This patch implements runtime ARM specific
Jack Carter
2013-01-30
2
-0
/
+21
*
This patch implements runtime Mips specific
Jack Carter
2013-01-30
6
-3
/
+113
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
5
-34
/
+8
*
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-30
10
-2
/
+184
*
Adding simple cast cost to ARM
Renato Golin
2013-01-29
2
-2
/
+46
*
Remove unused variable (unused since r173839)
Dmitri Gribenko
2013-01-29
1
-4
/
+1
*
Made certain small functions in PtrState inlined.
Michael Gottesman
2013-01-29
1
-7
/
+7
*
[MC][COFF] Delay handling symbol aliases when writing
Michael J. Spencer
2013-01-29
2
-49
/
+16
*
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
1
-1
/
+3
*
Removed trailing comma in last element of enum declaration.
Michael Gottesman
2013-01-29
1
-1
/
+1
*
Moved S_Stop back to its previous position in the sequence order.
Michael Gottesman
2013-01-29
1
-1
/
+1
*
Add a special handling case for untyped CopyFromReg node in GetCostForDef() o...
Weiming Zhao
2013-01-29
1
-1
/
+11
[next]