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
/
Scalar
/
CodeGenPrepare.cpp
Age
Commit message (
Expand
)
Author
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-30
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-23
Per the C++ standard, we need to include the definition of llvm::Calculate in
Richard Smith
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-14
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-04
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
Use method to query for attributes.
Bill Wendling
2012-09-28
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-19
CodeGenPrep: turn lookup tables into switches for some targets.
Hans Wennborg
2012-09-14
Stylistic and 80-col fixes
Evan Cheng
2012-09-13
Fix Doxygen issues:
Dmitri Gribenko
2012-09-04
Generic Bypass Slow Div
Preston Gurd
2012-09-02
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-08-29
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-21
revise debug output to avoid dangling pointer
Michael Liao
2012-08-15
Remove dead flag.
Bill Wendling
2012-08-14
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-07-27
Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
Evan Cheng
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-24
Clean whitespaces.
Nadav Rotem
2012-06-29
CodeGenPrepare: Don't crash when TLI is not available.
Benjamin Kramer
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-05-06
Switch the select to branch transformation on by default.
Benjamin Kramer
2012-05-05
CodeGenPrepare: Add a transform to turn selects into branches in some cases.
Benjamin Kramer
2012-03-24
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-13
Target override to allow CodeGenPrepare to sink address operands to intrinsic...
Pete Cooper
2012-03-04
Do trivial CSE of dead BBs during codegen preparation.
Bill Wendling
2012-01-20
Extend Attributes to 64 bits
Kostya Serebryany
2011-12-01
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-09-29
Fold two identical set lookups into one. No functionality change.
Nick Lewycky
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-06
Use IRBuilder.
Devang Patel
2011-08-18
Dramatically speedup codegen prepare by a) avoiding use of dominator tree and...
Devang Patel
2011-08-16
Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'
Bill Wendling
2011-08-15
In places where it's using "getFirstNonPHI", skip the landingpad instruction ...
Bill Wendling
2011-08-15
Skip the insertion iterator past the landingpad instruction if there.
Bill Wendling
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-05-29
Fix warnings due to 132263; Thanks rdivacky.
Nadav Rotem
2011-05-27
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-26
Fix warning about || and && without explicit grouping.
Chandler Carruth
2011-05-26
Do not insert anything after terminator.
Devang Patel
2011-05-26
Do not move DBG_VALUE in middle of PHI nodes.
Devang Patel
2011-05-26
If llvm.dbg.value and the value instruction it refers to are far apart then i...
Devang Patel
2011-05-22
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-18
Revert commit 131534 since it seems to have broken several buildbots.
Duncan Sands
[next]