| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
(I've tried to get the info right for all targets,
but I'm not expert on all of them - check yours.)
llvm-svn: 40792
|
|
|
|
| |
llvm-svn: 40123
|
|
|
|
|
|
| |
zero if they see a target triple they don't understand.
llvm-svn: 38463
|
|
|
|
|
|
| |
the code emitter and not set variables.
llvm-svn: 34033
|
|
|
|
| |
llvm-svn: 31313
|
|
|
|
|
|
| |
As a bonus, use the GOT node instead of the AlphaISD::GOT for internal stuff.
llvm-svn: 30873
|
|
|
|
| |
llvm-svn: 30594
|
|
|
|
|
|
| |
align basic blocks when it is free to do so
llvm-svn: 30467
|
|
|
|
|
|
|
|
| |
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: 30070
|
|
|
|
|
|
|
|
|
|
| |
method.
- Added synchronizeICache() to TargetJITInfo. It is called after each block
of code is emitted to flush the icache. This ensures correct execution
on targets that have separate dcache and icache.
- Added PPC / Mac OS X specific code to do icache flushing.
llvm-svn: 29276
|
|
|
|
|
|
|
| |
Remove explicit casts to std::string now that there is no overload resolution
issues in the TargetData ctors.
llvm-svn: 28830
|
|
|
|
|
|
| |
This is part of the on-going work on PR 761.
llvm-svn: 28414
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
letting the code generator handle them directly.
llvm-svn: 27539
|
|
|
|
|
|
| |
Make the CBE and V9 backends create their own, since they're the only ones that use it.
llvm-svn: 26974
|
|
|
|
| |
llvm-svn: 25553
|
|
|
|
| |
llvm-svn: 25282
|
|
|
|
| |
llvm-svn: 24413
|
|
|
|
| |
llvm-svn: 24339
|
|
|
|
| |
llvm-svn: 24337
|
|
|
|
|
|
| |
quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build.
llvm-svn: 24233
|
|
|
|
| |
llvm-svn: 24110
|
|
|
|
|
|
|
|
| |
still lots of uglyness.
Maybe calls will come soon.
Fixing the return value of things will be necessary to make alpha work.
llvm-svn: 23832
|
|
|
|
| |
llvm-svn: 23531
|
|
|
|
|
|
|
|
| |
2. Propagate feature "string" to all targets.
3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget.
llvm-svn: 23192
|
|
|
|
|
|
| |
will too
llvm-svn: 22634
|
|
|
|
| |
llvm-svn: 22502
|
|
|
|
| |
llvm-svn: 22500
|
|
|
|
|
|
| |
interface.
llvm-svn: 22282
|
|
|
|
| |
llvm-svn: 21424
|
|
|
|
| |
llvm-svn: 20422
|
|
|
|
| |
llvm-svn: 20407
|
|
|
|
| |
llvm-svn: 19972
|
|
|
|
| |
llvm-svn: 19815
|
|
|
|
| |
llvm-svn: 19814
|
|
processor
llvm-svn: 19764
|