Move TargetData to DataLayout.
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.cpp
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-03 Jakob Stoklund OlesenThe early if conversion pass is ready to be used as...
2012-07-04 Jakob Stoklund OlesenAdd early if-conversion support to X86.
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-06-01 Hans WennborgImplement the local-dynamic TLS model for x86 (PR3985)
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Andrew Trickwhitespace
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-01-11 Rafael EspindolaSupport segmented stacks on mac.
2012-01-10 Craig TopperRemove hasXMM/hasXMMInt functions. Move callers to...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-17 Eli FriedmanTurn on vzeroupper insertion on call boundaries for...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-16 Craig TopperRemove code to enable execution dependency fix pass...
2011-11-15 Craig TopperProperly qualify AVX2 specific parts of execution depen...
2011-11-09 Craig TopperEnable execution dependency fix pass for YMM registers...
2011-10-18 Eric ChristopherRevert "Turn on the vzeroupper pass by default."
2011-10-18 Eric ChristopherTurn on the vzeroupper pass by default.
2011-10-14 Evan ChengA few 80-col violations.
2011-10-11 Lang HamesFixed natural stack alignment for Linux x86-32. Thanks...
2011-10-10 Lang HamesAdd a natural stack alignment field to TargetData,...
2011-09-27 Jakob Stoklund OlesenRemove X86-dependent stuff from SSEDomainFix.
2011-09-15 Bruno Cardoso LopesEnable SSEDomainFix pass for AVX mode.
2011-09-03 Benjamin KramerUse internal storage for command line option.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Bruno Cardoso LopesIntroduce a pass to insert vzeroupper instructions...
2011-07-25 Evan ChengMore refactoring.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-08 Evan ChengRestore old behavior. Always auto-detect features unles...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-23 Evan ChengRename TargetOptions::StackAlignment to StackAlignmentO...
2011-06-23 Evan ChengRemove TargetOptions.h dependency from X86Subtarget.
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-03-01 Duncan SandsAdd datalayout information for the IEEE quad precision...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-17 NAKAMURA TakumiFix whitespace.
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-10-08 Cameron EsfahaniRecommit 116056, now with the missing file...
2010-10-03 Anton Korobeynikovva_args support for Win64.
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-08-21 Anton KorobeynikovUse rip-rel addressing on win64 by default. For this...
2010-08-16 Matt FlemingHookup ELF support for X86.
2010-08-04 Benjamin KramerPrint an error message when someone tries -integrated...
2010-07-31 Michael J. SpencerAdd relax all support to the COFF object streamer.
2010-07-27 Michael J. SpencerMake MC use Windows COFF on Windows and add tests.
2010-07-16 Jakob Stoklund OlesenRemove the X86::FP_REG_KILL pseudo-instruction and...
2010-07-16 Jakob Stoklund OlesenAllow x87 FP registers to be alive globally in a function.
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-05-21 Matt FlemingCurrently, createMachOStreamer() is invoked directly...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-05 Eric ChristopherRevert 102941, we're going to do this via attr and...
2010-05-03 Eric ChristopherAdd an option, defaulting to off, to disable the sse...
2010-04-21 Evan ChengTrim include.
2010-04-06 Jim GrosbachFix PR6696 and PR6663
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2010-03-30 Jakob Stoklund OlesenRevert "Enable -sse-domain-fix by default. What could...
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. What could possibly...
2010-03-25 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-23 Jakob Stoklund OlesenRevert "Add a late SSEDomainFix pass that twiddles...
2010-03-23 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-14 Anton KorobeynikovDrop winmcasminfo and use normal AT&T COFF for all...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2010-02-03 Chris Lattnerstub out a new X86 encoder, which can be tried with
2010-02-03 Chris Lattnerrename createX86MCCodeEmitter to more accurately reflec...
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-01-19 Jim GrosbachFor aligned load/store instructions, it's only required...
2010-01-19 Bill WendlingEven more explanation.
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-18 Bill WendlingAdd FIXME comment.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-16 Bill WendlingRetrying r91337:
2009-12-22 Sean CallananFixed library dependencies between the X86 disassembler and
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-02 Jim GrosbachFactor the stack alignment calculations out into a...
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-27 Daniel Dunbarllvm-mc/X86: Implement single instruction encoding...
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
next