summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [LTO] Fix the LTO tool, after my API breakage.Joey Gouly2013-09-12
* LLVM interpreter: added a test for insert- extract- valueElena Demikhovsky2013-09-12
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-12
* Fixup for r190409: add dep on LZMA only if CMake is cross-compilingAlexey Samsonov2013-09-12
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-12
* Fix crash in AggressiveAntiDepBreaker with empty CriticalPathSetHal Finkel2013-09-12
* R600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL transform feedbackTom Stellard2013-09-12
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-12
* Typo fixes.Rui Ueyama2013-09-12
* Move variable under condition where it is usedMatt Arsenault2013-09-12
* Fix comment to match what the assert actually enforcesMatt Arsenault2013-09-12
* Remove pointless assertion after r190376Matt Arsenault2013-09-12
* Greatly simplify the PPC A2 scheduling itineraryHal Finkel2013-09-11
* Enable MI scheduling (and CodeGen AA) by default for embedded PPC coresHal Finkel2013-09-11
* [CMake] Update GetSVN.cmake to use LLVM version control helper scripts.Jordan Rose2013-09-11
* Fix anachronism/typo in syntax of declaration of llvm.va_start.Nick Lewycky2013-09-11
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-11
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-11
* Move into an anonymous namespace and closer to where it's used.Bill Wendling2013-09-11
* Debug info: add more comments.Manman Ren2013-09-11
* Add getUnrollingPreferences to TTIHal Finkel2013-09-11
* Try to fix the atom buildbots by adding an explicit 'cpu' to the 'llc' command.Bill Wendling2013-09-11
* Debug Info: move class definition of DIRef.Manman Ren2013-09-11
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* [lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.Benjamin Kramer2013-09-11
* Don't expose symbols of lle_ functions.Benjamin Kramer2013-09-11
* [mips][msa] Added test cases that were supposed to be part of r190507, r19050...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-11
* llvm-tblgen: Stabilize subreg index tables.Benjamin Kramer2013-09-11
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-11
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-11
* [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-11
* [mips][msa] Separate the configuration of int/float vector types since they w...Daniel Sanders2013-09-11
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-11
* config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake.NAKAMURA Takumi2013-09-11
* Simplify the checking of function attributes by using the simple methods.Bill Wendling2013-09-11
* Use type form of getIntPtrTypeMatt Arsenault2013-09-11
* Fix typoRui Ueyama2013-09-11
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-11
* Add bracesMatt Arsenault2013-09-11
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-11
* [python-bindings] Added support for getting/setting operands of values and ge...Michael Gottesman2013-09-11
* [python-bindings] Added support for iterating over a basic blocks instruction...Michael Gottesman2013-09-11
* [python-bindings] Added support for iterating over a function's basic blocks,...Michael Gottesman2013-09-11