oota-llvm.git
2010-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-06 Chris Lattnerrename add some comments.
2010-10-06 Chris Lattnerfilecheckize
2010-10-06 Chris Lattnercleanups
2010-10-06 NAKAMURA Takumilib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_D...
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-10-06 Chris Lattnerlets go all meta and define new X86 type wrappers that...
2010-10-06 Chris Lattnerintroduce a new BinOpRM class and use it to factor...
2010-10-06 Chris Lattnerremove the !nameconcat tblgen feature. It "shorthand...
2010-10-06 Chris Lattnerreplace stuff like:
2010-10-05 Chris Lattnerallow !strconcat to take more than two operands to...
2010-10-05 Rafael EspindolaUse a relocation against the symbol if it is a PLT...
2010-10-05 Eric ChristopherComment out fastisel debugging message.
2010-10-05 Chris Lattnerassociate the instruction suffix letter with the intege...
2010-10-05 Chris Lattnerintroduce a new BinOpRR class, and convert 4 and instru...
2010-10-05 Eric ChristopherRandom cleanup and make the intermediate register in...
2010-10-05 Jakob Stoklund... Count uses in all nested loops, not just the deepest.
2010-10-05 Jakob Stoklund... Remove SplitAnalysis::removeUse. It was only used to...
2010-10-05 Jakob Stoklund... dupli always has an interval now.
2010-10-05 Chris LattnerMove cmov pseudo instructions to InstrCompiler,
2010-10-05 Chris LattnerUse #NAME# to have the CMOV multiclass define things...
2010-10-05 Chris Lattnerwhen david added support for #NAME# he didn't update...
2010-10-05 Owen AndersonAnother step towards getting rid of static ctors for...
2010-10-05 Chris Lattnerenhance tblgen to support anonymous defm's, use this to
2010-10-05 Chris Lattnerconvert cmov mr patterns to use a multipattern. Death...
2010-10-05 Rafael EspindolaImplement more alias cases.
2010-10-05 Chris Lattnerswitch CMOVBE to the multipattern:
2010-10-05 Jakob Stoklund... We can split around loops with multiple exits now.
2010-10-05 Jakob Stoklund... Update SplitEditor API to reflect the fact that the...
2010-10-05 Jakob Stoklund... Intervals are half-open.
2010-10-05 Chris Lattnerfix a bug I introduced in r115669, which ended up with...
2010-10-05 Chris Lattneradd a multiclass for cmov's, but don't start using...
2010-10-05 Bill WendlingPSHUFW is in SSE, not SSSE3.
2010-10-05 Chris Lattneruse a multipattern to define setcc instructions:
2010-10-05 Rafael Espindola256 sections should be enough for anyone...
2010-10-05 Chris Lattnermove SETB pseudos into the same place in InstrCompiler.td
2010-10-05 Chris LattnerReplace a gross hack (the MOV64ri_alt instruction)...
2010-10-05 Rafael EspindolaDon't crash in a strange .size directive.
2010-10-05 Chris Lattnerdistribute the rest of the contents of X86Instr64bit...
2010-10-05 Jakob Stoklund... When we find a reaching definition, make sure it is...
2010-10-05 Jakob Stoklund... Don't use nextIndex to check for live out of instruction.
2010-10-05 Jim Grosbachtrailing whitespace
2010-10-05 Chris Lattnermove the rest of the simple 64-bit arithmetic into...
2010-10-05 Duncan SandsRemove trailing space. This is just an excuse to poke the
2010-10-05 Chris Lattnercontinue moving 64-bit stuff into X86InstrArithmetic.td
2010-10-05 Michael J.... Fix Punctuation.
2010-10-05 Michael J.... MC-COFF: Fix (PR8278) temporary symbol relocations.
2010-10-05 Rafael EspindolaAdd support for a fill value in the .zero directive.
2010-10-05 Jakob Stoklund... Tweak VNInfo printing.
2010-10-05 Jakob Stoklund... Add assert for valid slot indexes.
2010-10-05 Jim GrosbachIncrease the number of bits used internally by the...
2010-10-05 Rafael EspindolaImplement a simple alias case and refactor the code...
2010-10-05 Michael J.... test/COFF: Fix symbol indexes and names. Update tests...
2010-10-05 Michael J.... test/COFF: Remove temp file usage.
2010-10-05 Michael J.... test/coff-dump: Support reading from stdin.
2010-10-05 Michael J.... Cleanup Whitespace.
2010-10-05 Owen AndersonUse a more efficient lowering of uint64_t --> float...
2010-10-05 Chris Lattnermove 64-bit add and adc to InstrArithmetic.
2010-10-05 Chris Lattnerrewrote two addr constraints so that they are only...
2010-10-05 Chris Lattnersplit the 32-bit integer arithmetic instructions out...
2010-10-05 Sebastian RedlUpdate attribute reading for the changed source locatio...
2010-10-05 Rafael EspindolaProduce a undefined reference to _GLOBAL_OFFSET_TABLE_...
2010-10-05 Rafael EspindolaTests that now pass.
2010-10-05 Dan GohmanAfter printing "Running 'Graphviz' program... " and...
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-05 Douglas GregorProperly deserialize Clang types that are used as attri...
2010-10-05 NAKAMURA Takumitest/CodeGen/X86/atomic_op.ll: Rename @main to @func...
2010-10-05 Chris Lattnerintegrate the 64-bit shifts into X86InstrShiftRotate...
2010-10-05 Chris Lattnermove 32-bit shift and rotates out to their own file.
2010-10-05 Chris Lattneradd new file
2010-10-05 Chris Lattnermove sign and zero extensions out to their own file.
2010-10-05 Chris Lattnermove some instructions from Instr64Bit -> InstrInfo.
2010-10-05 Chris Lattnermove CMOV_FR32 and friends to InstrCompiler, since...
2010-10-05 Chris Lattnermove various pattern matching support goop out of X86In...
2010-10-05 Chris Lattnersplit conditional moves and setcc's out to their own...
2010-10-05 Chris Lattnermove string pseudo instructions to InstrCompiler consol...
2010-10-05 Chris Lattnermove the atomic pseudo instructions out to X86InstrComp...
2010-10-05 Chris Lattnermove more pseudo instructions out to X86InstrCompiler.td
2010-10-05 Chris Lattnermove VMX instructions out to their own file.
2010-10-05 Chris Lattnercontinue moving stuff out to X86InstrSystem.td. Move
2010-10-05 Michael J.... Support: Add __forceinline to Compiler.h on MSVC.
2010-10-05 Michael J.... fix MSVC 2010 build.
2010-10-05 Michael J.... Cleanup Whitespace.
2010-10-05 Chris Lattnerrefactor .td files a bit, moving system instructions...
2010-10-05 Jim Grosbachs/The ARM has/The ARM backend has/
2010-10-05 Jim GrosbachUpdate LLVMLibDeps
2010-10-05 Jim GrosbachRe-apply r115363 and r115366 now that r115525 has remov...
2010-10-05 Sean CallananAdded a testcase for the ENTER instruction.
2010-10-04 Sean CallananFixed the disassembler to handle two new X86
2010-10-04 Evan ChengThis DAG combine BRCOND transformation can look pass...
2010-10-04 Bruno Cardoso... AVX intrinsics and builtins were also added to clang
2010-10-04 Douglas GregorSpell AltiVec correctly
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-10-04 Daniel DunbarReleaseNotes: Note some changes to LLVM development...
2010-10-04 Daniel DunbarReleaseNotes: Note a header rename.
2010-10-04 Rafael EspindolaImplement ELF::R_X86_64_GOTPCREL.
2010-10-04 Rafael EspindolaMove isFixupKindX86PCRel.
2010-10-04 Rafael EspindolaProduce a R_X86_64_PLT32 when needed.
2010-10-04 Rafael EspindolaProduce a R_X86_64_GOT32 when needed.
next