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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a way to look up a type by it's name in a module.
Erick Tryzelaar
2010-02-28
4
-0
/
+27
*
Add replace_all_uses_with to ocaml.
Erick Tryzelaar
2010-02-28
2
-0
/
+7
*
Add support for global variables in an address space for llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
6
-25
/
+103
*
Add indirect br support to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
6
-0
/
+73
*
Add metadata functions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
6
-1
/
+289
*
remove redundant instruction.
Chris Lattner
2010-02-28
1
-2
/
+2
*
Add the new builder arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
6
-1
/
+320
*
Add the new union arthmetic instructions to llvm-c and ocaml.
Erick Tryzelaar
2010-02-28
6
-7
/
+61
*
Add generic binary op and cast builder functions.
Erick Tryzelaar
2010-02-28
2
-0
/
+18
*
Rename ocaml vmcore tests to make it easier to insert tests.
Erick Tryzelaar
2010-02-28
1
-228
/
+226
*
Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml.
Erick Tryzelaar
2010-02-28
1
-4
/
+3
*
Remove malloc and free from the ocaml bindings.
Erick Tryzelaar
2010-02-28
4
-51
/
+3
*
Revert r97245 which seems to be causing performance problems.
Bob Wilson
2010-02-28
3
-9
/
+7
*
Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width
John McCall
2010-02-28
6
-17
/
+107
*
enhance EmitNodeMatcher to keep track of the recorded slot numbers
Chris Lattner
2010-02-28
5
-11
/
+26
*
add infrastructure to support forming selectnodeto. Not used yet
Chris Lattner
2010-02-28
5
-23
/
+79
*
Don't try to replace physical registers when doing CSE.
Dan Gohman
2010-02-28
2
-1
/
+51
*
Add a flag to addPassesToEmit* to disable the Verifier pass run
Dan Gohman
2010-02-28
7
-20
/
+42
*
Generalize my hack to use SDNodeInfo to find out when a
Chris Lattner
2010-02-28
3
-19
/
+55
*
Implement XMM subregs.
Dan Gohman
2010-02-28
5
-163
/
+168
*
Don't unconditionally suppress hoisting of instructions with implicit
Dan Gohman
2010-02-28
1
-26
/
+4
*
Add nounwinds.
Dan Gohman
2010-02-27
1
-2
/
+2
*
The mayHaveSideEffects flag is no longer used.
Dan Gohman
2010-02-27
16
-37
/
+25
*
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
5
-31
/
+32
*
remove a bogus pattern, which had the same pattern as STDU
Chris Lattner
2010-02-27
2
-8
/
+1
*
add another case from the ppc backend. This is obviously a huge and
Chris Lattner
2010-02-27
1
-1
/
+4
*
fix an incorrect (overly conservative) predicate.
Chris Lattner
2010-02-27
1
-1
/
+1
*
fix logic in DEBUG.
Chris Lattner
2010-02-27
1
-2
/
+2
*
teach the optimizer that opcode == ISD::STORE is contradictory
Chris Lattner
2010-02-27
3
-8
/
+18
*
fix grammaro's pointed out by daniel
Chris Lattner
2010-02-27
1
-2
/
+2
*
Teach the grouper some simple tricks about looking contradictory
Chris Lattner
2010-02-27
3
-12
/
+127
*
Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.
Evan Cheng
2010-02-27
8
-35
/
+186
*
use DEBUG instead of DebugFlag directly so that this
Chris Lattner
2010-02-27
1
-7
/
+7
*
implement a new optimization to sink pattern predicates (like isSSE1)
Chris Lattner
2010-02-27
2
-0
/
+117
*
The TType is always absptr on Mach-O...at least for now.
Bill Wendling
2010-02-27
1
-1
/
+1
*
Fix the ocaml bindings for the bitcode reader.
Jeffrey Yasskin
2010-02-27
1
-1
/
+1
*
fix PR6414, a nondeterminism issue in IPSCCP which was because
Chris Lattner
2010-02-27
2
-1
/
+47
*
Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday,
Chris Lattner
2010-02-26
1
-3
/
+2
*
remove dead code, by this point all uses of CI are gone.
Chris Lattner
2010-02-26
1
-4
/
+1
*
Test that docs are updating.
Jeffrey Yasskin
2010-02-26
1
-1
/
+1
*
Make APFloat's string-parsing routines a bit safer against very large exponents.
John McCall
2010-02-26
2
-2
/
+23
*
A much cleaner (and less code!) way of inserting the correct amount of padding
Bill Wendling
2010-02-26
1
-50
/
+6
*
Added the follwoing 32-bit Thumb instructions for disassembly only:
Johnny Chen
2010-02-26
3
-5
/
+208
*
Merge PPC instructions FMRS and FMRD into a single FMR instruction.
Jakob Stoklund Olesen
2010-02-26
2
-17
/
+11
*
Fix grammaro in a comment.
Dan Gohman
2010-02-26
1
-1
/
+1
*
Use the right svn:keywords value.
Dan Gohman
2010-02-26
0
-0
/
+0
*
Add Revision keywords to these files, as it's common for them to be
Dan Gohman
2010-02-26
3
-1
/
+3
*
Comment typo.
Bill Wendling
2010-02-26
1
-1
/
+1
*
don't build edis if the x86 target isn't enabld.
Chris Lattner
2010-02-26
1
-0
/
+5
*
Improve the vim code for highlighting trailing whitespace and lines
Dan Gohman
2010-02-26
1
-5
/
+25
[next]