summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Work around FreeBSD rtld rpath $ORIGIN limitationEd Maste2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* StackColoring: Use range-based for loops.Benjamin Kramer2014-03-09
* MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer2014-03-09
* SimplifyCFG: Simplify the weight scaling algorithm.Benjamin Kramer2014-03-09
* [LCG] Simplify a bunch of the LCG code with range for loops and auto.Chandler Carruth2014-03-09
* [C++11] Add range views for various parts of a Module.Chandler Carruth2014-03-09
* Change documentation based on feedback from Chandler.Ahmed Charles2014-03-09
* [C++11] Now that we have C++11 and I've replaced the use of thisChandler Carruth2014-03-09
* [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now thatChandler Carruth2014-03-09
* [C++11] Add llvm::make_unique, according to N3656.Ahmed Charles2014-03-09
* Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."NAKAMURA Takumi2014-03-09
* De-virtualize some methods since they don't override anything.Craig Topper2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-09
* Revert "Clean up SmallString a bit"David Blaikie2014-03-09
* Clean up SmallString a bitDavid Blaikie2014-03-09
* [C++11] Fix break due to MSVC bug.Ahmed Charles2014-03-09
* Fix build break.Ahmed Charles2014-03-09
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Update comment from r203315 based on reviewAdam Nemet2014-03-08
* Adding some includes to appease build bots. Amends r203354Aaron Ballman2014-03-08
* Adding range-based STL-like helper APIs. llvm::distance() is the range versio...Aaron Ballman2014-03-08
* Make createObjectImage and createObjectImageFromFile static methods on theLang Hames2014-03-08
* Change else if => if after return, after r203265Duncan P. N. Exon Smith2014-03-08
* Fix 80 cols.Ahmed Charles2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [bugpoint] Don't ignore arg in -compile-commad="tool arg"Adam Nemet2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* De-virtualize a method since it doesn't override anything (yay 'override' key...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* DebugInfo: further improvements to test following up on r203329David Blaikie2014-03-08
* DebugInfo: Fix test fallout from r203323David Blaikie2014-03-08
* DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocksDavid Blaikie2014-03-08
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-08
* [DAGCombiner] Distribute TRUNC through AND in rotation amountAdam Nemet2014-03-07
* [DAGCombiner] Recognize another rotation idiomAdam Nemet2014-03-07
* [DAGCombiner] Slightly improve readability of matchRotateSubAdam Nemet2014-03-07
* ISel: Make VSELECT selection terminate in cases where the condition type has toArnold Schwaighofer2014-03-07
* Remove unnecessary test for Darwin and update testcase to be a little lessAdrian Prantl2014-03-07
* Add a virtual destructor to quiet a warning.Eric Christopher2014-03-07
* Range-ify some for loops.Owen Anderson2014-03-07
* Actually add the header file.Eric Christopher2014-03-07
* Two part patch:Eric Christopher2014-03-07
* Add include guards and make public a few routines that add valuesEric Christopher2014-03-07
* Remove unused method declarationEli Bendersky2014-03-07
* Revert "Remove unnecessary check for Darwin. rdar://problem/16264854"Adrian Prantl2014-03-07
* Moved test file from test/MC/Mips to test/CodeGen/Mips.Sasa Stankovic2014-03-07