summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* constify TargetMachine parameter.Eric Christopher2014-10-034-5/+6
* llvm-readobj: print COFF delay-load import tableRui Ueyama2014-10-031-13/+90
* constify TargetMachine argument.Eric Christopher2014-10-034-4/+4
* We can grab the options struct from the TargetMachine, no need toEric Christopher2014-10-033-5/+4
* [AVX512] Pull pattern for subvector insert into the instruction definitionAdam Nemet2014-10-021-8/+4
* [AVX512] Refactor subvector insertsAdam Nemet2014-10-021-102/+55
* [AVX512] Fix i256mem->f256mem typo in VINSERTF64x4rmAdam Nemet2014-10-021-1/+1
* [PowerPC] Modern Book-E cores support syncHal Finkel2014-10-024-17/+24
* [Power] Improve the expansion of atomic loads/storesRobin Morisset2014-10-023-4/+26
* Fix the threshold added in r186434 (a re-apply of r185393) and updaatedChandler Carruth2014-10-022-31/+27
* [Stackmaps] Make ithe frame-pointer required for stackmaps.Juergen Ributzka2014-10-022-2/+4
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-027-528/+608
* llvm-readobj: print COFF imported symbolsRui Ueyama2014-10-021-0/+90
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-027-608/+528
* [x86] Teach the new vector shuffle lowering to widen floating pointChandler Carruth2014-10-022-8/+19
* LTO: Document the Boolean argument from r218784Duncan P. N. Exon Smith2014-10-021-1/+2
* Optimize square root squared (PR21126).Sanjay Patel2014-10-021-0/+5
* InstrProf: Avoid linear search in a hot loopJustin Bogner2014-10-021-5/+6
* This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama2014-10-021-5/+18
* Reapply "InstrProf: Don't keep a large sparse list around just to zero it"Justin Bogner2014-10-021-24/+43
* Remove an extra whitespace.Adrian Prantl2014-10-021-1/+1
* Pretty-printer: Paper over an ambiguity between line table entriesAdrian Prantl2014-10-021-1/+3
* Revert "InstrProf: Don't keep a large sparse list around just to zero it"Justin Bogner2014-10-021-38/+24
* InstrProf: Don't keep a large sparse list around just to zero itJustin Bogner2014-10-021-24/+38
* Use the local variable that other clauses around here are already using.Sanjay Patel2014-10-021-1/+1
* Remove duplicate function names from comments. NFC.Sanjay Patel2014-10-021-43/+35
* [NVPTX] Remove dead code.Tilmann Scheller2014-10-021-9/+3
* Support padding unaligned data in .text.Joerg Sonnenberger2014-10-021-1/+6
* Silence a -Wsign-compare warning. NFC.Aaron Ballman2014-10-021-2/+2
* [BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...Zinovy Nis2014-10-021-3/+12
* InstrProf: Simplify counting a file's regions when writing coverage (NFC)Justin Bogner2014-10-021-34/+24
* [x86] Improve and correct how the new vector shuffle lowering wasChandler Carruth2014-10-011-8/+32
* [MCJIT] Don't crash in debugging output for sections that aren't emitted.Lang Hames2014-10-011-0/+5
* constify the TargetMachine argument used in the subtarget andEric Christopher2014-10-014-4/+4
* DIBuilder: Remove duplicated comments, NFCDuncan P. N. Exon Smith2014-10-011-77/+1
* Revert "DIBuilder: Remove dead code"Duncan P. N. Exon Smith2014-10-011-0/+6
* Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578Sanjay Patel2014-10-011-6/+22
* DIBuilder: Remove dead codeDuncan P. N. Exon Smith2014-10-011-14/+0
* Now that the optimization level is adjusting the feature stringEric Christopher2014-10-013-9/+4
* Adds 'override' to overriding methods. NFC.Argyrios Kyrtzidis2014-10-011-1/+1
* Rework the PPC TargetMachine so that the non-function specificEric Christopher2014-10-012-27/+32
* constify TargetMachine parameter for X86TargetLowering.Eric Christopher2014-10-014-5/+5
* Make the sqrt intrinsic return undef for a negative input.Sanjay Patel2014-10-011-2/+8
* DIBuilder: Encapsulate DIExpression's element typeDuncan P. N. Exon Smith2014-10-012-6/+9
* [MemoryDepAnalysis] Fix compile time slowdownBruno Cardoso Lopes2014-10-011-0/+22
* Don't repeat function/variable name in comment. NFC.Sanjay Patel2014-10-012-99/+84
* ARM: allow copying of CPSR when all else fails.Tim Northover2014-10-013-1/+57
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-0128-321/+447
* Add fptrunc to mips fast-selReed Kotler2014-10-011-0/+25
* LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith2014-10-014-12/+23
OpenPOWER on IntegriCloud