openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
dist-llvm
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
4 days
ago. based on code collected
4 days
ago.
Mar 13, 2025 — Mar 13, 2026
Showing page 1 of 879
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
prune includes
Gabor Greif
More...
almost 16 years ago
ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP directly. In cases where there are two dyn_alloc in the same BB it would have caused the old SP value to be reused and badness ensues. rdar://7493908
Evan Cheng
More...
almost 16 years ago
DEBUG() print out "Unknown format" msg.
Johnny Chen
More...
almost 16 years ago
ReuseFrameIndexVals is used in multiple files, so it can't be static.
Dan Gohman
More...
almost 16 years ago
EnablePPC64RS and EnablePPC32RS are used in multiple files, so they can't be static.
Dan Gohman
More...
almost 16 years ago
Fix a bunch of namespace polution.
Dan Gohman
More...
almost 16 years ago
Fix namespace polution.
Dan Gohman
More...
almost 16 years ago
Make getPredecessorWithUniqueSuccessorForBB return the unique successor in addition to the predecessor.
Dan Gohman
More...
almost 16 years ago
typos
Gabor Greif
More...
almost 16 years ago
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
More...
almost 16 years ago
zap mergeinfo
Gabor Greif
More...
almost 16 years ago
Simplify ".bc" detection.
Benjamin Kramer
More...
almost 16 years ago
rotate CallInst operands, i.e. move callee to the back of the operand array
Gabor Greif
More...
almost 16 years ago
enhance the load/store narrowing optimization to handle a tokenfactor in between the load/store. This allows us to optimize test7 into:
Chris Lattner
More...
almost 16 years ago
teach codegen to turn trunc(zextload) into load when possible. This doesn't occur much at all, it only seems to formed in the case when the trunc optimization kicks in due to phase ordering. In that case it is saves a few bytes on x86-32.
Chris Lattner
More...
almost 16 years ago
add a simple dag combine to replace trivial shl+lshr with and. This happens with the store->load narrowing stuff.
Chris Lattner
More...
almost 16 years ago
Implement rdar://7860110 (also in target/readme.txt) narrowing a load/or/and/store sequence into a narrower store when it is safe. Daniel tells me that clang will start producing this sort of thing with bitfields, and this does trigger a few dozen times on 176.gcc produced by llvm-gcc even now.
Chris Lattner
More...
almost 16 years ago
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
More...
almost 16 years ago
further tweak this to do something useful.
Chris Lattner
More...
almost 16 years ago
remove undef control flow.
Chris Lattner
More...
almost 16 years ago
Remove unnecessary uses of <iostream>.
Daniel Dunbar
More...
almost 16 years ago
tests: MC/Disassembler tests depend on ARM support being compiler in.
Daniel Dunbar
More...
almost 16 years ago
fix a crash on "lli ex" or any other file whose name is exactly two characters long.
Chris Lattner
More...
almost 16 years ago
Fix build.
Anders Carlsson
More...
almost 16 years ago
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
More...
almost 16 years ago
Allow lowering for palignr instructions for mmx sized vectors. Add patterns to handle the lowering.
Eric Christopher
More...
almost 16 years ago
More 80 violations.
Evan Cheng
More...
almost 16 years ago
Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.
Johnny Chen
More...
almost 16 years ago
80 col violations.
Evan Cheng
More...
almost 16 years ago
Add comment.
Devang Patel
More...
almost 16 years ago
←
1
2
3
4
5
6
7
8
9
…
878
879
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree