summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-21
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-20
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-20
* Debug Info Verifier: simplify DIxxx::VerifyManman Ren2013-07-20
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-20
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* [Option] Add inclusion and exclusion flags to option parsingReid Kleckner2013-07-19
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Clarify comment for extension().Rui Ueyama2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* Fix -Wdocumentation warningHans Wennborg2013-07-18
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Equal means ==, not !=. Thanks to Benjamin for catching.Eric Christopher2013-07-18