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
/
Scalar
/
CodeGenPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
1
-8
/
+0
*
Push analysis passes to InstSimplify when they're around anyways.
Benjamin Kramer
2013-09-24
1
-1
/
+2
*
Fix mistake in r190442.
Eli Friedman
2013-09-10
1
-0
/
+7
*
Remove unused functions.
Eli Friedman
2013-09-10
1
-5
/
+0
*
Use type helper functions.
Matt Arsenault
2013-09-06
1
-2
/
+1
*
Teach CodeGenPrepare about address spaces
Matt Arsenault
2013-09-06
1
-4
/
+2
*
Remove trailing whitespace
Stephen Lin
2013-07-15
1
-36
/
+36
*
Remove a useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-05
1
-1
/
+0
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-4
/
+6
*
Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInst
Nick Lewycky
2013-05-08
1
-5
/
+2
*
Fix a typo in comment.
Jim Grosbach
2013-04-15
1
-1
/
+1
*
Bypass Slow Divides
Preston Gurd
2013-03-04
1
-1
/
+1
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-6
/
+6
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Sink the AddressingModeMatcher helper class into an anonymous namespace
Chandler Carruth
2013-01-05
1
-1
/
+623
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
Every pass deserves a name, even codegenprep.
Evan Cheng
2012-12-21
1
-0
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-7
/
+7
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Set the 'MadeChange' variable if we are deleting blocks.
Bill Wendling
2012-12-06
1
-0
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
1
-75
/
+0
*
Handle the situation where CodeGenPrepare removes a reference to a BB that has
Bill Wendling
2012-11-29
1
-0
/
+75
*
When we delete a dead basic block, see if any of its successors are dead and
Bill Wendling
2012-11-28
1
-3
/
+13
*
CodeGenPrepare: Move ret duplication out of the instruction iteration loop.
Benjamin Kramer
2012-11-23
1
-6
/
+8
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-112
/
+2
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Per the C++ standard, we need to include the definition of llvm::Calculate in
Richard Smith
2012-10-23
1
-0
/
+1
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-2
/
+2
*
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
1
-2
/
+4
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-1
/
+2
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-2
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
This patch corrects commit 165126 by using an integer bit width instead of
Preston Gurd
2012-10-04
1
-2
/
+3
*
Use method to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-28
1
-2
/
+3
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
CodeGenPrep: turn lookup tables into switches for some targets.
Hans Wennborg
2012-09-19
1
-4
/
+114
*
Stylistic and 80-col fixes
Evan Cheng
2012-09-14
1
-7
/
+3
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-13
1
-1
/
+4
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-1
/
+14
*
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
1
-7
/
+22
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-1
/
+1
*
revise debug output to avoid dangling pointer
Michael Liao
2012-08-21
1
-1
/
+1
*
Remove dead flag.
Bill Wendling
2012-08-15
1
-9
/
+3
*
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-14
1
-0
/
+39
*
Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
Evan Cheng
2012-07-27
1
-3
/
+14
[next]