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
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
Update release notes for NVPTX
Justin Holewinski
2012-12-04
Get rid of references to Tcl, DejagGNU, old test structure, discourage the use
Eli Bendersky
2012-12-04
Remove the very out-of-date listing of "very important LLVM areas". I don't
Eli Bendersky
2012-12-04
Improve MSan tests.
Evgeniy Stepanov
2012-12-04
KillTheDoctor.cpp: Restore Win32 SDK headers before r169251.
NAKAMURA Takumi
2012-12-04
Clean up the sample include orderings, not that it really matters...
Chandler Carruth
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
Sort the #include lines of the examples/... tree.
Chandler Carruth
2012-12-04
Teach the include sorter to quickly skip files with an extension that
Chandler Carruth
2012-12-04
Teach the include sorter to skip files under test trees and under INPUTS
Chandler Carruth
2012-12-04
Teach the include sorting script about the gtest headers; sort them with
Chandler Carruth
2012-12-04
VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...
NAKAMURA Takumi
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
Give scalar if-converted blocks half the score because they are not always ex...
Nadav Rotem
2012-12-04
Address review comments from Matt on the sort_includes.py script.
Chandler Carruth
2012-12-04
Add a comment about the requirement that the Windows.h header be last.
Chandler Carruth
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
Add the last part that is needed for vectorization of if-converted code.
Nadav Rotem
2012-12-04
[asan] add experimental -asan-realign-stack option (true by default, which do...
Kostya Serebryany
2012-12-04
Add a 'getCount' method to get the number of elements in the subrange.
Bill Wendling
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-04
Move all operand definitions into HexagonOperands.td
Jyotsna Verma
2012-12-04
Move generic Hexagon subtarget information into Hexagon.td
Jyotsna Verma
2012-12-04
docs: Fix broken link.
Sean Silva
2012-12-04
docs: Fix dead link.
Sean Silva
2012-12-04
rdar://12329730 (2nd part, revised)
Shuxin Yang
2012-12-04
docs: Convert ProgrammersManual to reST.
Sean Silva
2012-12-04
ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...
Alexey Samsonov
2012-12-04
Simplify code. No functionality change.
Jakub Staszak
2012-12-04
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
Use dyn_cast instead of isa and cast. No functionality change.
Jakub Staszak
2012-12-04
LoopVectorize.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-04
Fix whitespace.
NAKAMURA Takumi
2012-12-04
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-04
RuntimeDyld: Fix up r169178. MSVC doesn't like "or".
NAKAMURA Takumi
2012-12-04
rdar://12329730 (2nd part)
Shuxin Yang
2012-12-03
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.
Akira Hatanaka
2012-12-03
Classic JIT is still being supported by MIPS, along with MCJIT.
Akira Hatanaka
2012-12-03
Minor tweaking to SmallVector static size.
Michael Ilseman
2012-12-03
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
Akira Hatanaka
2012-12-03
Use the new getRegAllocationHints() hook from AllocationOrder.
Jakob Stoklund Olesen
2012-12-03
constify the cost API
Nadav Rotem
[next]