Add a pinned metadata name for fpaccuracy, and document it
[oota-llvm.git] / include /
2011-10-27 Peter CollingbourneAdd a pinned metadata name for fpaccuracy, and document it
2011-10-27 Jim GrosbachTrailing whitespace.
2011-10-27 Owen AndersonExpose relocation accessors through the libObject C...
2011-10-27 Owen AndersonAdd relocation iterators to the libObject C API.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...
2011-10-26 Owen AndersonAdd support for scattered relocations to the MachO...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-26 Eric ChristopherHandle newer cases for freebsd which is approaching...
2011-10-25 Michael J. SpencerObject/Archive: Add BSD style long file name support...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Owen AndersonMore fixes and improvements to MachO relocation pretty...
2011-10-24 Dan GohmanDelete the top-down "Latency" scheduler. Top-down sched...
2011-10-24 Dan GohmanDelete the Latency scheduling preference.
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 Chandler CarruthDoxygen-ify the comments on the public interface for...
2011-10-24 Chandler CarruthSimplify the design of BranchProbabilityInfo by collaps...
2011-10-23 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...
2011-10-23 Chandler CarruthNow that we have comparison on probabilities, add some...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-21 Owen AndersonUse LLVMBool for a function that logically returns...
2011-10-21 Owen AndersonFix typo.
2011-10-21 Owen AndersonBind libObject API for obtaining the section containing...
2011-10-21 Owen AndersonExpand the coverage of the libObject C bindings to...
2011-10-21 Craig TopperRemove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin...
2011-10-21 Chandler CarruthImplement a block placement pass based on the branch...
2011-10-20 Dan GohmanDelete the list-tdrr scheduler. Top-down schedulers...
2011-10-20 Lang HamesHaven't yet found a nice way to handle TargetData verif...
2011-10-20 Duncan SandsComment out or remove unused parameter names so as...
2011-10-20 Duncan SandsAvoid warnings about the parameter G being unused.
2011-10-20 Eli FriedmanRefactor code from inlining and globalopt that checks...
2011-10-20 Eli FriedmanRemove useless code.
2011-10-19 David GreeneAdd NAME Member
2011-10-19 David GreeneCall Record Initializer
2011-10-19 David GreeneAdd Name Init Record Constructor
2011-10-19 David GreeneFix 80-col Violation
2011-10-19 David GreeneFix Name Check
2011-10-19 David GreeneFix Name Check
2011-10-19 David GreeneAdd Record Init
2011-10-19 David GreeneMake Template Arg Names Inits
2011-10-19 David GreeneAdd Utility to Scope Names
2011-10-19 David GreeneMake VarInit Name an Init
2011-10-19 David GreeneAdd Value Accessors
2011-10-19 David GreeneAdd Name Init Accessors
2011-10-19 David GreeneAdd Init Accessors
2011-10-19 Chandler CarruthAdd pass printing support to BlockFrequencyInfo pass...
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-18 Eric ChristopherWhitespace.
2011-10-18 Michael J. SpencerObject/COFF: Change type from a struct to a uint16_t...
2011-10-18 Andrew TrickUse ARM/t2PseudoInst class from ARM/Thumb2 special...
2011-10-18 Andrew Trickwhitespace
2011-10-18 Lang HamesBacking out patch. Will refactor to remove the AsmParse...
2011-10-17 Michael J. SpencerObject: Add some types to SymbolRef::Type.
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. SpencerObject/COFF: Expose more data in the public API.
2011-10-17 Michael J. SpencerObject: Implement casting for concrete classes.
2011-10-17 Michael J. Spencer80-col.
2011-10-17 Lang HamesRe-applying the target data layout verification patch...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Rafael Espindola142288 broke the build:
2011-10-17 Lang HamesValidate target data layout strings.
2011-10-17 Owen AndersonAdd an accessor to get the underlying MachO representation.
2011-10-17 Owen AndersonUse the correct predicate for determining if a branch...
2011-10-17 Benjamin KramerMCOperand is pod-like.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Hal FinkelAdd comments to TargetLowering.h indicating that the...
2011-10-17 Bill WendlingNow that we have the ReturnsTwice function attribute...
2011-10-17 Jakob Stoklund OlesenAdmonish that MI is not IR and virtual registers have...
2011-10-17 Devang Patelsvn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar...
2011-10-17 Chandler CarruthAdd a routine to swap branch instruction operands,...
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 Benjamin KramerPR11143: Save the old diagnostic handler and call it...
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-15 Nick LewyckyFix extra whitespace in comment.
2011-10-15 Andrew TrickFix SCEVExpander assert during LSR: "argument of incomp...
2011-10-14 Torok Edwinocaml bindings: introduce classify_value
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-14 Akira HatanakaAdd ELF relocation types for Mips.
2011-10-13 Eli FriedmanEnhance the memdep interface so that users can tell...
2011-10-13 Richard OsborneUpdate IntrinsicsXCore.td with the normal LLVM notice...
2011-10-13 Michael J. SpencerFix incorrect ELF typedefs.
2011-10-13 Michael J. SpencerAdd missing ELF constants.
2011-10-12 Jakob Stoklund OlesenAdd MachineInstr::getRegClassConstraint().
2011-10-12 Jakob Stoklund OlesenExtract a method for finding the inline asm flag operand.
2011-10-12 Jakob Stoklund OlesenEncode register class constreaints in inline asm instru...
2011-10-12 Eli FriedmanUse unsigned multiply to hash integers, so we don't...
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-10-12 Eric ChristopherMake this use a public accessor too.
2011-10-11 Eric ChristopherUse public accessors on the scope that is returned.
2011-10-11 Chris Lattnerimprove some of the documentation around target data...
next