Move this test to tlv* to make it easier to notice versus linux tls
[oota-llvm.git] / lib /
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 OlesenImplement 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 Jim GrosbachFix operand encoding for Thumb2 extended precision...
2010-12-08 Jakob Stoklund OlesenStore (priority,regnum) pairs in the priority queue...
2010-12-08 Eric ChristopherReword comment slightly.
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 Eric ChristopherFix comment.
2010-12-08 Jakob Stoklund OlesenTrim 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 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...
2010-12-08 Owen AndersonImprove comment.
2010-12-08 Jim GrosbachAdd initializer.
2010-12-08 Evan ChengAdd comments.
2010-12-08 Jakob Stoklund OlesenStub out RegAllocGreedy.
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 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-08 Jakob Stoklund OlesenMove 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 Devang PatelGlobal variable does not need linkage name.
2010-12-07 Devang PatelAdd support to create local variable's debug info.
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 OlesenSwitch LiveIntervalUnion from std::set to 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 Bill WendlingA bit of cleanup: early exit ApplyFixup and cache the...
2010-12-07 Jim GrosbachBinary encoding for ARM tLDRspi and tSTRspi.
2010-12-07 Owen AndersonFix Thumb2 encoding of the S bit.
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 Evan ChengCode clean up; no functionality change.
2010-12-07 Dan GohmanRemove the code from Function::dropAllReferences which...
2010-12-07 Bruno Cardoso LopesRemove target specific node MipsISD::CMov, which is...
2010-12-07 Bruno Cardoso LopesMatch a pattern generated by a dag combiner opt where:
2010-12-07 Jakob Stoklund OlesenSimplify assertion.
2010-12-07 Michael J. SpencerSupport: Remove Alarm. It is unused (via local grep...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove const from bool return types.
2010-12-07 Jim GrosbachEncode the literal field for tCMPzi instruction.
2010-12-07 Rafael EspindolaFix absolute recording of differences of symbols in...
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Daniel Dunbarbuild: Go back to dropping __eprintf reference when...
2010-12-07 Benjamin KramerAdd parens to pacify gcc.
2010-12-07 Frits van BommelRemove some dead code from the jump threading pass.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Owen AndersonDon't leak the mutex when loading dynamic libraries.
2010-12-07 Rafael EspindolaFix relocations with weak definitions.
2010-12-07 Chris Lattnerreapply r121100 with a tweak to constant fold ConstExpr...
2010-12-07 Michael J. SpencerSupport/PathV2: Cleanup separator handling.
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-07 Rafael EspindolaFix pcrel relocations that cross sections.
2010-12-07 NAKAMURA Takumilib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64...
2010-12-07 Eric ChristopherTemporarily revert r121100 as it's causing clang to...
2010-12-07 Chris Lattnerfix PR8710 - teach global opt that some constantexprs...
2010-12-07 Jakob Stoklund OlesenRemove unused member.
2010-12-07 Michael J. SpencerSupport/Unix/PathV2: Return the real error from realpat...
2010-12-07 Michael J. SpencerSupport/Unix/PathV2: Use 0770 instead of 0700 when...
2010-12-07 Michael J. SpencerSupport/PathV2: Use SmallVector::clear instead of set_size.
2010-12-07 Michael J. SpencerSupport/PathV2: Clarify and correct documentation.
2010-12-07 Michael J. SpencerSupport/PathV2: Move current_path from path to fs and...
2010-12-07 Rafael EspindolaFix a crash reduced from gcc produced assembly.
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Frits van BommelImplement jump threading of 'indirectbr' by keeping...
2010-12-06 Devang PatelUndefined value in reg 0 may need a marker to identify...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-12-06 Rafael EspindolaUse references to simplify the code a bit.
2010-12-06 Wesley PeckAdding bug fix that was suppose to be part of 121044.
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-12-06 Jason W KimRefactor ELFObjectWriter.
2010-12-06 Chris Lattnerreplace a linear scan with a symtab lookup, reduce...
2010-12-06 Rafael Espindolause getSymbolOffset.
2010-12-06 Chris LattnerUse a stronger predicate here, pointed out by Duncan
2010-12-06 Chris Lattneradd some DEBUG statements.
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-12-06 Rafael EspindolaAnother use of getSymbolOffset.
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-06 Owen AndersonRevert r121021, which broke the buildbots.
2010-12-06 Jim GrosbachTrailing whitespace.
2010-12-06 Owen AndersonImprove handling of Thumb2 PC-relative loads by convert...
2010-12-06 Jim GrosbachEncode the register operand of ARM CondCode operands...
2010-12-06 Jim GrosbachThe ARM AsmMatcher needs to know that the CCOut operand...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
next