aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* R600: Fix a crash in the AMDILCFGStrucurizerTom Stellard2013-11-181-6/+7
* R600: Add a SubtargetFeatture for disabling the ifcvt pass.Tom Stellard2013-11-184-1/+14
* R600: Use lower-case for EnableIRStructurizer featureTom Stellard2013-11-181-1/+1
* R600/SI: Fix illegal VGPR->SGPR copy inside of loopTom Stellard2013-11-181-2/+1
* R600/SI: Fix another case of illegal VGPR->SGPR copyTom Stellard2013-11-181-3/+2
* Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-181-4/+9
* Fixing a possible memory leak from a failing realloc() call.Aaron Ballman2013-11-181-2/+7
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-7/+26
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-181-6/+6
* LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-181-0/+6
* [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-182-2/+12
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-181-1/+1
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-185-6/+108
* Revert r194865 and r194874.Alexey Samsonov2013-11-1877-256/+56
* [AArch64 NEON]Add mov alias for simd copy instructions.Kevin Qin2013-11-181-35/+63
* Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-184-45/+237
* Debug Info Verifier: disable it by default.Manman Ren2013-11-181-1/+1
* Fix spacing, forward declare order.Matt Arsenault2013-11-182-2/+2
* Remove unnecessary temporary construction.David Blaikie2013-11-171-1/+1
* Remove redundant explicit default initialization.David Blaikie2013-11-171-2/+2
* DwarfCompileUnit: Add type safety to createGlobalVariableDIEDavid Blaikie2013-11-173-5/+4
* Debug Info: fix typo in function name.Manman Ren2013-11-171-5/+5
* Debug Info Verifier: fix when to find debug info nodes and when to verify them.Manman Ren2013-11-171-5/+11
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-172-8/+21
* Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...NAKAMURA Takumi2013-11-171-1/+3
* Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-171-1/+2
* Revert "Micro-optimization"Bill Wendling2013-11-171-4/+5
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-171-1/+1
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-171-38/+60
* Use more getZExtOrTruncsMatt Arsenault2013-11-172-9/+2
* Use getZExtOrTrunc instead of repeating the same logic.Matt Arsenault2013-11-171-5/+1
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-171-0/+72
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-176-18/+91
* Fix ndebug-build unused variable in loop rerollingHal Finkel2013-11-171-1/+1
* Use right address space pointer sizeMatt Arsenault2013-11-171-1/+2
* Add a loop rerolling passHal Finkel2013-11-164-0/+1196
* The WebKit_JS CC preserves the same registers as the C CC.Juergen Ributzka2013-11-161-0/+1
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-161-6/+11
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-161-1/+1
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-161-2/+4
* Annotate APInt methods where it's not clear whether they are in place with wa...Benjamin Kramer2013-11-161-6/+6
* R600: Make dot_4 instructions predicableVincent Lejeune2013-11-161-0/+19
* Use array_pod_sort instead of std::sortDuncan P. N. Exon Smith2013-11-161-1/+1
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-161-0/+18
* Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-161-3/+3
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-162-7/+15
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-161-2/+3
* DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-162-5/+5
* DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() callDavid Blaikie2013-11-161-1/+1
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-162-2/+4