Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it would crash...
[oota-llvm.git] / include /
2012-04-03 Lang HamesMatrix simplification in PBQP may push infinite costs...
2012-04-03 Eric ChristopherAdd a line number for the scope of the function (starti...
2012-04-03 Pete CooperFixes to r153903. Added missing explanation of behavio...
2012-04-02 Pete CooperMoved LiveRangeEdit.h so that it can be called from...
2012-04-02 Rafael EspindolaMake dominatedBySlowTreeWalk private and assert cases...
2012-04-02 Bill WendlingAdd an option to turn off the expensive GVN load PRE...
2012-04-02 Owen AndersonAdd predicates for checking whether targets have free...
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-04-02 Rafael EspindolaAdd missing 'd'.
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-04-01 Chandler CarruthStart cleaning up the InlineCost class. This switches...
2012-04-01 Benjamin KramerEmit the LLVM<->DWARF register mapping as a sorted...
2012-04-01 Andrew Trickmisched: Add finalizeScheduler to complete the target...
2012-03-31 Rafael EspindolaAdd a workaround for building with old versions of...
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-31 Chandler CarruthRemove a bunch of empty, dead, and no-op methods from...
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-31 Chandler CarruthAdd support to the InstVisitor for visiting a generic...
2012-03-31 Bill WendlingCleanup whitespace and remove unneeded 'extern' keyword...
2012-03-30 Jakob Stoklund OlesenReapply 153764 and 153761 with a fix.
2012-03-30 Rafael EspindolaRevert 153764 and 153761. They broke a --enable-optimiz...
2012-03-30 Jakob Stoklund OlesenCompress register lists by sharing suffixes.
2012-03-30 Rafael EspindolaHandle unreachable code in the dominates functions...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-03-29 Eric ChristopherAdd support for objc property decls according to the...
2012-03-28 Jakob Stoklund OlesenEnable machine code verification in the entire code...
2012-03-28 Jim GrosbachTidy up. Whitespace.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-28 Chandler CarruthSwitch to WeakVHs in the value mapper, and aggressively...
2012-03-27 Jakob Stoklund OlesenAdd an MRI::tracksLiveness() flag.
2012-03-26 Lang HamesAdd a debug option to dump PBQP graphs during register...
2012-03-26 Bill WendlingAdd 'undef's to make SWIG happier. Patch by Baozeng...
2012-03-26 Eric ChristopherAdd InitializeNativeTargetDisassembler function.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-25 Craig TopperPrune some includes and forward declarations.
2012-03-24 Rafael EspindolaUse the isReachableFromEntry method.
2012-03-24 Rafael EspindolaAvoid using dominatedBySlowTreeWalk.
2012-03-24 Chandler CarruthRefactor the interface to recursively simplifying instr...
2012-03-24 Rafael EspindolaFirst part of PR12251. Add documentation and verifier...
2012-03-23 Kostya Serebryanyadd EP_OptimizerLast extension point
2012-03-23 Akira HatanakaAdd a hook in MCELFObjectTargetWriter to allow targets...
2012-03-23 Owen AndersonMake it feasible for clients using EngineBuilder to...
2012-03-23 Benjamin KramerMove ftostr into its last user (cppbackend) and simplif...
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-23 Eric ChristopherTake out the debug info probe stuff. It's making some...
2012-03-22 Andrew TrickCleanup IVUsers::addUsersIfInteresting.
2012-03-22 Andrew TrickRemove unused simplifyIVUsers
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-22 Chris Lattneradd load/store volatility control to the C API, patch...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Jan SjödinFix windows compilation warning. Patch by Micah.
2012-03-21 Danil MalyshevMissed getPointerToNamedFunction() declaration.
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-03-21 Gregory SzorcFinish organizing C API docs.
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2012-03-20 Anna ZaksMake sure ImmutableSet never inserts Tombstone/Entry...
2012-03-19 Michael J. Spencer[Object/COFF]: Expose getSectionContents.
2012-03-19 Michael J. Spencer[Object/COFF]: Expose getSectionName.
2012-03-18 Chandler CarruthMake the formatting of this file more consistent, and...
2012-03-18 Chandler CarruthTeach InstVisitor about the UnaryInstruction layer...
2012-03-17 Benjamin KramerMachineInstr: Inline the fast path (non-bundle instruct...
2012-03-16 Benjamin KramerLimit the number of memory operands in MachineInstr...
2012-03-16 Chandler CarruthStart removing the use of an ad-hoc 'never inline'...
2012-03-16 Chandler CarruthPull the implementation of the code metrics out of...
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2012-03-16 NAKAMURA TakumiRevert r152613 (and r152614), "Inline the d'tor and...
2012-03-15 Jakob Stoklund OlesenRevert r152202: "Use uint16_t to store InstrNameIndices...
2012-03-15 Chandler CarruthRemove the basic inliner. This was added in 2007, and...
2012-03-15 Chandler CarruthRemove all remnants of partial specialization in the...
2012-03-14 Chandler CarruthExtend the inline cost calculation to account for bonus...
2012-03-14 Francois PichetFixes the MSVC build.
2012-03-14 Andrew Trickmisched: implemented a framework for top-down or bottom...
2012-03-14 Benjamin KramerMove APInt::operator[] inline.
2012-03-14 Benjamin KramerMove APInt::operator! inline, it's small and fuses...
2012-03-13 Pete CooperTarget override to allow CodeGenPrepare to sink address...
2012-03-13 Benjamin KramerRemove an old hack for pre-2005 MSVC. We don't support...
2012-03-13 Bill Wendlings/SjLjEHPass/SjLjEHPrepare/
2012-03-13 Chris Lattnerenhance jump threading to preserve TBAA information...
2012-03-13 Duncan SandsGeneralize the "trunc(ptrtoint(x)) - trunc(ptrtoint...
2012-03-13 Stepan DyatkovskiyFixed comments for SwitchInst::addCase and for SwitchIn...
2012-03-13 Duncan SandsUniformize the InstructionSimplify interface by ensurin...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-03-13 Bill WendlingInline the d'tor and add an anchor instead.
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-11 Douglas GregorAdd a few missing 'template' keywords
2012-03-11 Craig TopperShrink and reorder some fields in MCOperandInfo to...
2012-03-11 Michael J. SpencerFix warnings when building with VS11.
2012-03-10 Aaron BallmanFixing a compile warning triggered in MSVC about consta...
2012-03-10 Michael J. SpencerMake StringRef::getAsInteger work with all integer...
2012-03-10 Chandler CarruthRefactor some methods to look through bitcasts and...
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2012-03-09 David Meyer[Object]
2012-03-09 Daniel Dunbar[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_...
2012-03-09 Anton KorobeynikovAdd support for r600 (AMD GPUs HD2XXX - HD6XXX) target...
next