aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libDebugInfo depends on libObject nowadays.Benjamin Kramer2013-05-091-1/+1
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-093-15/+4
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-091-15/+11
* LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer2013-05-091-1/+2
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-081-11/+15
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-083-0/+254
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-081-84/+42
* Add line tracking support to FormattedStream Daniel Malea2013-05-081-20/+25
* [mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka2013-05-081-0/+2
* Remove unused isLegalAddressImmediate() method.Roman Divacky2013-05-082-21/+0
* [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-081-4/+4
* For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...Stepan Dyatkovskiy2013-05-081-1/+1
* PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel2013-05-081-18/+11
* Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky2013-05-081-5/+2
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-081-0/+9
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-081-1/+3
* 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
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-071-84/+132
* Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby2013-05-071-1/+1
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-074-25/+49
* 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-075-670/+1
* 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-077-2/+199
* Debug Info: Fix for break due to r181271David Blaikie2013-05-071-0/+1
* Cleanup PPCInstrInfo::optimizeCompareInstrHal Finkel2013-05-071-14/+10
* Reverting r181331.Jyotsna Verma2013-05-076-196/+3
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-076-3/+196
* Hexagon: Set accessSize and addrMode on all load/store instructions.Jyotsna Verma2013-05-074-68/+125
* Re-enable AVX detection on x64 platforms.Michael Kuperstein2013-05-071-1/+2
* [SystemZ] Fix InitMCCodeGenInfo callRichard Sandiford2013-05-071-2/+2
* Fix the VS2010 build broken by r181271Timur Iskhodzhanov2013-05-071-1/+2
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-071-5/+6
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-063-6/+55
* R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcodeTom Stellard2013-05-062-1/+14
* R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemaskTom Stellard2013-05-061-1/+1
* R600/SI: Add intrinsic for texture image loadingTom Stellard2013-05-063-10/+46
* R600/SI: Add pattern for uint_to_fpTom Stellard2013-05-061-1/+3
* R600/SI: Add patterns for integer maxima / minimaTom Stellard2013-05-061-4/+12
* R600/SI: Add pattern for AMDGPU.trunc intrinsicTom Stellard2013-05-061-1/+3
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-066-17/+79
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-061-0/+10
* Support command line option categories.Andrew Trick2013-05-061-20/+198
* Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek2013-05-061-29/+34
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-061-0/+5