aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-152-168/+202
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-155-50/+58
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-151-5/+7
* comment fix.Chris Lattner2010-02-151-1/+1
* Add non-temporal flags and remove an assumption of default arguments.David Greene2010-02-152-10/+12
* Add non-temporal flags to MachineMemOperand.David Greene2010-02-151-3/+8
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-152-27/+27
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-151-0/+264
* give SDValue an operator->, allowing V->isTargetOpcode() andChris Lattner2010-02-151-0/+2
* don't make insanely large node numbers for no reason,Chris Lattner2010-02-151-1/+1
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-151-1/+1
* When restoring a saved insert location, check to see if the savedDan Gohman2010-02-151-0/+2
* In rememberInstruction, if the value being remembered is theDan Gohman2010-02-141-3/+1
* Remove a 'protected' keyword, now that SCEVExpander is no longerDan Gohman2010-02-141-1/+1
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-132-4/+17
* MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar2010-02-131-39/+23
* MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar2010-02-131-4/+4
* MCAssembler: Start applying fixups in the data section.Daniel Dunbar2010-02-131-9/+6
* MCAssembler: Add assorted dump() methods.Daniel Dunbar2010-02-131-31/+49
* Teach MachineFrameInfo to track maximum alignment while stack objects are beingEvan Cheng2010-02-131-13/+3
* Override dominates and properlyDominates for SCEVAddRecExpr, as aDan Gohman2010-02-131-0/+4
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-121-5/+7
* Fix a comment typo.Bob Wilson2010-02-121-1/+1
* doxygenize some comments, patch by Peter Collingbourne!Chris Lattner2010-02-123-53/+53
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-125-8/+116
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-121-1/+1
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-122-70/+39
* Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson2010-02-121-0/+4
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-121-1/+28
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-111-1/+5
* MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar2010-02-111-45/+52
* MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar2010-02-111-32/+35
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-111-1/+1
* refactor x86 conditional branches to use a multipatternChris Lattner2010-02-111-1/+1
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-112-1/+2
* The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang2010-02-101-0/+5
* Allow isDebug inquiry on any MO.Dale Johannesen2010-02-101-1/+0
* add a virtual dtor to MCTargetExpr, hopefully silencing some warnings.Chris Lattner2010-02-101-1/+1
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-101-0/+5
* Use doxygen comment syntax.Dan Gohman2010-02-101-8/+8
* Fix several comments which had previously been "the the" where aDan Gohman2010-02-105-5/+5
* Fix "the the" and similar typos.Dan Gohman2010-02-1020-21/+21
* Minor code simplification.Dan Gohman2010-02-101-2/+1
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-102-7/+45
* MC: Switch MCFixup to just hold an MCExpr pointer instead of index into theDaniel Dunbar2010-02-101-13/+14
* Fix a signed comparison warning.Daniel Dunbar2010-02-101-3/+3
* "fixup" a comment.Chris Lattner2010-02-101-1/+1
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-101-4/+1
* fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.Chris Lattner2010-02-102-10/+11
* Stop MachineInstr.h from #including AsmPrinter.hChris Lattner2010-02-103-2/+5