summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-093-50/+35
* Test commit.Kai Nacke2013-05-091-0/+1
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-0910-59/+65
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-093-135/+12
* LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer2013-05-092-1/+36
* Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko2013-05-081-3/+3
* Revert 181475 as the DebugIR tests are breaking (automake) buildbots that re-...Daniel Malea2013-05-0814-700/+0
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-083-12/+135
* DebugIR tests -- lit tests for the line number transformDaniel Malea2013-05-0814-0/+700
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-087-0/+263
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-082-84/+160
* Add line tracking support to FormattedStream Daniel Malea2013-05-082-29/+42
* [mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka2013-05-082-0/+13
* [PowerPC] Add ELF relocation testsUlrich Weigand2013-05-081-0/+25
* Remove unused isLegalAddressImmediate() method.Roman Divacky2013-05-082-21/+0
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-082-0/+16
* [PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand2013-05-081-1/+10
* Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.Bill Schmidt2013-05-082-4/+94
* For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...Stepan Dyatkovskiy2013-05-081-1/+1
* Add myself as SystemZ code ownerRichard Sandiford2013-05-081-0/+4
* Add SystemZ feats to CodeGenerator.rstRichard Sandiford2013-05-081-0/+9
* R600/SI: Add lit tests for llvm.SI.imageload and llvm.SI.resinfo intrinsicsMichel Danzer2013-05-082-0/+197
* PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel2013-05-082-20/+13
* This patch fixes two tests marked as XFAIL among the ARM assembler tests.Mihai Popa2013-05-082-99/+97
* Add libcxx and clang-tools-extra to the testing thing.Bill Wendling2013-05-081-3/+10
* Add clang-tools-extra to the list of things to tag for the release.Bill Wendling2013-05-081-2/+2
* Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2013-05-082-5/+46
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-083-10/+29
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-082-50/+141
* Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-082-7/+7
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-083-7/+7
* Typo.Eric Christopher2013-05-081-2/+2
* Add the libc++ project to those we tag.Bill Wendling2013-05-071-2/+2
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-072-84/+251
* Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-072-1/+2
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-076-32/+65
* MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis2013-05-071-0/+1
* Remove redundant check and use cached FrameArray values.Bob Wilson2013-05-071-12/+8
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-0714-836/+5
* Change version to 3.4 in the cmake build too.Rafael Espindola2013-05-071-1/+1
* We're in 3.4 land now.Bill Wendling2013-05-074-14/+14
* Add empty release notes for 3.4.Rafael Espindola2013-05-071-0/+77
* Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault2013-05-071-3/+8
* Corrected Atom latencies for SSE SQRT instructions.Preston Gurd2013-05-073-19/+36
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-078-2/+225
* Debug Info: Fix for break due to r181271David Blaikie2013-05-072-0/+12
* Cleanup PPCInstrInfo::optimizeCompareInstrHal Finkel2013-05-071-14/+10
* Add two points to release notes about recent command line library changes.Andrew Trick2013-05-072-0/+9
* Reverting r181331.Jyotsna Verma2013-05-077-222/+3
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-077-3/+222