summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2013-04-161-0/+3
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-161-0/+1
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-161-0/+1
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-161-0/+7
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-161-7/+7
* Add four new functions and one new enum to the C API:Hans Wennborg2013-04-161-0/+12
* 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
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-151-1/+1
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-132-13/+17
* Add typenames to see if bot goes green.Rafael Espindola2013-04-131-3/+3
* Some versions of gcc don't like typenames in these places.Rafael Espindola2013-04-131-9/+15
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-106/+677
* Revert broken pieces of r179373.Benjamin Kramer2013-04-121-10/+11
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-11/+10
* Add missing relocation namesNico Rieck2013-04-122-0/+68
* Support MIPS64EL relocation type namesNico Rieck2013-04-121-41/+60
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-64/+81
* TBAA: add utility to create a TBAA scalar type nodeManman Ren2013-04-111-1/+13
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-111-10/+12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-61/+64
* Fix llvm-readobj tests on big endian hosts.Rafael Espindola2013-04-111-1/+8
* Print more information about relocations.Rafael Espindola2013-04-111-64/+54
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-111-0/+5
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-111-0/+1
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-111-0/+3
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-111-18/+2
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-102-2/+8
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-101-1/+1
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-101-1/+10
* Use a real union for IdentifyingPassPtr.Benjamin Kramer2013-04-101-7/+9
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-101-0/+7
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-89/+100
* Simplify the templating a bit.Rafael Espindola2013-04-101-24/+19
* Move two methods out of line.Rafael Espindola2013-04-101-15/+21
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-101-0/+18
* Template the MachO types over endianness.Rafael Espindola2013-04-101-98/+141
* Include the more specific header.Rafael Espindola2013-04-101-1/+1
* Generalize the PassConfig API and remove addFinalizeRegAlloc().Andrew Trick2013-04-101-15/+46
* Remove unused method and default values.Rafael Espindola2013-04-091-6/+5
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-091-1/+1
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-091-7/+0