summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Debug info: Get rid of the VLA indirection hack in FastISel.Adrian Prantl2013-09-18
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-18
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-18
* Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-17
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-17
* Make a more clear AVX-512 section header that matches similar in the file.Craig Topper2013-09-17
* simplify expressionAdrian Prantl2013-09-17
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-16
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-14
* Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal.Filip Pizlo2013-09-13
* Add warn_unused_result to empty() on various containers.Benjamin Kramer2013-09-13
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-13
* Somehow this important part of the patch, where I actually check the Mask,Joey Gouly2013-09-12
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Fix comment to match what the assert actually enforcesMatt Arsenault2013-09-12
* Use the appropriate return type for the compact unwind encoding.Bill Wendling2013-09-11
* Add getUnrollingPreferences to TTIHal Finkel2013-09-11
* Debug Info: move class definition of DIRef.Manman Ren2013-09-11
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-11
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-11
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Debug Info: define a DIRef template.Manman Ren2013-09-10
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-10
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-09
* white spaces and long linesJack Carter2013-09-09
* Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-09
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-09
* Formatting.Eric Christopher2013-09-09
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-09
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-09
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-09
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Revert r190269 to fix dragonegg failures.Manman Ren2013-09-08
* Debug Info: pass in DIScope instead of DIDescriptor in createMemberType.Manman Ren2013-09-08
* Run clang-format on these header files. Part of a WIP.Bill Wendling2013-09-07
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-07
* Debug Info: pass in VTableHolder as DIType instead of MDNode *.Manman Ren2013-09-06
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-06
* Debug Info: Use identifier to reference DIType in containing type field ofManman Ren2013-09-06
* Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be partManman Ren2013-09-06
* mi-sched: cleanup register pressure update, remove a FIXME.Andrew Trick2013-09-06
* Added MachineSchedPolicy.Andrew Trick2013-09-06