aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Add more guards around zlib-dependent codeAlexey Samsonov2013-04-231-0/+3
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-233-0/+73
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-6/+6
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-222-0/+120
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-222-0/+3
* Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky2013-04-221-1/+4
* Fix comment that didn't match the method it was aboveEli Bendersky2013-04-221-2/+2
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-221-0/+2
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-221-3/+14
* typoJia Liu2013-04-221-1/+1
* Make doxygen comment match declaration.Benjamin Kramer2013-04-221-1/+1
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-1/+2
* Add the same todo about a command iterator interface into theEric Christopher2013-04-221-0/+3
* Add a TODO about wanting an iterator interface.Eric Christopher2013-04-221-0/+2
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-222-1/+26
* Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...Stephen Lin2013-04-211-5/+2
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-201-18/+0
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-202-11/+0
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-204-23/+35
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-191-1/+1
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-192-6/+19
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-15/+16
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-191-0/+6
* Reformat and nuke trailing whitespace.Eric Christopher2013-04-191-29/+31
* Rename ClassType to the more accurate UnderlyingType and document its purpose.Adrian Prantl2013-04-192-10/+14
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-192-26/+1
* PR14606: debug info imported_module supportDavid Blaikie2013-04-192-1/+26
* Add support for index resources (for a SlotIndex) to be relinquished.Lang Hames2013-04-191-1/+48
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-181-1/+11
* Make the TargetIndependent flag have the right boolean value.Bill Wendling2013-04-181-1/+1
* Fix typoEli Bendersky2013-04-181-1/+1
* Cleanup patch:Bill Wendling2013-04-181-12/+12
* This patch addresses two cleanup issues:Bill Wendling2013-04-181-3/+0
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-182-1557/+91
* Fix comment spacing.Chad Rosier2013-04-181-2/+2
* Add an option `-enable-old-style-attr-syntax' to print out function attribute...Bill Wendling2013-04-171-1/+2
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-98/+72
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-178-33/+64
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-171-0/+82
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-161-7/+7
* Fix silly typo that broke big endian hosts.Rafael Espindola2013-04-151-1/+1
* Fix endianness on some MSVC versions.Rafael Espindola2013-04-151-1/+1
* Simplify the MCInst operator iterator declaration.Jim Grosbach2013-04-151-1/+1
* Try to fix the mingw builds.Rafael Espindola2013-04-151-1/+1
* Fix bit size of v64i8 and v32i16 vector types.Arnold Schwaighofer2013-04-151-2/+2
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-151-75/+80
* Remove unused function.Rafael Espindola2013-04-151-4/+0
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-153-12/+20
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-151-11/+8
* Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem2013-04-151-0/+1