summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-16
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-16
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-16
* Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator"Reid Kleckner2013-07-15
* [Option] Store arg strings in a set backed by a BumpPtrAllocatorReid Kleckner2013-07-15
* Add DW_AT_GNU_odr_signature to the set of dwarf attributes.Eric Christopher2013-07-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Remove unneeded forward declarations.Craig Topper2013-07-13
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-13
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-12
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-12
* 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