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
2010-02-28
Generalize my hack to use SDNodeInfo to find out when a
Chris Lattner
2010-02-28
Implement XMM subregs.
Dan Gohman
2010-02-28
Don't unconditionally suppress hoisting of instructions with implicit
Dan Gohman
2010-02-27
Add nounwinds.
Dan Gohman
2010-02-27
The mayHaveSideEffects flag is no longer used.
Dan Gohman
2010-02-27
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
remove a bogus pattern, which had the same pattern as STDU
Chris Lattner
2010-02-27
add another case from the ppc backend. This is obviously a huge and
Chris Lattner
2010-02-27
fix an incorrect (overly conservative) predicate.
Chris Lattner
2010-02-27
fix logic in DEBUG.
Chris Lattner
2010-02-27
teach the optimizer that opcode == ISD::STORE is contradictory
Chris Lattner
2010-02-27
fix grammaro's pointed out by daniel
Chris Lattner
2010-02-27
Teach the grouper some simple tricks about looking contradictory
Chris Lattner
2010-02-27
Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.
Evan Cheng
2010-02-27
use DEBUG instead of DebugFlag directly so that this
Chris Lattner
2010-02-27
implement a new optimization to sink pattern predicates (like isSSE1)
Chris Lattner
2010-02-27
The TType is always absptr on Mach-O...at least for now.
Bill Wendling
2010-02-27
Fix the ocaml bindings for the bitcode reader.
Jeffrey Yasskin
2010-02-27
fix PR6414, a nondeterminism issue in IPSCCP which was because
Chris Lattner
2010-02-26
Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday,
Chris Lattner
2010-02-26
remove dead code, by this point all uses of CI are gone.
Chris Lattner
2010-02-26
Test that docs are updating.
Jeffrey Yasskin
2010-02-26
Make APFloat's string-parsing routines a bit safer against very large exponents.
John McCall
2010-02-26
A much cleaner (and less code!) way of inserting the correct amount of padding
Bill Wendling
2010-02-26
Added the follwoing 32-bit Thumb instructions for disassembly only:
Johnny Chen
2010-02-26
Merge PPC instructions FMRS and FMRD into a single FMR instruction.
Jakob Stoklund Olesen
2010-02-26
Fix grammaro in a comment.
Dan Gohman
2010-02-26
Use the right svn:keywords value.
Dan Gohman
2010-02-26
Add Revision keywords to these files, as it's common for them to be
Dan Gohman
2010-02-26
Comment typo.
Bill Wendling
2010-02-26
don't build edis if the x86 target isn't enabld.
Chris Lattner
2010-02-26
Improve the vim code for highlighting trailing whitespace and lines
Dan Gohman
2010-02-26
Test autoupdate.
Tanya Lattner
2010-02-26
Test auto update.
Tanya Lattner
2010-02-26
Add the alignstack keyword.
Dan Gohman
2010-02-26
Remove bogus Updated line.
Dan Gohman
2010-02-26
Use the right floating point load/store instructions in PPCInstrInfo::foldMem...
Jakob Stoklund Olesen
2010-02-26
Remove dead code
Jakob Stoklund Olesen
2010-02-26
Remove REQUIRES_EH from the suggested set of make variables, since users can
Jeffrey Yasskin
2010-02-26
Replace a temporary std::string with SmallString.
Benjamin Kramer
2010-02-26
Fix typos in comments.
Dan Gohman
2010-02-26
Delete empty directories.
Dan Gohman
2010-02-26
Move dbg_value generation to target-independent FastISel,
Dale Johannesen
2010-02-26
Further constify MDNode* references.
Dale Johannesen
2010-02-26
Add type printing for Metadata pseudo.
Dale Johannesen
2010-02-26
Move the EnableFullLoadPRE flag from a separate command-line option to an
Bob Wilson
2010-02-26
disable-mem2reg and disable-gvn options should not be used by the driver.
Sanjiv Gupta
2010-02-26
Remove unused "NoPRE" parameter in GVN and createGVNPass().
Bob Wilson
2010-02-26
pass in more section kinds, enough to get the .align 0x90
Chris Lattner
2010-02-26
The cloner has nothing to do if any of the main or ISR entrypoints are not
Sanjiv Gupta
[next]