index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-11-27
llvm/CodeGen: Remove empty files in r168659.
NAKAMURA Takumi
2012-11-27
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-27
Fast-math flags for the bitcode
Michael Ilseman
2012-11-27
Fast-math interfaces for Instructions
Michael Ilseman
2012-11-27
Fast-math flags added to FPMathOperator.
Michael Ilseman
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-25
Code Custodian:
Joe Abbey
2012-11-25
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
Further cleanups. Thanks for Sean Silva for noticing it.
Rafael Espindola
2012-11-25
Add an extra slash so doxygen comments will be properly recognized.
Craig Topper
2012-11-24
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-24
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-23
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
Remove unused parameter Penalty from the BoundsChecking pass.
Joey Gouly
2012-11-22
Add more functions to the target library information.
Meador Inge
2012-11-21
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
test commit: added a few comments
Preston Briggs
2012-11-20
removes a few "const" qualifiers
Sebastian Pop
2012-11-20
Remove some dead code.
Eric Christopher
2012-11-20
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
Chandler Carruth
2012-11-20
Fix physical register liveness calculations:
Tim Northover
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
80-column and whitespace fixups.
Eric Christopher
2012-11-19
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
Some comment fixes.
Bob Wilson
2012-11-17
Typo
James Molloy
2012-11-17
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
2012-11-16
Add constant definitions for fission dwarf attributes, forms, etc.
Eric Christopher
2012-11-16
Remove default public copy ctors.
Benjamin Kramer
2012-11-16
Remove trailing spaces.
Jakub Staszak
2012-11-16
typo
Andrew Trick
2012-11-16
Work around a layering violation from Target to CodeGen.
Benjamin Kramer
2012-11-16
Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.
Duncan Sands
2012-11-15
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
Remove trailing whitespace
Michael Ilseman
2012-11-15
[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false
Chad Rosier
2012-11-15
Fix indeterminism in MI scheduler DAG construction.
Sergei Larin
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
Do not handle void types in DataLayout. Patch by Patrick Hägglund.
Duncan Sands
2012-11-15
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
[next]