summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-13
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-12
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-12
* Remove support for versioned debug info.David Blaikie2013-03-11
* Residual cleanup: live-out set is goneEli Bendersky2013-03-11
* Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky2013-03-10
* Cleanup #includes.Jakub Staszak2013-03-10
* Remove unneeded #include.Jakub Staszak2013-03-10
* Add some constantness in MachinePostDominators.h.Jakub Staszak2013-03-10
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-10
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-10
* Remove unneeded cast.Jakub Staszak2013-03-09
* Remove unneeded const_cast.Jakub Staszak2013-03-09
* Use forward declaration instead of #include.Jakub Staszak2013-03-09
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Clean up out-of-date comments and some stray whitespaceEli Bendersky2013-03-08
* No really, don't use end().Jakob Stoklund Olesen2013-03-08
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* Avoid creating a SlotIndex from the end() iterator.Jakob Stoklund Olesen2013-03-08
* Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen2013-03-07
* Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer2013-03-07
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak2013-03-07
* Remove trailing spaces.Jakub Staszak2013-03-07
* Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky2013-03-07
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* Generalize my previous fix for -print-options.Andrew Trick2013-03-06
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06
* Remove duplicated forward declaration.Jakub Staszak2013-03-06
* Fix a few typos in comments.Jakub Staszak2013-03-05
* Add some constantness.Jakub Staszak2013-03-05
* std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak2013-03-05
* Add more functions to the TLI.Meador Inge2013-03-05
* Use the right number of slashes in comment stringArnold Schwaighofer2013-03-05
* Clarify comment for function getObjectSizeArnold Schwaighofer2013-03-05
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-02
* add getUnderlyingObjectSize()Nuno Lopes2013-03-02
* Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.Peter Collingbourne2013-03-02
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-01
* Fix PR10475Michael Liao2013-03-01
* test commit to use consistent comment notation.Peng Cheng2013-03-01
* GCInfoDeleter code cleanup after r175528Yiannis Tsiouris2013-03-01
* Minor coding style fixMichael Liao2013-03-01
* Fix incorrect ScheduleDAG comment and formalize Weak edges.Andrew Trick2013-03-01
* A small refactoring + adding comments.Eli Bendersky2013-02-28
* [Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer2013-02-28
* Copy missing member in DataLayout copy ctor.David Blaikie2013-02-27
* Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman2013-02-27