aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-07Remove trailing spaces.Jakub Staszak
2013-03-07Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-03-06Generalize my previous fix for -print-options.Andrew Trick
2013-03-06Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang
2013-03-06Remove duplicated forward declaration.Jakub Staszak
2013-03-05Fix a few typos in comments.Jakub Staszak
2013-03-05Add some constantness.Jakub Staszak
2013-03-05std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak
2013-03-05Add more functions to the TLI.Meador Inge
2013-03-05Use the right number of slashes in comment stringArnold Schwaighofer
2013-03-05Clarify comment for function getObjectSizeArnold Schwaighofer
2013-03-02recommit r172363 & r171325 (reverted in r172756)Nuno Lopes
2013-03-02add getUnderlyingObjectSize()Nuno Lopes
2013-03-02Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne
2013-03-01Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman
2013-03-01Fix PR10475Michael Liao
2013-03-01test commit to use consistent comment notation.Peng Cheng
2013-03-01GCInfoDeleter code cleanup after r175528Yiannis Tsiouris
2013-03-01Minor coding style fixMichael Liao
2013-03-01Fix incorrect ScheduleDAG comment and formalize Weak edges.Andrew Trick
2013-02-28A small refactoring + adding comments.Eli Bendersky
2013-02-28[Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer
2013-02-27Copy missing member in DataLayout copy ctor.David Blaikie
2013-02-27Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman
2013-02-27Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!Aaron Ballman
2013-02-27Suppressing MSVC warnings; patch thanks to Peng Cheng!Aaron Ballman
2013-02-27In GCC 4.7, function names are now forbidden from .gcda files. Support this byNick Lewycky
2013-02-26Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas
2013-02-26Have a way for a target to opt-out of target-independent fast iselMichael Ilseman
2013-02-26Another test commit. Remove trailing whitespace.Matt Arsenault
2013-02-26Test commit. Remove trailing whitespace.Matt Arsenault
2013-02-26Slight cosmetic fixesEli Bendersky
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-26Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...Michael Ilseman
2013-02-25Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt
2013-02-25DIBuilder: support structs with vtable pointers in the same way as classesDavid Blaikie
2013-02-22Add a field to the compile unit of where we plan on splitting outEric Christopher
2013-02-22Add a TODO and explain when we can get rid of the isMain field.Eric Christopher
2013-02-22Formatting.Eric Christopher
2013-02-22An Optional<T> is pod-like if the inner type is.Benjamin Kramer
2013-02-22Implement the NoBuiltin attribute.Bill Wendling
2013-02-21Limit cast machinery to preserve const and not accept temporariesDavid Blaikie
2013-02-21Clear the whole table including the tombstones, since the tombstone count willPedro Artigas
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-21Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen
2013-02-21Add move ctor/assignment to Optional<T>David Blaikie
2013-02-21Correct spelling of 'enumerator'.David Blaikie
2013-02-21Make Optional<T>'s operator bool 'explicit' in C++11David Blaikie
2013-02-21ADT/Optional.h: Appease msvc. It reapplies r175626.NAKAMURA Takumi