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