add StructType helpers too.
[oota-llvm.git] / include /
2012-01-26 Chris Lattneradd StructType helpers too.
2012-01-26 Chris LattnerOk, break down and add some cast<>'ing helper methods...
2012-01-25 Chris Lattneradd some helper methods to ShuffleVectorInst and enhanc...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Chandler CarruthRevert a tiny bit of r148553 which extended LLVM's...
2012-01-25 Evan ChengUpdate hasProperty comment.
2012-01-25 Chris Lattnerconstify some methods and add a new Constant::getAggreg...
2012-01-25 Chris Lattnerreapply r148901 with a crucial fix.
2012-01-25 Craig TopperRemove AVX 256-bit unaligned load intrinsics. 128-bit...
2012-01-25 Argyrios KyrtzidisRevert r148901 because it crashes llvm tests.
2012-01-25 Chris LattnerIntroduce a new ConstantVector::getSplat constructor...
2012-01-25 Chris LattnerRemove the Type::getNumElements() method, which is...
2012-01-24 TalinAdditional methods for SmallString.
2012-01-24 Jakob Stoklund OlesenAdd an (interleave A, B, ...) SetTheory operator.
2012-01-24 David BlaikieReword comment based on feedback by Duncan Sands.
2012-01-24 Chris LattnerRearrange argument order of ::get methods so that LLVMC...
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Chris LattnerAdd various "string" methods to ConstantDataSequential...
2012-01-24 Chris Lattneradd ::drop_back() and ::drop_front() methods, which...
2012-01-24 Chris Lattnerteach valuetracking about ConstantDataSequential
2012-01-24 Chris LattnerSplit the interesting bits of ConstantFoldLoadThroughGE...
2012-01-24 Chris LattnerAdd some accessor methods to CAZ and UndefValue that...
2012-01-24 Chris Lattnerimplement the ConstantDataSequential accessor methods.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 David BlaikieChanging bitfield enums to unsigned ints.
2012-01-23 Chris Lattnerstart the implementation of a new ConstantDataVector...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 David BlaikieSimplify llvm::cl::Option by using a bit field instead...
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-23 Chris LattnerVarious public StringMap methods take or return "MapEnt...
2012-01-23 Chris Lattnerrevert r148688 too, this isn't safe for DenseMap use...
2012-01-23 Chris Lattnerallow OwningPtr to be copy constructed if null, which...
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-23 Rafael EspindolaThe iteration order over a std::set<Module*> depends...
2012-01-22 Eli BenderskyRemove trailing spaces
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2012-01-21 Jakob Stoklund OlesenHandle register masks in LiveVariables.
2012-01-20 Jakob Stoklund OlesenDelete an unused member variable.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Benjamin KramerDon't use my favorite C++11 feature (comma at end of...
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-20 Benjamin KramerProtect SmallVectorImpl's constructor and a few other...
2012-01-20 Andrew TrickSCEVExpander fixes. Affects LSR and indvars.
2012-01-19 Owen AndersonAdd a new form of MCOperand, for representing sub-instr...
2012-01-19 Evan ChengMore bundle related API additions.
2012-01-19 Chris LattnerIntroduce a new MutableArrayRef class, which refers...
2012-01-19 Evan ChengEnhance finalizeBundle to return end of bundle iterator...
2012-01-19 Lang HamesAdded methods to get the live range immediately before...
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2012-01-18 Jakob Stoklund OlesenAdd a RegisterMaskSDNode class.
2012-01-18 Rafael EspindolaAdd support for the gnueabihf environment. Patch by...
2012-01-18 Nadav RotemDocument the fact that the selection dag changes the...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-17 Jakub StaszakRemove unneeded include.
2012-01-17 Jakob Stoklund OlesenAdd TableGen support for callee saved registers.
2012-01-17 Jakub StaszakMove includes to the .cpp file.
2012-01-17 Jakub StaszakTrailing spaces.
2012-01-17 Dan GohmanAdd a new ObjC ARC optimization pass to eliminate unneeded
2012-01-17 Dan GohmanAdd a new PassManagerBuilder customization point,
2012-01-17 Manuel KlimekRemoves template magic to build up containers.
2012-01-17 Andrew TrickRenamed MachineScheduler to ScheduleTopDownLive.
2012-01-17 Andrew TrickMoving options declarations around.
2012-01-17 Chris Lattneradd some missing const qualifiers.
2012-01-17 Jakob Stoklund OlesenAdd portable bit mask operations to BitVector.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jakob Stoklund OlesenExtract method for detecting constant unallocatable...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_RegisterMask.
2012-01-15 Benjamin KramerReturn an ArrayRef from ShuffleVectorSDNode::getMask...
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2012-01-14 Jakob Stoklund OlesenAdd TRI::getCallPreservedMask() hook.
2012-01-13 Pete CooperFixed comment. Thanks Duncan!
2012-01-13 Andrew TrickAdded the MachineSchedulerPass skeleton.
2012-01-13 Andrew Trickwhitespace
2012-01-13 Jakob Stoklund OlesenDelete CodeInit and CodeRecTy from TableGen.
2012-01-13 Jakob Stoklund OlesenUse uniqued StringInit pointers for lookups.
2012-01-12 Pete CooperAdded MVT::v2f16
2012-01-12 Evan ChengAllow targets to select source order pre-RA scheduler.
2012-01-12 Evan ChengMove Sched::Preference out of TargetMachine.h where...
2012-01-11 Eli FriedmanRe-fix the issue Bill fixed in r147899 in a slightly...
2012-01-11 Jan SjödinAdd XOP Intrinsics and tests
2012-01-11 Andrew TrickClarified the SCEV getSmallConstantTripCount interface...
2012-01-11 Jakob Stoklund OlesenDetect when a value is undefined on an edge to a landin...
2012-01-11 Jakob Stoklund OlesenExclusively use SplitAnalysis::getLastSplitPoint().
2012-01-11 Bill WendlingIf the global variable is removed by the linker, then...
2012-01-10 Devang PatelLet asm parser query asm syntax dialect.
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2012-01-10 Chandler CarruthTeach the triple library about the androideabi environment.
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Andrew TrickEnable LSR IV Chains with sufficient heuristics.
2012-01-10 Rafael EspindolaRemove the logging streamer.
2012-01-09 Devang PatelSplit AsmParser into two components - AsmParser and...
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
next