summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add an x86 prefix encoding for instructions that would decode to a different ...Craig Topper2014-02-18
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-17
* Fix the arm assembler so that this malformed instruction:Kevin Enderby2014-02-17
* Add support for assigning to . in AsmParser.Anders Waldenborg2014-02-17
* Fix diassembler handling of rex.b when mod=00/01/10 and bbb=101. Mod=00 shoul...Craig Topper2014-02-17
* AVX-512: implemented zext fron i1 to i16Elena Demikhovsky2014-02-17
* fix for null VectorizedValue assertion in the SLP Vectorizer (in function vec...Gerolf Hoflehner2014-02-17
* MCAsmParser: add some mixed argument testsSaleem Abdulrasool2014-02-17
* MCAsmParser: better handling for named argumentsSaleem Abdulrasool2014-02-17
* Use 16 byte stack alignment for NaCl on ARMMark Seaborn2014-02-16
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-16
* Remove dead code, we already require cmake 2.8.8.Rafael Espindola2014-02-16
* Remove unnecessary typename.Rafael Espindola2014-02-16
* Fix more broken CHECK linesNico Rieck2014-02-16
* Add extra CHECK prefix to tests with explicit prefixNico Rieck2014-02-16
* Actually call FileCheck in testsNico Rieck2014-02-16
* llvmbuild: Exclude disabled targets from LLVMExports.cmake.NAKAMURA Takumi2014-02-16
* LLVMExports.cmake: Add System libs $(LIBS) to LLVMSupport, corresponding to r...NAKAMURA Takumi2014-02-16
* LLVMExports.cmake: Exclude gtest since they are not installed.NAKAMURA Takumi2014-02-16
* AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequenceElena Demikhovsky2014-02-16
* fixed typo in comment as my test commitGerolf Hoflehner2014-02-16
* Add a DIELoc class to cover the DW_FORM_exprloc set of expressionsEric Christopher2014-02-16
* Fix broken CHECK linesNico Rieck2014-02-16
* MCAsmParser: relax declaration parsingSaleem Abdulrasool2014-02-16
* ARM IAS: (partially) support .arch_extension directiveSaleem Abdulrasool2014-02-16
* DebugInfo: Deduplicate entries in the fission address tableDavid Blaikie2014-02-15
* DwarfDebug: Remove dead code.David Blaikie2014-02-15
* Revert "SCEVExpander: Try hard not to create derived induction variables in o...Arnold Schwaighofer2014-02-15
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-15
* Cleanup docs about lit substitutionsNico Rieck2014-02-15
* Add opcode extension forms of MOV8ri/MOV16ri/MOV32ri.Craig Topper2014-02-15
* Fix typoNico Rieck2014-02-15
* Remove tautological test line (unsigneds are always >=0).Lang Hames2014-02-15
* Remove unnecessary typename introduced in r201440.David Blaikie2014-02-15
* DebugInfo: Implement DW_AT_stmt_list for type unitsDavid Blaikie2014-02-14
* DwarfUnit: Remove unnecessarily explicit/out of line virtual dtors.David Blaikie2014-02-14
* Hopefully fix the build with gcc.Rafael Espindola2014-02-14
* DwarfUnit: Remove unnecessary (void)t; that was previously used to suppress -...David Blaikie2014-02-14
* DwarfUnit: Refactor out DW_AT_stmt_list creation into common function for fis...David Blaikie2014-02-14
* Add extern template instantiations of llvm::Calculate.Rafael Espindola2014-02-14
* [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if theQuentin Colombet2014-02-14
* TargetLowering: n * r where n > 2 should be an illegal addressing modeTom Stellard2014-02-14
* Remove myself as owner of libc++Howard Hinnant2014-02-14
* Remove unused #includeEli Bendersky2014-02-14
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-14
* This patch has two main functions:Reed Kotler2014-02-14
* Trivial cleanup: reuse existing variable.Rafael Espindola2014-02-14
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-14
* [AArch64 NEON] Fix a bug to avoid using floating type as condition type in lo...Kevin Qin2014-02-14