aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-301-5/+11
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-301-11/+5
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-6/+12
* Down-scale slot index distance to save bits.Andrew Trick2013-07-301-0/+7
* whitespaceAndrew Trick2013-07-301-2/+2
* MI Sched: Track live-thru registers.Andrew Trick2013-07-301-3/+34
* Fix parameter ordering bug in createDebugIRPass()Daniel Malea2013-07-301-3/+3
* Make file_status::getUniqueID const.Rafael Espindola2013-07-291-1/+1
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-3/+14
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-291-2/+3
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-0/+2
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-281-2/+2
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-281-47/+57
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-1/+1
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-281-2/+3
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-271-1/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-272-22/+69
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-274-3/+11
* Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling2013-07-261-4/+4
* Remove trailing whitespace.Stephen Lin2013-07-261-2/+2
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-261-1/+8
* Re-add DataLayout pointer size convenience functions.Matt Arsenault2013-07-261-0/+12
* Regenerate.Eric Christopher2013-07-261-6/+39
* Add a way to get the context of any particular scope.Eric Christopher2013-07-261-0/+3
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-264-171/+0
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-261-0/+41
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-262-1/+3
* Add a bool->StringRef c'tor to StringRef.Bill Wendling2013-07-251-0/+4
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-253-37/+1
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-252-0/+7
* Fix a comment cut-&-pasto.Richard Sandiford2013-07-251-1/+1
* MI Sched: Register pressure heuristics.Andrew Trick2013-07-251-0/+4
* Respect llvm.used in Internalize.Rafael Espindola2013-07-251-0/+8
* Make these methods const correct.Rafael Espindola2013-07-251-3/+10
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-252-12/+1
* Add helpful accessor methods to get the specified function attribute.Bill Wendling2013-07-241-11/+14
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-1/+1
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-242-0/+4
* Remove dead code.Eric Christopher2013-07-241-1/+0
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-241-16/+5
* More constructor cleanup.Eric Christopher2013-07-241-2/+2
* Remove one more of these.Eric Christopher2013-07-241-4/+1
* Remove more dead/weird/misleading code.Eric Christopher2013-07-241-4/+1
* Remove more seemingly unused code.Eric Christopher2013-07-241-8/+4
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-231-2/+4
* Remove unused function.Eric Christopher2013-07-231-3/+0
* Keep similar classes near each other. No functional change.Eric Christopher2013-07-231-119/+119
* 80-column.Eric Christopher2013-07-231-1/+5
* Expand the comment on getOpenFileSlice a bit for more details and consistencyEli Bendersky2013-07-231-2/+3
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-6/+10