Match case for invalid constant error messages and add a new
[oota-llvm.git] / lib /
2011-04-12 Eric ChristopherMatch case for invalid constant error messages and...
2011-04-12 Johnny ChenA8.6.16 B
2011-04-12 Dan GohmanFix reassociate to use a worklist instead of recursing...
2011-04-12 Eric ChristopherTo avoid printing out multiple error messages for cases...
2011-04-11 Jakob Stoklund OlesenReuse live interval union between functions. This saves...
2011-04-11 Johnny ChenThumb disassembler was erroneously rejecting "blx sp...
2011-04-11 Chris Lattnercomment cleanup, use moveBefore instead of removeFromPa...
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-04-11 Wesley PeckFix an error in the MBlaze delay slot filler.
2011-04-11 Wesley PeckAdd scheduling information for the MBlaze backend.
2011-04-11 Eric ChristopherLex, and then fail on invalid constants.
2011-04-11 Nick LewyckyJust because a GlobalVariable's initializer is [N x...
2011-04-11 Rafael EspindolaImplement cfi_rel_offset
2011-04-11 Jakob Stoklund OlesenSpeed up eviction by stopping collectInterferingVRegs...
2011-04-11 Wesley PeckDon't crash on invalid instructions when disassembling...
2011-04-11 Bill WendlingThe default of the dispatch switch statement was to...
2011-04-11 Johnny ChenFix the bug where the immediate shift amount for Thumb...
2011-04-11 Evan ChengLook pass copies when determining whether hoisting...
2011-04-11 Rafael Espindolaimplement .cfi_adjust_cfa_offset.
2011-04-11 Owen AndersonFix another using-CPSR-twice bug in my ADCS/SBCS cleanu...
2011-04-11 Jakob Stoklund OlesenUse a faster algorithm for computing MBB live-in regist...
2011-04-11 Johnny ChenTrivial comment fix.
2011-04-11 Evan ChengFix a couple of places where changes are made but not...
2011-04-11 Johnny ChenCheck invalid register encodings for LdFrm/StFrm ARM...
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-11 Jakob Stoklund OlesenDon't add live ranges for sub-registers when clobbering...
2011-04-11 Jakob Stoklund OlesenSpeed up LiveIntervalUnion::unify by handling end inser...
2011-04-11 Jakob Stoklund OlesenTime the initial seeding of live registers
2011-04-11 Jakob Stoklund OlesenDon't shrink live ranges after dead code elimination...
2011-04-11 Jay FoadFix or remove code which seemed to think that the opera...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-11 Jay FoadPhi nodes always use an even number of operands, so...
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Nicolas GeoffrayBugfix in the Cpp backend after API change on PHINode...
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-04-09 Chris Lattnerfix rdar://8735979 - "int 3" doesn't match to "int3...
2011-04-09 Benjamin KramerFix potential buffer overflow on win32.
2011-04-09 Benjamin KramerDon't store Twine temporaries, it's not safe.
2011-04-09 Benjamin KramerMake error message more useful.
2011-04-09 Eli FriedmanAdd back a couple checks removed by r129128; the fact...
2011-04-09 Chris Lattnerfix PR9523, a crash in looprotate on a non-canonical...
2011-04-09 Chris LattnerFix a bug where RecursivelyDeleteTriviallyDeadInstructi...
2011-04-09 Chris LattnerAvoid excess precision issues that lead to generating...
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-09 Chris Lattnerregexes are allowed to match empty things, e.g. {{...
2011-04-09 Jakob Stoklund OlesenBuild the Hopfield network incrementally when splitting...
2011-04-09 Jakob Stoklund OlesenPrecompute interference for neighbor blocks as long...
2011-04-09 Chris Lattnerhave dag combine zap "store undef", which can be formed...
2011-04-09 Sean CallananRedirected errors from the AsmParser to the proper
2011-04-08 Devang PatelSimplify array bound checks and clarify comments. ...
2011-04-08 Nick LewyckyAdd a function for profiling to run at shutdown. Unlike...
2011-04-08 Matt Beaumont-GayFix an apparent typo that made GCC complain
2011-04-08 Devang PatelDo not emit DW_AT_upper_bound and DW_AT_lower_bound...
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-08 Jim GrosbachWorkaround g++ 4.2.1 warning diagnostic false positive.
2011-04-08 Johnny ChenCheck opcoe (dmb, dsb) instead of bitfields matching.
2011-04-08 Johnny ChenHanlde the checking of bad regs for SMMLAR properly...
2011-04-08 Johnny ChenSanity check the option operand for DMB/DSB.
2011-04-08 Jim GrosbachMark hasExtraDefRegAllocReq=1 on LDRD.
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-08 Johnny ChenAdd sanity checking for bad register specifier(s) for...
2011-04-07 Rafael EspindolaMicro optimization and improved similarity with gas...
2011-04-07 Devang PatelDo not let debug info interfer with branch folding.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-04-07 Evan ChengAdd option to emit @llvm.trap as a function call instea...
2011-04-07 Rafael EspindolaAdd support for .skip.
2011-04-07 Akira HatanakaFix indentation.
2011-04-07 Akira HatanakaUpdate ATUsed every time after expandRegLargeImmPair...
2011-04-07 Mon P WangFixed encoding for VEXTqf
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Akira HatanakaFix handling of functions with internal linkage.
2011-04-07 Johnny ChenAdd sanity checking for invalid register encodings...
2011-04-07 Johnny ChenAdd sanity checking for invalid register encodings...
2011-04-07 Jakob Stoklund OlesenRecompute hasPHIKill flags when shrinking live intervals.
2011-04-07 Johnny ChenAdd some more comments about checkings of invalid regis...
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2011-04-07 Jakob Stoklund OlesenAvoid moving iterators when the previous block was...
2011-04-07 Jakob Stoklund OlesenPrefer multiplications to divisions.
2011-04-07 Jakob Stoklund OlesenExtract SpillPlacement::addLinks for handling the speci...
2011-04-07 Devang PatelWhile hoisting common code from if/else, hoist debug...
2011-04-07 Tanya LattnerPrevent ARM DAG Combiner from doing an AND or OR combin...
2011-04-07 Sean CallananFixed a bug where missing EDInstInfo would cause
2011-04-07 Johnny ChenSanity check MSRi for invalid mask values and reject...
2011-04-07 Eli FriedmanPR9634: Don't unconditionally tell the AliasSetTracker...
2011-04-07 Johnny ChenThe ARM disassembler was not recognizing USADA8 instruc...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-07 Evan ChengRemove dead code. rdar://9221736.
2011-04-07 Johnny ChenShould also check SMLAD for invalid register values.
2011-04-07 Devang PatelSimplify. isIdenticalToWhenDefined() checks opcode.
2011-04-07 Nick LewyckySet unnamed_addr on strings created through the IRBuilder.
2011-04-06 Owen AndersonTeach the ARM peephole optimizer that RSB, RSC, ADC...
2011-04-06 Owen AndersonCleanups from Jim: remove redundant constraints and...
2011-04-06 Devang PatelWhile folding branch to a common destination into a...
2011-04-06 Jim GrosbachTidy up.
2011-04-06 Johnny ChenA8.6.393
2011-04-06 Jim Grosbachtidy up.
2011-04-06 Jakob Stoklund OlesenAlso account for the spill code that would be inserted...
2011-04-06 Jakob Stoklund OlesenAbort the constraint calculation early when all positiv...
2011-04-06 Johnny ChenA8.6.92 MCR (Encoding A1): if coproc == '101x' then...
next