Add ptr annotation intrinsic.
[oota-llvm.git] / include /
2008-11-12 Tanya LattnerAdd ptr annotation intrinsic.
2008-11-11 Devang PatelUndo previous check-in.
2008-11-11 Devang PatelAdd utility pass to remove dbg info.
2008-11-11 Dan GohmanChange the scheduler accessor methods to accept an...
2008-11-11 Mon P WangCleaned up and fix bugs in convert_rndsat node
2008-11-11 Devang PatelAdd utility routines to remove dead debug info.
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-10 Duncan SandsSmall cleanups. No functionality change intended!
2008-11-10 Duncan SandsWork around PR1000.
2008-11-10 Chris Lattnersplit out the functionality of utohexstr into a new...
2008-11-10 Chris LattnerMove getCastToEmpty out of DIDescriptor into DIFactory...
2008-11-10 Chris LattnerFix a bug with default arguments that apple gcc doesn...
2008-11-10 Chris Lattnermove some cases around to silence these sorts of warnin...
2008-11-10 Chris LattnerAdd a new set of helper classes for creating and readin...
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-08 Evan ChengRename isString -> isExternalSymbol; getString -> getEx...
2008-11-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-11-08 Evan ChengIndentation.
2008-11-07 Duncan SandsSign-extend rather than zero-extend when promoting
2008-11-07 Evan ChengJump tables may be emitted by target.
2008-11-07 Evan ChengJump table relocation addresses may be resolved by...
2008-11-07 Bill Wendling- Modify the stack protector algorithm so that the...
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
2008-11-06 Bill WendlingImplement the stack protector stack accesses via intrin...
2008-11-05 Dan GohmanMake ISel ignore dead nodes. The DAGCombiner normally...
2008-11-05 Andrew Lenharthopt was not exporting the Mangler symbols
2008-11-05 Dan GohmanThe HadDelete field is no longer used.
2008-11-05 Dan GohmanUpdate some comments to reflect the new code.
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-11-05 Devang PatelDo now allow InlineAlways pass to remove dead functions.
2008-11-04 Dan GohmanAdd a new pass to simplify specific half_powr function...
2008-11-04 Bill Wendling- Add a "getOrInsertGlobal" method to the Module class...
2008-11-04 Bill WendlingUpdate in response to feedback from Chris:
2008-11-04 Evan ChengFor some targets, it's not possible to place GVs in...
2008-11-04 Bill WendlingInitial checkin for stack protectors. Here's what it...
2008-11-03 Dan GohmanAdd C bindings for extractvalue and insertvalue. Patch...
2008-11-03 Dan GohmanOverload AddInteger on int/long/long long instead of...
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-11-03 Dan GohmanChange how extended types are represented in MVTs....
2008-11-03 Dan GohmanRemove redundant inline keywords from functions defined...
2008-11-03 Nick LewyckyTypo
2008-11-02 Nick LewyckyAdd a new MergeFunctions pass. It finds identical funct...
2008-11-01 Mon P WangAdded interface to allow clients to create a MemIntrins...
2008-10-31 Anton KorobeynikovSymbol visibility is unsupported on cygwin too.
2008-10-31 Torok EdwinAdd an assert to catch user errors like:
2008-10-31 Dan GohmanTotally disable the setSubgraphColor calls temporarily...
2008-10-30 Jim GrosbachRevert errant deletion. The target needs to be able...
2008-10-30 Dan GohmanCanonicalize sext(i1) to i1?-1:0, and update various...
2008-10-30 Daniel DunbarAdd InlineCost class for represent the estimated cost...
2008-10-30 Mon P WangAdd initial support for vector widening. Logic is...
2008-10-30 Bill WendlingRevert r58411. The user needs to #define this when...
2008-10-30 Bill WendlingRevert part of r58048. It was breaking on SnowLeopard...
2008-10-29 Evan ChengThis is not needed anymore.
2008-10-29 Evan ChengAdd a bit to MachineRelocation that tells JIT that...
2008-10-29 Duncan SandsAdd sanity checking for BUILD_PAIR (I noticed the
2008-10-29 Evan Cheng- More pre-split fixes: spill slot live interval comput...
2008-10-29 Evan Cheng- Rewrite code that update register live interval that...
2008-10-29 Daniel DunbarFactor shouldInline method out of Inliner.
2008-10-29 David GreeneDon't force things to be Value * when they're not.
2008-10-28 Daniel DunbarAssorted comment/naming fixes, 80-col violations, and...
2008-10-28 Dan GohmanAdd some more information to the top-level comment...
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-28 Evan ChengAvoid calls to setSubgraphColor in release mode. They...
2008-10-28 Tanya LattnerDo not allow a user to set the operand for a constant.
2008-10-28 Chris Lattnerfit in 80 cols
2008-10-28 Chris Lattnermore comment cleanups.
2008-10-28 Chris Lattnercomment cleanups.
2008-10-28 Dan GohmanFix the name of the include guard to match the filename.
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-27 Daniel DunbarReturn bool (inserted) from StringSet::insert as for...
2008-10-27 David GreeneAdd setSubgraphColor to color an entire portion of...
2008-10-27 David GreeneAdd STL-style typedefs and default constructors to...
2008-10-27 Torok Edwinexport an ID for the instructionNamer, allowing analysi...
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-26 Oscar FuentesReturn something (i.e. NULL) from an unimplemented...
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-25 Evan ChengAdd storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlo...
2008-10-25 Dan GohmanMake comments and code for QuietWarnings and QuietErrors
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-25 Oscar FuentesCMake: MSVC++ no longer uses a special configuration...
2008-10-25 Oscar FuentesCMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.
2008-10-24 Evan ChengAvoid splitting an interval multiple times; avoid split...
2008-10-24 Dan GohmanFix constant-offset emission for x86-64 absolute addres...
2008-10-23 Ted KremenekAdded raw_fd_ostream::close().
2008-10-23 Steve NaroffChanges to make the Windows build work...
2008-10-23 Evan ChengCommitting a good chunk of the pre-register allocation...
2008-10-23 Argyrios KyrtzidisIntroduce INT64_C macro and unbreak LLVM on MSVC.
2008-10-22 Daniel DunbarChange create*Pass factory functions to return Pass...
2008-10-22 Ted KremenekFix incorrect testing for the end of the both strings...
2008-10-22 Daniel DunbarAdd raw_ostream versions of WriteBitcodeToFile and...
2008-10-22 Duncan SandsAdd some comments explaining the meaning of a boolean
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-21 Bill WendlingFix comment to name "TokenFactor" instead of "Token...
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-21 Daniel DunbarClear raw_fd_ostream error string on success and explai...
2008-10-21 Nuno Lopesfix a tricky bug in the JIT global variable emitter...
next