TableGen subtarget emitter. Generate data tables for the new machine model.
[oota-llvm.git] / include /
2012-09-17 Tom StellardAdd a MachinePostDominator pass
2012-09-17 Sid ManningAdd Michael Spencer's iterator class for stepping throu...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Craig TopperRemove a couple unused fields. Not detected by Wunused...
2012-09-16 Craig TopperAdd include of Compiler.h to fix build bot failures.
2012-09-16 Craig TopperAdd includes of Compiler.h to fix build bot failures.
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-16 Craig TopperAdd LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility...
2012-09-16 Craig TopperAdd explicit virtual keywords for methods that override...
2012-09-16 Andrew TrickGuard fields by NDEBUG until they get used in the relea...
2012-09-16 Craig TopperTidy up formatting of some elses on a separate line...
2012-09-16 Jakob Stoklund OlesenFix problem when using LiveRangeQuery with block entries.
2012-09-16 Craig TopperTidy up trailing whitespace.
2012-09-16 Craig TopperRemove unneeded header.
2012-09-15 Dmitri GribenkoFix Doxygen issues: wrap code examples in \code and...
2012-09-15 Craig TopperFix a couple include directives that used angle bracket...
2012-09-15 Jakob Stoklund OlesenMake LiveRangeQuery work for PHIDefs as well.
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Chandler CarruthPort the SSAUpdater-based promotion logic from the...
2012-09-14 Daniel Dunbarformatted_raw_ostream: Fix a serious bug in tell().
2012-09-14 Bill WendlingSome small reorganization to get read for Attributes...
2012-09-14 David BlaikieFix up erroneous alignas usage while making this portab...
2012-09-14 Evan ChengStylistic and 80-col fixes
2012-09-14 Andrew Trickcomment typo
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-14 Andrew Trickwhitespace
2012-09-14 Andrew Trickmisched: add a hook for custom DAG postprocessing.
2012-09-14 Micah VillmowAdd in comments that explain what the indexing and...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-09-14 Andrew Trickmisched: Generic tablegen classes for the new machine...
2012-09-14 Andrew Trickcomment
2012-09-14 Andrew Trickcomment
2012-09-13 Jim GrosbachMachO: Correctly mark symbol-difference variables as...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-13 Richard SmithFix some code which is invalid in C++11: an expression...
2012-09-13 Dmitri GribenkoFix documentation: parameter being documented was remov...
2012-09-13 Dan GohmanDefine an official slot for the new !tbaa.struct metada...
2012-09-13 Micah VillmowThe current implementation does not allow more than...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Dmitri GribenkoFix a doxygen issue: these examples are supposed to...
2012-09-13 Craig TopperFix function name in comment.
2012-09-13 Nick LewyckyFix typo in comment.
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Michael LiaoFix PR11985
2012-09-12 Jakob Stoklund OlesenDelete dead code.
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-12 Alexander PotapenkoSuppress the warnings about unused parameters in change...
2012-09-12 James MolloyAdd a function computeRegisterLiveness() to MachineBasi...
2012-09-12 James MolloyAdd an analyzePhysReg() function to MachineOperandItera...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-11 Owen AndersonImprove tblgen code cleanliness: create an unknown_clas...
2012-09-11 Chad RosierAdd documentation.
2012-09-11 Chad RosierAdd a few virtual functions to the abstract MCParsedAsm...
2012-09-11 Jakob Stoklund OlesenAdd TRI::getSubRegIndexLaneMask().
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-09-11 Alex RosenbergAdd a pass that renames everything with metasyntatic...
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-11 Andrew TrickRemove unused declaration
2012-09-10 Michael J. Spencer[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
2012-09-10 Benjamin KramerMove bypassSlowDivision into the llvm namespace.
2012-09-09 Aaron BallmanFixing a type width warning with MSVC.
2012-09-08 Ted KremenekAdd operator< for FoldingSetNodeID.
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-09-06 Jakob Stoklund OlesenTiedTo is an integer, not a bool.
2012-09-06 Jakob Stoklund OlesenAllow overlaps between virtreg and physreg live ranges.
2012-09-06 Jakob Stoklund OlesenHandle overlapping regunit intervals in LiveIntervals...
2012-09-06 Tom StellardTablegen: Add OperandWithDefaultOps Operand type
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-09-05 Nick LewyckyTeach libObject about some more ELF relocations. llvm...
2012-09-05 Chad RosierCleanup a few magic numbers.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Chad Rosier[ms-inline asm] We only need one bit to represent the...
2012-09-05 Roman DivackyConstify SDNodeIterator an stop its only non-const...
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-09-05 Chad Rosier[ms-inline asm] Propagate the asm dialect into the...
2012-09-05 Chad RosierClean up.
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Benjamin KramerClean up includes.
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-09-05 Marshall ClowRemoved Trie.h; unused in a long time
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-05 Chad Rosier[ms-inline asm] Add support for the nsdialect keyword...
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-09-04 Chad Rosier[ms-inline asm] Add the inline assembly dialect, AsmDia...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-09-04 Jakub StaszakRemove unneeded code.
2012-09-04 Jakob Stoklund OlesenActually use the MachineOperand field for isRegTiedToDe...
2012-09-04 Jakob Stoklund OlesenAllow tied uses and defs in different orders.
2012-09-04 Preston GurdGeneric Bypass Slow Div
next