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
Age
Commit message (
Expand
)
Author
2011-04-13
Fixed the revision 129449.
Junjie Gu
2011-04-13
Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...
Junjie Gu
2011-04-13
Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.
Jim Grosbach
2011-04-13
Add the alias analysis to the C api.
Rafael Espindola
2011-04-13
Allow user-specified program entry point for llvm-rtdyld.
Jim Grosbach
2011-04-13
MCJIT relocation resolution.
Jim Grosbach
2011-04-13
Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this,
Oscar Fuentes
2011-04-13
PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus
Jay Foad
2011-04-13
Stop using dead function.
Jakob Stoklund Olesen
2011-04-13
Remove some redundant llvm:: prefixes.
Jay Foad
2011-04-13
Fix a comment.
Jay Foad
2011-04-13
PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef.
Jay Foad
2011-04-13
Fix typo.
Jay Foad
2011-04-13
Fix typo in comment.
Jay Foad
2011-04-13
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-04-13
Fix an obvious problem with an alignment computation. AsmPrinter actually does
Cameron Zwarich
2011-04-13
Fix a typo.
Cameron Zwarich
2011-04-13
If a global variable has a specified alignment that is less than the preferred
Cameron Zwarich
2011-04-13
Use %ull here.
Nick Lewycky
2011-04-13
Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...
Andrew Trick
2011-04-13
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-13
Temporarily revert r129408 to see if it brings the bots back.
Eric Christopher
2011-04-12
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
Add sanity check for Ld/St Dual forms of Thumb2 instructions.
Johnny Chen
2011-04-12
Add @earlyclobber constraints to the writeback register of all ARM store inst...
Jakob Stoklund Olesen
2011-04-12
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-12
I missed this new file in previous commit.
Devang Patel
2011-04-12
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
Do not reuse parameter name.
Devang Patel
2011-04-12
Fix a hole in the definition of "dependence" used by trap values. Trap
Dan Gohman
2011-04-12
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2011-04-12
Add more comments... err debug statements to the fast allocator.
Eric Christopher
2011-04-12
Fix compiler command line used by lit.py when working with NMake
Oscar Fuentes
2011-04-12
The Thumb2 RFE instructions need to have their second halfword fully specified.
Johnny Chen
2011-04-12
SparseBitVector is SLOW.
Jakob Stoklund Olesen
2011-04-12
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
2011-04-12
Add bad register checks for Thumb2 Ld/St instructions.
Johnny Chen
2011-04-12
Revert 129383. It causes some targets to hit a scheduler assert.
Andrew Trick
2011-04-12
Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format
Nick Lewycky
2011-04-12
PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.
Andrew Trick
2011-04-12
Document how to build a LLVM pass with CMake out of source.
Oscar Fuentes
2011-04-12
The counters are unsigned.
Nick Lewycky
2011-04-12
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
2011-04-12
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it...
Johnny Chen
2011-04-12
Add SplitKit API to query and select the current interval being worked on.
Jakob Stoklund Olesen
2011-04-12
Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accident...
Jakob Stoklund Olesen
2011-04-12
Remove dead typedef.
Devang Patel
[prev]
[next]