aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-11-20Make the AttrListPtr object a part of the LLVMContext.Bill Wendling
2012-11-2080-column and whitespace fixups.Eric Christopher
2012-11-19Allow using MemoryBuffers with yaml::Stream directly.Sean Silva
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher
2012-11-19Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi
2012-11-19Clean up handling of always-inline functions in the inliner.Bob Wilson
2012-11-19Some comment fixes.Bob Wilson
2012-11-17TypoJames Molloy
2012-11-17Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy
2012-11-16Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher
2012-11-16Remove default public copy ctors.Benjamin Kramer
2012-11-16Remove trailing spaces.Jakub Staszak
2012-11-16typoAndrew Trick
2012-11-16Work around a layering violation from Target to CodeGen.Benjamin Kramer
2012-11-16Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-15Remove trailing whitespaceMichael Ilseman
2012-11-15[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier
2012-11-15Fix indeterminism in MI scheduler DAG construction.Sergei Larin
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-15Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands
2012-11-15Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg