This patch handles unaligned loads and stores in Mips JIT. Mips backend
[oota-llvm.git] / lib /
2011-11-08 Bruno Cardoso LopesThis patch handles unaligned loads and stores in Mips...
2011-11-08 NAKAMURA TakumiPPCInstrInfo.cpp: Fix one "unused" warning.
2011-11-08 Eli FriedmanMake sure to mark vector extload's as expand on ARM...
2011-11-08 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-08 Evan ChengAdd x86 isel logic and patterns to match movlps from...
2011-11-08 Chad RosierEnable support for returning i1, i8, and i16. Nothing...
2011-11-07 Eli FriedmanRevert r144034 while I try to track down a crash.
2011-11-07 Bill WendlingThis code is dead, what with the new EH model and the...
2011-11-07 Jakob Stoklund OlesenKill and collapse outstanding DomainValues.
2011-11-07 Pete CooperInstCombine now optimizes vector udiv by power of 2...
2011-11-07 Eli FriedmanAdd a bunch of calls to RemoveDeadNode in LegalizeDAG...
2011-11-07 Eric ChristopherAdd all completed and named types to the dwarf type...
2011-11-07 Jakob Stoklund OlesenUse a reverse post order instead of a DFS order.
2011-11-07 Eric ChristopherMove the hash function to using and taking a StringRef.
2011-11-07 Eric ChristopherSimple destructor to delete the hash data we created...
2011-11-07 Chad RosierAllow i1 to be promoted to i32 for ARM AAPCS and AAPCS...
2011-11-07 Jakob Stoklund OlesenExtract two methods. No functional change.
2011-11-07 Akira HatanakaVarious Mips64 floating point instruction patterns.
2011-11-07 Akira HatanakaAdd definition of the base class for floating point...
2011-11-07 Akira HatanakaAdd code needed for copying between 64-bit integer...
2011-11-07 Akira HatanakaAdd definitions of 64-bit instructions which move data...
2011-11-07 Jakob Stoklund OlesenMBB doesn't need to be a class member.
2011-11-07 Jakob Stoklund OlesenFix pass name after the source was moved.
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-07 Benjamin KramerSimplify code. No functionality change.
2011-11-07 Bill WendlingMake sure we don't insert instructions before a landing...
2011-11-07 Jakob Stoklund OlesenExpand V_SET0 to xorps by default.
2011-11-07 Akira HatanakaAdd definition of 64-bit load upper immediate.
2011-11-07 Akira HatanakaInclude RegSaveAreaSize in the computation of stack...
2011-11-07 Akira HatanakaDefine functions that get or set the size of area on...
2011-11-07 Akira HatanakaUse array_lengthof to compute the number of iterations...
2011-11-07 Akira HatanakaFix patterns for unaligned 32-bit load. DSLL32 or DSRL3...
2011-11-07 Akira HatanakaMake the type of shift amount i32 in order to reduce...
2011-11-07 Akira HatanakaAdd 64-bit to 32-bit trunc pattern.
2011-11-07 Eric ChristopherUse StringRef::startswith to do some string comparisons.
2011-11-07 Eric ChristopherAvoid the use of a local temporary for comment twines.
2011-11-07 Eric ChristopherAllow for the case where the name of the subprogram...
2011-11-07 Richard OsborneDon't introduce custom nodes after legalization in...
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd new files to cmake.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherAdd a new dwarf accelerator table prototype with the...
2011-11-07 Eric ChristopherExpose a way to get the beginning of the dwarf string...
2011-11-07 Eric ChristopherFix up comment.
2011-11-07 Eric ChristopherTypo.
2011-11-07 Craig TopperAdd AVX2 variable shift instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VPMOVMASK instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VEXTRACTI128 and VINSERTI128 instructions...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-11-06 Benjamin KramerFix a typo.
2011-11-06 Daniel DunbarADT/StringRef: Add ::lower() and ::upper() methods.
2011-11-06 Peter CollingbourneReturn only the least significant 8 bits of the exit...
2011-11-06 Craig TopperAdd more AVX2 instructions and intrinsics.
2011-11-05 Chad RosierAdd support for passing i1, i8, and i16 call parameters...
2011-11-05 Benjamin KramerAudited all the format strings in libDebugInfo and...
2011-11-05 Benjamin KramerReduce the offsets in DwarfDebugInfoEntry to 32 bit...
2011-11-05 Benjamin KramerTwinify.
2011-11-05 Benjamin KramerMachOObject: Use DataExtractor's uleb parser instead...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-05 Nick LewyckyDo simple cross-block DSE when we encounter a free...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-05 Chad RosierAllow i1 to be promoted to i32 for ARM APCS calling...
2011-11-04 Pete CooperAdded missing &. Fixes <rdar://problem/10393723>
2011-11-04 Eli FriedmanEnhanced vzeroupper insertion pass that avoids insertin...
2011-11-04 Chad RosierCannot create a result register for non-legal types.
2011-11-04 Chad RosierWhen materializing an i32, SExt vs ZExt doesn't matter...
2011-11-04 Chad RosierEnable support for materializing i1, i8, and i16 intege...
2011-11-04 Bruno Cardoso LopesAdd mips ELF relocation types. Patch by Jack Carter!
2011-11-04 Daniel Dunbarbuild/cmake: Coalesce the configuration time header...
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-04 Dan GohmanTeach instsimplify to simplify calls to undef.
2011-11-04 Eli FriedmanAdd missing argument for atomic instructions in c+...
2011-11-04 Benjamin KramerSimplify code.
2011-11-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
2011-11-04 Evan ChengFix some minor scheduling itinerary bug. It's not expec...
2011-11-04 Chad RosierIndentation.
2011-11-04 Chad RosierAdd fast-isel support for returning i1, i8, and i16.
2011-11-04 Daniel DunbarSpeculatively revert "DeadStoreElimination can now...
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-11-03 Pete CooperReverted r143600 - selector reference change
2011-11-03 Dan Baileyfixed global array handling for ptx to use the correct...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-03 Pete CooperDeadStoreElimination can now trim the size of a store...
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-03 Chad RosierAdd support for sign-extending non-legal types in Selec...
2011-11-03 Pete CooperTreat objc selector reference globals as invariant...
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-11-02 Lang HamesFixed parameter name.
2011-11-02 Chad RosierRemoved unused variable.
2011-11-02 Bill WendlingAn array of chars of length 8 will also cause the stack...
2011-11-02 Lang HamesTry to lower memset/memcpy/memmove to vector instructio...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-11-02 Michael J. Spencerobject/COFF: Properly initalize uses of DataRefImpl.
2011-11-02 Michael J. SpencerObject/Archive: Add symbol table iteration.
2011-11-02 Chad RosierAdd support for comparing integer non-legal types.
2011-11-02 Owen AndersonFix the issue that r143552 was trying to address the...
2011-11-02 Kevin EnderbyReplace tabs I added in this new line of code with...
2011-11-02 Owen AndersonThe rules disallowing single-register reglist operands...
next