| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
- New target type "mingw" was introduced
- Same things for both mingw & cygwin are marked as "cygming" (as in
gcc)
- .lcomm is supported here, so allow LLVM to use it
- Correctly use underscored versions of setjmp & _longjmp for both mingw
& cygwin
llvm-svn: 32833
|
|
|
|
|
|
| |
type for distinguish JIT & non-JIT instead of "dirty" hacks :)
llvm-svn: 32745
|
|
|
|
|
|
|
| |
platform should be more or less workable. At least, sim is running fine
under lli :)
llvm-svn: 32711
|
|
|
|
| |
llvm-svn: 32048
|
|
|
|
| |
llvm-svn: 31887
|
|
|
|
| |
llvm-svn: 30985
|
|
|
|
| |
llvm-svn: 30764
|
|
|
|
|
|
| |
SSE3, and 64-bit support.
llvm-svn: 30763
|
|
|
|
|
|
|
|
|
| |
DLL* linkages got full (I hope) codegeneration support in C & both x86
assembler backends.
External weak linkage added for future use, we don't provide any
codegeneration, etc. support for it.
llvm-svn: 30374
|
|
|
|
| |
llvm-svn: 30177
|
|
|
|
| |
llvm-svn: 30165
|
|
|
|
| |
llvm-svn: 30146
|
|
|
|
| |
llvm-svn: 30080
|
|
|
|
| |
llvm-svn: 26273
|
|
|
|
|
|
|
| |
Turns them into calls to memset / memcpy if 1) buffer(s) are not DWORD aligned,
2) size is not known to be greater or equal to some minimum value (currently 128).
llvm-svn: 26224
|
|
|
|
|
|
|
| |
* Rename hasSSE -> hasSSE1 to avoid my continual confusion with 'has any SSE'.
* Add inline asm constraint specification.
llvm-svn: 25854
|
|
|
|
| |
llvm-svn: 25679
|
|
|
|
| |
llvm-svn: 25645
|
|
|
|
|
|
| |
based on TargetType.
llvm-svn: 24478
|
|
|
|
|
|
| |
or native Win32
llvm-svn: 24476
|
|
|
|
|
|
|
|
| |
2. Propagate feature "string" to all targets.
3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget.
llvm-svn: 23192
|
|
|
|
| |
llvm-svn: 22644
|
|
|
|
| |
llvm-svn: 22520
|
|
|
|
| |
llvm-svn: 22391
|
|
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
|