index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Spelling fixes.
Dan Gohman
2010-03-01
2
-8
/
+8
*
Whitespace cleanups.
Dan Gohman
2010-03-01
1
-24
/
+24
*
Use Doxygen comment syntax.
Dan Gohman
2010-03-01
1
-2
/
+2
*
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
1
-1
/
+0
*
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
1
-0
/
+1
*
hoist the new isel interpreter out of DAGISelHeader.h
Chris Lattner
2010-02-28
2
-823
/
+12
*
change a few opcodes to use VBRs instead of embedding
Chris Lattner
2010-02-28
2
-83
/
+30
*
move all the opcodes out of DAGISelHeader.h (which gets
Chris Lattner
2010-02-28
2
-55
/
+58
*
resolve a fixme by using hte new flag.
Chris Lattner
2010-02-28
1
-9
/
+7
*
enhance the EmitNode/MorphNodeTo operands to take a bit that
Chris Lattner
2010-02-28
1
-14
/
+19
*
enhance the new isel to handle the 'node already exists'
Chris Lattner
2010-02-28
1
-15
/
+29
*
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
Chris Lattner
2010-02-28
1
-13
/
+16
*
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-28
1
-47
/
+118
*
Add an override to StringRef::getAsInteger which parses into an APInt.
John McCall
2010-02-28
2
-0
/
+39
*
Add support for global variables in an address space for llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+3
*
Add indirect br support to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+6
*
Add metadata functions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-1
/
+23
*
Add the new builder arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+21
*
Add the new union arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
1
-0
/
+1
*
Add generic binary op and cast builder functions.
Erick Tryzelaar
2010-02-28
1
-0
/
+5
*
Revert r97245 which seems to be causing performance problems.
Bob Wilson
2010-02-28
2
-3
/
+2
*
Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width
John McCall
2010-02-28
2
-3
/
+32
*
Add a flag to addPassesToEmit* to disable the Verifier pass run
Dan Gohman
2010-02-28
1
-6
/
+12
*
The mayHaveSideEffects flag is no longer used.
Dan Gohman
2010-02-27
1
-7
/
+0
*
Further constify MDNode* references.
Dale Johannesen
2010-02-26
2
-3
/
+3
*
Move the EnableFullLoadPRE flag from a separate command-line option to an
Bob Wilson
2010-02-26
2
-2
/
+3
*
Remove unused "NoPRE" parameter in GVN and createGVNPass().
Bob Wilson
2010-02-26
1
-1
/
+1
*
fix the matcher in the presence of multiple scopes: we need to save
Chris Lattner
2010-02-26
1
-4
/
+5
*
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
1
-40
/
+54
*
remove a dead PatLeaf, I previously changed all uses to use -1 instead.
Chris Lattner
2010-02-25
1
-1
/
+0
*
Add more information to the getSizeOf comment.
Dan Gohman
2010-02-25
1
-2
/
+3
*
Revert r97064. Duncan pointed out that bitcasts are defined in
Dan Gohman
2010-02-25
1
-2
/
+7
*
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-25
1
-3
/
+3
*
fix a bug I introduced by checking the wrong node's VT in OPC_CheckChildXType
Chris Lattner
2010-02-24
1
-2
/
+3
*
Make getTypeSizeInBits work correctly for array types; it should return
Dan Gohman
2010-02-24
1
-7
/
+2
*
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
1
-0
/
+20
*
Convert a few more backedge-taken count functions to use BackedgeTakenInfo.
Dan Gohman
2010-02-24
1
-3
/
+3
*
Reapply r97010, the speculative revert failed.
Daniel Dunbar
2010-02-24
1
-11
/
+7
*
implement a simple proof-of-concept optimization for
Chris Lattner
2010-02-24
1
-4
/
+19
*
Speculatively revert r97010, "Add an argument to PHITranslateValue to specify
Daniel Dunbar
2010-02-24
1
-7
/
+11
*
When forming SSE min and max nodes for UGE and ULE comparisons, it's
Dan Gohman
2010-02-24
3
-0
/
+21
*
The new isel was not properly handling patterns that covered
Chris Lattner
2010-02-24
1
-8
/
+41
*
Add an argument to PHITranslateValue to specify the DominatorTree. If this
Bob Wilson
2010-02-24
1
-11
/
+7
*
fix X86/uint_to_fp-2.ll, only fold loads when they have a
Chris Lattner
2010-02-23
1
-7
/
+28
*
Keep track of phi join registers explicitly in LiveVariables.
Jakob Stoklund Olesen
2010-02-23
1
-0
/
+11
*
Adding the MicroBlaze backend.
Wesley Peck
2010-02-23
1
-0
/
+1
*
This is the first patch to put the needed bits in place to eventually allow code
Kevin Enderby
2010-02-23
2
-2
/
+22
*
Correct option forwarding: initial implementation.
Mikhail Glushenkov
2010-02-23
2
-1
/
+10
*
New experimental/undocumented feature: 'works_on_empty'.
Mikhail Glushenkov
2010-02-23
2
-1
/
+3
*
Add a way to enable '-opt=foo' forwarding.
Mikhail Glushenkov
2010-02-23
1
-0
/
+1
[prev]
[next]