aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* TypoJames Molloy2012-11-171-1/+1
* Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...James Molloy2012-11-171-0/+10
* Add constant definitions for fission dwarf attributes, forms, etc.Eric Christopher2012-11-161-3/+26
* Remove default public copy ctors.Benjamin Kramer2012-11-161-6/+0
* Remove trailing spaces.Jakub Staszak2012-11-161-70/+70
* typoAndrew Trick2012-11-161-3/+3
* Work around a layering violation from Target to CodeGen.Benjamin Kramer2012-11-161-1/+1
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-161-0/+4
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-1/+10
* Remove trailing whitespaceMichael Ilseman2012-11-154-49/+49
* [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier2012-11-151-3/+5
* Fix indeterminism in MI scheduler DAG construction.Sergei Larin2012-11-151-0/+12
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-155-10/+10
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-151-0/+1
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-151-0/+3