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