aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren
2013-03-12Add a doFinalization method to the DataLayout pass.Pete Cooper
2013-03-11Remove support for versioned debug info.David Blaikie
2013-03-11Residual cleanup: live-out set is goneEli Bendersky
2013-03-10Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky
2013-03-10Cleanup #includes.Jakub Staszak
2013-03-10Remove unneeded #include.Jakub Staszak
2013-03-10Add some constantness in MachinePostDominators.h.Jakub Staszak
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak
2013-03-09Remove unneeded cast.Jakub Staszak
2013-03-09Remove unneeded const_cast.Jakub Staszak
2013-03-09Use forward declaration instead of #include.Jakub Staszak
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-03-08Clean up out-of-date comments and some stray whitespaceEli Bendersky
2013-03-08No really, don't use end().Jakob Stoklund Olesen
2013-03-08Remove -print-dbginfo as it is unused & bitrotten.David Blaikie
2013-03-08Avoid creating a SlotIndex from the end() iterator.Jakob Stoklund Olesen
2013-03-07Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen
2013-03-07Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer
2013-03-07ArrayRefize some code. No functionality change.Benjamin Kramer
2013-03-07Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak
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