summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Remove the mblaze backend from llvm.Rafael Espindola3-37/+1
2013-07-25Add a way to add a kind-value string pair to an attribute.Bill Wendling2-0/+7
2013-07-25Fix a comment cut-&-pasto.Richard Sandiford1-1/+1
2013-07-25MI Sched: Register pressure heuristics.Andrew Trick1-0/+4
2013-07-25Respect llvm.used in Internalize.Rafael Espindola1-0/+8
2013-07-25Make these methods const correct.Rafael Espindola1-3/+10
2013-07-25Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2-12/+1
2013-07-24Add helpful accessor methods to get the specified function attribute.Bill Wendling1-11/+14
2013-07-24Split generated asm mnemonic matching table into a separate table for each as...Craig Topper1-1/+1
2013-07-24[mips] Use pristine object file while processing relocations.Akira Hatanaka2-0/+4
2013-07-24Remove dead code.Eric Christopher1-1/+0
2013-07-24Remove unnecessary constructors as the default conversions will handleEric Christopher1-16/+5
2013-07-24More constructor cleanup.Eric Christopher1-2/+2
2013-07-24Remove one more of these.Eric Christopher1-4/+1
2013-07-24Remove more dead/weird/misleading code.Eric Christopher1-4/+1
2013-07-24Remove more seemingly unused code.Eric Christopher1-8/+4
2013-07-23DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard1-2/+4
2013-07-23Remove unused function.Eric Christopher1-3/+0
2013-07-23Keep similar classes near each other. No functional change.Eric Christopher1-119/+119
2013-07-2380-column.Eric Christopher1-1/+5
2013-07-23Expand the comment on getOpenFileSlice a bit for more details and consistencyEli Bendersky1-2/+3
2013-07-23Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola1-6/+10
2013-07-23Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha1-5/+0
2013-07-23Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren1-3/+12
2013-07-22Fix typo (ponted -> pointed)Matt Arsenault1-7/+7
2013-07-22Debug Info Finder: add processScope to actually handle the Scope.Manman Ren1-0/+2
2013-07-22Recommit r186217 with testcase fix:Bill Wendling2-10/+1
2013-07-22Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola1-1/+2
2013-07-22Fix missing constMatt Arsenault1-1/+1
2013-07-22Fix typo.Eric Christopher1-3/+3
2013-07-22MC: mayAffectControlFlow() handling for variadic instructions.Jim Grosbach1-2/+14
2013-07-21Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith1-0/+4
2013-07-21Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth1-3/+3
2013-07-20Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth1-7/+11
2013-07-20Remove trailing whitespace, fix file path in commentMatt Arsenault1-7/+7
2013-07-20Debug Info Verifier: simplify DIxxx::VerifyManman Ren1-0/+6
2013-07-20Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault3-12/+12
2013-07-19Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama1-0/+2
2013-07-19[Option] Add inclusion and exclusion flags to option parsingReid Kleckner1-2/+14
2013-07-19[ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly1-0/+8
2013-07-19Remove DIBuilder cache of variable TheCU and change the fewEric Christopher1-6/+6
2013-07-19Clarify comment for extension().Rui Ueyama1-0/+1
2013-07-18Revert "COFFDumper: Dump data directory entries."Rui Ueyama1-2/+0
2013-07-18COFFDumper: Dump data directory entries.Rui Ueyama1-0/+2
2013-07-18Fix -Wdocumentation warningHans Wennborg1-1/+1
2013-07-18Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher1-6/+6
2013-07-18Equal means ==, not !=. Thanks to Benjamin for catching.Eric Christopher1-1/+1
2013-07-18Remove DIBuilder cache of variable TheCU and change the fewEric Christopher1-6/+6
2013-07-18[Support] Beef up and expose the response file parsing in llvm::clReid Kleckner1-0/+53
2013-07-18[ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly1-0/+12