oota-llvm.git
2010-11-01 Rafael EspindolaImplement .weakref.
2010-11-01 Bill WendlingMove instruction encoding bits into the parent class...
2010-11-01 Bill WendlingMore tests to XFAIL. The arm-and-txt-peephole.ll test...
2010-11-01 Bill WendlingThe testcase is now XFAILed. Sorry about the breakage.
2010-11-01 Bill WendlingDisable because peephole is disabled.
2010-11-01 Chris Lattner"mov[zs]x (mem), GR16" are not ambiguous: the mem
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Owen AndersonConvert this test to .s form.
2010-11-01 Chris Lattnerrename InstructionInfo -> MatchableInfo since it now
2010-11-01 Chris Lattnerrefactor initialization of InstructionInfo to be sharab...
2010-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-11-01 Chris Lattnerrefactor InstructionInfo to not have a pointer to CodeG...
2010-11-01 Chris Lattnerdefine a new CodeGenInstAlias. It has an asmstring...
2010-11-01 Chris Lattnerfactor the operand list (and related fields/operations...
2010-11-01 Chris Lattneravoid needless throw/catch/rethrow, stringref'ize some...
2010-11-01 Chris Lattnereliminate the old InstFormatName which is always "AsmSt...
2010-11-01 Chris Lattnerall predicates on an MnemonicAlias must be AssemblerPre...
2010-11-01 Chris Lattnerchange the singleton register handling code to be based...
2010-11-01 Chris LattnerGive AsmMatcherInfo a CodeGenTarget, which simplifies...
2010-11-01 Chris Lattnermove FlattenVariants out of AsmMatcherEmitter into...
2010-11-01 Chris Lattneradd a FIXME, $lane in ARM is an issue that needs to...
2010-11-01 Chris Lattnerreject instructions that contain a \n in their asmstrin...
2010-10-31 Chandler CarruthAdd a specialization for 'long', a hole in the set...
2010-10-31 Eric ChristopherRevert r117876 for now, it's causing more testsuite...
2010-10-31 Bill WendlingDisable the peephole optimizer until 186.crafty on...
2010-10-31 Nicolas GeoffrayAttach a GCModuleInfo to a MachineFunction.
2010-10-31 Chris Lattnerfix a crash on:
2010-10-31 Chris Lattnerfix the !eq operator in tblgen to return a bit instead...
2010-10-31 Chris Lattnertwo changes: make the asmmatcher generator ignore ARM...
2010-10-31 Chris Lattnerreapply r117858 with apparent editor malfunction fixed...
2010-10-31 Chris Lattnerrevert r117858 while I check out a failure I missed.
2010-10-31 Chris Lattnerthe asm matcher can't handle operands with modifiers...
2010-10-31 Chris Lattnersketch out the planned instruction alias mechanism...
2010-10-31 Duncan SandsFactorize the duplicated logic for choosing the right...
2010-10-31 Duncan SandsRemove CCAssignFnForRet from X86 FastISel in favour...
2010-10-31 Duncan SandsExplain the return value of CCAssignFn.
2010-10-31 Rafael EspindolaAdd support for files with more than 65280 sections...
2010-10-30 Eric ChristopherMake sure we have a legal type (and simple) before...
2010-10-30 Benjamin KramerValidate HTML.
2010-10-30 Chris Lattneradd missing tag
2010-10-30 Chris Lattnerhave GetAliasRequiredFeatures get its features from
2010-10-30 Chris Lattnersimplify code that creates SubtargetFeatureInfo, ensuri...
2010-10-30 Chris Lattnerfix a fixme in stringmatcher, having it generate nice...
2010-10-30 Chris Lattnerfix typos and some serious bugs in feature handling...
2010-10-30 Chris LattnerResolve a terrible hack in tblgen: instead of hardcoding
2010-10-30 Chris LattnerImplement (and document!) support for MnemonicAlias...
2010-10-30 Chris Lattnerfix build problem
2010-10-30 Chris Lattnerdiagnose targets that define two alises with the same...
2010-10-30 Chris Lattneremit the mnemonic aliases in their own helper function...
2010-10-30 Chris Lattnerreally zap alias.
2010-10-30 Chris Lattnermove fcompi alias to .td file and zap some useless...
2010-10-30 Chris Lattnermove rep aliases to td file
2010-10-30 Chris Lattnermove sal aliases to .td file.
2010-10-30 Chris Lattnerfix an encoding mismatch where "sal %eax, 1" was not...
2010-10-30 Chris Lattnermove a bunch more aliases from .cpp -> .td file.
2010-10-30 Chris Lattnermove cmov aliases to .td file.
2010-10-30 Chris Lattnermove setcc and jcc aliases from .cpp to .td
2010-10-30 Chris Lattnermove some code.
2010-10-30 Chris Lattnerimplement (and document!) the first kind of MC assemble...
2010-10-30 Chris Lattneradd a test for the ud2a alias.
2010-10-30 Duncan SandsNow that the MallocInst no longer exists, this workarou...
2010-10-30 Jim GrosbachAllow specifying a CPU to llvm-mc, so that we can prope...
2010-10-30 Jim GrosbachAdd FIXME.
2010-10-30 Jim GrosbachClean up comments.
2010-10-30 Jim Grosbach80 columns.
2010-10-30 Duncan SandsIf a function does a volatile load from a global consta...
2010-10-30 Jim GrosbachTidy up.
2010-10-30 Chris LattnerRename alignof -> alignOf to avoid irritating C++'0x...
2010-10-30 Chris Lattnerstay out of the reserved namespace
2010-10-30 Chris Lattnersimplify this code.
2010-10-30 Chris Lattnersplit MaybeParseRegister into its two logical uses...
2010-10-30 Jim GrosbachAvoid re-evaluating MI.getNumOperands() every iteration...
2010-10-30 Jakob Stoklund... Include MachineBasicBlock numbers in viewCFG() output.
2010-10-30 Jakob Stoklund... Make sure copies are inserted after any exception handl...
2010-10-30 Jakob Stoklund... Add SkipPHIsAndLabels from PHIElimination to MachineBas...
2010-10-30 Jakob Stoklund... Disable more of physical register live intervals verifi...
2010-10-30 Jakob Stoklund... Print out register class of spilled register.
2010-10-30 Bob WilsonOverhaul memory barriers in the ARM backend. Radar...
2010-10-30 Tobias GrosserAdd polly support to the build system.
2010-10-30 Jim GrosbachEncode the register list operands for ARM mode LDM...
2010-10-29 Bill WendlingSome instructions end with an "ls" prefix, but it doesn...
2010-10-29 John ThompsonMult-alt constraint incremental development step 3.
2010-10-29 Evan ChengTeach machine cse to eliminate instructions with multip...
2010-10-29 Jim GrosbachRemove hard tab characters.
2010-10-29 Jim Grosbach80 column fix.
2010-10-29 Jim Grosbachtrailing whitespace
2010-10-29 Jim Grosbachs/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consi...
2010-10-29 Evan ChengFix fpscr <-> GPR latency info.
2010-10-29 Rafael EspindolaBe more strict on when we produce an undefined referenc...
2010-10-29 Dan GohmanApply a patch from Frits van Bommel to fix the CMake...
2010-10-29 Bob WilsonClean up indentation and other whitespace.
2010-10-29 Bob WilsonRemove trailing whitespace.
2010-10-29 Jim Grosbachtrailing whitespace
2010-10-29 Bob WilsonFix 80-column violation.
2010-10-29 Bob WilsonChange instcombine's getShuffleMask to represent undef...
2010-10-29 Bob WilsonRemove DAG combiner patch to fold vector splats. Instc...
2010-10-29 Bob WilsonMake instcombine a little more aggressive in combining...
2010-10-29 Jim Grosbachadd FIXME
2010-10-29 Jim GrosbachConvert ARM::MOVi2pieces to a true pseudo-instruction...
2010-10-29 Owen AndersonUpdate testcase since we're no longer doing the constan...
next