Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 encoding...
[oota-llvm.git] / include /
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...
2008-10-21 Ted Kremenekconstify some methods and variables in ImmutableList.
2008-10-20 Evan ChengAdd skeleton for the pre-register allocation live inter...
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-20 Evan ChengAdd a register class -> virtual registers map.
2008-10-20 Evan ChengThis forward declaration is unnecessary.
2008-10-20 Duncan SandsTeach getTypeToTransformTo to return something
2008-10-20 Dan GohmanFix a typo in a comment.
2008-10-20 Matthijs KooijmanFix typo in a comment.
2008-10-20 Matthijs KooijmanRemove another stale comment.
2008-10-20 Matthijs KooijmanRemove an inappropriate (probably outdated) comment.
2008-10-18 Mon P WangMake llvm memory barrier available as an intrinsic
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-17 Dan GohmanUse the opcode predicates, instead of duplicating the...
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-10-17 Mon P WangAdded MemIntrinsicNode which is useful to represent...
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-10-17 Chris Lattneradd an assert so that PR2356 explodes instead of runnin...
2008-10-17 Gabor GreifAdd comment on how tagged pointers are
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Gabor GreifIntroduce a typing refinenement on tagged data
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-16 Zhongxing XuFix a calculation error in comments.
2008-10-16 Dan GohmanMove the include of MachineLocation.h into MachineModul...
2008-10-16 Dan GohmanImplement a SmallVector insert method that can insert...
2008-10-16 Dan GohmanFix several places that called mapped_iterator's constr...
next