summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* generate code for node and pattern predicates. Note that this won'tChris Lattner2010-02-16
* add support for the new isel matcher to generate Chris Lattner2010-02-16
* Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.Erick Tryzelaar2010-02-16
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-15
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* Remove c++ style comments from c header.Bill Wendling2010-02-15
* Renumber Instruction enums in llvm-c.Bill Wendling2010-02-15
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-15
* comment fix.Chris Lattner2010-02-15
* Add non-temporal flags and remove an assumption of default arguments.David Greene2010-02-15
* Add non-temporal flags to MachineMemOperand.David Greene2010-02-15
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-15
* give SDValue an operator->, allowing V->isTargetOpcode() andChris Lattner2010-02-15
* don't make insanely large node numbers for no reason,Chris Lattner2010-02-15
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-15
* When restoring a saved insert location, check to see if the savedDan Gohman2010-02-15
* In rememberInstruction, if the value being remembered is theDan Gohman2010-02-14
* Remove a 'protected' keyword, now that SCEVExpander is no longerDan Gohman2010-02-14
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-13
* MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar2010-02-13
* MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar2010-02-13
* MCAssembler: Start applying fixups in the data section.Daniel Dunbar2010-02-13
* MCAssembler: Add assorted dump() methods.Daniel Dunbar2010-02-13
* Teach MachineFrameInfo to track maximum alignment while stack objects are beingEvan Cheng2010-02-13
* Override dominates and properlyDominates for SCEVAddRecExpr, as aDan Gohman2010-02-13
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-12
* Fix a comment typo.Bob Wilson2010-02-12
* doxygenize some comments, patch by Peter Collingbourne!Chris Lattner2010-02-12
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-12
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12
* Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson2010-02-12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-11
* MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar2010-02-11
* MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar2010-02-11
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-11
* refactor x86 conditional branches to use a multipatternChris Lattner2010-02-11
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-11
* The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang2010-02-10
* Allow isDebug inquiry on any MO.Dale Johannesen2010-02-10
* add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner2010-02-10
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-10
* Use doxygen comment syntax.Dan Gohman2010-02-10
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-10
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Minor code simplification.Dan Gohman2010-02-10
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-10