summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* R600/SI: Add check for amdgcn triple forgotten in r225276.Tom Stellard2015-01-071-2/+3
* Analysis: Reformulate WillNotOverflowUnsignedAdd for reusabilityDavid Majnemer2015-01-074-45/+41
* InstCombine: Just a small tidy-upDavid Majnemer2015-01-071-3/+2
* [PowerPC] Transform a README.txt entry into a FIXMEHal Finkel2015-01-072-14/+9
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-0610-67/+87
* R600/SI: Add combine for isinfinite patternMatt Arsenault2015-01-062-0/+57
* R600/SI: Pattern match isinf to v_cmp_class instructionsMatt Arsenault2015-01-062-0/+34
* R600/SI: Add basic DAG combines for fp_classMatt Arsenault2015-01-062-1/+50
* R600/SI: Add class intrinsicMatt Arsenault2015-01-067-5/+82
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-063-18/+40
* [PowerPC] Reuse a load operand in int->fp conversionsHal Finkel2015-01-063-41/+142
* [Hexagon] Adding compound jump encodings.Colin LeMahieu2015-01-062-0/+266
* R600/SI: Insert s_waitcnt before s_barrier instructions.Tom Stellard2015-01-061-1/+5
* R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaitsTom Stellard2015-01-061-0/+23
* Revert "Reapply: Teach SROA how to update debug info for fragmented variables."Adrian Prantl2015-01-061-60/+8
* [Hexagon] Adding encoding for misc v4 instructions: boundscheck, tlbmatch, dc...Colin LeMahieu2015-01-063-1/+101
* This patch teaches IndVarSimplify to add nuw and nsw to certain kindsSanjoy Das2015-01-061-0/+125
* [Hexagon] Adding encoding information for absolute address loads.Colin LeMahieu2015-01-061-124/+186
* SelectionDAGBuilder: move constant initialization out of loopMehdi Amini2015-01-061-15/+19
* R600/SI: Add a stub GCNTargetMachineTom Stellard2015-01-068-1/+46
* Triple: Add amdgcn tripleTom Stellard2015-01-061-1/+8
* R600/SI: Remove MachineFunction dump from AsmPrinterTom Stellard2015-01-061-17/+12
* [CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.Andrea Di Biagio2015-01-061-6/+35
* Reapply: Teach SROA how to update debug info for fragmented variables.Adrian Prantl2015-01-061-8/+60
* Don't loop endlessly for MachO files with 0 ncmdsFilipe Cabecinhas2015-01-061-0/+3
* [Hexagon] Fix 225267. GP register is not yet fully implemented. Removing Us...Colin LeMahieu2015-01-061-2/+2
* Implement a very basic colored syntax highlighting for llvm-dwarfdump.Adrian Prantl2015-01-065-21/+112
* [Hexagon] Adding dealloc_return encoding and absolute address stores.Colin LeMahieu2015-01-065-239/+347
* [ARM] Cleanup so_imm* tblgen defintionsAsiri Rathnayake2015-01-062-109/+43
* Convert fcmp with 0.0 from casted integers to icmpMatt Arsenault2015-01-061-4/+34
* [X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.Craig Topper2015-01-064-7/+40
* InstCombine: Bitcast call arguments from/to pointer/integer typeDavid Majnemer2015-01-061-4/+13
* [X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...Craig Topper2015-01-065-126/+78
* [PowerPC] Remove old README.txt entry regarding struct passingHal Finkel2015-01-061-8/+0
* X86: Don't make illegal GOTTPOFF relocationsDavid Majnemer2015-01-062-0/+17
* [PowerPC] Add some missing names in getTargetNodeNameHal Finkel2015-01-061-0/+7
* [PowerPC] Improve int_to_fp(fp_to_int(x)) combiningHal Finkel2015-01-062-30/+74
* [PM] Add a utility pass template that synthesizes the invalidation ofChandler Carruth2015-01-062-0/+2
* [X86] Remove 16-bit and 32-bit offset jump instructions from the AsmParser. W...Craig Topper2015-01-061-2/+2
* [X86] Make isel select the shorter form of jump instructions instead of the l...Craig Topper2015-01-068-120/+97
* [PM] Add a collection of no-op analysis passes and switch the new passChandler Carruth2015-01-061-1/+4
* Remove dead variable.Eric Christopher2015-01-062-2/+1
* Use the same call off of the TargetMachine rather than the subtarget.Eric Christopher2015-01-061-1/+1
* Rewrite the Mips16HardFloat pass to avoid using the Subtarget.Eric Christopher2015-01-064-26/+18
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-0612-152/+228
* Remove X86 .quad workaround for buggy GNU assembler on OpenBSD / Bitrig.Brad Smith2015-01-061-5/+0
* IR: Don't drop MDNode uniquing on null operandsDuncan P. N. Exon Smith2015-01-051-7/+2
* Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"Duncan P. N. Exon Smith2015-01-052-2/+4
* [PowerPC] Remove old README.txt entryHal Finkel2015-01-051-10/+0
* [X86][SSE] lowerVectorShuffleAsByteShift tidyupSimon Pilgrim2015-01-051-21/+14
OpenPOWER on IntegriCloud