Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / X86 / X86JITInfo.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-22 Anton KorobeynikovErm, really disable :)
2007-12-22 Anton KorobeynikovDisable, until we'll really need it
2007-12-22 Evan ChengPreliminary PIC JIT support for X86 (32-bit) / Darwin.
2007-12-12 Scott MichelCorrect typo for Linux: s/esp/%rsp/
2007-12-10 Anton KorobeynikovHey, English is not my native language :)
2007-12-10 Anton KorobeynikovClarify the need of CFI() stuff
2007-12-10 Anton KorobeynikovProvide convenient way to disable CFI stuff for old...
2007-12-10 Chris LattnerDisable cfi directives for now, darwin does't support...
2007-12-10 Anton KorobeynikovAnd finally annotate X86-64 version of callback.
2007-12-10 Anton KorobeynikovProvide annotation for SSE version of callback. It...
2007-12-10 Anton KorobeynikovAnnotate JIT callback function with call frame infromation.
2007-03-14 Evan ChengOops.
2007-03-14 Evan Chengx86-64 JIT stub codegen.
2007-03-14 Evan ChengPreliminary support for X86-64 JIT stub codegen.
2007-01-29 Anton KorobeynikovSave all registers by default, as they can be used...
2006-12-05 Evan Cheng- Fix X86-64 JIT by temporarily disabling code that...
2006-11-17 Bill WendlingRemoved even more std::cerr and #include <iostream...
2006-11-16 Evan ChengAlign stubs on 4 byte boundary. This fixes 447.dealII.
2006-10-16 Evan ChengOne more try.
2006-10-16 Evan ChengUnbreak x86-64 build.
2006-10-16 Evan ChengAdded a X86CompilationCallback variant which saves...
2006-09-08 Chris LattnerUse __USER_LABEL_PREFIX__ to get the prefix added by...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-05 Evan ChengFix JIT on non MacOS X i386 systems.
2006-06-29 Evan ChengLet X86CompilationCallback pass previous frame and...
2006-06-24 Evan ChengSimplify X86CompilationCallback: always align to 16...
2006-06-01 Chris LattnerSilence -pedantic warning.
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-04-29 Jeff CohenMingw32 patches supplied by Anton Korobeynikov.
2006-04-25 Nate BegemanKeep the stack from on darwin 16-byte aligned. This...
2006-01-26 Chris LattnerImprove compatibility with VC2005, patch by Morten...
2005-07-22 Andrew Lenharthupdate interface
2005-06-08 Nate BegemanFix lli linking on Mac OS X 10.4.1 for Intel.
2005-06-02 Reid SpencerMake sure that Cygwin assembly includes _ as part of...
2005-05-20 Nate BegemanC'mon everybody, let's modify X86JITInfo.cpp. This...
2005-05-20 Misha BrukmanSince everyone else has "fixed" this file, might as...
2005-05-20 Chris LattnerFix this a 3rd time :)
2005-05-20 Andrew Lenharthfix compilation error due to no abort being defined...
2005-05-20 Duraid Madinathis seems dead (and broke the ia64 build, so..)
2005-05-20 Jeff CohenFix tail call support in VC++ builds
2005-05-19 Chris LattnerFastcc passes arguments in EAX and EDX, make sure the...
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-11-22 Chris LattnerDo not push two return addresses on the stack when...
2004-11-21 Chris LattnerThere is no reason to emit function stubs for direct...
2004-11-20 Chris LattnerImplement the X86 JIT interfaces