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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an asserting ValueHandle to the block simplification code which will
Chandler Carruth
2012-03-25
1
-0
/
+9
*
Use the isReachableFromEntry method.
Rafael Espindola
2012-03-24
1
-3
/
+1
*
Don't form a WeakVH around the sentinel node in the instructions BB
Chandler Carruth
2012-03-24
1
-4
/
+2
*
Avoid using dominatedBySlowTreeWalk.
Rafael Espindola
2012-03-24
1
-5
/
+8
*
Try to harden the recursive simplification still further. This is again
Chandler Carruth
2012-03-24
1
-7
/
+8
*
Don't add the instruction about to be RAUW'ed and erased to the
Chandler Carruth
2012-03-24
1
-2
/
+4
*
Fix null to integer conversion warnings.
Jean-Daniel Dupas
2012-03-24
1
-2
/
+2
*
FileCheck-ize this test. Note the FIXME I've introduced here: we've
Chandler Carruth
2012-03-24
1
-4
/
+14
*
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-24
4
-72
/
+101
*
Remove always true variable.
Rafael Espindola
2012-03-24
1
-19
/
+10
*
Add a small release not about the range metadata.
Rafael Espindola
2012-03-24
1
-0
/
+2
*
Fix small-integer VAARG on SVR4 ABI PPC64.
Hal Finkel
2012-03-24
2
-5
/
+37
*
Add the ability to promote legal integer VAARGs. This is required for the PPC...
Hal Finkel
2012-03-24
1
-1
/
+33
*
Fix the MSVC build.
Francois Pichet
2012-03-24
1
-2
/
+2
*
PTX: Fix predicate logic bug
Justin Holewinski
2012-03-24
2
-21
/
+36
*
More IndVarSimplify cleanup.
Andrew Trick
2012-03-24
1
-25
/
+16
*
First part of PR12251. Add documentation and verifier support for the range
Rafael Espindola
2012-03-24
6
-1
/
+165
*
add EP_OptimizerLast extension point
Kostya Serebryany
2012-03-23
2
-0
/
+5
*
It's possible for two types, which are isomorphic, to be added to the
Bill Wendling
2012-03-23
1
-6
/
+25
*
ARM tidy up ARMConstantIsland.cpp.
Jim Grosbach
2012-03-23
1
-156
/
+158
*
Pretty-printing comments for literal floating point in .s files.
Jim Grosbach
2012-03-23
1
-2
/
+6
*
Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation
Akira Hatanaka
2012-03-23
3
-29
/
+42
*
Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it
Dan Gohman
2012-03-23
3
-3
/
+55
*
It's not possible to insert code immediately after an invoke in the
Dan Gohman
2012-03-23
2
-32
/
+108
*
Make it feasible for clients using EngineBuilder to capture the TargetMachine...
Owen Anderson
2012-03-23
3
-49
/
+54
*
Add support for register masks to PBQP.
Lang Hames
2012-03-23
1
-4
/
+38
*
Include cctype for std::isprint.
Benjamin Kramer
2012-03-23
1
-0
/
+1
*
Include cstdio in a few place that depended on getting it transitively throug...
Benjamin Kramer
2012-03-23
4
-2
/
+6
*
Move ftostr into its last user (cppbackend) and simplify it a bit.
Benjamin Kramer
2012-03-23
3
-21
/
+13
*
Add soname to LLVM shared library on Linux. Probably the same stuff is necess...
Anton Korobeynikov
2012-03-23
1
-0
/
+2
*
When propagating equalities, eg replacing A with B in every basic block
Duncan Sands
2012-03-23
1
-0
/
+3
*
Indentation.
Duncan Sands
2012-03-23
1
-1
/
+1
*
Ignore the last message.
Bill Wendling
2012-03-23
1
-1
/
+3
*
Revert patch. It broke the build.
Bill Wendling
2012-03-23
1
-3
/
+1
*
Dematerialize the source functions after we're done with them. This saves a bit
Bill Wendling
2012-03-23
1
-1
/
+3
*
Remove the C backend.
Eric Christopher
2012-03-23
23
-4028
/
+15
*
Fix up cmake build.
Eric Christopher
2012-03-23
1
-1
/
+0
*
Take out the debug info probe stuff. It's making some changes to
Eric Christopher
2012-03-23
4
-335
/
+3
*
Explicitly close optionally closed <li> tags.
Nick Lewycky
2012-03-23
1
-25
/
+25
*
Remove -enable-lsr-retry in time for 3.1.
Andrew Trick
2012-03-22
1
-20
/
+10
*
Remove -enable-lsr-nested in time for 3.1.
Andrew Trick
2012-03-22
6
-1167
/
+10
*
Some whitespace and comment cleanup.
Bill Wendling
2012-03-22
1
-5
/
+0
*
Remove unneeded #ifdefs.
Bill Wendling
2012-03-22
1
-3
/
+1
*
Add a 'dump' method to the type map. Doxygenify some of the comments and add a
Bill Wendling
2012-03-22
1
-23
/
+36
*
Source order scheduler should not preschedule nodes with multiple uses. rdar:...
Evan Cheng
2012-03-22
1
-7
/
+11
*
Assign node orders to target intrinsics which do not produce results. rdar://...
Evan Cheng
2012-03-22
1
-0
/
+6
*
Refactor the code for visiting instructions out into helper functions.
Dan Gohman
2012-03-22
1
-245
/
+271
*
Cleanup IVUsers::addUsersIfInteresting.
Andrew Trick
2012-03-22
2
-14
/
+18
*
Remove unused simplifyIVUsers
Andrew Trick
2012-03-22
2
-47
/
+0
*
Remove -enable-iv-rewrite, which has been unsupported since 3.0.
Andrew Trick
2012-03-22
1
-265
/
+7
[next]