summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer2013-03-18
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie2013-03-17
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-15
* [ADT] Fix StringSet::insert() to not allocate on every lookup.Daniel Dunbar2013-03-15
* Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...Craig Topper2013-03-15
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* Add a new method which enables one to change register classes.Reed Kotler2013-03-14
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-14
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-14
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-14
* Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger2013-03-14
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-14
* Fix typo in comment.Nick Lewycky2013-03-14
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-14
* Simplify file/directory name handling in DILexicalBlockDavid Blaikie2013-03-13
* Reset some of the target options which affect code generation.Bill Wendling2013-03-13
* Simplify directory name handling in DILexicalBlockFile.David Blaikie2013-03-13
* 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