projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-10-13
Benjamin Kramer
X86: Depending on the local semantics of .align this...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Dmitri Gribenko
Documentation: Lexicon.rst: add "BB Vectorization"...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Benjamin Kramer
X86: Disable long nops for all cpus prior to pentiumpro...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Jakob Stoklund...
Drop <def,dead> flags when merging into an unused lane.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Meador Inge
instcombine: Migrate strchr and strrchr optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Meador Inge
instcombine: Migrate strcat and strncat optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Meador Inge
Implement new LibCallSimplifier class
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Jakob Stoklund...
Allow for loops in LiveIntervals::pruneValue().
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Benjamin Kramer
X86: Fix accidentally swapped operands.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Chandler Carruth
Teach SROA to cope with wrapper aggregates. These show...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Chandler Carruth
Speculatively harden the conversion logic. I have no...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Benjamin Kramer
X86: Promote i8 cmov when both operands are coming...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Chandler Carruth
Silence a warning in -assert builds.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Chandler Carruth
Clean up how we rewrite loads and stores to the whole...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-13
Chad Rosier
[ms-inline asm] Remove the MatchInstruction() function...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Andrew Kaylor
Check section type rather than assuming it's code when...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Manman Ren
ARM: tail-call inside a function where part of a byval...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Chad Rosier
[ms-inline asm] Capitalize per coding standard.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Jakob Stoklund...
Fix buildbots: -misched=shuffle is only available in...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Jim Grosbach
ARM: Mark VSELECT as 'expand'.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Chad Rosier
[ms-inline asm] Use the new API introduced in r165830...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Chad Rosier
[ms-inline asm] Add a few data members and member funct...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Bob Wilson
Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Andrew Kaylor
Correcting enum values mentioned in comments.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Jakob Stoklund...
Use a transposed algorithm for handleMove().
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Jan Wen Voung
Add bitcode instruction encoding documentation for...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Jakob Stoklund...
Fix coalescing with IMPLICIT_DEF values.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Richard Trieu
Change (!list.size() == 0) to (!list.empty()). No...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Bob Wilson
Set default CPU for Darwin targets with LTO. <rdar...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
NAKAMURA Takumi
llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Ulrich Weigand
Fix big-endian codegen bug in DAGTypeLegalizer::ExpandR...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
NAKAMURA Takumi
ExceptionDemo.cpp: Use Function::setDoesNotReturn(...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
NAKAMURA Takumi
ExceptionDemo.cpp: Whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Duncan Sands
Add powerpc-ibm-aix to Triple. Patch by Kai.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Tim Northover
Add float-abi and softfloat options to lli
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
NAKAMURA Takumi
JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __att...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Nick Lewycky
Shuffle the virtual destructor down to the base. This...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Nick Lewycky
Give this class full of virtual functions a virtual...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Eric Christopher
Indenting.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Sebastian Pop
fix warning
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Reed Kotler
Div, Rem int/unsigned int
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Sean Silva
docs: Update example to conform to coding standards.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Bill Wendling
Mark function as 'used' so that LTO doesn't try to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
NAKAMURA Takumi
Revert r165777, "Mark function as 'used' so that LTO...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Sean Silva
docs: Minor clean up of Phabricator documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Evan Cheng
Legalizer optimize a pair of div / mod to a call to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Bill Wendling
Mark function as 'used' so that LTO doesn't try to...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Bill Wendling
We need this symbol after an LTO build.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-12
Sean Silva
docs: Add SphinxQuickstartTemplate.rst.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Sean Silva
docs: Improve HowToSetUpLLVMStyleRTTI.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Sean Silva
Remove unnecessary classof()'s
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Sean Silva
docs: Update HowToSetUpLLVMStyleRTTI.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Sean Silva
Casting.h: Automatically handle isa<Base>(Derived).
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Sean Silva
Remove buggy classof().
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Manman Ren
PGO: create metadata for switch only if it has more...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Chad Rosier
Remove extra semicolon.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Chad Rosier
Remove extra semicolons.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jan Wen Voung
Fix some typos 165739, spotted by Duncan.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Micah Villmow
Revert 165732 for further review.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jan Wen Voung
Change encoding of instruction operands in bitcode...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Manuel Klimek
Adds Phabricator documentation. This is a first step...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Micah Villmow
Add in the first iteration of support for llvm/clang...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Jakob Stoklund...
Pass an explicit operand number to addLiveIns.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Bill Schmidt
This patch addresses PR13947.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
David Chisnall
Add test cases for correct parsing of register names...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
David Chisnall
Expose move to/from coprocessor instructions in MIPS64...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
llvm/Analysis/Passes.h: Fix copypasto in createDependen...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Sebastian Pop
dependence analysis
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Michael Liao
Follow the same routine to add target float expansion...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Andrew Trick
misched: Handle "transient" non-instructions.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Nick Lewycky
Don't crash when !tbaa.struct contents is invalid.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
Revert r165661, "Patch by Shuxin Yang <shuxin.llvm...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
GettingStarted.rst: s/&/&/g
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
NAKAMURA Takumi
GettingStarted.rst: Fix the label to DeveloperPolicy...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Bill Wendling
Add the LLVM context to this c'tor. It will be needed...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Bill Wendling
Support a common idiom on how to build an Attributes...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Nick Lewycky
Don't crash if a .ll file contains a forward-reference...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-11
Evan Cheng
Change MachineInstrBuilder::addDisp to copy over target...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Evan Cheng
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsic...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Nadav Rotem
Add getters for the MIPS TargetTransform classes
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
David Blaikie
Remove unused member variable introduced in r165665.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Eric Christopher
Formatting and 80-col.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Bill Schmidt
Add -mattr=+altivec and remove XFAIL.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Nadav Rotem
Add a new interface to allow IR-level passes to access...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Bill Schmidt
XFAIL for all targets pending investigation
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Nadav Rotem
Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Bill Schmidt
When generating spill and reload code for vector regist...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Bill Schmidt
The PowerPC VRSAVE register has been somewhat of an...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Micah Villmow
Add in support for expansion of all of the comparison...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
Revert r165652: "Remove unnecessary RTTI from the build."
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
Remove unnecessary RTTI from the build.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
tblgen: Compile TableGen without RTTI.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
tblgen: Move mini Type hierarchy to LLVM-style RTTI.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
tblgen: Use semantically correct RTTI functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Sean Silva
tblgen: Put dyn_cast<> machinery in place for Init...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Duncan Sands
Add the testcase from pr13254 (the old scalarreply...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Bill Wendling
Remove dead variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Michael Liao
Specify CPU model to avoid breaking ATOM builds
commit
|
commitdiff
|
tree
|
snapshot
2012-10-10
Bill Wendling
Remove unused argument.
commit
|
commitdiff
|
tree
|
snapshot
next