aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Better comment on VTTI::getShuffleCostHal Finkel2013-01-031-2/+2
* Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...NAKAMURA Takumi2013-01-031-3/+3
* Add a subtype parameter to VTTI::getShuffleCostHal Finkel2013-01-032-4/+4
* Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling2013-01-031-49/+25
* Add a default Index for VTTI::getShuffleCostHal Finkel2013-01-031-1/+1
* Revert patch. Something snuck in there that shouldn't be.Bill Wendling2013-01-031-22/+46
* Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling2013-01-031-3/+3
* Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi2013-01-031-46/+22
* An intermediate step in the Attributes rewrite.Bill Wendling2013-01-021-22/+46
* Use a bool instead of a bitfield in llvm/ADT/Optional.Argyrios Kyrtzidis2013-01-021-1/+1
* Restrict __builtin_assume_aligned to gcc 4.7+Michael J. Spencer2013-01-021-1/+2
* [Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer2013-01-022-105/+72
* Don't #include stuff outside the include guards.Argyrios Kyrtzidis2013-01-021-3/+3
* - Add comment to two functions which might be considered as dead code. Shuxin Yang2013-01-021-1/+1
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-022-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02100-178/+179
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-026-8/+6
* Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer2013-01-011-0/+16
* Make it explicit that the only entry points to the Program object areChandler Carruth2012-12-311-1/+1
* Remove an unused method on Program.Chandler Carruth2012-12-311-11/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-311-3/+0
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-6/+0
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-0/+20
* Remove the declspecs from small alignments that we can force withChandler Carruth2012-12-311-5/+12
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-311-7/+0
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-311-1/+1
* [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer2012-12-311-72/+96
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-311-4/+1
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-311-0/+1
* Remove dead method.Bill Wendling2012-12-311-6/+0
* Add some comparison operators to compare the Attribute object with the AttrKi...Bill Wendling2012-12-311-1/+5
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+63
* Start sketching out a roadmap for better subprocess management in theChandler Carruth2012-12-311-136/+140
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-312-11/+2
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-302-9/+5
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-302-6/+1
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-301-9/+6
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-302-12/+26
* s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling2012-12-301-2/+2
* s/Raw/getBitMask/g to be more in line with current naming conventions. This m...Bill Wendling2012-12-301-3/+3
* Teach instsimplify to use the constant folder where appropriate forChandler Carruth2012-12-281-2/+2
* Add entry points to instsimplify for simplifying calls. The entry pointsChandler Carruth2012-12-281-0/+20
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov2012-12-281-2/+3
* Add support to BasicBlocks for iterating backwards over theChandler Carruth2012-12-271-2/+9
* Provide a common half-open interval map info implementation, and justChandler Carruth2012-12-272-11/+23
* DAGCombinerInformation: add a getter that exposes the dagcombine level.Nadav Rotem2012-12-271-0/+1
* Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizerAlexey Samsonov2012-12-271-1/+1
* Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem2012-12-273-14/+35
* whitespaceNadav Rotem2012-12-271-3/+3
* Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher2012-12-271-0/+34