| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
llvm-svn: 33574
|
| |
|
|
| |
llvm-svn: 33298
|
| |
|
|
| |
llvm-svn: 33291
|
| |
|
|
| |
llvm-svn: 30177
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
llvm-svn: 28574
|
| |
|
|
| |
llvm-svn: 28266
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build.
llvm-svn: 24233
|
| |
|
|
|
|
|
|
| |
2. Propagate feature "string" to all targets.
3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget.
llvm-svn: 23192
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement the X86 Subtarget.
This consolidates the checks for target triple, and setting options based
on target triple into one place. This allows us to convert the asm printer
and isel over from being littered with "forDarwin", "forCygwin", etc. into
just having the appropriate flags for each subtarget feature controlling
the code for that feature.
This patch also implements indirect external and weak references in the
X86 pattern isel, for darwin. Next up is to convert over the asm printers
to use this new interface.
llvm-svn: 22389
|
| |
|
|
|
|
| |
interface.
llvm-svn: 22282
|
| |
|
|
|
|
| |
* Convert tabs to spaces
llvm-svn: 21426
|
| |
|
|
|
|
| |
hold your nose!)
llvm-svn: 17869
|
| |
|
|
| |
llvm-svn: 14745
|
| |
|
|
| |
llvm-svn: 13952
|
| |
|
|
| |
llvm-svn: 12252
|
| |
|
|
|
|
|
|
|
| |
(16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's
dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in
the interest of not breaking things any more than they already are, I'm going
to leave the constant alone.
llvm-svn: 12043
|
| |
|
|
|
|
| |
implementation from the TargetMachine directly.
llvm-svn: 10636
|
| |
|
|
| |
llvm-svn: 10629
|
| |
|
|
| |
llvm-svn: 10542
|
| |
|
|
|
|
| |
namespacification.
llvm-svn: 10430
|
| |
|
|
| |
llvm-svn: 9903
|
| |
|
|
| |
llvm-svn: 9321
|
| |
|
|
| |
llvm-svn: 9295
|
| |
|
|
| |
llvm-svn: 9202
|
| |
|
|
| |
llvm-svn: 8312
|
| |
|
|
| |
llvm-svn: 8132
|
| |
|
|
|
|
|
| |
FunctionPassManager, to support function-at-a-time compilation and
emission of code.
llvm-svn: 7821
|
| |
|
|
|
|
| |
(non-working) of llc guts for X86, and add a prototype for it.
llvm-svn: 6779
|
| |
|
|
| |
llvm-svn: 5204
|
| |
|
|
|
|
| |
Rename MachineCacheInfo to TargetCacheInfo
llvm-svn: 5203
|
| |
|
|
| |
llvm-svn: 5199
|
| |
|
|
| |
llvm-svn: 5189
|
| |
|
|
|
|
| |
and/or long pointer operation
llvm-svn: 5131
|
| |
|
|
| |
llvm-svn: 4871
|
| |
|
|
| |
llvm-svn: 4866
|
| |
|
|
| |
llvm-svn: 4437
|
|
|
llvm-svn: 4421
|