summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* IR: Slightly more verbose error in VerifierJustin Bogner2014-03-10
* MemCpyOpt: When merging memsets also merge the trivial case of two memsets wi...Benjamin Kramer2014-03-10
* For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng2014-03-10
* [mips] Implement NaCl sandboxing of loads, stores and SP changes:Sasa Stankovic2014-03-10
* Make sure NVPTX doesn't emit symbol names that aren't valid in PTX.Eli Bendersky2014-03-10
* llvm-c: expose unnamedaddr field of globalsTim Northover2014-03-10
* Fix regression with -O0 for mips .Reed Kotler2014-03-10
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-10
* [mips][fp64] Add an implicit def to MFHC1 claiming that it reads the lower 32...Daniel Sanders2014-03-10
* [mips] Assembly parser must invoke the target streamer to handle .set reorder...Matheus Almeida2014-03-10
* AArch64: fix LowerCONCAT_VECTORS for new CodeGen.Tim Northover2014-03-10
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [AArch64] Fix a use of uninitialized memory introduced in r203125,Chandler Carruth2014-03-10
* De-virtualize a method since it doesn't override anything and isn't overridde...Craig Topper2014-03-10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* [TTI] There is actually no realistic way to pop TTI implementations offChandler Carruth2014-03-10
* [LCG] Ran clang-format over this too and it pointed out some fixes.Chandler Carruth2014-03-10
* [PM] While I'm here, fix a few other clang-format issues. Pulls someChandler Carruth2014-03-10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* MC: Appease the buildbotsDavid Majnemer2014-03-10
* MC: Cleanup MCSectionMachO::ParseSectionSpecifierDavid Majnemer2014-03-10
* [Sparc] Add support for decoding 'swap' instruction.Venkatraman Govindaraju2014-03-09
* Fix inconsistent whitespace.Bob Wilson2014-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
* [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now thatChandler Carruth2014-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
* [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
* 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
* [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
* 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: 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