summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper2012-11-27
* llvm/CodeGen: Remove empty files in r168659.NAKAMURA Takumi2012-11-27
* Remove unused MachineLoopRanges analysis.Jakub Staszak2012-11-27
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Fast-math optimization: fold multiply by zeroMichael Ilseman2012-11-27
* Fast-math flags for the bitcodeMichael Ilseman2012-11-27
* Fast-math interfaces for InstructionsMichael Ilseman2012-11-27
* Fast-math flags added to FPMathOperator.Michael Ilseman2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-26
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-26
* Code Custodian:Joe Abbey2012-11-25
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-25
* Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola2012-11-25
* Add an extra slash so doxygen comments will be properly recognized.Craig Topper2012-11-25
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-24
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-24
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-24
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-24
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-24
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-23
* Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly2012-11-23
* Add more functions to the target library information.Meador Inge2012-11-22
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-21
* test commit: added a few commentsPreston Briggs2012-11-21
* removes a few "const" qualifiersSebastian Pop2012-11-20
* Remove some dead code.Eric Christopher2012-11-20
* Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but theChandler Carruth2012-11-20
* Fix physical register liveness calculations:Tim Northover2012-11-20
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* 80-column and whitespace fixups.Eric Christopher2012-11-20
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-19
* Remove a function argument and propagate const around accordingly.Eric Christopher2012-11-19
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-19
* Clean up handling of always-inline functions in the inliner.Bob Wilson2012-11-19
* Some comment fixes.Bob Wilson2012-11-19
* TypoJames Molloy2012-11-17
* Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy2012-11-17
* Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher2012-11-16
* Remove default public copy ctors.Benjamin Kramer2012-11-16
* Remove trailing spaces.Jakub Staszak2012-11-16
* typoAndrew Trick2012-11-16
* Work around a layering violation from Target to CodeGen.Benjamin Kramer2012-11-16
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-16
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Remove trailing whitespaceMichael Ilseman2012-11-15
* [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier2012-11-15
* Fix indeterminism in MI scheduler DAG construction.Sergei Larin2012-11-15
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15