Initialize members to fix problem found by valgrind.
[oota-llvm.git] / include /
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-06-01 Chad RosierTypos.
2011-06-01 Benjamin KramerInitialize IssueWidth to zero.
2011-06-01 Jakob Stoklund OlesenFix PR10059 and future variations by handling all regis...
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-06-01 Nadav RotemThis patch is another step in the direction of adding...
2011-06-01 Stuart HastingsFGETSIGN support for x86, using movmskps/pd. Will...
2011-05-31 Eli Friedmanllvm.memcpy.* has two distinct associated address space...
2011-05-31 Richard OsborneFix 80 column violations.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc32.
2011-05-31 Argyrios KyrtzidisIntroduce PackedVector, useful for storing a vector...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-30 Rafael EspindolaIntroduce the DwarfRegAlias class for declaring that...
2011-05-29 John McCall...this is not a good commit day for me.
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-28 Nadav RotemRefactor the type legalizer. Switch TargetLowering...
2011-05-28 John McCallChange how tblgen generates attributes for intrinsics...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-28 Bruno Cardoso LopesAdd support for ARM ldrexd/strexd intrinsics. They...
2011-05-27 Charles DavisStub out support for Win64-style exceptions. Note that...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Nadav RotemRefactor getActionType and getTypeToTransformTo ; place...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-27 Charles DavisStart keeping track of where the various unwind instruc...
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Eric ChristopherComment cleanup.
2011-05-26 Charles DavisFix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big...
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...
next