oota-llvm.git
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...
2010-10-29 Eric ChristopherHandle comparison values we already have - this fixes...
2010-10-29 Owen AndersonGive up on doing in-line instruction simplification...
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Jim GrosbachARM::MOVi32imm is expanded in ARMExpandPseudoInsts...
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Jim GrosbachFix typo.
2010-10-29 Jim GrosbachARM encoding information for CLREX, SWP and SWPB. Add...
2010-10-29 Dan Gohmannot is testing for a normal exit with a non-zero value...
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Dan GohmanMake ScalarEvolution::forgetLoop forget all contained...
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Jim GrosbachARM mode LDREX*/STREX* binary encodings.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Jim GrosbachEncoding information for ARM conditional move instructions.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this file to less fragile .s form.
2010-10-29 Owen AndersonReplace this test with the less fragile .s version...
2010-10-29 Jakob Stoklund... Fix sign error.
2010-10-29 Owen AndersonCovert this test to a .s file to reduce fragility.
2010-10-29 Evan ChengAvoiding overly aggressive latency scheduling. If the...
2010-10-29 Evan Cheng- Don't schedule nodes with only MVT::Flag and MVT...
2010-10-29 Jakob Stoklund... Don't transfer unused values to the new intervals forme...
2010-10-29 Jim GrosbachHandle ARM addrmode5 instructions with an offset.
2010-10-29 Benjamin KramerSilence Release build warnings.
2010-10-29 Jakob Stoklund... Teach ConnectedVNInfoEqClasses::Classify to deal with...
2010-10-29 Jakob Stoklund... Never propagate the idom value out of a block that...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-29 Dan GohmanCheck if ErrMsg is null. This fixes the "not" command.
2010-10-29 Dan GohmanFix these error messages to be less confusing. These...
2010-10-29 Dan GohmanMake Program::Wait differentiate execution failure...
2010-10-29 Jim GrosbachRevert 117660. Apparently it's not as trivial as that...
2010-10-29 Devang PatelSimplify.
2010-10-29 Dan GohmanMake Program::Wait provide an error message string...
2010-10-29 Jim GrosbachARM addrmode5 instructions have neither writeback nor...
2010-10-29 Dan GohmanCheck for (unlikely) errors from FindExecutable.
next