Ignore the documentation-suggested location for compile_commands.json
[oota-llvm.git] / include /
2012-08-21 David BlaikieProvide a portability macro for __builtin_trap.
2012-08-21 Chad Rosier[ms-inline asm] Expose the ErrorInfo from the MatchInst...
2012-08-21 Duncan SandsPacify PVS-Studio by changing the type rather than...
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-08-21 Duncan SandsPVS-Studio noticed that EmitVBR64 would perform undefin...
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-20 Jakob Stoklund OlesenClarify that duplicate edges are not allowed in the...
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-17 Jin-Gu KangInsertion of NoFolder functions to avoid ambiguous...
2012-08-17 Pranav BhandarkarTest commit.
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyAdd PPC64 relocations definitions, by Adhemerval Zanella.
2012-08-16 Roman DivackyHandle PowerPC.
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-16 Nadav RotemAdd dump/dumpr methods to SDValue.
2012-08-15 Jakob Stoklund OlesenAdd a CoveringSubRegIndices field to SubRegIndex records.
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-08-15 Michael J. SpencerAdd LLVM_DELETED_FUNCTION compatibility macro.
2012-08-15 Chad RosierFix a typo in VariadicFunction.h that leads to invalid...
2012-08-15 Bill WendlingSet the branch probability of branching to the 'normal...
2012-08-14 Michael J. Spencer[yaml2obj] Fix incorrect use of signed values.
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-14 Richard SmithAvoid undefined behavior in DenseMap::shrink_and_clear...
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-08-13 Jakob Stoklund OlesenRemove the TII::scheduleTwoAddrSource() hook.
2012-08-13 Nadav RotemFix a documentation typo.
2012-08-11 Craig TopperCreate isXBitVector methods in MVT and call them from...
2012-08-10 Eli BenderskyA couple of addition comment fixes
2012-08-10 Eli BenderskyFix a couple of typos in comments
2012-08-10 Rafael EspindolaMove BasicBlockEdge to the cpp file. No functionality...
2012-08-10 Joerg SonnenbergerAdd some missing includes for the build against stdcxx.
2012-08-10 Rafael EspindolaRemove references to compression in llvm-ar. It has...
2012-08-10 Jakob Stoklund OlesenReapply r161633-161634 "Partition use lists so defs...
2012-08-10 Jakob Stoklund OlesenAlso update MRI use lists when changing a use to a...
2012-08-10 Chad Rosier[ms-inline asm] Add a new Inline Asm Non-Standard Diale...
2012-08-09 Jakob Stoklund OlesenRevert r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenPartition use lists so defs always come before uses.
2012-08-09 Jakob Stoklund OlesenDon't use pointer-pointers for the register use lists.
2012-08-09 Jakob Stoklund OlesenMove use list management into MachineRegisterInfo.
2012-08-09 Chad Rosier[ms-inline asm] Extend the MC AsmParser API to match...
2012-08-09 Matt Beaumont-GayMachineRegisterInfo was already a friend of MachineOper...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-08-08 Jakob Stoklund OlesenMove getNextOperandForReg() into MachineRegisterInfo.
2012-08-08 Owen AndersonAllow legalization of target-specific SDNodes, provided...
2012-08-08 Bill WendlingRemove OpenBSD defines:
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-08-08 Andrew TrickMinor cleanup of defaultDefLatency API
2012-08-08 Jakob Stoklund OlesenRevert "Fix a quadratic algorithm in MachineBranchProba...
2012-08-08 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-07 Jakob Stoklund OlesenAdd SelectionDAG::getTargetIndex.
2012-08-07 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_TargetIndex.
2012-08-07 Rafael EspindolaThe dominance computation already has logic for computi...
2012-08-07 Bill WendlingRevert r161371. Removing the 'const' before Type is...
2012-08-07 Bill WendlingConstify the Type parameter to some methods (which...
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...
next