summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-27
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-27
* Changed commentJack Carter2013-08-27
* Refactor 'vectorizeLoop' no functionality change.Nadav Rotem2013-08-27
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-27
* AVX-512: added conversion instructions.Elena Demikhovsky2013-08-27
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-27
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-27
* ARM: add natural patterns for vaddhl and vsubhl.Tim Northover2013-08-27
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-27
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-27
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-27
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-27
* AVX-512: Added FMA instructions.Elena Demikhovsky2013-08-27
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-27
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* Fixed typo.Michael Gottesman2013-08-27
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-27
* Remove an over-zealous assertion. A pointer type could be illegal if the tar...Owen Anderson2013-08-27
* Formatting.Eric Christopher2013-08-26
* Make the lifetime of the DICompileUnit we're constructing from theEric Christopher2013-08-26
* Have the skeleton compile unit construction method take the CU itEric Christopher2013-08-26
* Remove duplicate set of CompilationDir.Eric Christopher2013-08-26
* Remove the language parameter and variable from the compile unit. WeEric Christopher2013-08-26
* Fix lint assert on integer vector divisionMatt Arsenault2013-08-26
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-26
* Only emit the section sym if we're emitting the section.Eric Christopher2013-08-26
* Fix inserting instructions before last in bundle.Matt Arsenault2013-08-26
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* LoopVectorize: Implement partial loop unrolling when vectorization is not pro...Nadav Rotem2013-08-26
* Fix thinko.Eric Christopher2013-08-26
* ARM: Constrain regclass for TSTri instruction.Jim Grosbach2013-08-26
* Dummy code to silence warning from 4189266Bill Schmidt2013-08-26
* ARM: FastISel verifier error cleanup.Jim Grosbach2013-08-26
* ARM: Fix ELF global base reg intialization.Jim Grosbach2013-08-26
* [PowerPC] More fast-isel chunks (returns and integer extends)Bill Schmidt2013-08-26
* test commit. Remove blank lineYi Jiang2013-08-26
* Fix unused variable in release buildMatt Arsenault2013-08-26
* Constify functionsMatt Arsenault2013-08-26
* Vectorize starting from insertelements building a vectorMatt Arsenault2013-08-26
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-26
* R600: Add support for vector local memory loadsTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when splitting vector storesTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-26
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* AVX-512: Added shuffle instructions - Elena Demikhovsky2013-08-26