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-10-12
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
Evan Cheng
2012-10-12
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-12
We need this symbol after an LTO build.
Bill Wendling
2012-10-12
docs: Add SphinxQuickstartTemplate.rst.
Sean Silva
2012-10-11
docs: Improve HowToSetUpLLVMStyleRTTI.
Sean Silva
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
docs: Update HowToSetUpLLVMStyleRTTI.
Sean Silva
2012-10-11
Casting.h: Automatically handle isa<Base>(Derived).
Sean Silva
2012-10-11
Remove buggy classof().
Sean Silva
2012-10-11
PGO: create metadata for switch only if it has more than one targets.
Manman Ren
2012-10-11
Remove extra semicolon.
Chad Rosier
2012-10-11
Remove extra semicolons.
Chad Rosier
2012-10-11
Fix some typos 165739, spotted by Duncan.
Jan Wen Voung
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-10-11
Adds Phabricator documentation. This is a first step that answers many questi...
Manuel Klimek
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
Pass an explicit operand number to addLiveIns.
Jakob Stoklund Olesen
2012-10-11
This patch addresses PR13947.
Bill Schmidt
2012-10-11
Add test cases for correct parsing of register names in 32- and 64-bit modes.
David Chisnall
2012-10-11
Expose move to/from coprocessor instructions in MIPS64 mode.
David Chisnall
2012-10-11
llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().
NAKAMURA Takumi
2012-10-11
dependence analysis
Sebastian Pop
2012-10-11
Follow the same routine to add target float expansion hook
Michael Liao
2012-10-11
misched: Handle "transient" non-instructions.
Andrew Trick
2012-10-11
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-11
Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."
NAKAMURA Takumi
2012-10-11
GettingStarted.rst: s/&/&/g
NAKAMURA Takumi
2012-10-11
GettingStarted.rst: Fix the label to DeveloperPolicy.html.
NAKAMURA Takumi
2012-10-11
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-11
Don't crash if a .ll file contains a forward-reference that looks like a global
Nick Lewycky
2012-10-11
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-10-10
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
Evan Cheng
2012-10-10
Add getters for the MIPS TargetTransform classes
Nadav Rotem
2012-10-10
Remove unused member variable introduced in r165665.
David Blaikie
2012-10-10
Formatting and 80-col.
Eric Christopher
2012-10-10
Add -mattr=+altivec and remove XFAIL.
Bill Schmidt
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
XFAIL for all targets pending investigation
Bill Schmidt
2012-10-10
Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
Nadav Rotem
2012-10-10
When generating spill and reload code for vector registers on PowerPC,
Bill Schmidt
2012-10-10
The PowerPC VRSAVE register has been somewhat of an odd beast since
Bill Schmidt
2012-10-10
Add in support for expansion of all of the comparison operations to the absol...
Micah Villmow
2012-10-10
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-10
tblgen: Compile TableGen without RTTI.
Sean Silva
2012-10-10
tblgen: Move mini Type hierarchy to LLVM-style RTTI.
Sean Silva
2012-10-10
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
[prev]
[next]