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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
7
-45
/
+77
*
Attributes Rewrite
Bill Wendling
2012-10-15
8
-48
/
+58
*
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-15
2
-105
/
+99
*
Simplify code. No functionality change.
Benjamin Kramer
2012-10-14
1
-5
/
+3
*
Unquadratize SetVector removal loops in DSE.
Benjamin Kramer
2012-10-14
1
-27
/
+36
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
3
-19
/
+36
*
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
2
-3
/
+5
*
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
3
-12
/
+22
*
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-2
/
+4
*
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
2
-6
/
+10
*
Remove unused private field.
Benjamin Kramer
2012-10-13
1
-1
/
+0
*
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
2
-91
/
+86
*
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
2
-101
/
+107
*
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
5
-36
/
+299
*
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
2012-10-13
1
-3
/
+33
*
Speculatively harden the conversion logic. I have no idea if this will
Chandler Carruth
2012-10-13
1
-0
/
+11
*
Silence a warning in -assert builds.
Chandler Carruth
2012-10-13
1
-0
/
+1
*
Clean up how we rewrite loads and stores to the whole alloca. When these
Chandler Carruth
2012-10-13
1
-5
/
+49
*
PGO: create metadata for switch only if it has more than one targets.
Manman Ren
2012-10-11
1
-1
/
+1
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
6
-28
/
+15
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
6
-15
/
+28
*
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-11
1
-0
/
+3
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
2
-78
/
+88
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
4
-10
/
+24
*
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-10-10
1
-31
/
+33
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
3
-9
/
+5
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...
Michael Ilseman
2012-10-09
1
-25
/
+81
*
Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...
Alexey Samsonov
2012-10-09
1
-13
/
+16
*
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
3
-13
/
+13
*
Fix PR14016.
Alexey Samsonov
2012-10-09
1
-0
/
+50
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
9
-20
/
+27
*
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-09
1
-0
/
+2
*
Fix. Apply the no capture attribute to the correct parameter.
Bill Wendling
2012-10-09
1
-4
/
+7
*
Convert to using the Attributes::Builder class to create attributes.
Bill Wendling
2012-10-09
2
-14
/
+29
*
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-09
2
-14
/
+19
*
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
1
-7
/
+8
*
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
1
-2
/
+0
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
50
-268
/
+268
*
SROA.cpp: Fix a warning, [-Wunused-variable]
NAKAMURA Takumi
2012-10-05
1
-0
/
+1
*
Move this test a bit later, after the point at which we know that we either
Duncan Sands
2012-10-05
1
-10
/
+10
*
Teach the new SROA a new trick. Now we zap any memcpy or memmoves which
Chandler Carruth
2012-10-05
1
-42
/
+93
*
Lift the speculation visitor above all the helpers that are targeted at
Chandler Carruth
2012-10-05
1
-281
/
+283
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
2
-11
/
+11
*
Add a comment to the commit r165187.
Jakub Staszak
2012-10-04
1
-1
/
+3
*
SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...
Benjamin Kramer
2012-10-04
1
-2
/
+3
*
In my recent change to avoid use of underaligned memory I didn't notice that
Duncan Sands
2012-10-04
1
-7
/
+7
*
Fix PR13969, a mini-phase-ordering issue with the new SROA pass.
Chandler Carruth
2012-10-04
1
-23
/
+50
*
The memcpy optimizer was happily doing call slot forwarding when the new memory
Duncan Sands
2012-10-04
1
-4
/
+30
*
Teach the integer-promotion rewrite strategy to be endianness aware.
Chandler Carruth
2012-10-04
1
-9
/
+29
[next]