Expand the coverage of the libObject C bindings to include more SectionRef accessors...
[oota-llvm.git] / include / llvm /
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 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...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-11 Daniel DunbarSupport/DataTypes.h: Clean up some types and add matchi...
2011-10-11 Owen AndersonExpose MachOObjectFile externally, like we do for COFF...
2011-10-11 NAKAMURA TakumiAdd -D__STDC_FORMAT_MACROS to use PRIx64.
2011-10-11 Nick LewyckyAdd support for .symtab_shnidx. Unfortunately, doing...
2011-10-11 Andrew TrickMove replaceCongruentIVs into SCEVExapander and bias...
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-10-10 Lang HamesAdd a natural stack alignment field to TargetData,...
2011-10-10 Michael J. SpencerObject: add getSectionAlignment.
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2011-10-10 Andrew TrickAllow stat += 0 without activating the stat.
2011-10-10 Andrew Trickwhitespace
2011-10-10 Jakob Stoklund OlesenMark the standard pseudos as isPseudo = 1.
2011-10-10 Owen AndersonMCAtom extending methods need to extend the range of...
2011-10-10 Bill WendlingMark the llvm.eh.sjlj.functioncontext intrinsic as...
2011-10-08 Michael J. SpencerPathV2: Add simplified version of exists that returns...
2011-10-08 Michael J. SpencerObject: constize Archive.
2011-10-07 Andrew TrickLSR should only reuse phis that match its formula.
2011-10-07 Bill WendlingAdd a bool value to set the IsLandingPad flag to.
2011-10-07 Bill WendlingThread the chain through the eh.sjlj.setjmp intrinsic...
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 David GreeneRemove Multidefs
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-10-06 Evan ChengCosmetic change.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-06 Jakob Stoklund OlesenRemove the TRI::getSubRegisterRegClass() hook.
2011-10-05 Bill WendlingAdd accessor method to check if the landing pad symbol...
2011-10-05 David GreeneAdd Multidef Data Structures
2011-10-05 Bill WendlingAdd an ivar that maps a landing pad's EH symbol to...
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
next