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-14
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
Move ParseMacroArgument to the MCAsmParser interfance.
Eli Bendersky
2013-01-14
Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.
Eli Bendersky
2013-01-14
Revert r171829 "Split changeset_ty using iterators instead of loops" as it br...
Timur Iskhodzhanov
2013-01-14
Simplify nested strconcats in X86 td files since strconcat can take more than...
Craig Topper
2013-01-14
Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...
Craig Topper
2013-01-14
Fixed some 80+ violations.
Michael Gottesman
2013-01-14
Updated the documentation in ObjCARC.cpp to fit the style guide better (i.e. ...
Michael Gottesman
2013-01-13
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
Fix typo in comment.
Nick Lewycky
2013-01-13
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
X86: Add patterns for X86ISD::VSEXT in registers.
Benjamin Kramer
2013-01-13
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-13
[ObjCARC] Even more debug messages!
Michael Gottesman
2013-01-13
[ObjCARC] More debug messages.
Michael Gottesman
2013-01-12
Fix an editor goof in r171738 that Bill spotted. He may even have a test
Chandler Carruth
2013-01-12
When lowering an inreg sext first shift left, then right arithmetically.
Benjamin Kramer
2013-01-12
MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...
NAKAMURA Takumi
2013-01-12
GlobalOpt: Avoid jump on uninitialized value.
Benjamin Kramer
2013-01-12
MipsAsmParser: Try to unbreak tests to add extra check.
NAKAMURA Takumi
2013-01-12
Fixed debug message in ObjCARC.
Michael Gottesman
2013-01-12
Fixed a few debug messages in ObjCARC and added one.
Michael Gottesman
2013-01-12
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
This patch tackles the problem of parsing Mips
Jack Carter
2013-01-12
Limit the search space in RAGreedy::tryEvict().
Jakob Stoklund Olesen
2013-01-12
Precompute some information about register costs.
Jakob Stoklund Olesen
2013-01-12
Stop hiding the interface-exposed EatToEndOfStatement (see r172276).
Eli Bendersky
2013-01-12
Make ParseIdentifier a public method instead of private.
Eli Bendersky
2013-01-11
Fixed whitespace.
Michael Gottesman
2013-01-11
PPC: Implement efficient lowering of sign_extend_inreg.
Nadav Rotem
2013-01-11
Proof of concept moving of generic directive parsing from AsmParser to the
Eli Bendersky
2013-01-11
Update patch for the pad short functions pass for Intel Atom (only).
Preston Gurd
2013-01-11
Remove some accidentaly duplicated code. This needs urgent cleanup :(
Benjamin Kramer
2013-01-11
Added debug messages to GlobalOpt.
Michael Gottesman
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
For inline asm:
Eric Christopher
2013-01-11
Follow-up typo correction from building the wrong branch.
Andrew Trick
2013-01-11
Fix typo from r170452. Affects -enable-misched heuristics.
Andrew Trick
2013-01-11
Update CMakeLists for CallPrinter.cpp.
Andrew Trick
2013-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-11
Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a co...
NAKAMURA Takumi
2013-01-11
SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
Jordan Rose
2013-01-11
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().
NAKAMURA Takumi
[prev]
[next]