SimplifyCFG: Don't generate invalid code for switch used to initialize
[oota-llvm.git] / include /
2012-09-19 Will DietzFix minor typo in IntervalPartition.h
2012-09-19 Rafael EspindolaMake MapVector a bit more expensive but harder to misus...
2012-09-19 Benjamin KramerInlineCost: Make TotalAllocaSizeRecursiveCaller unsigne...
2012-09-19 Benjamin KramerRemove unused and broken CloneFunction wrapper.
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-09-19 Sean SilvaRefactor Record* by-ID comparator to Record.h
2012-09-18 Michael IlsemanNew utility for expanding integer division for targets...
2012-09-18 Rafael EspindolaAdd a MapVector class. It provides a regular set iterat...
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Roman DivackyAdd PowerPC64 relocation definitions. Patch by Adhemerv...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-18 Tom StellardMake MachinePostDominatorTree::DT private
2012-09-18 Andrew TrickReplaced ReInitMCSubtargetInfo with InitMCProcessor.
2012-09-18 Craig TopperFix a typo. No functional change.
2012-09-18 Andrew TrickLet NULL slip through again.
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-18 Andrew TrickTableGen subtarget emitter. Remove unnecessary header...
2012-09-18 Craig TopperMark unimplemented operator new as LLVM_DELETED_FUNCTION.
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-18 Craig TopperMark constructors, destructors, and operator new commen...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Jakob Stoklund OlesenMerge into undefined lanes under -new-coalescer.
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Richard SmithRemove redundant semicolons to fix -pedantic-errors...
2012-09-17 NAKAMURA Takumillvm/Target/TargetSubtargetInfo.h: Fix case in #include...
2012-09-17 Andrew TrickDon't use NULL as a fake keyword
2012-09-17 Andrew TrickInitMCProcessor
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickTableGen subtarget emitter. Generate resolveSchedClass...
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
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.
next