Fix PEXTRQ encoding
[oota-llvm.git] / include /
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...
2008-10-15 Dan GohmanCorrect the name of isTrapping in comments.
2008-10-15 Dan GohmanFix whitespace in a comment.
2008-10-15 Chris LattnerFix PR2115 by doxygenating Use more, and make some...
2008-10-15 Gabor Greifremove legacy interfaces
2008-10-15 Mon P WangRemoved pinsrd and pinsrq intrinsics because the code...
2008-10-15 Evan Cheng- Add target lowering hooks that specify which setcc...
2008-10-14 Dan GohmanFastISel support for exception-handling constructs.
2008-10-14 Daniel DunbarAdd llvm::hexdigit to StringExtras (number -> hexadecim...
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Devang PatelRemove dead code.
2008-10-13 Evan ChengClarify meaning of copyRegToReg's return value.
2008-10-13 Gabor Greiffix typo's
2008-10-13 Gabor Greifremove a deprecated internal interface
2008-10-12 Chris Lattnerthis was to be removed after 2.4 branched.
2008-10-12 Owen AndersonMake Escape Analysis work for any pointer.
2008-10-12 Owen AndersonAdd EscapeAnalysis.
2008-10-11 Chris Lattnerrandom cleanup
2008-10-10 Dale JohannesenFix SSE4.1 roundss, roundsd. While the instructions...
2008-10-10 Owen AndersonFix copy-and-paste-o.
2008-10-10 Owen AndersonAdd a basic intra-procedural escape analysis. This...
2008-10-10 Mon P WangFixed definition of llvm_anyptr_ty
2008-10-09 Dale JohannesenA file missed from previous checkin.
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-08 Dale Johannesen(re)Put const weak strings in appropriate section on...
2008-10-07 Eric ChristopherFix disagreement about where the attributes are
2008-10-07 Owen AndersonAdd an option to enable StrongPHIElimination, for ease...
2008-10-07 Andrew LenharthNote that ADDC and company don't actually expand yet...
2008-10-06 Evan ChengCosmetic.
2008-10-04 Chris Lattnercomment cleanups
2008-10-04 Dan GohmanFix fast-isel's handling of atomic instructions. They may
2008-10-03 Devang PatelFix function attribute verification check.
2008-10-03 Devang PatelVerify function attributes.
next