indvars: Code reorganization in preparation for
[oota-llvm.git] / include /
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-10 Chandler CarruthMake the destructor virtual to silence GCC's -Wnon...
2011-07-10 Jakub StaszakUse BranchProbability instead of floating points in...
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
2011-07-10 Chris Lattnerfinish a thought.
2011-07-09 Chris Lattnerthe various ConstantExpr::get*Ty methods existed to...
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-07-09 Chris Lattnerremove the DerivedType which isn't adding value anymore.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattneradd a #include
2011-07-09 Chris Lattnerfix a really bad bug that would cause nested cursors...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Cameron ZwarichAdd an fma TableGen node.
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Jakob Stoklund OlesenBe more aggressive about following hints.
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Bill WendlingMove a function out-of-line.
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-07-07 Evan ChengFeature bits are 64-bits.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Bill WendlingUse ArrayRef instead of a std::vector&.
2011-07-07 Lang HamesAdd functions 'hasPredecessor' and 'hasPredecessorHelpe...
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-07-06 Owen AndersonFix a subtle issue in SmallVector. The following code...
2011-07-06 Nick LewyckyAdd ImmutableList::contains(). Patch by Rui Paulo!
2011-07-06 Jim GrosbachDon't require pseudo-instructions to carry encoding...
2011-07-06 Devang PatelSimplify. Consolidate dbg.declare handling in AllocaPro...
2011-07-06 Bill WendlingConstify getCompactUnwindRegNum.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-07-05 Dan GohmanRemove the ObjC ARC passes from the default optimizatio...
2011-07-05 Devang PatelSpeculatively revert r134431.
2011-07-05 Devang PatelClear debug loc while updating insert point.
2011-07-05 Michael J. SpencerFix 80-col.
2011-07-04 Tobias GrosserSuccIterator on bbs without terminator insts
2011-07-02 Jakob Stoklund OlesenInclude a source location when complaining about bad...
2011-07-02 Evan ChengAdd getFeatureBits to extract feature bits for a given...
2011-07-02 Eric ChristopherRemove the confusing getDarwinNumber() api and friends.
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-07-01 Evan ChengAdd MCSubtargetInfo target registry stuff.
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-07-01 Rafael EspindolaFix use after free.
2011-07-01 Evan ChengSwitch SubtargetFeatures from std::string to StringRef.
2011-06-30 Bill WendlingAdd target a target hook to get the register number...
2011-06-30 Rafael EspindolaCreate a isFullCopy predicate.
2011-06-30 Rafael EspindolaAdd r134057 back, but splice the predecessor after...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-30 Eric ChristopherRemove getRegClassForInlineAsmConstraint and all depend...
2011-06-29 Devang PatelRevert r133953 for now.
2011-06-29 Andrew TrickAdded IRBuilder::SetInsertPoint(Use) to find a valid...
2011-06-29 Andrew Trickwhitespace
2011-06-29 Evan ChengIndentation
2011-06-29 Chad RosierTemporarily revert r134057: "Let simplify cfg simplify...
2011-06-29 Rafael EspindolaLet simplify cfg simplify bb with only debug and lifeti...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-29 Evan ChengTrim include
2011-06-28 Evan ChengUnbreak every backend.
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengAdd MCInstrInfo registeration machinery.
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-28 Jay FoadPR10210: New method ConstantArray::getAsCString()....
2011-06-28 Andrew TrickCleanup. Fix a stupid variable name.
2011-06-28 Andrew TrickSCEVExpander: give new insts a name that identifies...
2011-06-27 Evan ChengRemove RegClass2VRegMap from MachineRegisterInfo.
2011-06-27 Evan ChengRemove RCBarriers from TargetInstrDesc.
2011-06-27 Evan ChengRemove the experimental (and unused) pre-ra splitting...
2011-06-27 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-06-27 Owen AndersonAdd support for alternative register names, useful...
2011-06-27 Evan ChengRename unnecessary forward declaration.
2011-06-27 Nick LewyckyMove onlyUsedByLifetimeMarkers to ValueTracking so...
2011-06-27 Jakob Stoklund OlesenDistinguish early clobber output operands from clobbere...
2011-06-26 Rafael EspindolaThere is only one register coalescer. Merge it into...
2011-06-26 Rafael EspindolaMove RegisterCoalescer.h to lib/CodeGen.
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-25 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-25 Michael J. SpencerAdd Object/Error.
2011-06-25 Nick LewyckyEnhance the sanity check for block sizes; check that...
2011-06-24 Evan ChengRename TargetRegisterDesc to MCRegisterDesc
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Devang PatelFix struct member's scope. Patch by Xi Wang.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-24 Evan Cheng- Add MCRegisterInfo registration machinery. Also added...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-23 Jakub StaszakCalculate backedge probability correctly.
2011-06-23 Jakub StaszakMissing files for the BlockFrequency analysis added.
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-23 Evan ChengRename TargetOptions::StackAlignment to StackAlignmentO...
2011-06-23 Rafael EspindolaAdd missing file.
2011-06-23 Dylan NoblesmithSupport: make floating-exception header private
2011-06-23 Dylan NoblesmithDon't include config.h in public headers
next