Fix typo.
[oota-llvm.git] / include / llvm /
2012-08-06 Jakob Stoklund OlesenFix typo.
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-08-06 Simon AtanasyanFix MIPS DSP Rev1 intrinsics memory properties.
2012-08-06 Jakob Stoklund OlesenPut up warning signs around MO::getNextOperandForReg().
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-08-03 Jakob Stoklund OlesenAdd an experimental -early-live-intervals option.
2012-08-03 Bob WilsonTry to reduce the compile time impact of r161232.
2012-08-03 Jakob Stoklund OlesenCompletely eliminate VNInfo flags.
2012-08-03 Jakob Stoklund OlesenEliminate the VNInfo::hasPHIKill() flag.
2012-08-03 Jakob Stoklund OlesenMake the hasPHIKills flag a computed property.
2012-08-03 Eric ChristopherAdd support for detecting libxml for Dmitri's work...
2012-08-03 Jakob Stoklund OlesenRemove a dead prototype.
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-08-03 Bob WilsonAdd new getLibFunc method to TargetLibraryInfo.
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Michael J. SpencerAdd yaml2obj. A utility to convert YAML to binaries.
2012-08-02 Jakob Stoklund OlesenAdd TargetRegisterInfo::hasRegUnit().
2012-08-02 NAKAMURA Takumiinclude/llvm/Analysis/RegionInfo.h: Appease msvc.
2012-08-02 Hongbin ZhengImplement the block_iterator of Region based on df_iter...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-01 Axel NaumannReference IntrusiveRefCntPtr in doxygen doc of RefCount...
2012-08-01 Chandler CarruthAdd range erase, element insert, and range insert metho...
2012-08-01 Chandler CarruthAdd basic in-bounds asserts to TinyPtrVector::erase.
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.
2012-08-01 Nick KledzikFix shadowed variable warning
2012-07-31 Chandler CarruthImplement copy and move assignment for TinyPtrVector...
2012-07-31 Chandler CarruthClean up trailing whitespace and unnecessary blank...
2012-07-31 Chandler CarruthBring TinyPtrVector under test. Somehow we never picked...
2012-07-30 Andrew TrickAdded MachineRegisterInfo::hasOneDef()
2012-07-30 Andrew TrickInline MachineRegisterInfo::hasOneUse
2012-07-30 Chandler CarruthExtend the InstVisitor to visit the specialized classes...
2012-07-30 Chandler CarruthMove the SmallVector unit tests to be type-parameterize...
2012-07-30 Eric ChristopherTypo.
2012-07-30 Jakob Stoklund OlesenAdd MachineInstr::isTransient().
2012-07-30 Jakob Stoklund OlesenAdd MachineBasicBlock::isPredecessor().
2012-07-29 Benjamin KramerAPInt: Simplify code.
2012-07-29 Manman RenRevert r160920 and r160919 due to dragonegg and clang...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-27 Jakob Stoklund OlesenAlso compute register mask lists under -new-live-intervals.
2012-07-27 Chad RosierTypos.
2012-07-27 Jakob Stoklund OlesenEliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
2012-07-27 Jakob Stoklund OlesenAdd a -new-live-intervals experimental option.
2012-07-27 Benjamin KramerSmallVector: Crank up verbosity of asserts per Chandler...
2012-07-27 Jakob Stoklund OlesenGive MCRegisterInfo an implementation file.
2012-07-27 Benjamin KramerSmallVector::erase: Assert that iterators are actually...
2012-07-27 Jakob Stoklund OlesenEliminate the large XXXSubRegTable constant arrays.
2012-07-26 Jakob Stoklund OlesenRemove support for 'CompositeIndices' and sub-register...
2012-07-26 Micah VillmowAdd support for v16i32/v16i64 into the code generator...
2012-07-26 Chad RosierMake comments in Debug.cpp and Debug.h consistent....
2012-07-26 Jakob Stoklund OlesenStart scaffolding for a MachineTraceMetrics analysis...
2012-07-26 Dan GohmanAdd a floor intrinsic.
2012-07-25 Jakob Stoklund OlesenDifferentially encode all MC register lists.
2012-07-25 Nuno Lopesrevert r160742: it's breaking CMake build
2012-07-25 Nuno LopesMemoryBuiltins: add support to determine the size of...
2012-07-25 Nuno Lopesadd EmitStrNLen()
2012-07-25 Nuno Lopesmake all Emit*() functions consult the TargetLibraryInf...
2012-07-24 Rafael EspindolaIn order to correctly compile
2012-07-24 Michael J. Spencer[Object] Remove unneeded const_cast.
2012-07-24 Nuno Lopesadd a few more functions to TargetLibraryInfo:
2012-07-24 Anshuman DasguptaAdd new interfaces to support ldd's ReaderElf.cpp.
2012-07-24 Nuno LopesTargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
2012-07-23 Richard TrieuAdd operator== to APSInt. This will compare the signed...
2012-07-23 Nadav RotemDoxygenify the comments of ISD nodes.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-22 NAKAMURA Takumiautoconf: Re-introduce LLVM_HOSTTRIPLE since r143500...
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-07-20 Nuno Lopesbaby steps toward fixing some problems with inbound...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2012-07-20 Galina KistanovaFix few warnings.
2012-07-20 Daniel Dunbarraw_ostream: Add a has_colors() method.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-07-20 Owen AndersonMake RegisterOperand a subclass of DAGOperand so that...
2012-07-19 Benjamin KramerPull the simple parts of DenseMapInfo<DebugLoc> inline...
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-19 Galina KistanovaFixed few warnings.
2012-07-19 Bill WendlingRemove tabs.
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Bill WendlingRemove tabs.
2012-07-18 Jordan RoseAllow PointerIntPairs to be created from const void *.
2012-07-18 Simon AtanasyanAdd some missed ELF constants definitions:
2012-07-18 NAKAMURA TakumiUpdate config.h.cmake corresponding to config.h.in.
2012-07-18 Andrew TrickSCEVTraversal: Add a visited set.
2012-07-17 Jakob Stoklund OlesenFix broken ipo_ext_iterator constructors.
2012-07-17 Jakob Stoklund OlesenAllow for customized graph edge pruning in PostOrderIte...
2012-07-17 Simon AtanasyanRevert commit r160307. We decide to move builtins selec...
2012-07-17 Jim GrosbachTableGen: Allow conditional instruction pattern in...
2012-07-16 Simon AtanasyanMIPS: Create two definitions for __builtin_mips_shll_qb...
2012-07-16 Tom StellardRevert "include/llvm: Add R600 Intrinsics v6"
2012-07-16 Tom Stellardinclude/llvm: Add R600 Intrinsics v6
2012-07-16 Chandler CarruthAdd support for attaching branch weight metadata direct...
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-15 Chandler CarruthUpdate the header guard I missed when moving the header.
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-07-15 Nadav RotemRefactor the code that checks that all operands of...
2012-07-15 Eric ChristopherMove IsSameValue from clang's ASTImporter to be methods...
2012-07-13 Andrew TrickLSR Fix: check SCEV expression safety before expansion.
2012-07-13 Andrew TrickFactor SCEV traversal code so I can use it elsewhere...
2012-07-13 Galina KistanovaFixed few warnings.
next