Mark rotl/rotr as expand. This generates pretty ugly code, but this is better than...
[oota-llvm.git] / lib / Target / ARM /
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2009-05-13 Jim GrosbachSpelling correction s/builting/builtin/ and remove...
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-12 Jim Grosbachcorrect register class for tADDspi to GPR since the...
2009-05-12 Bob WilsonFix up a few minor typos in comments.
2009-05-12 Bob WilsonFix 80-col violations and remove trailing whitespace...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-25 Bob WilsonChange LowerCallResult method so that CCValAssign:...
2009-04-24 Bob WilsonAdjust a comment to reflect what the code does. Splitt...
2009-04-24 Bob WilsonFix up some problems with getCopyToReg and getCopyFromR...
2009-04-24 Bob WilsonRemove unnecessary references to f32 types. After...
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-04-17 Bob WilsonMove the AddLiveIn function definition closer to its...
2009-04-17 Bob WilsonRearrange code to reduce indentation.
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-08 Bob WilsonFix PR3795: Apply Dan's suggested fix for
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2009-04-06 Bob WilsonHandle 'a' modifier in ARM inline assembly.
2009-04-03 Bob WilsonWrap some lines to fix indentation problems.
2009-04-03 Bob WilsonFix some comments.
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-03-30 Bob WilsonFix comment to match function name.
2009-03-27 Jim Grosbachremove trailing whitespace
2009-03-26 Evan ChengtADDhirr is a thumb instruction. Do not allow this...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-20 Bob WilsonFix a few more indentation problems and an 80-column...
2009-03-20 Bob WilsonNo functional changes. Fix indentation and whitespace...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-12 Chris LattnerMove 3 "(add (select cc, 0, c), x) -> (select cc, x...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Chris Lattnerfix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll
2009-03-09 Evan ChengARM target now also recognize triplets like thumbv6...
2009-03-09 Evan ChengARM isLegalAddressImmediate should check if type is...
2009-03-08 Evan ChengRecognize triplets starting with armv5-, armv6- etc...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-23 Bill WendlingPropagate debug loc info through prologue/epilogue.
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-13 Dale Johannesenand one more file
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc versions of BuildMI from...
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-12 Chris Lattnerfix PR3538 for ARM.
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Dale JohannesenEliminate remaining non-DebugLoc version of getTargetNode.
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Evan ChengA few more isAsCheapAsAMove.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-28 Evan ChengSuppress a compile time warning.
2009-01-25 Chris Lattnersilence a warning when assertions are disabled.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-16 Evan ChengARMCompilationCallback should not save / restore vfp...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-11 Evan ChengFix a 80 col. violation.
2008-12-10 Evan ChengPreliminary ARM debug support based on patch by Mikael...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanUpdate a comment.
2008-12-03 Rafael EspindolaFix bug 3140.
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-12-03 Dan GohmanFix a missing #include.
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-20 Evan ChengFix a thinko. MO is getOperand(i-1) so we don't have...
2008-11-19 Evan ChengEliminate a compile time warning.
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
next