aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-04-25Reapply the SmallMap patch with a fix.Benjamin Kramer
2012-04-25Remove more dead code.Jakob Stoklund Olesen
2012-04-25Revert "First implementation of:"Eric Christopher
2012-04-25First implementation of:Stepan Dyatkovskiy
2012-04-25Simplify LiveIntervals::getApproximateInstructionCount().Jakob Stoklund Olesen
2012-04-25Remove a dead function.Jakob Stoklund Olesen
2012-04-25typo in declaration from earlier todayAndrew Trick
2012-04-24ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach
2012-04-24Fix a naughty header include that breaks "installed" builds.Andrew Trick
2012-04-24Related to PR1255. Let's begin. I'll commit classes that corresponds to our l...Stepan Dyatkovskiy
2012-04-24misched: DAG builder support for tracking register pressure within the curren...Andrew Trick
2012-04-23This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd
2012-04-23Allow forward declarations to take a context. This helps the debuggerEric Christopher
2012-04-23Temporarily revert r155364 until the upstream review can complete, perChandler Carruth
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth
2012-04-23Hexagon V5 (floating point) support.Sirish Pande
2012-04-23Hexagon Packetizer's target independent fix.Sirish Pande
2012-04-23Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru
2012-04-21Add a flag to the struct type finder to collect only those types which haveBill Wendling
2012-04-21stop hiding SmallVector's append that takes a count + element.Chris Lattner
2012-04-21Remove unused PointerLikeTypeTraits for IndexListEntry.Benjamin Kramer
2012-04-20Revert r155241, which is causing some breakage.Bill Wendling
2012-04-20Make ISelPosition a local variable.Jakob Stoklund Olesen
2012-04-20Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen
2012-04-20Extraneous semicolon.Eric Christopher
2012-04-20If we discover all of the named structs in a module, then don't bother toBill Wendling
2012-04-20Added TargetRegisterInfo::getRegPressureSetName.Andrew Trick
2012-04-20SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick
2012-04-20Allow converting MachineBasicBlock::iterator to const_iterator.Andrew Trick
2012-04-20Add documentation comment.Jim Grosbach
2012-04-19TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach
2012-04-19Allow targets to select the default scheduler by name.Andrew Trick
2012-04-19whitespaceAndrew Trick
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer
2012-04-18Tidy up. Trailing whitespace.Jim Grosbach
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach
2012-04-18SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer
2012-04-18Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper
2012-04-17fix pr12559: mark unavailable win32 math libcallsJoe Groff
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell
2012-04-17Goodbye, JSONParser...Manuel Klimek
2012-04-17Adding operator== for document_iterator.Manuel Klimek
2012-04-17Unbreak the MSVC build, that next() thing again.Francois Pichet
2012-04-17SlotIndexes used to store the index list in a crufty custom linked-list. I can'tLang Hames
2012-04-17Typo in an unused field.Andrew Trick
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Hexagon V5 (Floating Point) Support.Sirish Pande
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands