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
2013-01-15
[ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...
Argyrios Kyrtzidis
2013-01-14
Properly encapsulate additional methods and data from AsmParser.
Eli Bendersky
2013-01-14
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
[ADT/StringMap] Add a constructor in StringMap that accepts both an
Argyrios Kyrtzidis
2013-01-14
Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0.
Joe Groff
2013-01-14
Add DenseMap::insert(value_type&&) method.
Joe Groff
2013-01-14
Move CheckForValidSection to the MCAsmParser interface.
Eli Bendersky
2013-01-14
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
Move ParseMacroArgument to the MCAsmParser interfance.
Eli Bendersky
2013-01-14
Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.
Eli Bendersky
2013-01-13
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-12
Precompute some information about register costs.
Jakob Stoklund Olesen
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, if
Dmitri Gribenko
2013-01-11
LoopPass.h doesn't require Function.h. Remove unneeded #include.
Jakub Staszak
2013-01-10
Remove trailing spaces.
Jakub Staszak
2013-01-10
Remove unneeded includes from FunctionLoweringInfo.h.
Jakub Staszak
2013-01-10
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
Remove unneeded #includes.
Jakub Staszak
2013-01-10
Fix indent and remove unneeded #includes in MDBuilder.h.
Jakub Staszak
2013-01-10
Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.
Jakub Staszak
2013-01-10
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
Allow hasProperty() to be called on bundle-internal instructions.
Jakob Stoklund Olesen
2013-01-10
Signal.h: Add <cstdio> for FILE*, since r171989.
NAKAMURA Takumi
2013-01-10
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
Support headerless bundles in MachineInstr::hasProperty().
Jakob Stoklund Olesen
2013-01-10
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-09
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
add hexagon flags in ELF.h
Shankar Easwaran
2013-01-09
For some LLVM-as-library uses it is convenient to create a
David Tweed
2013-01-09
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
Incrase the number of parameters for AlignedCharArrayUnion.
Manuel Klimek
2013-01-09
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
Add a getBundleEnd() function to go with the existing getBundleStart().
Jakob Stoklund Olesen
2013-01-09
Add the integer value of the ConstantInt instead of the Constant* value.
Bill Wendling
[prev]
[next]