summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* SmallVector: Don't rely on having an assignment operator around in push_back ...Benjamin Kramer2012-04-291-1/+1
* Fix comments from copy-paste to a more relevant meaningEli Bendersky2012-04-293-3/+3
* Add constants for first and last integer vector types to be consistent with f...Craig Topper2012-04-291-1/+4
* Remove tab charactersCraig Topper2012-04-291-2/+2
* Mark the default cases of MVT::getVectorElementType and MVT:getVectorNumEleme...Craig Topper2012-04-291-2/+2
* Don't update spill weights when joining intervals.Jakob Stoklund Olesen2012-04-281-4/+0
* Spring cleaning - Delete dead code.Jakob Stoklund Olesen2012-04-281-24/+0
* If the __is_trivially_copyable type trait is available use it as the baseline...Benjamin Kramer2012-04-281-0/+15
* Use the most basic superclass of SmallVector in ArrayRef.Benjamin Kramer2012-04-281-1/+1
* Reapply the SmallMap patch with a fix.Benjamin Kramer2012-04-253-0/+910
* Remove more dead code.Jakob Stoklund Olesen2012-04-252-21/+0
* Revert "First implementation of:"Eric Christopher2012-04-253-910/+0
* First implementation of:Stepan Dyatkovskiy2012-04-253-0/+910
* Simplify LiveIntervals::getApproximateInstructionCount().Jakob Stoklund Olesen2012-04-251-2/+1
* Remove a dead function.Jakob Stoklund Olesen2012-04-251-6/+0
* typo in declaration from earlier todayAndrew Trick2012-04-251-1/+1
* ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach2012-04-241-1/+6
* Fix a naughty header include that breaks "installed" builds.Andrew Trick2012-04-241-4/+4
* Related to PR1255. Let's begin. I'll commit classes that corresponds to our l...Stepan Dyatkovskiy2012-04-242-0/+524
* misched: DAG builder support for tracking register pressure within the curren...Andrew Trick2012-04-242-2/+7
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-231-0/+6
* Allow forward declarations to take a context. This helps the debuggerEric Christopher2012-04-231-2/+2
* Temporarily revert r155364 until the upstream review can complete, perChandler Carruth2012-04-231-32/+12
* Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth2012-04-231-1552/+346
* Hexagon V5 (floating point) support.Sirish Pande2012-04-231-346/+1552
* Hexagon Packetizer's target independent fix.Sirish Pande2012-04-231-12/+32
* Conflict with st_dev/st_ino identifiers under Debian GNU/HurdSylvestre Ledru2012-04-231-2/+2
* Add a flag to the struct type finder to collect only those types which haveBill Wendling2012-04-211-1/+2
* stop hiding SmallVector's append that takes a count + element.Chris Lattner2012-04-211-1/+6
* Remove unused PointerLikeTypeTraits for IndexListEntry.Benjamin Kramer2012-04-211-13/+0
* Revert r155241, which is causing some breakage.Bill Wendling2012-04-201-3/+0
* Make ISelPosition a local variable.Jakob Stoklund Olesen2012-04-201-28/+0
* Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen2012-04-202-40/+54
* Extraneous semicolon.Eric Christopher2012-04-201-1/+1
* If we discover all of the named structs in a module, then don't bother toBill Wendling2012-04-201-0/+3
* Added TargetRegisterInfo::getRegPressureSetName.Andrew Trick2012-04-201-1/+4
* SparseSet: Add support for key-derived indexes and arbitrary key types.Andrew Trick2012-04-204-50/+91
* Allow converting MachineBasicBlock::iterator to const_iterator.Andrew Trick2012-04-201-1/+4
* Add documentation comment.Jim Grosbach2012-04-201-0/+5
* TableGen support for auto-generating assembly two-operand aliases.Jim Grosbach2012-04-191-0/+2
* Allow targets to select the default scheduler by name.Andrew Trick2012-04-192-0/+4
* whitespaceAndrew Trick2012-04-191-8/+8
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-182-1584/+358
* SourceMgr: Colorize diagnostics.Benjamin Kramer2012-04-181-2/+5
* Tidy up. Trailing whitespace.Jim Grosbach2012-04-181-2/+2
* TableGen add warning diagnostic helper functions.Jim Grosbach2012-04-181-0/+5
* SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...Benjamin Kramer2012-04-181-3/+0
* Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper2012-04-181-14/+0
* fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-171-2/+8
* platform support for counting column widths and checking isprintSeth Cantrell2012-04-171-0/+17
OpenPOWER on IntegriCloud