aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-251-24/+29
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-253-18/+3
* Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga2013-04-251-1/+1
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-252-65/+18
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-251-48/+0
* [mips] Add definitions of micromips load and store instructions.Akira Hatanaka2013-04-254-17/+43
* [mips] Add definitions of micromips shift instructions.Akira Hatanaka2013-04-254-12/+62
* R600: Initialize BooleanVectorContentsTom Stellard2013-04-241-0/+1
* R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard2013-04-241-1/+1
* Exposing MCJIT through C APIAndrew Kaylor2013-04-241-0/+48
* Fix for r180193 - MI Sched: eliminate local vreg.Andrew Trick2013-04-241-2/+6
* [inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier2013-04-241-4/+11
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-0/+5
* [objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...Michael Gottesman2013-04-241-0/+38
* Fixed comment typo.Michael Gottesman2013-04-241-1/+1
* Use pointers to iterate over symbols.Rafael Espindola2013-04-241-30/+36
* LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer2013-04-241-6/+6
* LoopVectorize: Scalarize padded typesArnold Schwaighofer2013-04-241-1/+9
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-241-0/+5
* Revert r180189.Rafael Espindola2013-04-241-29/+24
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-241-7/+194
* Register Coalescing: add a flag to disable rescheduling.Andrew Trick2013-04-241-2/+8
* MI Sched: regpressure tracing.Andrew Trick2013-04-241-0/+8
* Formatting fixes.Rafael Espindola2013-04-241-31/+20
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-241-23/+28
* Formatting.Eric Christopher2013-04-241-1/+1
* Align the __LD,__compact_unwind section.Bill Wendling2013-04-241-7/+16
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-231-1/+0
* Adding object caching support to MCJITAndrew Kaylor2013-04-232-18/+65
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-232-176/+149
* Hexagon: Define relations for GP-relative instructions.Jyotsna Verma2013-04-231-15/+17
* Make sure the instruction right after an inlined function has aAdrian Prantl2013-04-231-4/+10
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-231-3/+6
* Lowercase "is" boolean variable prefix for consistency within function, no fu...Stephen Lin2013-04-231-12/+12
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-235-108/+80
* Change commentary for PowerPC Boolean vector contents.Bill Schmidt2013-04-231-1/+2
* [mips] Compare splat value with element size instead of calling isUIntN.Akira Hatanaka2013-04-231-2/+2
* DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson2013-04-232-2/+4
* Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman2013-04-231-1/+1
* R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune2013-04-235-16/+25
* R600: Add CF_ENDVincent Lejeune2013-04-233-44/+77
* LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem2013-04-231-4/+4
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-232-321/+55
* Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen2013-04-231-3/+5
* Add some constraints to use of 'returned':Stephen Lin2013-04-232-0/+8
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-231-1/+0
* Fixup for r180094: properly use MSan interface functionsAlexey Samsonov2013-04-231-2/+2
* Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok2013-04-231-0/+36
* Tell MSan that memory initialized by libz is validAlexey Samsonov2013-04-231-2/+9
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-232-0/+41