summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-26
* Make sure x86 instructions using ssmem/sdmem operand types are only able to p...Craig Topper2013-08-26
* Remove some unnecessary PredicateMethod overrides. Add RenderMethod overrides...Craig Topper2013-08-26
* Put some of the AVX-512 parsing stuff in a more consistent place with the exi...Craig Topper2013-08-25
* [PowerPC] Add fast-isel branch and compare selection.Bill Schmidt2013-08-25
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-25
* [Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju2013-08-25
* [Sparc] Added V9's extra floating point registers and their aliases.Venkatraman Govindaraju2013-08-25
* AVX-512: added UNPACK instructions and tests for all-zero/all-ones vectorsElena Demikhovsky2013-08-25
* Fix a bug where we would corrupt the offset when evaluatingChandler Carruth2013-08-25
* AsmPrinter: Get rid of llvm$workaround$fake$stub$David Majnemer2013-08-25
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-25
* Add hasSideEffects/mayLoad/mayStore flags to the X86 moffs8/moffs16/moffs32/m...Craig Topper2013-08-24
* Check if in set on insertion instead of separatelyMatt Arsenault2013-08-24