oota-llvm.git
2010-12-10 Anton KorobeynikovDummy commit to test GIT mirroring
2010-12-10 NAKAMURA Takumimacho-dump: Fix CMake build, following up to r121466.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Bob WilsonThe Neon vqdmlsl_lane and vqdmlal_lane intrinsics have...
2010-12-10 Daniel DunbarMach-O/ARM: Add relocation type enumeration.
2010-12-10 Daniel Dunbarmacho-dump: Switch to C++ macho-dump tool.
2010-12-10 Daniel DunbarMach-O: Tweak field name.
2010-12-10 Nick LewyckyRemove dead header.
2010-12-10 Rafael EspindolaFix cmake build.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-12-10 NAKAMURA Takumilib/Target/CMakeLists.txt: Add missing lib/Target/Targe...
2010-12-10 Kevin EnderbyFix the leak from r121401 of the Operands erased in...
2010-12-10 Eric ChristopherUse GZIPBIN instead of GZIP. Apparently gzip uses GZIP...
2010-12-10 Nate BegemanAdd some missing predicates.
2010-12-10 Chris Lattnerfix some validation problems
2010-12-10 Chris Lattnerrestructure this for readability, correct the example...
2010-12-10 Nate BegemanFormalize the notion that AVX and SSE are non-overlappi...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Devang PatelPrint breakpoints for call instructions. This is used...
2010-12-09 Chris Lattneradd a rule for enums, patch by Zhanyong Wan!
2010-12-09 Devang PatelAdd initial support to measure local variables.
2010-12-09 Rafael EspindolaUse const references.
2010-12-09 Bill WendlingFix the prototype for the llvm.eh.selector intrinsic.
2010-12-09 Bill WendlingThumb ldr reg+imm offsets were encoded incorrectly...
2010-12-09 Nate BegemanAdd support for AVX to materialize +0.0 when doing...
2010-12-09 Owen AndersonUse the new IsAligned fixup flag to improve fixup encod...
2010-12-09 Stuart HastingsInitial support for nested CALLSEQ_START/CALLSEQ_END...
2010-12-09 Jakob Stoklund... Remember to filter out reserved rergisters from the...
2010-12-09 Jakob Stoklund... Add a forgotten initializer for CheckedFirstInterference.
2010-12-09 Dan GohmanGive CurStreamType's enum a name. This works around...
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-09 Jim GrosbachRename CB/CBZ specific fixup accordingly.
2010-12-09 Devang PatelAdd assert to catch an attempt to emit .byte 256
2010-12-09 Kevin EnderbyAdd support for parsing ARM arithmetic instructions...
2010-12-09 Jim GrosbachRename the encoder method for t_cbtarget to match.
2010-12-09 Jim GrosbachThumb needs a few different encoding schemes for branch...
2010-12-09 Bob Wilson80-column fixes.
2010-12-09 Jim GrosbachARM stm/ldm instructions require more than one register...
2010-12-09 Bob WilsonAdd a license comment to the generated arm_neon.h header.
2010-12-09 Andrew TrickAdded register reassignment prototype to RAGreedy....
2010-12-09 Michael J.... More code not compiled by CMake. :(.
2010-12-09 Michael J.... CMake: Add FileUpdate to the build.
2010-12-09 Michael J.... Missed FileUpdate because CMake doesn't build it yet :(.
2010-12-09 Michael J.... Support/Windows/PathV2: Fix header comment.
2010-12-09 Michael J.... Fix whitespace.
2010-12-09 Michael J.... Support: Move c_str from SmallVector back to SmallStrin...
2010-12-09 Michael J.... Support/FileSystem: Change file_status predicate functi...
2010-12-09 Michael J.... Support/MemoryBuffer: Replace all uses of std::string...
2010-12-09 Bruno Cardoso... Add ROTR and ROTRV mips32 instructions. Patch by Akira...
2010-12-09 Bruno Cardoso... Fix delay slot filler for non mips1 targets. Patch...
2010-12-09 Kalle RaiskilaDont' feed ILA two inputs - it takes just one.
2010-12-09 Jim Grosbachtidy up.
2010-12-09 Jim Grosbach80 columns.
2010-12-09 Chris Lattnerenhance memcpyopt to zap memcpy's that have the same...
2010-12-09 Chris Lattnerfix PR8753, eliminating a case where we'd infinitely...
2010-12-09 Eric ChristopherRewrite the darwin tlv support to use a chain and retur...
2010-12-09 Owen AndersonTake the first step towards making LVI non-recursive...
2010-12-09 Eric Christopher80-col fixups.
2010-12-09 Wesley PeckReworking the stack layout generated by the MBlaze...
2010-12-09 Owen AndersonFix encoding of the immediate operands on post-indexed...
2010-12-09 Dan GohmanReally check that the bits that will become zero are...
2010-12-09 Eric ChristopherFix up some comments.
2010-12-09 Owen AndersonFix Thumb2 fixups for ldr.
2010-12-09 Jim GrosbachAdd a textual message to the assert.
2010-12-09 Jim GrosbachAdd a sanity check assert() for t2ADD/SUBrSPi instructi...
2010-12-09 Jim GrosbachWhen using multiple instructions to reference a frame...
2010-12-09 Jim GrosbachThe add/sub SP instructions are really pseudos. The...
2010-12-09 Jakob Stoklund... IntervalMap iterators are heavyweight, so avoid copying...
2010-12-09 Matt Beaumont-GayRemove unused variables
2010-12-09 Owen AndersonFix typo in Thumb2 branch fixup.
2010-12-09 Eric ChristopherStop confusing people, it's not really a chain, or...
2010-12-09 Bill WendlingRemove extraneous semicolon.
2010-12-09 Bill WendlingAttempt to make the bit-twiddling readable resulted...
2010-12-09 Bill WendlingThe BLX instruction is encoded differently than the...
2010-12-09 Eric ChristopherRemove extraneous copy from DAG conversion for darwin...
2010-12-09 Owen AndersonFix Thumb2 BCC encoding and fixups.
2010-12-09 Eric ChristopherAdd rsp to the uses for the same reason as 32-bit.
2010-12-09 Devang PatelDW_FORM_data1 may not provide sufficient room for vtabl...
2010-12-08 Kevin EnderbyAllow a slash, '/', as a prefix separator for X86....
2010-12-08 Jakob Stoklund... Properly deal with empty intervals when checking for...
2010-12-08 Jason W KimStyle nit and whitespace cleanup
2010-12-08 Eric ChristopherMove this test to tlv* to make it easier to notice...
2010-12-08 Jim GrosbachClean up the add/sub w/ SP source reg instructions...
2010-12-08 Jim GrosbachFix T2TwoRegImm and use it for t2ADDrSPi12 and friends.
2010-12-08 Jason W KimRemoved dead comment.
2010-12-08 Jason W KimARM/MC/ELF TPsoft is now a proper pseudo inst.
2010-12-08 Jim GrosbachT2TwoRegImm isn't right for t2SUBrSPi12. Use T2I instead.
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 subw SP + imm. rdar...
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 addw Rn + imm. rdar...
2010-12-08 Bill WendlingSupport the "target" encodings for the CB[N]Z instructions.
2010-12-08 Evan ChengFix an obvious cut-n-paste error.
2010-12-08 Jakob Stoklund... Implement very primitive hinting support in RegAllocGreedy.
2010-12-08 Jim GrosbachAdd operand encoding for Thumb2 addw SP + imm. rdar...
2010-12-08 Jim GrosbachParameterize opcode encoding bits for Thumb2 extended...
2010-12-08 Bob WilsonAdd operators for "_lane" variants of some saturating...
2010-12-08 Jim GrosbachFix operand encoding for Thumb2 extended precision...
2010-12-08 Jakob Stoklund... Store (priority,regnum) pairs in the priority queue...
2010-12-08 Eric ChristopherReword comment slightly.
2010-12-08 Lang HamesFixed some dependencies in RegAllocPBQP.h . Thanks...
next