summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-11
* Cleanup whitespaceDuncan P. N. Exon Smith2014-03-11
* R600: Calculate store mask instead of using switch.Matt Arsenault2014-03-11
* X86: Enable ISel of 16-bit MOVBE instructions.Jim Grosbach2014-03-11
* Follow up to r203488. Code clean up to eliminate a lot of copy+paste.Evan Cheng2014-03-11
* Remove incomplete commentMatt Arsenault2014-03-11
* Move trivial getter into header.Matt Arsenault2014-03-11
* Use .data() instead of &x[0]Matt Arsenault2014-03-11
* Fix indentationMatt Arsenault2014-03-11
* Fix non 2-space indentation.Matt Arsenault2014-03-11
* Module: Don't rename in getOrInsertFunction()Duncan P. N. Exon Smith2014-03-10
* When analyzing vectors of element type that require legalization,Raul E. Silvera2014-03-10
* Use discriminator information in sample profiles.Diego Novillo2014-03-10
* 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