aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-11-29Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen
2012-11-29Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen
2012-11-29Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang
2012-11-28Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...Michael Ilseman
2012-11-28Fast-math comments and convenience methodMichael Ilseman
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky
2012-11-28[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling
2012-11-28misched: Analysis that partitions the DAG into subtrees.Andrew Trick
2012-11-28misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick
2012-11-28Add brief support for the fission .debug_info.dwo section forEric Christopher
2012-11-28Rearrange ordering of sections.Eric Christopher
2012-11-28Move and comment accessor routines.Eric Christopher
2012-11-28Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen
2012-11-28Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen
2012-11-27Fix comment formatting in RuntimeDyld.hAndrew Kaylor
2012-11-27Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor
2012-11-27Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'Derek Schuff
2012-11-27Test commit only modifying commentsPedro Artigas
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-11-27Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper
2012-11-27llvm/CodeGen: Remove empty files in r168659.NAKAMURA Takumi
2012-11-27Remove unused MachineLoopRanges analysis.Jakub Staszak
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-27Fast-math optimization: fold multiply by zeroMichael Ilseman
2012-11-27Fast-math flags for the bitcodeMichael Ilseman
2012-11-27Fast-math interfaces for InstructionsMichael Ilseman
2012-11-27Fast-math flags added to FPMathOperator.Michael Ilseman
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson
2012-11-26Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer
2012-11-26Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer
2012-11-25Code Custodian:Joe Abbey
2012-11-25Add support for .cfi_register now that it is easy to extent the representationRafael Espindola
2012-11-25Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola
2012-11-25Add an extra slash so doxygen comments will be properly recognized.Craig Topper
2012-11-24libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer
2012-11-24Change the representation of MCCFIInstruction.Rafael Espindola
2012-11-24Give each MCCFIInstruction its own opcode.Rafael Espindola
2012-11-24Move a bit of duplicated code into a helper function.Rafael Espindola
2012-11-24Refactor how MCCFIInstructions are created.Rafael Espindola
2012-11-23Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola
2012-11-23Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly
2012-11-22Add more functions to the target library information.Meador Inge
2012-11-21Add relocations used for mips big GOT.Akira Hatanaka
2012-11-21test commit: added a few commentsPreston Briggs
2012-11-20removes a few "const" qualifiersSebastian Pop
2012-11-20Remove some dead code.Eric Christopher
2012-11-20Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but theChandler Carruth