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
*
Actually... return after the check for invalid input.
Eric Christopher
2010-04-13
1
-0
/
+1
*
Verify function prototypes before trying to optimize functions. We also
Eric Christopher
2010-04-12
1
-2
/
+48
*
performance: cache result of looking up user
Gabor Greif
2010-04-09
1
-4
/
+6
*
Add support for stpncpy_chk.
Eric Christopher
2010-04-07
1
-6
/
+6
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-1
/
+1
*
Code clean up.
Evan Cheng
2010-04-05
1
-12
/
+10
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-04
2
-25
/
+29
*
Revert all my SSAUpdater patches. The PHI placement algorithm is not correct
Bob Wilson
2010-04-03
1
-315
/
+183
*
Add a DEBUG_TYPE for the SSAUpdater.
Bob Wilson
2010-04-03
1
-0
/
+1
*
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
2
-29
/
+25
*
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
2
-25
/
+29
*
Recommit 100158 now that the buildbots are happy again.
Bob Wilson
2010-04-02
1
-21
/
+29
*
Revert 100158 in case it is causing some of the buildbot problems.
Bob Wilson
2010-04-02
1
-29
/
+21
*
Check for terminating conditions before adding PHIs to the worklists.
Bob Wilson
2010-04-02
1
-21
/
+29
*
Remove trailing whitespace.
Bob Wilson
2010-04-01
1
-5
/
+5
*
Rewrite another SSAUpdater function to avoid recursion.
Bob Wilson
2010-04-01
1
-32
/
+46
*
Change another SSAUpdater function to avoid recursion.
Bob Wilson
2010-04-01
1
-18
/
+24
*
Simplify the code to check for existing PHIs, now that it is only used in
Bob Wilson
2010-04-01
1
-30
/
+12
*
The SSAUpdater should avoid recursive traversals of the CFG, since that may
Bob Wilson
2010-04-01
1
-15
/
+23
*
Rewrite part of the SSAUpdater to be more careful about inserting redundant
Bob Wilson
2010-03-31
1
-150
/
+263
*
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
2
-29
/
+25
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
2
-25
/
+29
*
Fix a grammaro.
Dan Gohman
2010-03-30
1
-1
/
+1
*
fix two cases where the arguments were extracted from the wrong range out of ...
Gabor Greif
2010-03-30
1
-3
/
+3
*
rename pred_const_iterator to const_pred_iterator for consistency's sake
Gabor Greif
2010-03-25
1
-1
/
+1
*
rename use_const_iterator to const_use_iterator for consistency's sake
Gabor Greif
2010-03-25
1
-1
/
+1
*
Temporarily revert this, it's causing an issue with an internal project.
Eric Christopher
2010-03-24
1
-3
/
+1
*
Finally land the InvokeInst operand reordering.
Gabor Greif
2010-03-24
1
-2
/
+2
*
cache result of UI.getOperandNo() instead of calling it twice, it is cheaper ...
Gabor Greif
2010-03-24
1
-2
/
+3
*
add some accessors to callsite/callinst/invokeinst to check
Chris Lattner
2010-03-23
1
-1
/
+3
*
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...
Evan Cheng
2010-03-23
1
-1
/
+25
*
Fix 80 col violation.
Evan Cheng
2010-03-22
1
-1
/
+1
*
backing out r99170 because it still fails on clang-x86_64-darwin10-fnt
Gabor Greif
2010-03-22
1
-2
/
+2
*
Now that hopefully all direct accesses to InvokeInst operands are fixed
Gabor Greif
2010-03-22
1
-2
/
+2
*
back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...
Gabor Greif
2010-03-19
1
-2
/
+2
*
Recommit r80858 again (which has been backed out in r80871).
Gabor Greif
2010-03-19
1
-2
/
+2
*
Skip debug info intrinsics.
Devang Patel
2010-03-15
1
-0
/
+4
*
Make returns more consistent with others.
Bill Wendling
2010-03-14
1
-2
/
+2
*
Add a virtual destructor and give vtable a home.
Benjamin Kramer
2010-03-12
1
-0
/
+2
*
Factor checked library call optimization into a common helper class and use it
Benjamin Kramer
2010-03-12
1
-0
/
+81
*
stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...
Benjamin Kramer
2010-03-11
1
-21
/
+3
*
Lower stpcpy_chk when possible.
Eric Christopher
2010-03-11
1
-0
/
+18
*
Fix typo.
Eric Christopher
2010-03-11
1
-1
/
+1
*
Add strncpy libcall creator. Use it when it should be used.
Eric Christopher
2010-03-11
1
-0
/
+20
*
Add a DominatorTree argument to isLCSSA so that it doesn't have to
Dan Gohman
2010-03-10
2
-8
/
+2
*
Fix a comment.
Dan Gohman
2010-03-10
1
-1
/
+1
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-3
/
+3
*
Revert r97947.
Devang Patel
2010-03-08
1
-3
/
+3
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-3
/
+3
*
Update CMake build.
Ted Kremenek
2010-03-05
1
-0
/
+1
[next]