summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-31R600: Enable subreg livenessperf-Dec31-2014Tom Stellard1-0/+4
2014-12-31R600/SI: Define a schedule model and enable the generic machine schedulerTom Stellard27-83/+302
2014-12-31R600/SI: Spill VGPRs to scratch space for compute shadersTom Stellard11-95/+354
2014-12-31R600/SI: Add test case that crashes the coalescer with subreg liveness enabledTom Stellard1-0/+44
2014-12-31R600/SI: Add kill flag when copying scratch offset to a registerTom Stellard1-1/+1
2014-12-31R600/SI: Insert s_waitcnt before s_barrier instructions.Tom Stellard3-3/+12
2014-12-31R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaitsTom Stellard1-0/+23
2014-12-31[X86] Update disassembler tests for absolute move instructions to check the e...Craig Topper1-37/+37
2014-12-31[X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...Craig Topper4-20/+53
2014-12-31[x86] Simplify detection of jcxz/jecxz/jrcxz in disassembler.Craig Topper1-16/+5
2014-12-31InstCombine: try to transform A-B < 0 into A < BDavid Majnemer2-0/+56
2014-12-31Revert "merge consecutive stores of extracted vector elements"Alexey Samsonov2-108/+4
2014-12-31[Hexagon] Adding accumulating add/sub, doubleword logic-not variants, doublew...Colin LeMahieu4-0/+135
2014-12-30Fix a test case to not depend on asm comment syntax, so as to be portableDavid Blaikie1-9/+9
2014-12-30Generalize even further, for ARM comment syntax (@)David Blaikie1-8/+8
2014-12-30[Hexagon] Adding double-logic on predicate instructions.Colin LeMahieu2-2/+82
2014-12-30Generalize test case to handle different asm syntax (# or // comments)David Blaikie1-8/+8
2014-12-30[Hexagon] Adding newvalue compare and jumps.Colin LeMahieu2-17/+169
2014-12-30RTDyldMemoryManager.cpp: Make the reference to __morestack weak.Peter Collingbourne1-2/+4
2014-12-30DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie4-4/+87
2014-12-30[Hexagon] Adding postincrement register newvalue stores.Colin LeMahieu2-0/+39
2014-12-30[Hexagon] Removing old newvalue store variants. Adding postincrement immedia...Colin LeMahieu3-96/+141
2014-12-30[mips][microMIPS] Relocate with symbol for micromips symbolsZoran Jovanovic2-1/+21
2014-12-30[Hexagon] Adding indexed store new-value variants.Colin LeMahieu3-45/+151
2014-12-30[Hexagon] Adding indexed store of immediates.Colin LeMahieu3-48/+133
2014-12-30[Hexagon] Adding indexed stores.Colin LeMahieu4-81/+282
2014-12-30x86_64: Fix calls to __morestack under the large code model.Peter Collingbourne5-7/+78
2014-12-30[asan] change _sanitizer_cov_module_init to accept int* instead of int**Kostya Serebryany2-19/+35
2014-12-30[COFF] Don't try to add quotes to already quoted linker directivesMichael Kuperstein2-2/+3
2014-12-30[Hexagon] Adding reg-reg indexed load forms.Colin LeMahieu6-94/+216
2014-12-30The __morestack function is only available on i386 and x86_64 architectures.Peter Collingbourne1-1/+4
2014-12-30Make the __morestack function available to the JIT memory manager under Linux.Peter Collingbourne1-0/+7
2014-12-30[Hexagon] Dropping old combine instructions without encodings.Colin LeMahieu3-79/+68
2014-12-30[Hexagon] Adding compare byte/halfword reg-reg/reg-imm forms. Adding compare...Colin LeMahieu3-55/+149
2014-12-30[Hexagon] Updating constant extender def, adding alu-not instructions, compar...Colin LeMahieu4-14/+60
2014-12-30Some code improvements in Masked Load/Store. Elena Demikhovsky3-36/+46
2014-12-30Remove doesSectionRequireSymbols.Rafael Espindola19-242/+294
2014-12-30reverted prev commit (it was a mistake)Elena Demikhovsky3-14/+0
2014-12-30vElena Demikhovsky3-0/+14
2014-12-30Add IRBuilder routines for gc.statepoints, gc.results, and gc.relocatesPhilip Reames2-2/+92
2014-12-30Simplify test a bit.Rafael Espindola1-516/+3
2014-12-30[OCaml] Fix bitrot in tests.Peter Zotov1-2/+2
2014-12-30[lit] Make config.llvm_lib_dir available on cmake, too.Peter Zotov2-2/+2
2014-12-30[OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LIBRARY_OUTPUT_INTDIR.Peter Zotov3-7/+7
2014-12-30Testcases for r224939.Craig Topper1-0/+17
2014-12-30Convert test to llvm-readobj. NFC.Rafael Espindola1-127/+214
2014-12-29Semantic tests for memory invalidation at statepointsPhilip Reames1-0/+108
2014-12-29Carry facts about nullness and undef across GC relocationPhilip Reames3-2/+90
2014-12-29Refine the notion of MayThrow in LICM to include a header specific versionPhilip Reames2-8/+85
2014-12-29[go] Teach the go cmake build functions to funnel the include directories dow...Chandler Carruth1-1/+6