summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* [Support][MathExtras] Add missing include and disable _BitScan{Forward,Revers...Michael J. Spencer2013-05-24
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-24
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-23
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* Fixed trailing whitespace.Michael Gottesman2013-05-23
* Updated the comments of APInt.h to match the llvm style guide and be consiste...Michael Gottesman2013-05-23
* Minor fix to comment from my previous commit.Chad Rosier2013-05-22
* Simplify the logic described in the comment.Chad Rosier2013-05-22
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-22
* Remove unneeded call to a base default ctorReid Kleckner2013-05-22
* Fix StringMapIterator compile errors for non-MSVC compilers.Reid Kleckner2013-05-22
* Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIteratorChad Rosier2013-05-22
* [Support] Add StringMap::swap() and a default ctor for iteratorsReid Kleckner2013-05-22
* Create an FPOW SDNode opcode def in the target independent .td file rather th...Owen Anderson2013-05-22
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Define BYTE_ORDER on Solaris.Jakob Stoklund Olesen2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Remove duplicated comment.Benjamin Kramer2013-05-21
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-21
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-21
* Comment update: these things are called "configuration names" these days, notRichard Smith2013-05-20
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-20
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-20
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-20
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-20
* Enable pod-like optimizations for pred and succ iterators.Benjamin Kramer2013-05-20
* Add basic support for ELF32-ppc relocations to llvm-dwarfdump.Benjamin Kramer2013-05-18
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* 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