summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-04-24Related to PR1255. Let's begin. I'll commit classes that corresponds to our l...Stepan Dyatkovskiy2-0/+524
2012-04-24misched: DAG builder support for tracking register pressure within the curren...Andrew Trick2-2/+7
2012-04-23This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd1-0/+6
2012-04-23Allow forward declarations to take a context. This helps the debuggerEric Christopher1-2/+2
2012-04-23Temporarily revert r155364 until the upstream review can complete, perChandler Carruth1-32/+12
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth1-1552/+346
2012-04-23Hexagon V5 (floating point) support.Sirish Pande1-346/+1552
2012-04-23Hexagon Packetizer's target independent fix.Sirish Pande1-12/+32
2012-04-23Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru1-2/+2
2012-04-21Add a flag to the struct type finder to collect only those types which haveBill Wendling1-1/+2
2012-04-21stop hiding SmallVector's append that takes a count + element.Chris Lattner1-1/+6
2012-04-21Remove unused PointerLikeTypeTraits for IndexListEntry.Benjamin Kramer1-13/+0
2012-04-20Revert r155241, which is causing some breakage.Bill Wendling1-3/+0
2012-04-20Make ISelPosition a local variable.Jakob Stoklund Olesen1-28/+0
2012-04-20Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen2-40/+54
2012-04-20Extraneous semicolon.Eric Christopher1-1/+1
2012-04-20If we discover all of the named structs in a module, then don't bother toBill Wendling1-0/+3
2012-04-20Added TargetRegisterInfo::getRegPressureSetName.Andrew Trick1-1/+4
2012-04-20SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick4-50/+91
2012-04-20Allow converting MachineBasicBlock::iterator to const_iterator.Andrew Trick1-1/+4
2012-04-20Add documentation comment.Jim Grosbach1-0/+5
2012-04-19TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach1-0/+2
2012-04-19Allow targets to select the default scheduler by name.Andrew Trick2-0/+4
2012-04-19whitespaceAndrew Trick1-8/+8
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2-1584/+358
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer1-2/+5
2012-04-18Tidy up. Trailing whitespace.Jim Grosbach1-2/+2
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach1-0/+5
2012-04-18SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer1-3/+0
2012-04-18Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper1-14/+0
2012-04-17fix pr12559: mark unavailable win32 math libcallsJoe Groff1-2/+8
2012-04-17platform support for counting column widths and checking isprintSeth Cantrell1-0/+17
2012-04-17Goodbye, JSONParser...Manuel Klimek1-448/+0
2012-04-17Adding operator== for document_iterator.Manuel Klimek1-1/+4
2012-04-17Unbreak the MSVC build, that next() thing again.Francois Pichet1-1/+1
2012-04-17SlotIndexes used to store the index list in a crufty custom linked-list. I can'tLang Hames1-135/+73
2012-04-17Typo in an unused field.Andrew Trick1-1/+1
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd1-0/+9
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2-18/+4
2012-04-16Hexagon V5 (Floating Point) Support.Sirish Pande1-346/+1552
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands3-47/+132
2012-04-16Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands1-21/+0
2012-04-16Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands1-5/+27
2012-04-16Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola1-6/+0
2012-04-16Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2-0/+9
2012-04-16Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2-9/+0
2012-04-16Add reverseColor to raw_ostream.Argyrios Kyrtzidis2-0/+9
2012-04-16add configure flag --with-default-sysrootSebastian Pop2-3/+3
2012-04-15Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper1-6/+0
2012-04-15Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2-5/+1