aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* No really, don't use end().Jakob Stoklund Olesen2013-03-081-2/+2
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-083-5/+0
* Avoid creating a SlotIndex from the end() iterator.Jakob Stoklund Olesen2013-03-081-6/+10
* Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen2013-03-071-5/+18
* Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer2013-03-071-1/+1
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-071-2/+2
* Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak2013-03-071-1/+1
* Remove trailing spaces.Jakub Staszak2013-03-071-57/+57
* Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky2013-03-071-1/+2
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-072-10/+21
* Generalize my previous fix for -print-options.Andrew Trick2013-03-061-1/+1
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-062-3/+7
* Remove duplicated forward declaration.Jakub Staszak2013-03-061-1/+0
* Fix a few typos in comments.Jakub Staszak2013-03-054-8/+8
* Add some constantness.Jakub Staszak2013-03-051-6/+6
* std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak2013-03-051-2/+1
* Add more functions to the TLI.Meador Inge2013-03-051-0/+253
* Use the right number of slashes in comment stringArnold Schwaighofer2013-03-051-3/+3
* Clarify comment for function getObjectSizeArnold Schwaighofer2013-03-051-1/+3
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-1/+3
* add getUnderlyingObjectSize()Nuno Lopes2013-03-021-0/+8
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-021-26/+14
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-011-2/+8
* Fix PR10475Michael Liao2013-03-012-3/+7
* test commit to use consistent comment notation.Peng Cheng2013-03-011-11/+11
* GCInfoDeleter code cleanup after r175528Yiannis Tsiouris2013-03-013-6/+2
* Minor coding style fixMichael Liao2013-03-011-3/+3
* Fix incorrect ScheduleDAG comment and formalize Weak edges.Andrew Trick2013-03-011-2/+12
* A small refactoring + adding comments.Eli Bendersky2013-02-281-4/+14
* [Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer2013-02-281-0/+26
* Copy missing member in DataLayout copy ctor.David Blaikie2013-02-271-0/+1
* Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman2013-02-271-5/+0
* Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!Aaron Ballman2013-02-271-7/+7
* Suppressing MSVC warnings; patch thanks to Peng Cheng!Aaron Ballman2013-02-271-3/+13
* In GCC 4.7, function names are now forbidden from .gcda files. Support this byNick Lewycky2013-02-271-1/+2
* Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas2013-02-261-0/+14
* Have a way for a target to opt-out of target-independent fast iselMichael Ilseman2013-02-261-0/+5
* Another test commit. Remove trailing whitespace.Matt Arsenault2013-02-261-1/+1
* Test commit. Remove trailing whitespace.Matt Arsenault2013-02-261-3/+3
* Slight cosmetic fixesEli Bendersky2013-02-261-7/+2
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-3/+3
* Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...Michael Ilseman2013-02-261-4/+3
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-251-0/+1
* DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie2013-02-251-4/+6
* Add a field to the compile unit of where we plan on splitting outEric Christopher2013-02-222-2/+7
* Add a TODO and explain when we can get rid of the isMain field.Eric Christopher2013-02-221-1/+1
* Formatting.Eric Christopher2013-02-221-1/+1
* An Optional<T> is pod-like if the inner type is.Benjamin Kramer2013-02-221-0/+6
* Implement the NoBuiltin attribute.Bill Wendling2013-02-221-25/+2
* Limit cast machinery to preserve const and not accept temporariesDavid Blaikie2013-02-211-5/+47