Align Win64 EH Table sections to 4 bytes.
[oota-llvm.git] / include /
2011-05-26 Charles DavisTest .seh_startchained and .seh_endchained parsing.
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
2011-05-25 Rafael EspindolaFix some issues Duncan found in the previous commit.
2011-05-25 Frits van BommelFix warning in the CMake build about redefining LLVM_PA...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-24 Charles DavisImplement the rest of the SEH directive-parsing methods...
2011-05-24 Devang PatelRemove dead code.
2011-05-24 Charles DavisAdd a method to TargetRegisterInfo to get the register...
2011-05-24 Cameron ZwarichClean up the lazy initialization of DIBuilder a bit.
2011-05-24 Jakob Stoklund OlesenWork around code generation bug in Visual Studio 2010.
2011-05-24 Cameron ZwarichMake LoadAndStorePromoter preserve debug info and creat...
2011-05-22 Chris Lattneradd a helper method to get the byval alignment of an...
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2011-05-22 Frits van BommelAdd a parameter to ConstantFoldTerminator() that caller...
2011-05-22 Chris Lattneranother typo
2011-05-22 Chris Lattnerfix comment typo
2011-05-22 Chris LattnerFix some minor typos and grammar.
2011-05-22 Charles DavisImplement emission of all Win64 exception tables. Make...
2011-05-22 Charles DavisMake the COFF streamer emit unwind info when processing...
2011-05-22 Chris Lattnerrandom comment cleanups.
2011-05-22 Chris Lattnerremove StandardPasses, it has been replaced with PassMa...
2011-05-22 Chris Lattneradd support for LTO passes.
2011-05-22 Charles DavisInclude DataTypes.h from this header to get the uint...
2011-05-22 Charles DavisAllow access to the .pdata and .xdata sections through...
2011-05-21 Chris Lattneradd an extension point mechanism that allow plugins...
2011-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-05-21 Chris Lattneradd a new PassManagerBuilder class to replace StandardP...
2011-05-21 Chris Lattneradd a copy ctor to TargetLibraryInfo.
2011-05-21 Eli FriedmanPR7952: Make isa<> use the same logic as cast<>, so...
2011-05-21 Charles DavisA handler for a function in the Win64 EH scheme can...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-20 Charles DavisAdd .pdata and .xdata sections to the COFF TLOF impleme...
2011-05-20 Argyrios KyrtzidisAdd asserts in StringRef to make sure we avoid undefine...
2011-05-20 Andrew Trickindvars: Prototyping Sign/ZeroExtend elimination withou...
2011-05-20 Benjamin KramerRemove noisy semicolons.
2011-05-19 Rafael EspindolaMisc code refactorings:
2011-05-19 Charles DavisImplement the EndProlog Win64 EH method on the base...
2011-05-19 Charles DavisImplement the Win64 EH prolog instruction methods on...
2011-05-19 Eli FriedmanFix up the new StandardPasses to run the same scalarrep...
2011-05-19 Joerg SonnenbergerReapply 131644 including the missing header changes:
2011-05-19 Charles DavisTurns out GAS does have Win64 EH directives. (It also...
2011-05-19 Charles DavisImplement the StartChained and EndChained Win64 EH...
2011-05-19 Francois PichetFix the MSVC build.
2011-05-19 Charles DavisImplement the StartProc and EndProc Win64 EH methods...
2011-05-19 Charles DavisFix build issues with headers, which I discovered by...
2011-05-18 Charles DavisAdd a header patterned after MCDwarf.h for supporting...
2011-05-18 David ChisnallSome better type safety enforcement in the standard...
2011-05-18 Eli FriedmanThird pass at allowing plugins to modify default passes...
2011-05-18 Devang PatelSet debug location while setting insertion point.
2011-05-18 Charles DavisAdd some more Win64 EH directives:
2011-05-18 Eli FriedmanRevert r131556; it's breaking buildbots/clang tests.
2011-05-18 David ChisnallSecond pass at allowing plugins to modify default passe...
2011-05-18 Duncan SandsRevert commit 131534 since it seems to have broken...
2011-05-18 Nadav RotemRefactor getActionType and getTypeToTransformTo ; place...
2011-05-18 Charles DavisWhile thinking about how to know where the functions...
2011-05-17 Bill WendlingConditionalize the format of the GCOV files by target...
2011-05-17 Jim GrosbachFrame indices are signed. Update MachineOperand methods...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-16 Dan GohmanDelete unused variables.
2011-05-16 Charles DavisAdd a method I forgot in the last commit. Don't worry...
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Eli FriedmanBasic fast-isel of extractvalue. Not too helpful on...
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-16 Zhongxing XuRemove redundant template partial specilization.
2011-05-16 Rafael EspindolaDon't do tail calls in a function that call setjmp...
2011-05-15 Charles DavisAdd stub methods to MCStreamer for emitting Win64 excep...
2011-05-15 Charles DavisGet rid of extern "C" from the Win64 EH header.
2011-05-15 Charles DavisAdd a header containing definitions used to implement...
2011-05-15 Nick LewyckyDeclare this function here so that it doesn't get C...
2011-05-13 John McCallAdd an operator+= for appending StringRefs onto std...
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-13 Rafael EspindolaMake codegen able to handle values of empty types....
2011-05-13 Julien LerougeFix a source of non determinism in FindUsedTypes, use...
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-05-12 Evan ChengRe-commit 131172 with fix. MachineInstr identity checks...
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-05-11 Bill WendlingGive the 'eh.sjlj.dispatchsetup' intrinsic call the...
2011-05-11 Bill WendlingFix comment.
2011-05-10 Nick LewyckyRevert r131155 for now. It makes VMCore depend on Analy...
2011-05-10 David ChisnallAdd support for plugins add passes to the default set...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-10 Rafael EspindolaParsing and plumbing for .cfi_sections.
2011-05-09 Dan GohmanChange a few std::maps to DenseMaps.
2011-05-08 Rafael EspindolaDon't force relaxation of AdvanceLoc instructions on...
2011-05-08 Eli FriedmanPR9869: Add explicit destructor declarations to Operato...
2011-05-07 Eli FriedmanFix comments per Duncan's review.
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Rafael EspindolaSwitch Darwin to the generic CIE/FDE printer.
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-05-06 Rafael EspindolaDead code elimination.
next