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
/
lib
Age
Commit message (
Expand
)
Author
2013-01-11
llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined...
NAKAMURA Takumi
2013-01-10
Remove heavy and unused #inclues from X86TargetObjectFile.cpp.
Jakub Staszak
2013-01-10
Rename enumerations s/VK/DK/ to conform to naming convention
Eli Bendersky
2013-01-10
[ms-inline asm] Make sure we set a default value for AddressOf. Follow on to
Chad Rosier
2013-01-10
fix comments a bit
Eli Bendersky
2013-01-10
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
Remove a couple of if-else chains in parsing directives, replacing them by a
Eli Bendersky
2013-01-10
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-10
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
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
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
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
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-10
Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...
Joey Gouly
2013-01-10
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
[ObjCARC Debug Message] Added debug message when we convert an autorelease in...
Michael Gottesman
2013-01-10
Fix a race condition in the lock-file manager: once the lock file is
Douglas Gregor
2013-01-10
Fix a race condition in llvm::sys::path::unique_file: when we end up
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
[Object][Archive] Fix name handling with bsd style long names.
Michael J. Spencer
2013-01-10
[Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.
Michael J. Spencer
2013-01-09
Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hang...
Bill Wendling
2013-01-09
[Object][Archive] Use uint64_t instead of APInt. It is significantly faster.
Michael J. Spencer
2013-01-09
Fix description of ARMOperand
Joel Jones
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).
Evan Cheng
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-09
[ObjCARC Debug Messages] This is a squashed commit of 3x debug message commit...
Michael Gottesman
2013-01-09
Don't print bundle flags.
Jakob Stoklund Olesen
2013-01-09
Don't require BUNDLE headers in MachineInstr::getBundleSize().
Jakob Stoklund Olesen
2013-01-09
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
Fix a typo in MachineInstr::unbundleFromSucc() method.
Sergei Larin
2013-01-09
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
Alter the hasing computation when inserting into the folding set.
Bill Wendling
2013-01-09
tblgen: use an early return to reduce indentation.
Sean Silva
2013-01-09
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-09
tblgen: Factor out common code.
Sean Silva
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
Inline this into its only caller.
Sean Silva
2013-01-09
tblgen: Reuse function that is 2 lines above.
Sean Silva
2013-01-09
fix copy-paste-o
Sean Silva
[prev]
[next]