This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
88,191
Commits
23
Branches
0
Tags
2.2
GiB
C++
39.1%
LLVM
35.7%
C
12.1%
Assembly
8.9%
Python
1.1%
Other
2.7%
59069ec784
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Evan Cheng
59069ec784
Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shifts cost extra instructions so it might be better to emit them separately to take advantage of dual-issues.
...
llvm-svn: 109934
2010-07-30 23:33:54 +00:00
clang
Update checker build.
2010-07-30 23:07:20 +00:00
compiler-rt
add assembly implementation of modsi3 so compiler does not have to special case a - (a / b) * b optimization
2010-07-27 06:24:32 +00:00
libcxx
buildit adjustment
2010-07-30 23:15:01 +00:00
lldb
Fixed debugserver to not exit when we are able to spawn the process, yet not
2010-07-30 23:14:42 +00:00
llvm
Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shifts cost extra instructions so it might be better to emit them separately to take advantage of dual-issues.
2010-07-30 23:33:54 +00:00