summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-28
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-28
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-28
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-27
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Use a non-c'tor for converting a boolean into a StringRef.Bill Wendling2013-07-26
* Remove trailing whitespace.Stephen Lin2013-07-26
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-26
* Re-add DataLayout pointer size convenience functions.Matt Arsenault2013-07-26
* Regenerate.Eric Christopher2013-07-26
* Add a way to get the context of any particular scope.Eric Christopher2013-07-26
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Make .bc en/decoding of AttrKind stableTobias Grosser2013-07-26
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Add a bool->StringRef c'tor to StringRef.Bill Wendling2013-07-25
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Add a way to add a kind-value string pair to an attribute.Bill Wendling2013-07-25
* Fix a comment cut-&-pasto.Richard Sandiford2013-07-25
* MI Sched: Register pressure heuristics.Andrew Trick2013-07-25
* Respect llvm.used in Internalize.Rafael Espindola2013-07-25
* Make these methods const correct.Rafael Espindola2013-07-25
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-25
* Add helpful accessor methods to get the specified function attribute.Bill Wendling2013-07-24
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Remove dead code.Eric Christopher2013-07-24
* Remove unnecessary constructors as the default conversions will handleEric Christopher2013-07-24
* More constructor cleanup.Eric Christopher2013-07-24
* Remove one more of these.Eric Christopher2013-07-24
* Remove more dead/weird/misleading code.Eric Christopher2013-07-24
* Remove more seemingly unused code.Eric Christopher2013-07-24
* DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)FreeTom Stellard2013-07-23
* Remove unused function.Eric Christopher2013-07-23
* Keep similar classes near each other. No functional change.Eric Christopher2013-07-23
* 80-column.Eric Christopher2013-07-23
* Expand the comment on getOpenFileSlice a bit for more details and consistencyEli Bendersky2013-07-23
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-23
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* Fix typo (ponted -> pointed)Matt Arsenault2013-07-22
* Debug Info Finder: add processScope to actually handle the Scope.Manman Ren2013-07-22
* Recommit r186217 with testcase fix:Bill Wendling2013-07-22
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* Fix missing constMatt Arsenault2013-07-22
* Fix typo.Eric Christopher2013-07-22
* MC: mayAffectControlFlow() handling for variadic instructions.Jim Grosbach2013-07-22
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21