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
*
Unbreak build.
Daniel Dunbar
2008-09-27
1
-1
/
+2
*
Add missing #include for asserts.
Bill Wendling
2008-09-27
1
-0
/
+1
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
17
-181
/
+95
*
Generated files for warning fix.
Dale Johannesen
2008-09-26
2
-115
/
+171
*
Fix a compiler warning.
Dale Johannesen
2008-09-26
1
-1
/
+0
*
Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless op...
Evan Cheng
2008-09-26
5
-9
/
+60
*
Now Attributes are divided in three groups
Devang Patel
2008-09-26
17
-103
/
+325
*
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
13
-38
/
+18
*
Fix missing whitespace in the printing of function notes.
Dan Gohman
2008-09-26
1
-3
/
+3
*
Rename ConstantSDNode's getSignExtended to getSExtValue, for
Dan Gohman
2008-09-26
10
-34
/
+30
*
Make some minor reorganizations and comment changes to eliminate trivial
Dan Gohman
2008-09-26
1
-15
/
+23
*
Mark lea fi# as being really rematerializable.
Dan Gohman
2008-09-26
1
-2
/
+3
*
unpckhps requires sse1, punpckhdq requires sse2.
Evan Cheng
2008-09-26
1
-4
/
+4
*
Update LICENSE link.
Daniel Dunbar
2008-09-26
1
-1
/
+1
*
Fix X86FastISel's address folding to check displacement
Dan Gohman
2008-09-26
1
-5
/
+12
*
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-09-26
13
-16
/
+56
*
CMake: Builds all examples. Corrected name of CBackend target.
Oscar Fuentes
2008-09-26
6
-2
/
+35
*
Generated files for previous patch.
Dale Johannesen
2008-09-26
3
-1823
/
+1800
*
Another file I forgot.
Dale Johannesen
2008-09-26
1
-1
/
+0
*
Add "inreg" field to CallSDNode (doesn't increase
Dale Johannesen
2008-09-26
20
-58
/
+51
*
Factor out the code for determining when symblic addresses
Dan Gohman
2008-09-26
4
-17
/
+50
*
Avoid spilling EBP / RBP twice in the prologue.
Evan Cheng
2008-09-26
3
-10
/
+20
*
We don't need to insert copies for implicit_def's.
Owen Anderson
2008-09-26
1
-1
/
+5
*
When looking for executable extensions, ignore .dSYM, as that's the debug inf...
Jim Grosbach
2008-09-26
2
-2
/
+2
*
X86 address displacement field must be interpreted as a 32-bit value.
Evan Cheng
2008-09-26
1
-3
/
+4
*
Set svn:ignore on AsmPrinter Release-Asserts directories.
Daniel Dunbar
2008-09-26
0
-0
/
+0
*
CMake: Builds all targets.
Oscar Fuentes
2008-09-26
17
-48
/
+274
*
Disable support for x86_f80 in X86FastISel. Supporting it would
Dan Gohman
2008-09-26
1
-9
/
+6
*
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-09-26
5
-11
/
+55
*
Prefer movlhps over punpcklqdq, etc. in more cases.
Evan Cheng
2008-09-25
2
-6
/
+6
*
Fix a bug in which address displacements were being added to the
Dan Gohman
2008-09-25
1
-1
/
+9
*
Make pointer parameter const for isUsedInBasicBlock.
Bill Wendling
2008-09-25
2
-2
/
+2
*
Large mechanical patch.
Devang Patel
2008-09-25
53
-1171
/
+1170
*
Reapply 56585:56589 with proper fix for some gcc versions
Anton Korobeynikov
2008-09-25
12
-185
/
+225
*
With sse3 and when the source is a load or has multiple uses, favors movddup ...
Evan Cheng
2008-09-25
4
-17
/
+113
*
Accept 'inreg' attribute on x86 functions as
Dale Johannesen
2008-09-25
5
-11
/
+41
*
Avoid a spurious extra space character when printing empty structs.
Dan Gohman
2008-09-25
1
-3
/
+4
*
Support for i1 XOR in FastISel. It is actually safe because
Dan Gohman
2008-09-25
1
-2
/
+3
*
Don't print fast-isel debug messages by default. Thanks Chris!
Dan Gohman
2008-09-25
1
-3
/
+6
*
Don't forget the newline in debug output.
Dan Gohman
2008-09-25
1
-1
/
+1
*
FastISel support for debug info.
Dan Gohman
2008-09-25
4
-3
/
+119
*
bug 2812: Segmentation fault on a big emdiam processor.
Richard Pennington
2008-09-25
1
-1
/
+1
*
PIC support in X86FastISel.
Dan Gohman
2008-09-25
1
-10
/
+57
*
Temporarily backing out 56585:56589 to unbreak the build.
Evan Cheng
2008-09-25
12
-214
/
+185
*
Fix a recent fast-isel coverage regression - don't bail out before
Dan Gohman
2008-09-25
1
-3
/
+4
*
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
3
-3
/
+19
*
Add debug output to this pass.
Dan Gohman
2008-09-25
1
-0
/
+2
*
pmovsxbq etc. requires sse4.1.
Evan Cheng
2008-09-25
1
-6
/
+6
*
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-09-25
2
-110
/
+51
*
<rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty()...
Evan Cheng
2008-09-25
1
-2
/
+5
[next]