index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
Age
Commit message (
Expand
)
Author
2013-03-21
Always forward 'resume' instructions to the outter landing pad.
Bill Wendling
2013-03-12
LibCallSimplifier: optimize speed for short-lived instances
Meador Inge
2013-03-11
Don't remove a landing pad if the invoke requires a table entry.
Bill Wendling
2013-03-07
Fixed a crash when cloning a function into a function with
Pekka Jaaskelainen
2013-03-07
SimplifyCFG fix for volatile load/store.
Andrew Trick
2013-03-04
Bypass Slow Divides
Preston Gurd
2013-03-02
Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.
Peter Collingbourne
2013-02-27
For each function that we optimize we initialize a new list of lib functions....
Nadav Rotem
2013-02-26
Enhance integer division emulation support to handle types smaller than 32 bits,
Pedro Artigas
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-19
Temporarily revert r175470 for more review.
Bill Wendling
2013-02-18
Check to see if the 'no-builtin' attribute is set before simplifying a librar...
Bill Wendling
2013-02-09
Remove #includes from the commonly used LoopInfo.h.
Jakub Staszak
2013-02-08
[SimplifyLibCalls] Library call simplification doen't work if the call site
Chad Rosier
2013-02-05
[SjLj Prepare] When demoting an invoke instructions to the stack, if the normal
Chad Rosier
2013-01-31
Linker: correctly link in dbg.declare
Manman Ren
2013-01-31
Revert r173946. This breaks compilation of googletest with Clang
Alexey Samsonov
2013-01-30
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
Linker: correctly link in dbg.declare
Manman Ren
2013-01-27
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-26
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-25
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-24
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
Rephrase the speculating scan of the conditional BB to be phrased in
Chandler Carruth
2013-01-24
Simplify the PHI node operand rewriting.
Chandler Carruth
2013-01-24
Give the basic block variables here names based on the if-then-end
Chandler Carruth
2013-01-24
Lift a cheap early exit test above loops and other complex early exit
Chandler Carruth
2013-01-24
Spiff up the comment on this method, making the example a bit more
Chandler Carruth
2013-01-23
Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...
Anton Korobeynikov
2013-01-23
Initialize the components of this class. Otherwise GCC thinks that Array may be
Duncan Sands
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-14
Remove trailing spaces.
Jakub Staszak
2013-01-08
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-07
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
Make SimplifyCFG simply depend upon TargetTransformInfo and pass it
Chandler Carruth
2013-01-07
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-05
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
Switch SimplifyCFG over to the TargetTransformInfo interface rather than
Chandler Carruth
2013-01-05
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2012-12-24
Fix typo in comments
Alexey Samsonov
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-21
Remove duplicate includes.
Roman Divacky
[next]