aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips] Clean up definitions of move word from/to coprocessor instructions.Akira Hatanaka2013-08-282-46/+20
* [mips] Set isAllocatable and CoveredBySubRegs.Akira Hatanaka2013-08-281-1/+3
* Add a TODO here.Eric Christopher2013-08-281-0/+1
* Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashingEric Christopher2013-08-283-2/+14
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-284-88/+54
* Use DW_FORM_sdata for signed constant values and udata on occasionEric Christopher2013-08-275-30/+65
* Move some debug testcases to the debug info directory.Eric Christopher2013-08-2716-0/+0
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-274-54/+88
* [CMake] Put back the add_llvm_external_project() calls for specific projects.Argyrios Kyrtzidis2013-08-271-0/+4
* Add xml files for msbuild integrationReid Kleckner2013-08-272-0/+12
* DIBuilder: take an optional StringRef to pass in unique identifier.Manman Ren2013-08-272-19/+29
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-273-8/+94
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-272-40/+76
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-276-3/+49
* Changed commentJack Carter2013-08-271-1/+1
* Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER} when generatingRoman Divacky2013-08-271-0/+16
* Refactor 'vectorizeLoop' no functionality change.Nadav Rotem2013-08-271-187/+53
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-279-27/+349
* Revert 189297, the original commit message is following. Shuxin Yang2013-08-275-54/+2
* AVX-512: added conversion instructions.Elena Demikhovsky2013-08-273-19/+400
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-272-12/+125
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-274-5/+115
* Add an assertion to the fixed-size allocator to ensure that we don't requestJoey Gouly2013-08-271-1/+2
* ARM: add natural patterns for vaddhl and vsubhl.Tim Northover2013-08-273-0/+68
* R600/SI: Enable local-memory-two-objects lit testMichel Danzer2013-08-271-12/+17
* [mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v ...Daniel Sanders2013-08-271-43/+523
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-272-0/+613
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-2713-110/+463
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-273-2/+1359
* Add support for DebugFission to DWARF parserAlexey Samsonov2013-08-277-91/+250
* AVX-512: Added FMA instructions.Elena Demikhovsky2013-08-273-1/+281
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-272-2/+2
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-2720-936/+1369
* Fix the build broken by r189315.David Blaikie2013-08-271-17/+8
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-2720-1377/+953
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-273-283/+560
* Fixed typo.Michael Gottesman2013-08-271-1/+1
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-274-7/+6
* Add derived from source.Eric Christopher2013-08-271-0/+5
* Add a testcase to ensure that the pubnames section uses an offsetEric Christopher2013-08-271-0/+32
* Remove an over-zealous assertion. A pointer type could be illegal if the tar...Owen Anderson2013-08-271-1/+0
* Add new API lto_codegen_compile_parallel().Shuxin Yang2013-08-275-2/+54
* Formatting.Eric Christopher2013-08-261-10/+10
* Make the lifetime of the DICompileUnit we're constructing from theEric Christopher2013-08-261-2/+1
* Have the skeleton compile unit construction method take the CU itEric Christopher2013-08-262-6/+6
* Remove duplicate set of CompilationDir.Eric Christopher2013-08-261-1/+0
* Remove the language parameter and variable from the compile unit. WeEric Christopher2013-08-263-16/+16
* Fix lint assert on integer vector divisionMatt Arsenault2013-08-263-6/+113
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-263-18/+21
* Only emit the section sym if we're emitting the section.Eric Christopher2013-08-261-1/+2