summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-12
* Fixed comment in header of Block Frequency Impl and added text for C++ mode.Michael Gottesman2013-07-12
* Mark MDNode::getOperand as readonly.Benjamin Kramer2013-07-12
* Stylistic change.Shuxin Yang2013-07-12
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-11
* Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.Michael Gottesman2013-07-11
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-11
* Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky.Michael Gottesman2013-07-10
* Update doxygen comment to match renamed parameters.Benjamin Kramer2013-07-10
* Use status to implement file_size.Rafael Espindola2013-07-10
* Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.Argyrios Kyrtzidis2013-07-10
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-09
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-09
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* Fixed up the comments in FastISel.h so that they conform to the LLVM style gu...Michael Gottesman2013-07-09
* Added "mode: c++" to FastISel.h header.Michael Gottesman2013-07-09
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* IRBuilder: add an assertion that checks if we try to get a debug loc from ->e...Nadav Rotem2013-07-09
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-09
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-09
* We never compare iterators from two archives. Assert that.Rafael Espindola2013-07-09
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-09
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-09
* Remove declare but not implemented methods.Rafael Espindola2013-07-09
* Move some code out of line. No functionality change.Rafael Espindola2013-07-09
* Revert "DebugInfo: remove unused helper function getDICompositeType."Eric Christopher2013-07-09
* Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo...Nadav Rotem2013-07-08
* DebugInfo: remove unused helper function getDICompositeType.Manman Ren2013-07-08
* Revert r185852.Manman Ren2013-07-08
* Find xdot or xdot.py.Matt Arsenault2013-07-08
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-08
* [ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...Argyrios Kyrtzidis2013-07-08
* Reland "Use Clang's __has_* macros in Compiler.h ..." with fixesReid Kleckner2013-07-08
* Fix a SCEV update problem.Shuxin Yang2013-07-08
* Revert: "Use Clang's __has_* macros in Compiler.h to test for features"Quentin Colombet2013-07-08
* clang-format this enum.Rafael Espindola2013-07-08
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Attempt to fix Compiler.h for some self-hosting botsReid Kleckner2013-07-08
* Use Clang's __has_* macros in Compiler.h to test for featuresReid Kleckner2013-07-08
* Add missing per-argument doesNotAccessMemory accessors. No functionality changeNick Lewycky2013-07-07
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Remove dead function.Jakob Stoklund Olesen2013-07-05
* Remove unique_file now that it is unused.Rafael Espindola2013-07-05
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05