| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 45418
|
|
|
|
| |
llvm-svn: 44240
|
|
|
|
| |
llvm-svn: 40123
|
|
|
|
| |
llvm-svn: 37289
|
|
|
|
|
|
|
| |
for a target-dependent default with a command-line override; this way
should be generally usable.
llvm-svn: 37285
|
|
|
|
|
|
|
|
| |
definition of it into the CodeGen library. This is so that a backend doesn't
necessarily add in these writers if it doesn't use them (like in the lli
program).
llvm-svn: 34034
|
|
|
|
| |
llvm-svn: 33480
|
|
|
|
| |
llvm-svn: 33298
|
|
|
|
| |
llvm-svn: 33291
|
|
|
|
|
|
|
|
| |
2. Protect and outline createTargetAsmInfo.
3. Misc. kruft.
llvm-svn: 30169
|
|
|
|
| |
llvm-svn: 30162
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pass:
1. Splits TargetMachine into TargetMachine (generic targets, can be implemented
any way, like the CBE) and LLVMTargetMachine (subclass of TM that is used by
things using libcodegen and other support).
2. Instead of having each target fully populate the passmgr for file or JIT
output, move all this to common code, and give targets hooks they can
implement.
3. Commonalize the target population stuff between file emission and JIT
emission.
4. All (native code) codegen stuff now happens in a FunctionPassManager, which
paves the way for "fast -O0" stuff in the CFE later, and now LLC could
lazily stream .bc files from disk to use less memory.
5. There are now many fewer #includes and the targets don't depend on the
scalar xforms or libanalysis anymore (but codegen does).
6. Changing common code generator pass ordering stuff no longer requires
touching all targets.
7. The JIT now has the option of "-fast" codegen or normal optimized codegen,
which is now orthogonal to the fact that JIT'ing is being done.
llvm-svn: 30081
|
|
|
|
|
|
| |
that is currently just like ppc32 :)
llvm-svn: 28813
|
|
|
|
| |
llvm-svn: 28264
|
|
|
|
|
|
|
| |
TargetData.h. This should make recompiles a bit faster with my current
TargetData tinkering.
llvm-svn: 28238
|
|
|
|
|
|
|
|
| |
target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference.
This fixes PR 759.
llvm-svn: 28074
|
|
|
|
|
|
| |
Make the CBE and V9 backends create their own, since they're the only ones that use it.
llvm-svn: 26974
|
|
|
|
| |
llvm-svn: 26742
|
|
|
|
|
|
|
| |
not spending tons of time microoptimizing it. This is useful for an -O0
style of build.
llvm-svn: 24235
|
|
|
|
| |
llvm-svn: 24139
|
|
|
|
|
|
| |
redundant after the change.
llvm-svn: 23759
|
|
|
|
| |
llvm-svn: 23752
|
|
This completes the grand PPC file renaming
llvm-svn: 23745
|