summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Add a SuperRegClassIterator class.Jakob Stoklund Olesen2012-05-04
* A pile of long over-due refactorings here. There are some very, *very*Chandler Carruth2012-05-04
* Add a FoldingSetVector datastructure which is analogous to a SetVector,Chandler Carruth2012-05-03
* Use a shared implementation of getMatchingSuperRegClass().Jakob Stoklund Olesen2012-05-03
* Add TargetRegisterClass::getSuperRegIndices().Jakob Stoklund Olesen2012-05-03
* Factor the logic for testing whether a basic block is viable for codeChandler Carruth2012-05-03
* Add rudimentary CMake logic for detecting Graphviz.Ted Kremenek2012-05-03
* add support for calloc to objectsize loweringNuno Lopes2012-05-03
* Fix the type of SubClassMask.Jakob Stoklund Olesen2012-05-03
* Don't override subreg functions in targets without subregisters.Jakob Stoklund Olesen2012-05-03
* Added TargetRegisterInfo::getAllocatableClass.Andrew Trick2012-05-03
* Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor2012-05-02
* [llvm-c] Make a few function declarations proper prototypesAnders Waldenborg2012-05-02
* Update SmallVector to support move semantics if the host does.John McCall2012-05-02
* Target independent Hexagon Packetizer fix.Sirish Pande2012-05-01
* YAMLParser: get rid of global ctors & dtors.Benjamin Kramer2012-05-01
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-01
* Second attempt at PR12573:Bill Wendling2012-04-30
* Remove superfluous 'inline'Craig Topper2012-04-29
* 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