aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Update doxygen comment to match renamed parameters.Benjamin Kramer2013-07-101-2/+2
* Use status to implement file_size.Rafael Espindola2013-07-101-1/+13
* Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.Argyrios Kyrtzidis2013-07-101-62/+0
* Implement categories for special case lists.Peter Collingbourne2013-07-091-18/+56
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-091-0/+4
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-3/+3
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-0/+45
* Fixed up the comments in FastISel.h so that they conform to the LLVM style gu...Michael Gottesman2013-07-091-150/+122
* Added "mode: c++" to FastISel.h header.Michael Gottesman2013-07-091-1/+1
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-091-5/+10
* IRBuilder: add an assertion that checks if we try to get a debug loc from ->e...Nadav Rotem2013-07-091-0/+1
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-0/+2
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-091-0/+14
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-091-1/+2
* We never compare iterators from two archives. Assert that.Rafael Espindola2013-07-091-1/+2
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-091-5/+5
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-091-2/+2
* Remove declare but not implemented methods.Rafael Espindola2013-07-091-4/+0
* Move some code out of line. No functionality change.Rafael Espindola2013-07-091-65/+6
* Revert "DebugInfo: remove unused helper function getDICompositeType."Eric Christopher2013-07-091-0/+3
* Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo...Nadav Rotem2013-07-081-0/+1
* DebugInfo: remove unused helper function getDICompositeType.Manman Ren2013-07-081-3/+0
* Revert r185852.Manman Ren2013-07-083-13/+9
* Find xdot or xdot.py.Matt Arsenault2013-07-082-7/+7
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-083-9/+13
* [ADT/NullablePtr] Allow implicit conversion of NullablePtr<OtherT> -> Nullabl...Argyrios Kyrtzidis2013-07-081-0/+10
* Reland "Use Clang's __has_* macros in Compiler.h ..." with fixesReid Kleckner2013-07-081-16/+40
* Fix a SCEV update problem.Shuxin Yang2013-07-081-0/+4
* Revert: "Use Clang's __has_* macros in Compiler.h to test for features"Quentin Colombet2013-07-081-38/+16
* clang-format this enum.Rafael Espindola2013-07-081-21/+20
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-081-12/+1
* Attempt to fix Compiler.h for some self-hosting botsReid Kleckner2013-07-081-1/+1
* Use Clang's __has_* macros in Compiler.h to test for featuresReid Kleckner2013-07-081-16/+38
* Add missing per-argument doesNotAccessMemory accessors. No functionality changeNick Lewycky2013-07-071-2/+9
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-062-13/+26
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-064-2/+38
* Remove dead function.Jakob Stoklund Olesen2013-07-051-5/+0
* Remove unique_file now that it is unused.Rafael Espindola2013-07-051-30/+0
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-051-0/+29
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-051-0/+16
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-051-0/+8
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-051-0/+5
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-051-0/+1
* Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-041-0/+5
* Changing long to int for consistency.Aaron Ballman2013-07-041-1/+1
* Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2013-07-042-2/+11
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-12/+0
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-041-0/+5
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-042-0/+12
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-041-6/+0