Fix grammar.
[oota-llvm.git] / include /
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-13 Michael J. SpencerAdd Object/Error.
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-06-12 Nadav RotemBugfix: When looking for a legal vector type, stop...
2011-06-12 Jakob Stoklund OlesenTweak hash function and compress hash tables.
2011-06-12 Jakob Stoklund OlesenCompute lists of sub-regs, super-regs, and overlapping...
2011-06-11 Bill WendlingReformatting. Moving class definitions to more natural...
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-10 Cameron ZwarichProvide an ARMCCState subclass of CCState so that ARM...
2011-06-10 Cameron ZwarichRename the ParmContext enum values to make a bit more...
2011-06-10 Cameron ZwarichRemove tabs.
2011-06-10 Richard OsborneFix example code in comment.
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-06-07 Lang HamesSwitched to DenseMap for allowed sets in PBQP. Reduces...
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-06-04 Hans WennborgCast unused parameter to void.
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...
2011-06-04 Dan GohmanFix BasicAA's recursion detection so that it doesn...
2011-06-03 Devang PatelA typedef's context is not the same as type's context...
2011-06-03 Charles DavisTreat Win64 EH as a DWARF EH scheme. For GCC-style...
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-06-02 Jakob Stoklund OlesenMake it possible to have unallocatable register classes.
2011-06-02 Devang PatelRemove dead code.
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.
next