aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-20Add std prefixes to fix the build with xlc.Rafael Espindola
2013-03-20Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen
2013-03-20Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie
2013-03-20Remove blank line before block comment.Eric Christopher
2013-03-20DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie
2013-03-20Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-19Dead code.Chad Rosier
2013-03-19[ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier
2013-03-19The Linker interface has some dead code after the cleanup in r172749Eli Bendersky
2013-03-18Move #include of BitVector from .h to .cpp file.Jakub Staszak
2013-03-18Add some constantness.Jakub Staszak
2013-03-18Remove unneeded #includes.Jakub Staszak
2013-03-18Make methods const.Jakub Staszak
2013-03-18Remove trailing spaces.Jakub Staszak
2013-03-18Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-17Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie
2013-03-15Add SchedRW as an Instruction field.Jakob Stoklund Olesen
2013-03-15[ADT] Fix StringSet::insert() to not allocate on every lookup.Daniel Dunbar
2013-03-15Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...Craig Topper
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-03-14Add a new method which enables one to change register classes.Reed Kotler
2013-03-14MachineModel: Add a ProcResGroup class.Andrew Trick
2013-03-14Move estimateStackSize from ARM into MachineFrameInfoHal Finkel
2013-03-14Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel
2013-03-14[ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov
2013-03-14Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger
2013-03-14Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky
2013-03-14Fix typo in comment.Nick Lewycky
2013-03-14[Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer
2013-03-13Simplify file/directory name handling in DILexicalBlockDavid Blaikie
2013-03-13Reset some of the target options which affect code generation.Bill Wendling
2013-03-13Simplify directory name handling in DILexicalBlockFile.David Blaikie
2013-03-13Add some additonal attribute helper functions. Test will be on followReed Kotler
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