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