aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fixed trailing whitespace.Michael Gottesman2013-05-231-5/+5
* Updated the comments of APInt.h to match the llvm style guide and be consiste...Michael Gottesman2013-05-231-379/+590
* Minor fix to comment from my previous commit.Chad Rosier2013-05-221-1/+1
* Simplify the logic described in the comment.Chad Rosier2013-05-221-3/+1
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-222-15/+2
* Remove unneeded call to a base default ctorReid Kleckner2013-05-221-1/+1
* Fix StringMapIterator compile errors for non-MSVC compilers.Reid Kleckner2013-05-221-1/+1
* Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIteratorChad Rosier2013-05-221-5/+13
* [Support] Add StringMap::swap() and a default ctor for iteratorsReid Kleckner2013-05-221-0/+10
* Create an FPOW SDNode opcode def in the target independent .td file rather th...Owen Anderson2013-05-221-0/+1
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-223-0/+33
* 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