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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-27
1
-27
/
+12
*
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-26
1
-66
/
+66
*
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
1
-7
/
+29
*
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
1
-9
/
+18
*
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
1
-18
/
+9
*
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
1
-9
/
+18
*
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
1
-8
/
+6
*
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
1
-7
/
+14
*
Rephrase the speculating scan of the conditional BB to be phrased in
Chandler Carruth
2013-01-24
1
-19
/
+16
*
Simplify the PHI node operand rewriting.
Chandler Carruth
2013-01-24
1
-42
/
+35
*
Give the basic block variables here names based on the if-then-end
Chandler Carruth
2013-01-24
1
-32
/
+33
*
Lift a cheap early exit test above loops and other complex early exit
Chandler Carruth
2013-01-24
1
-5
/
+5
*
Spiff up the comment on this method, making the example a bit more
Chandler Carruth
2013-01-24
1
-16
/
+35
*
Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...
Anton Korobeynikov
2013-01-23
1
-3
/
+17
*
Initialize the components of this class. Otherwise GCC thinks that Array may be
Duncan Sands
2013-01-23
1
-1
/
+2
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-1
/
+1
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-4
/
+2
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-4
/
+2
*
Remove trailing spaces.
Jakub Staszak
2013-01-14
1
-38
/
+38
*
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-08
1
-1
/
+6
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
1
-37
/
+37
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
1
-1
/
+0
*
Switch SimplifyCFG over to the TargetTransformInfo interface rather than
Chandler Carruth
2013-01-05
1
-4
/
+2
*
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-05
2
-578
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
32
-154
/
+154
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Fix typo in comments
Alexey Samsonov
2012-12-24
1
-1
/
+1
*
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-22
1
-12
/
+12
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-2
/
+0
*
[msan] Remove unreachable blocks before instrumenting a function.
Evgeniy Stepanov
2012-12-21
1
-0
/
+41
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
2
-35
/
+35
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+35
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
2
-29
/
+29
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
28
-124
/
+124
*
Fix non-determinism introduced in r168970 and pointed out by Duncan.
Chandler Carruth
2012-11-30
1
-5
/
+13
*
Rearrange the comments, control flow, and variable names; no
Chandler Carruth
2012-11-30
1
-7
/
+14
*
Fix logic to determine whether to turn a switch into a lookup table. When
Evan Cheng
2012-11-30
1
-6
/
+13
*
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
1
-0
/
+27
*
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
1
-0
/
+24
*
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
1
-0
/
+35
*
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
1
-0
/
+77
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
1
-4
/
+0
*
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
1
-0
/
+95
*
Fix a comment bug in toascii simplifier
Meador Inge
2012-11-26
1
-1
/
+1
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
1
-0
/
+103
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
1
-0
/
+16
*
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
1
-0
/
+17
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
1
-0
/
+18
[next]