summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-17
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-17
* Add missing verb to comment in PassNameParser.hDerek Schuff2013-05-17
* Fix a typo (ouput => output)Sylvestre Ledru2013-05-17
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Remove addFrameMove.Rafael Espindola2013-05-16
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-16
* Fix PBQP graph iterator typedefs.Lang Hames2013-05-16
* Remove dead code.Eli Bendersky2013-05-15
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-15
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-15
* Add missing #includeDouglas Gregor2013-05-15
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-15
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was ins...NAKAMURA Takumi2013-05-15
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Correct parameter name in doc comment to match declaration.David Blaikie2013-05-11
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* Remove unused argument.Rafael Espindola2013-05-10
* Documentation warning: \param, not \parmDmitri Gribenko2013-05-09
* Rewrite assert to avoid warning when the record element type is byte-sized.Jordan Rose2013-05-09
* Avoid runtime type checks.Rafael Espindola2013-05-09
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* Use correct parameter names in comments [-Wdocumentation]Dmitri Gribenko2013-05-08
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea2013-05-08
* Add line tracking support to FormattedStream Daniel Malea2013-05-08
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-08
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-06
* Support command line option categories.Andrew Trick2013-05-06
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-06
* Fix formatting. Patch by o11c.Duncan Sands2013-05-06
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-06
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-05
* PatternMatch: Fix documentation - 'function' not 'attribute'Arnold Schwaighofer2013-05-05
* PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-05
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
* Fix a performance bug in the Linker.Rafael Espindola2013-05-04
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-04
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-04
* Don't store the context in the Linker.Rafael Espindola2013-05-04
* Remove unused members and constructor arguments.Rafael Espindola2013-05-04
* Delete dead code from the linker.Rafael Espindola2013-05-04