aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-03Improved comment. No functionality change.Michael Gottesman
2013-04-03Attempting to fix the build on older GCC versions.Aaron Ballman
2013-04-03This patch addresses PR15351 by explicitly checking for AVX supportAaron Ballman
2013-04-02Formatting.Eric Christopher
2013-04-02[mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka
2013-04-02Support and test template arguments for unions.Eric Christopher
2013-04-02Reformat arguments.Eric Christopher
2013-04-02[mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.Akira Hatanaka
2013-04-02Allow MachineTraceMetrics to be used when the model has no resources.Jakob Stoklund Olesen
2013-04-02[ms-inline asm] Add support for parsing variables with namespace aliasChad Rosier
2013-04-02Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt
2013-04-02Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen
2013-04-02Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen
2013-04-02Disable shift-compare instcombine optimization for NaCl.Derek Schuff
2013-04-02[fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier
2013-04-02DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer
2013-04-02[NVPTX] Fix a few style issues in NVVMReflectJustin Holewinski
2013-04-02Use a worklist to avoid a sneaky iterator invalidation.Bill Wendling
2013-04-02Add 64-bit load and store instructions.Jakob Stoklund Olesen
2013-04-02Basic 64-bit ALU operations.Jakob Stoklund Olesen
2013-04-02Materialize 64-bit immediates.Jakob Stoklund Olesen
2013-04-02Add 64-bit shift instructions.Jakob Stoklund Olesen
2013-04-02Add predicates for distinguishing 32-bit and 64-bit modes.Jakob Stoklund Olesen
2013-04-02Add support for 64-bit calling convention.Jakob Stoklund Olesen
2013-04-02Add an I64Regs register class for 64-bit registers.Jakob Stoklund Olesen
2013-04-02Fix typo in PPCISelLoweringHal Finkel
2013-04-02The divide unit is not pipeline, but it is still buffered.Andrew Trick
2013-04-01Target/R600: Fix CMake build to add missing files.NAKAMURA Takumi
2013-04-01Mips direct object exception handling regressionJack Carter
2013-04-01R600: Add support for native control flowVincent Lejeune
2013-04-01R600/SI: Share code recording ShaderTypeAttribute between generationsVincent Lejeune
2013-04-01R600: Emit CF_ALU and use true kcache register.Vincent Lejeune
2013-04-01Fix top-comment header and some indentationEli Bendersky
2013-04-01Fix a bad assert in PPCTargetLoweringHal Finkel
2013-04-01Correct assertion conditionShuxin Yang
2013-04-01Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-04-01PNaCl: Tidy: Remove an unnecessary cast in the ABI checkerMark Seaborn
2013-04-01PNaCl ABI checker: Disable integer size check since it doesn't pass yetMark Seaborn
2013-04-01Use ImmToIdxMap.count in PPCRegisterInfoHal Finkel
2013-04-01PNaCl: Fix ABI checker to give a better error message on BlockAddressesMark Seaborn
2013-04-01PNaCl: Allow the ABI checker to be used from "opt"Mark Seaborn
2013-04-01Add the PPC popcntw instructionHal Finkel
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem
2013-04-01Treat PPCISD::STFIWX like the memory opcode that it isHal Finkel
2013-04-01Remove unused typedef.Duncan Sands
2013-04-01ARM Scheduler Model: Add resources instructions, map resources in subtargetsArnold Schwaighofer
2013-04-01X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer
2013-04-01Whitespace cleanupJoe Abbey
2013-03-31R600: Emit native instructions for texVincent Lejeune