Reapply r185601 with a fix for the cmake build.
[oota-llvm.git] / lib /
2013-07-04 Eric ChristopherReapply r185601 with a fix for the cmake build.
2013-07-04 Eric ChristopherTemporarily revert 185601 as it caused cmake build...
2013-07-04 Eric ChristopherAdd support for futimens for platforms that don't suppo...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-03 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-03 Jakob Stoklund OlesenAdd MachineBasicBlock::addLiveIn().
2013-07-03 Stephen LinHave ARMBaseRegisterInfo::getCallPreservedMask return...
2013-07-03 Eric ChristopherHoist all of the Entry.getLoc() calls int a single...
2013-07-03 Eric ChristopherMake DotDebugLocEntry a class, reorder the members...
2013-07-03 Quentin Colombet[ARM] Improve the instruction selection of vector loads.
2013-07-03 Eric ChristopherElaborate on comment.
2013-07-03 Eric ChristopherAdd names to the header file since they help in documen...
2013-07-03 Bill Schmidt[PowerPC] FreeBSD does not require f128 in its data...
2013-07-03 Tilmann SchellerARM: Prevent ARMAsmParser::shouldOmitCCOutOperand(...
2013-07-03 Eric ChristopherMove typedefs inside the class that they belong to.
2013-07-03 Chad RosierUse an RWMutex instead of a Mutex in PassRegistry.
2013-07-03 Ulrich Weigand[PowerPC] Support lmw/stmw in the asm parser
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-07-03 Ulrich Weigand[PowerPC] Always use mfocrf if available
2013-07-03 Rafael EspindolaAdd support for gnu archives with a string table and...
2013-07-03 Ulrich Weigand[PowerPC] Remove dead code from PPCDAGToDAGISel::Select...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Evgeniy Stepanov[msan] Unpoison stack allocations and undef values...
2013-07-03 Ulrich Weigand[PowerPC] Make specialized AltiVec patterns isCodeGenOnly
2013-07-03 Ulrich Weigand[PowerPC] Support mtspr/mfspr in the asm parser
2013-07-03 Richard Sandiford[SystemZ] Fold more spills
2013-07-03 Mihai PopaThis corrects the implementation of Thumb ADR instruct...
2013-07-03 Tim NorthoverARM: relax the atomic release barrier to "dmb ishst...
2013-07-03 Richard Sandiford[SystemZ] Rename mapping table fields
2013-07-03 Richard Sandiford[SystemZ] Fix caller-allocated save slot FIXME
2013-07-03 Eric ChristopherRemove unused field.
2013-07-03 Eric ChristopherConstify a few functions.
2013-07-03 Richard Osborne[XCore] Whitespace fixes, no functionality change.
2013-07-03 Richard Osborne[XCore] Add ISel pattern for LDWCP
2013-07-03 Craig TopperUse SmallVectorImpl::const_iterator instead of SmallVec...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector as method...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperIntroduce some typedefs for DenseMaps containing SmallV...
2013-07-03 Craig TopperReturn SmallVectorImpl& instead of SmallVector& in...
2013-07-03 Craig TopperUse SmallVectorImpl& instead of SmallVector& to avoid...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Michael GottesmanAdded support in FunctionAttrs for adding relevant...
2013-07-03 Michael GottesmanAdded posix function gettimeofday to LibFunc::Func...
2013-07-03 Eric ChristopherAvoid doing a lot of computation when we have multiple...
2013-07-03 NAKAMURA TakumiSystemZInstrInfo.cpp: Tweak an assertion. [-Wunused...
2013-07-03 Eric ChristopherMove iterator to where it's used and update comments.
2013-07-03 Eric ChristopherMove instance variable before experimental section.
2013-07-03 Eric ChristopherFix typo to make grep for DW_AT_comp_dir work without...
2013-07-03 Eric ChristopherRemove unnecessary forward declare.
2013-07-03 Eric ChristopherAdd a helpful comment.
2013-07-03 Eric ChristopheraddConstantValue, addConstantFPValue never returned...
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Eric ChristopherFix comment.
2013-07-02 Ulrich Weigand[PowerPC] PR16512 - Support TLS call sequences in the...
2013-07-02 Ulrich Weigand[PowerPC] Rework TLS call operand processing
2013-07-02 Ulrich Weigand[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
2013-07-02 Benjamin KramerSystemZ: Fold variable into assertion.
2013-07-02 Ulrich Weigand[PowerPC] Support TLS variables in debug info
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-02 Ulrich Weigand[DebugInfo] Hold generic MCExpr in AddrPool
2013-07-02 Ulrich Weigand[DebugInfo] Introduce DIEExpr variant of DIEValue to...
2013-07-02 Manman RenDebug Info: cleanup
2013-07-02 Jakob Stoklund OlesenRevert (most of) r185393 and r185395.
2013-07-02 Benjamin KramerHexagon: Avoid unused variable warnings in Release...
2013-07-02 Michael Gottesman[APFloat] Swap an early out check so we do not derefere...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-02 Richard Sandiford[SystemZ] Use DSGFR over DSGR in more cases
2013-07-02 Richard Sandiford[SystemZ] Use MVC to spill loads and stores
2013-07-02 Richard Sandiford[SystemZ] Add the MVC instruction
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
2013-07-02 Logan ChienFix ARM EHABI compact model 1 and 2 without handlerdata.
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-07-02 Tim NorthoverDAGCombiner: fix use-counting issue when forming zextload
2013-07-02 Hal FinkelRevert r185257 (InstCombine: Be more agressive optimizi...
2013-07-02 Nick LewyckyAdd missing break statements. Noticed by inspection.
2013-07-02 Hal FinkelCleanup PPC Altivec registers in CSR lists and improve...
2013-07-02 Tobias GrosserIRVerifier: Correctly check attribute types
2013-07-02 Akira Hatanaka[mips] Add new InstrItinClasses for move from/to coproc...
2013-07-01 David BlaikiePR14728: DebugInfo: TLS variables with -gsplit-dwarf
2013-07-01 Michael Gottesman[APFloat] Ensure that we can properly parse strings...
2013-07-01 Jakob Stoklund OlesenTweak some comments that referred to the old bias compu...
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Jakob Stoklund OlesenRemove floating point computations form SpillPlacement...
2013-07-01 Richard TrieuChange if (cond) ... else llvm_unreachable("text")...
2013-07-01 David BlaikiePR16493: DebugInfo with TLS on PPC crashing due to...
2013-07-01 Ulrich Weigand[PowerPC] Support all condition register logical instru...
2013-07-01 Chad RosierAdd a newline.
2013-07-01 Manman RenDebug Info: clean up usage of Verify.
2013-07-01 Bill SchmidtIndex: test/CodeGen/PowerPC/reloc-align.ll
2013-07-01 Chad Rosier[ARMAsmParser] Sort the ARM register lists based on...
2013-07-01 Lang HamesMake PBQP require/preserve MachineLoopInfo - the spille...
2013-07-01 Akira Hatanaka[mips] Reverse the order of source operands of shift...
2013-07-01 Ulrich Weigand[PowerPC] Also add "msync" alias
2013-07-01 Akira Hatanaka[mips] Increase the number of floating point control...
2013-07-01 Cameron ZwarichFix the build after r185363. Use llvm::next instead...
2013-07-01 Anton KorobeynikovAdd jump tables handling for MSP430.
2013-07-01 Cameron ZwarichFix PR16508.
2013-07-01 Hal FinkelDon't form PPC CTR loops for over-sized exit counts
next