aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-282-1/+3
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+3
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-281-21/+87
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-281-0/+0
* Add brief support for the fission .debug_info.dwo section forEric Christopher2012-11-281-0/+7
* Rearrange ordering of sections.Eric Christopher2012-11-281-9/+10
* Move and comment accessor routines.Eric Christopher2012-11-281-12/+15
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-281-3/+0
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-281-102/+27
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-271-23/+21
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-271-0/+176
* Test commit only modifying commentsPedro Artigas2012-11-271-3/+3
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-272-2/+7
* Remove the dependent libraries feature.Bill Wendling2012-11-272-25/+0
* Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper2012-11-271-1/+2
* llvm/CodeGen: Remove empty files in r168659.NAKAMURA Takumi2012-11-271-0/+0
* Remove unused MachineLoopRanges analysis.Jakub Staszak2012-11-273-116/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-274-9/+10
* Fast-math optimization: fold multiply by zeroMichael Ilseman2012-11-271-0/+9
* Fast-math flags for the bitcodeMichael Ilseman2012-11-271-0/+10
* Fast-math interfaces for InstructionsMichael Ilseman2012-11-271-0/+51
* Fast-math flags added to FPMathOperator.Michael Ilseman2012-11-271-0/+116
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-264-10/+9
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-261-4/+2
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-261-0/+70
* Code Custodian:Joe Abbey2012-11-254-71/+72
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-252-5/+25
* Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola2012-11-251-24/+12
* Add an extra slash so doxygen comments will be properly recognized.Craig Topper2012-11-251-13/+13
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-241-0/+7
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-241-42/+35
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-241-16/+16
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-241-0/+1
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-241-16/+88
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-232-2/+3
* Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly2012-11-231-3/+1
* Add more functions to the target library information.Meador Inge2012-11-221-0/+24
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-211-1/+5
* test commit: added a few commentsPreston Briggs2012-11-211-0/+10
* removes a few "const" qualifiersSebastian Pop2012-11-201-9/+9
* Remove some dead code.Eric Christopher2012-11-201-19/+0
* Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but theChandler Carruth2012-11-201-1/+1
* Fix physical register liveness calculations:Tim Northover2012-11-201-4/+1
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-201-12/+10
* 80-column and whitespace fixups.Eric Christopher2012-11-201-43/+43
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-0/+4
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-191-2/+2
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-191-4/+4
* Clean up handling of always-inline functions in the inliner.Bob Wilson2012-11-191-0/+3
* Some comment fixes.Bob Wilson2012-11-191-5/+5