reduce indentation by eliminating 'else after return'
[oota-llvm.git] / include /
2010-02-23 Chris Lattnerfix an off-by-one error.
2010-02-23 Chris Lattnerswitch the value# in OPC_CompleteMatch and OPC_EmitNode...
2010-02-22 Chris Lattneradd a new Push2 opcode for targets (like cellspu) which...
2010-02-22 Jim GrosbachUpdated version of r96634 (which was reverted due to...
2010-02-22 Chris Lattnerexpand my hack to work with nodes that have flags but...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-22 Chris Lattneradd some debug hooks for tracking the behavior of the...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-22 Dan GohmanRename a variable to avoid a -Wshadow warning.
2010-02-22 Chris Lattnerenhance my hack for flags handling, this allows us...
2010-02-21 Chris Lattnerfix most of the failures in the x86 suite by handling...
2010-02-21 Daniel DunbarMC: Sketch registry support for target specific assembl...
2010-02-21 Daniel DunbarFormatting tweaks (trailing whitespace, ordering, comme...
2010-02-21 Chris Lattnerfix an odd thinko in an assertion, all arm tests pass...
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Chris Lattnerspeculatively teach OPC_CheckValueType and OPC_EmitNode...
2010-02-21 Chris Lattnerteach OPC_CheckType to handle MVT::iPTR, down to 2...
2010-02-21 Chris Lattnermake this check a bit more generous, it may be outlivin...
2010-02-21 Chris LattnerRelax an assertion a bit. We allow replacing things...
2010-02-21 Chris Lattnerwhen a match fails and we have to rollback, make sure...
2010-02-21 Chris Lattnerhandle optional in flags that aren't present.
2010-02-21 Chris Lattnerfix two bugs in OPC_EmitRegister, which makes ppc happier.
2010-02-21 Chris Lattnerimplement the last known missing feature: updating...
2010-02-21 Charles DavisReduce size of 'StackAlignment' field from 5 to 3 bits...
2010-02-21 Chris LattnerLots of improvements to the new dagisel emitter. This...
2010-02-21 Chris Lattneradd a hook so that the new isel can run SDNodeXForms.
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2010-02-19 Bob WilsonRevert 96634. It causes assertion failures for 126...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Duncan SandsCorrect LastPrimitiveTyID: MetadataType is a primitive...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-19 Jim GrosbachRadar 7636153. In the presence of large call frames...
2010-02-18 Dan GohmanIndvars needs to explicitly notify ScalarEvolution...
2010-02-18 Mon P WanggetSplatIndex assumes that the first element of the...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-18 Devang PatelFix comments.
2010-02-18 Devang PatelDestroy MDNodes gracefully while deleting llvm context.
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-17 Daniel DunbarFix comment.
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattneradd missing method, PR6284
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnersimplify IsChainCompatible codegen, add comments. no
2010-02-17 Chris Lattnermake the new isel's interpreter loop call the generated
2010-02-16 Devang PatelUse line and column number to distinguish two lexical...
2010-02-16 Bob WilsonRename SuccessorNumber to GetSuccessorNumber.
2010-02-16 Bob WilsonSplit critical edges as needed for load PRE.
2010-02-16 Bob WilsonRefactor to share code to find the position of a basic...
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Chris Lattnergenerate code for node and pattern predicates. Note...
2010-02-16 Chris Lattneradd support for the new isel matcher to generate
2010-02-16 Erick TryzelaarFix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Bill WendlingRemove c++ style comments from c header.
2010-02-15 Bill WendlingRenumber Instruction enums in llvm-c.
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 Chris Lattnercomment fix.
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Chris LattnerCheck in the first big step of rewriting DAGISelEmitter to
2010-02-15 Chris Lattnergive SDValue an operator->, allowing V->isTargetOpcode...
2010-02-15 Chris Lattnerdon't make insanely large node numbers for no reason,
2010-02-15 Chris Lattnermake PadToColumn return the stream so you can use:
2010-02-15 Dan GohmanWhen restoring a saved insert location, check to see...
2010-02-14 Dan GohmanIn rememberInstruction, if the value being remembered...
2010-02-14 Dan GohmanRemove a 'protected' keyword, now that SCEVExpander...
2010-02-13 Daniel DunbarMCAssembler: Switch MCAsmFixup to storing MCFixupKind...
2010-02-13 Daniel DunbarMCAssembler: Sink fixup list into MCDataFragment.
2010-02-13 Daniel DunbarMCAssembler: Switch MCFillFragment to only taking const...
2010-02-13 Daniel DunbarMCAssembler: Start applying fixups in the data section.
2010-02-13 Daniel DunbarMCAssembler: Add assorted dump() methods.
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Dan GohmanOverride dominates and properlyDominates for SCEVAddRec...
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Bob WilsonFix a comment typo.
2010-02-12 Chris Lattnerdoxygenize some comments, patch by Peter Collingbourne!
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2010-02-11 Daniel DunbarMC: Move assembler-backend's fixup list into the fragment.
2010-02-11 Daniel DunbarMC: Move MCSectionData::Fixup out to MCAsmFixup.
2010-02-11 Chris Lattnermake getFixupKindInfo return a const reference, allowing
2010-02-11 Chris Lattnerrefactor x86 conditional branches to use a multipattern
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Dale JohannesenAllow isDebug inquiry on any MO.
next