aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-202-2/+2
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-201-0/+1
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-201-6/+0
* Remove blank line before block comment.Eric Christopher2013-03-201-1/+0
* DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie2013-03-201-0/+13
* Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky2013-03-201-0/+7
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-201-4/+4
* Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie2013-03-201-0/+2
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-201-6/+1
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-192-9/+4
* Dead code.Chad Rosier2013-03-191-6/+0
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-191-5/+0
* The Linker interface has some dead code after the cleanup in r172749Eli Bendersky2013-03-191-40/+2
* Move #include of BitVector from .h to .cpp file.Jakub Staszak2013-03-182-5/+2
* Add some constantness.Jakub Staszak2013-03-182-2/+2
* Remove unneeded #includes.Jakub Staszak2013-03-182-2/+0
* Make methods const.Jakub Staszak2013-03-181-2/+2
* Remove trailing spaces.Jakub Staszak2013-03-181-13/+13
* Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer2013-03-181-5/+0
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-2/+0
* Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie2013-03-171-1/+0
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-152-0/+8
* [ADT] Fix StringSet::insert() to not allocate on every lookup.Daniel Dunbar2013-03-151-12/+14
* Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...Craig Topper2013-03-151-6/+6
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-1/+5
* Add a new method which enables one to change register classes.Reed Kotler2013-03-141-0/+7
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-141-0/+5
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-141-0/+3
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-141-1/+2
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-141-2/+2
* Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger2013-03-141-0/+2
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-141-7/+26
* Fix typo in comment.Nick Lewycky2013-03-141-1/+1
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-141-2/+4
* Simplify file/directory name handling in DILexicalBlockDavid Blaikie2013-03-131-4/+2
* Reset some of the target options which affect code generation.Bill Wendling2013-03-131-1/+4
* Simplify directory name handling in DILexicalBlockFile.David Blaikie2013-03-131-5/+2
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-132-0/+13
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-22/+26
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-14/+4
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-121-4/+5
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-121-0/+4
* Remove support for versioned debug info.David Blaikie2013-03-111-116/+8
* Residual cleanup: live-out set is goneEli Bendersky2013-03-111-8/+7
* Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky2013-03-101-2/+2
* Cleanup #includes.Jakub Staszak2013-03-101-4/+1
* Remove unneeded #include.Jakub Staszak2013-03-101-1/+0
* Add some constantness in MachinePostDominators.h.Jakub Staszak2013-03-101-7/+8
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-5/+4
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-3/+5