summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Make this an integer so we have enumeral types in the conditionalEric Christopher2013-01-05
* Provide a default constructor for TimeValue. This was used, but only inChandler Carruth2013-01-05
* Fix warnings from llvm-gcc as seen on darwin10 (10.6).Alex Rosenberg2013-01-05
* Get rid of the 'Bits' mask in the attribute builder.Bill Wendling2013-01-04
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* Special case Recycler::clear(BumpPtrAllocator).Jakob Stoklund Olesen2013-01-04
* Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen2013-01-04
* General cleanups.Bill Wendling2013-01-04
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-04
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-04
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-04
* Add section information for the DWARF5 split debug proposalEric Christopher2013-01-04
* Make comment a bit more clear.Eric Christopher2013-01-04
* LoopVectorizer:Nadav Rotem2013-01-04
* Better comment on VTTI::getShuffleCostHal Finkel2013-01-03
* Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...NAKAMURA Takumi2013-01-03
* Add a subtype parameter to VTTI::getShuffleCostHal Finkel2013-01-03
* Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling2013-01-03
* Add a default Index for VTTI::getShuffleCostHal Finkel2013-01-03
* Revert patch. Something snuck in there that shouldn't be.Bill Wendling2013-01-03
* Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling2013-01-03
* Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi2013-01-03
* An intermediate step in the Attributes rewrite.Bill Wendling2013-01-02
* Use a bool instead of a bitfield in llvm/ADT/Optional.Argyrios Kyrtzidis2013-01-02
* Restrict __builtin_assume_aligned to gcc 4.7+Michael J. Spencer2013-01-02
* [Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer2013-01-02
* Don't #include stuff outside the include guards.Argyrios Kyrtzidis2013-01-02
* - Add comment to two functions which might be considered as dead code. Shuxin Yang2013-01-02
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer2013-01-01
* Make it explicit that the only entry points to the Program object areChandler Carruth2012-12-31
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-31
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-31
* Remove the declspecs from small alignments that we can force withChandler Carruth2012-12-31
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-31
* recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes2012-12-31
* [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer2012-12-31
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-31
* add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes2012-12-31
* Remove dead method.Bill Wendling2012-12-31
* Add some comparison operators to compare the Attribute object with the AttrKi...Bill Wendling2012-12-31
* Begin sketching out the process interface.Chandler Carruth2012-12-31
* Start sketching out a roadmap for better subprocess management in theChandler Carruth2012-12-31
* Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling2012-12-31
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-30