aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Define BYTE_ORDER on Solaris.Jakob Stoklund Olesen2013-05-212-1/+10
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-213-77/+63
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-215-110/+63
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-213-0/+33
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-213-63/+77
* Remove duplicated comment.Benjamin Kramer2013-05-211-1/+0
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-211-0/+2
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-211-0/+59
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-201-7/+9
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-202-1/+11
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-201-1/+1
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-201-3/+3
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-201-0/+26
* Enable pod-like optimizations for pred and succ iterators.Benjamin Kramer2013-05-202-1/+4
* 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