oota-llvm.git
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...
2010-12-08 Jim GrosbachSimplify T2 operand assignment notation a bit. No need...
2010-12-08 Devang PatelUse type's file info while describing inheritance relat...
2010-12-08 Bob WilsonAdd operators for vabdl and vabal so they can be implem...
2010-12-08 Bob WilsonRemove unused function parameter.
2010-12-08 Eric ChristopherFix comment.
2010-12-08 Jakob Stoklund... Trim includes.
2010-12-08 Devang PatelAdd support to create debug info for functions and...
2010-12-08 Jim GrosbachTweak ARM fixup value adjustments for Thumb to better...
2010-12-08 Devang PatelAdd support to create class type.
2010-12-08 Bob WilsonAdd an operator for vaba so it can be implemented using...
2010-12-08 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...
2010-12-08 Bill WendlingUse this new fangled StringSwitch technology.
2010-12-08 Owen AndersonImprove comment.
2010-12-08 Jim GrosbachAdd initializer.
2010-12-08 Bill WendlingCleanup table a bit.
2010-12-08 Evan ChengAdd comments.
2010-12-08 Jakob Stoklund... Stub out RegAllocGreedy.
2010-12-08 Bill WendlingFix newlines.
2010-12-08 Daniel Dunbarbuild: Shared libraries shouldn't used RPATH on Darwin...
2010-12-08 Eric ChristopherRegenerate this for Daniel.
2010-12-08 Bill WendlingAdd support for loading from a constant pool.
2010-12-08 Devang PatelAdd support to create vector, array, enums etc...
2010-12-08 Daniel Dunbarbuild: Don't force -flat_namespace or '-undefined suppr...
2010-12-08 Daniel Dunbarautoconf: Stop lying to me.
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-08 Jakob Stoklund... Move RABasic::addMBBLiveIns to the base class, it is...
2010-12-08 Owen AndersonSimplify the byte reordering logic slightly.
2010-12-08 Owen AndersonVLDR fixups need special handling under Thumb. While...
2010-12-08 Bob WilsonAdd operators for vadd[lw] and vsub[lw]
2010-12-08 Devang PatelGlobal variable does not need linkage name.
2010-12-07 Devang PatelAdd support to create local variable's debug info.
2010-12-07 Bob WilsonAdd operators for vmlal{_n,_lane} and vmlsl{_n,_lane}
2010-12-07 Bob WilsonEmit vmovl intrinsics first in the arm_neon.h header
2010-12-07 Rafael EspindolaLayout each section independently. With the testcase...
2010-12-07 Matt Beaumont-GayFix a warning about a variable which is only used in...
2010-12-07 Devang PatelAdd support to create variables, structs etc.. using...
2010-12-07 Jakob Stoklund... Switch LiveIntervalUnion from std::set to IntervalMap.
2010-12-07 Jakob Stoklund... Fix begin() and end() on const IntervalMap.
2010-12-07 Bill WendlingCleanup in the Darwin end. No functionality change.
2010-12-07 Evan ChengFix a bad prologue / epilogue codegen bug where the...
2010-12-07 Jim GrosbachAdd source Record* reference to PatternToMatch. Allows...
2010-12-07 Bill WendlingA bit of cleanup: early exit ApplyFixup and cache the...
2010-12-07 Bob WilsonAdd an operator for vdup_lane so it can be implemented...
2010-12-07 Bob WilsonAdd an operator for vmull_lane so it can be implemented...
2010-12-07 Jim GrosbachBinary encoding for ARM tLDRspi and tSTRspi.
2010-12-07 Devang PatelHandle recursive values. Add comments.
2010-12-07 Owen AndersonFix Thumb2 encoding of the S bit.
2010-12-07 Jim GrosbachRemove reference to the CMPz instruction patterns for...
2010-12-07 Jim GrosbachRefactor the ARM CMPz* patterns to just use the normal...
2010-12-07 Evan ChengCode clean up; no functionality change.
2010-12-07 Bob WilsonAdd new built-in operations for vmull and vmull_n
2010-12-07 Evan ChengCode clean up; no functionality change.
2010-12-07 Dan GohmanRemove the code from Function::dropAllReferences which...
2010-12-07 Jim GrosbachTrailing whitespace.
2010-12-07 Jim GrosbachChange assert to diagnostic. Message still needs work...
2010-12-07 Bruno Cardoso... Remove target specific node MipsISD::CMov, which is...
2010-12-07 Bruno Cardoso... Match a pattern generated by a dag combiner opt where:
2010-12-07 Jakob Stoklund... Simplify assertion.
2010-12-07 Michael J.... Missed a spot removing Alarm.
2010-12-07 Michael J.... Support: Remove Alarm. It is unused (via local grep...
2010-12-07 Michael J.... Support/PathV2: Remove const from bool return types.
next