Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parameter)
[oota-llvm.git] / lib / Target /
2010-07-25 Douglas GregorRemove extraneous semicolon
2010-07-25 Douglas GregorUnbreak CMake build
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-07-24 Evan ChengAdd an ILP scheduler. This is a register pressure aware...
2010-07-24 Bruno Cardoso LopesSupport x86 "eiz" and "riz" pseudo index registers...
2010-07-23 Jim GrosbachUse the appropriate register class for an i32 when...
2010-07-23 Dale JohannesenRevert 109076. It is wrong and was causing regressions...
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-23 Bruno Cardoso LopesRemove trailing whitespace
2010-07-23 Bruno Cardoso LopesAdd AVX version of CLMUL instructions
2010-07-23 Gabor Greiffix constness warnings
2010-07-23 Gabor Greifdo not (implicitly) dereference iterator many times...
2010-07-23 Bruno Cardoso LopesDeclare CLMUL as a subtarget feature
2010-07-23 Bruno Cardoso LopesAdd x86 CLMUL (Carry-less multiplication) cpu feature
2010-07-23 Bruno Cardoso LopesAdd complete assembler support for FMA3 instructions...
2010-07-23 Dale JohannesenThe only supported calling convention for X86-64 uses
2010-07-23 Bruno Cardoso LopesFix some AVX instructions which didnt had HasAVX prefix...
2010-07-22 Chris Lattnereliminate the TargetInstrInfo::GetInstSizeInBytes hook.
2010-07-22 Bruno Cardoso LopesAdd remaining AVX instructions (most of them dealing...
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-22 Chris Lattnerswitch a private implementation of GetFunctionSizeInBytes.
2010-07-22 Chris LattnerX86MCInstLower now depends on AsmPrinter being around.
2010-07-22 Chris Lattnerinstead of migrating it to the MC instruction encoder...
2010-07-22 Xerxes RanbyARMv4 JIT forgets to set the lr register when making...
2010-07-22 Gabor Greifundo 80 column trespassing I caused
2010-07-22 Chandler CarruthMark an assert-only variable as used.
2010-07-22 Chandler CarruthFix the generated file name for CMake.
2010-07-22 Chandler CarruthAttempt to fix linking issues with CMake. Please review...
2010-07-22 Owen AndersonUpdate CMake files.
2010-07-22 Eric ChristopherCustom lower the memory barrier instructions and add...
2010-07-22 Evan ChengFix constant island pass's handling of tBR_JTr. The...
2010-07-22 Eric Christopher80-columns.
2010-07-22 Nate BegemanMake fast isel win64-aware w.r.t. call-clobbered regs
2010-07-21 Evan ChengMore register pressure aware scheduling work.
2010-07-21 Bruno Cardoso LopesAdd more 256-bit forms for a bunch of regular AVX instr...
2010-07-21 Rafael EspindolaFixes win64. It was broken by a previous patch where...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Chris Lattneradd some rough support for making mcinst lowering work...
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Bruno Cardoso LopesAdd missing AVX convert instructions. Those instruction...
2010-07-21 Nate BegemanFix a couple issues with Win64 ABI
2010-07-21 Bruno Cardoso LopesAvoid AVX instructions to be selected instead of its...
2010-07-21 Rafael EspindolaFix calling convention on ARM if vfp2+ is enabled.
2010-07-21 Eric ChristopherPulling out previous patch, must've run the tests in
2010-07-21 Eric ChristopherLower MEMBARRIER on x86 and support processors without...
2010-07-21 Bruno Cardoso LopesAdd AVX only vzeroall and vzeroupper instructions
2010-07-21 Evan ChengTeach bottom up pre-ra scheduler to track register...
2010-07-21 Bruno Cardoso LopesAdd new AVX vpermilps, vpermilpd and vperm2f128 instruc...
2010-07-21 Bruno Cardoso LopesAdd new AVX vmaskmov instructions, and also fix the...
2010-07-20 Bruno Cardoso LopesAdd new AVX vextractf128 instructions
2010-07-20 Chris Lattnermake asmprinter optional, even though passing in null...
2010-07-20 Chris Lattnercontinue pushing dependencies around.
2010-07-20 Chris Lattnerreduce X86MCInstLower dependencies on asmprinter.
2010-07-20 Chris Lattnerpass around MF, not MMI.
2010-07-20 Chris Lattnercleanups.
2010-07-20 Chris Lattnermove two asmprinter methods into the asmprinter .cpp...
2010-07-20 Chris Lattnerprune #includes a little.
2010-07-20 Bruno Cardoso LopesAdd new AVX instruction vinsertf128
2010-07-20 Jim GrosbachUsing BIC for immediates needs an extra bump for its...
2010-07-20 Jim GrosbachRemoved un-used code.
2010-07-20 Bruno Cardoso LopesFix PR7174, a couple o Mips fixes:
2010-07-20 Bruno Cardoso LopesFix Mips PR7473. Patch by stetorvs@gmail.com
2010-07-20 Eric ChristopherConstify some arguments.
2010-07-20 Bruno Cardoso LopesAdd AVX vbroadcast new instruction
2010-07-20 Daniel DunbarUpdate CMake files.
2010-07-19 Chris Lattnersink the arm implementations of ASmPrinter and MCInstLower
2010-07-19 Chris Lattnerfix a layering problem by moving the x86 implementation
2010-07-19 Bruno Cardoso LopesAdd 256-bit vaddsub, vhadd, vhsub, vblend and vdpp...
2010-07-19 Evan ChengARM has to provide its own TargetLowering::findRepresen...
2010-07-19 Daniel DunbarX86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit...
2010-07-19 Jim GrosbachSince ARM emits inline jump tables as part of the Const...
2010-07-19 Jim Grosbachrevert so I can get the right PR# in the log message.
2010-07-19 Jim GrosbachSince ARM emits inline jump tables as part of the Const...
2010-07-19 Daniel DunbarX86-64: Mark WINCALL and more tail call instructions...
2010-07-19 Daniel DunbarX86: Mark some tail call pseduo instruction as code...
2010-07-19 Daniel DunbarX86: Mark In32/64BitMode on LEAVE[64] and SYSEXIT[64].
2010-07-19 Daniel DunbarMC/X86: We now match instructions like "incl %eax"...
2010-07-19 Daniel DunbarX86: Mark MOV.*_{TC,NOREX} instruction as code gen...
2010-07-19 Daniel DunbarX86: MOV8o8a, MOV8ao8, etc. are only valid in 32-bit...
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-17 Chris Lattnerthe stackifier is global!
2010-07-17 Chris Lattnerdoxygenify some comments.
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-17 Jim Grosbachadd BFI to getTargetNodeName()
2010-07-17 Jim GrosbachFix logic think-o
2010-07-17 Eric ChristopherRemove unnecessary check that was subsumed into canReal...
2010-07-17 Eric ChristopherMake more explicit and add some currently disabled...
2010-07-17 Eric ChristopherMake comment a bit more clear as well as return stateme...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-16 Jakob Stoklund OlesenAvoid isMoveInstr when printing XCore pseudo-moves.
2010-07-16 Jakob Stoklund OlesenUse MI.isCopy.
2010-07-16 Jakob Stoklund OlesenUse a small local function for a single remaining late...
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund OlesenKeep valgrind quiet.
2010-07-16 Jakob Stoklund OlesenEmit COPY instead of FMR/FMSD instructions for floating...
2010-07-16 Eli FriedmanAdd missing attributes to cpp backend.
2010-07-16 Dale JohannesenAccept registers with P modifier. PR 5314.
next