Fixed commuteInstructions bug where if its called pre-regalloc the subreg indices...
[oota-llvm.git] / include /
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...
2012-03-09 Andrew Trickmisched interface: rename Begin/End to RegionBegin...
2012-03-09 Chandler CarruthFix a silly restriction on the fast-path for hash_combi...
2012-03-09 Andrew Trickmisched: allow the default scheduler to be one chosen...
2012-03-09 Andrew TrickAdded TargetPassConfig::enablePass
2012-03-08 Duncan SandsRevert commit 152300 (ddunbar) since it still seems...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-08 Craig TopperRe-commit r152202 hopefully fixing the MSVC linker...
2012-03-08 Daniel DunbarRevert r152288, "[ADT] Change the trivial FoldingSetNod...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Chandler CarruthRotate two of the functions used to count bonuses for...
2012-03-08 Andrew Trickmisched interface: Expose the MachineScheduler pass.
2012-03-07 Andrew TrickCleanup VLIWPacketizer to use the updated ScheduleDAGIn...
2012-03-07 Andrew Trickmisched prep: Expose the ScheduleDAGInstrs interface...
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-03-07 Chad RosierRevert r152202 as it's causing internal buildbot failures.
2012-03-07 Chandler CarruthTry a completely different approach to this type trait...
2012-03-07 Chandler CarruthAttempt #2 at appeasing GCC 4.3. This compiler really...
2012-03-07 Chandler CarruthSwitch the is_integral_or_enum trait machinery to use...
2012-03-07 Chandler CarruthWhat's better than fixing and simplifying broken hash...
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
2012-03-07 Andrew Trickmisched preparation: modularize schedule emission.
2012-03-07 Andrew Trickmisched preparation: modularize schedule printing.
2012-03-07 Andrew Trickmisched preparation: modularize schedule verification.
2012-03-07 Craig TopperUse uint16_t to store InstrNameIndices in MCInstrInfo...
2012-03-07 Eli FriedmanMissing change in r152106 for TinyPtrVector.
2012-03-07 Chandler CarruthCache the sized-ness of struct types, once we reach...
2012-03-07 Chandler CarruthRemove an accidental cut/paste of a comment into the...
2012-03-07 Andrew TrickCleanup in preparation for misched: Move DAG visualizat...
2012-03-07 Andrew TrickAdded MachineBasicBlock::getFullName() to standardize...
2012-03-07 Andrew TrickCleanup: DAG building is specific to either SD or MI...
next