projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2010-03-01
Dan Gohman
svn:ignore fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
Spelling fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
Spelling fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
Whitespace cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
Use Doxygen comment syntax.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
This is now done.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
Fix a missing newline in debug output.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
Prune #includes.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
Fix spelling.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Dan Gohman
Don't print "Modified" for passes which haven't modifie...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Nathan Keynes
Add JIT support to the TODO list (test commit)
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
Emit type checks late instead of early, this encourages
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
some trivial microoptimizations.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
Emit a redundant check for immediates at root context...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
eliminate the CheckMultiOpcodeMatcher code and have...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
add a new OPC_SwitchOpcode which is semantically equivalent
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
pull MarkFlagResult out from between an EmitNode/Comple...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
enhance RecordNode and RecordChild comments to indicate...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
Emit redundant opcode checks for andimm and orimm tests...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-01
Chris Lattner
inline the node transforms and node predicates into...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
simplify some code now that chain/flag results are...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
don't emit useless functions. These were producing
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Mikhail Glushenkov
80-col violations/trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
eliminate GetInt1/2
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
hoist the new isel interpreter out of DAGISelHeader.h
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
change a few opcodes to use VBRs instead of embedding
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
move all the opcodes out of DAGISelHeader.h (which...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
resolve a fixme by using hte new flag.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
enhance the EmitNode/MorphNodeTo operands to take a...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
enhance the new isel to handle the 'node already exists'
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
enhance the new isel to use SelectNodeTo for most patterns,
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add support getting the operands of a User to ocaml.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add support for global aliases to ocaml.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add support for inserting inline asm to ocaml.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
add some random nounwinds.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
I'm removing andersaa after the branch is made.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
simplify this code, return only ever has zero or one...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
John McCall
Properly clear all the extra bits in a significand...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
John McCall
Add an override to StringRef::getAsInteger which parses...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add support for getting a null pointer.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add a way to look up a type by it's name in a module.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add replace_all_uses_with to ocaml.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add support for global variables in an address space...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add indirect br support to llvm-c and ocaml.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add metadata functions to llvm-c and ocaml.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
remove redundant instruction.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add the new builder arthmetic instructions to llvm...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add the new union arthmetic instructions to llvm-c...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Add generic binary op and cast builder functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Rename ocaml vmcore tests to make it easier to insert...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Fix incorrect uses of an ocaml llbuilder without extrac...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Erick Tryzelaar
Remove malloc and free from the ocaml bindings.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Bob Wilson
Revert r97245 which seems to be causing performance...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
John McCall
Teach APFloat how to create both QNaNs and SNaNs and...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
enhance EmitNodeMatcher to keep track of the recorded...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
add infrastructure to support forming selectnodeto...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Dan Gohman
Don't try to replace physical registers when doing...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Dan Gohman
Add a flag to addPassesToEmit* to disable the Verifier...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Chris Lattner
Generalize my hack to use SDNodeInfo to find out when a
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Dan Gohman
Implement XMM subregs.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-28
Dan Gohman
Don't unconditionally suppress hoisting of instructions...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Dan Gohman
Add nounwinds.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Dan Gohman
The mayHaveSideEffects flag is no longer used.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
remove a bogus pattern, which had the same pattern...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
add another case from the ppc backend. This is obvious...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
fix an incorrect (overly conservative) predicate.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
fix logic in DEBUG.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
teach the optimizer that opcode == ISD::STORE is contr...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
fix grammaro's pointed out by daniel
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
Teach the grouper some simple tricks about looking...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Evan Cheng
Re-apply 97040 with fix. This survives a ppc self-host...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
use DEBUG instead of DebugFlag directly so that this
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
implement a new optimization to sink pattern predicates...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Bill Wendling
The TType is always absptr on Mach-O...at least for...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Jeffrey Yasskin
Fix the ocaml bindings for the bitcode reader.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-27
Chris Lattner
fix PR6414, a nondeterminism issue in IPSCCP which...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Chris Lattner
Fix rdar://7694996 a miscompile of 183.equake from...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Chris Lattner
remove dead code, by this point all uses of CI are...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Jeffrey Yasskin
Test that docs are updating.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
John McCall
Make APFloat's string-parsing routines a bit safer...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Bill Wendling
A much cleaner (and less code!) way of inserting the...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Johnny Chen
Added the follwoing 32-bit Thumb instructions for disas...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Jakob Stoklund...
Merge PPC instructions FMRS and FMRD into a single...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Dan Gohman
Fix grammaro in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Dan Gohman
Use the right svn:keywords value.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Dan Gohman
Add Revision keywords to these files, as it's common...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Bill Wendling
Comment typo.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Chris Lattner
don't build edis if the x86 target isn't enabld.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Dan Gohman
Improve the vim code for highlighting trailing whitespa...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Tanya Lattner
Test autoupdate.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Tanya Lattner
Test auto update.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Dan Gohman
Add the alignstack keyword.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Dan Gohman
Remove bogus Updated line.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Jakob Stoklund...
Use the right floating point load/store instructions...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Jakob Stoklund...
Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Jeffrey Yasskin
Remove REQUIRES_EH from the suggested set of make varia...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Benjamin Kramer
Replace a temporary std::string with SmallString.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-26
Dan Gohman
Fix typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
next