index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86TargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use internal storage for command line option.
Benjamin Kramer
2011-09-03
1
-5
/
+3
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Introduce a pass to insert vzeroupper instructions to avoid AVX to
Bruno Cardoso Lopes
2011-08-23
1
-0
/
+16
*
More refactoring.
Evan Cheng
2011-07-25
1
-37
/
+0
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-26
/
+7
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-64
/
+12
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-21
/
+0
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-2
/
+2
*
Restore old behavior. Always auto-detect features unless cpu or features are ...
Evan Cheng
2011-07-08
1
-1
/
+1
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-1
/
+1
*
Add Mode64Bit feature and sink it down to MC layer.
Evan Cheng
2011-07-07
1
-1
/
+1
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-3
/
+6
*
Rename TargetOptions::StackAlignment to StackAlignmentOverride.
Evan Cheng
2011-06-23
1
-1
/
+1
*
Remove TargetOptions.h dependency from X86Subtarget.
Evan Cheng
2011-06-23
1
-1
/
+5
*
Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when
Rafael Espindola
2011-04-28
1
-2
/
+6
*
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
1
-24
/
+14
*
Add datalayout information for the IEEE quad precision fp128 type.
Duncan Sands
2011-03-01
1
-4
/
+4
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
1
-2
/
+0
*
Fix whitespace.
NAKAMURA Takumi
2011-02-17
1
-4
/
+4
*
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-02-01
1
-2
/
+8
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-2
/
+3
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
1
-2
/
+2
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-4
/
+1
*
Recommit 116056, now with the missing file...
Cameron Esfahani
2010-10-08
1
-1
/
+2
*
va_args support for Win64.
Anton Korobeynikov
2010-10-03
1
-2
/
+1
*
Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do
Rafael Espindola
2010-10-03
1
-5
/
+18
*
Use rip-rel addressing on win64 by default. For this we just
Anton Korobeynikov
2010-08-21
1
-14
/
+18
*
Hookup ELF support for X86.
Matt Fleming
2010-08-16
1
-2
/
+1
*
Print an error message when someone tries -integrated-as on an unsupported ta...
Benjamin Kramer
2010-08-04
1
-1
/
+7
*
Add relax all support to the COFF object streamer.
Michael J. Spencer
2010-07-31
1
-1
/
+1
*
Make MC use Windows COFF on Windows and add tests.
Michael J. Spencer
2010-07-27
1
-0
/
+2
*
Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
Jakob Stoklund Olesen
2010-07-16
1
-8
/
+0
*
Allow x87 FP registers to be alive globally in a function.
Jakob Stoklund Olesen
2010-07-16
1
-1
/
+6
*
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-10
1
-0
/
+4
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-3
/
+3
*
Revert r107655.
Dan Gohman
2010-07-06
1
-3
/
+3
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-3
/
+3
*
Currently, createMachOStreamer() is invoked directly in llvm-mc which
Matt Fleming
2010-05-21
1
-0
/
+20
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
1
-1
/
+2
*
Revert 102941, we're going to do this via attr and can just
Eric Christopher
2010-05-05
1
-8
/
+1
*
Add an option, defaulting to off, to disable the sse domain crossing opts.
Eric Christopher
2010-05-03
1
-1
/
+8
*
Trim include.
Evan Cheng
2010-04-21
1
-1
/
+0
*
Fix PR6696 and PR6663
Jim Grosbach
2010-04-06
1
-0
/
+1
*
Enable -sse-domain-fix by default. Now with tests!
Jakob Stoklund Olesen
2010-03-30
1
-6
/
+1
*
Revert "Enable -sse-domain-fix by default. What could possibly go wrong?"
Jakob Stoklund Olesen
2010-03-30
1
-1
/
+6
*
Enable -sse-domain-fix by default. What could possibly go wrong?
Jakob Stoklund Olesen
2010-03-30
1
-6
/
+1
*
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen
2010-03-25
1
-0
/
+15
*
Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...
Jakob Stoklund Olesen
2010-03-23
1
-15
/
+0
*
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen
2010-03-23
1
-0
/
+15
[prev]
[next]