index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'upstream/master' into merge-llvm
Stephen Hines
2013-01-21
3378
-174525
/
+277778
|
\
|
*
Move the string pools down into the units. No functional change.
Eric Christopher
2013-01-08
2
-22
/
+14
|
*
Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize
Eli Bendersky
2013-01-08
2
-4
/
+2
|
*
Fix memory leak in YAML I/O.
Nick Kledzik
2013-01-08
2
-13
/
+43
|
*
Specify complete triple for fp128 tests.
Tim Northover
2013-01-08
2
-2
/
+2
|
*
This patch produces the correct addend value for
Jack Carter
2013-01-08
2
-0
/
+34
|
*
This patch produces the correct pointer size
Jack Carter
2013-01-08
2
-0
/
+56
|
*
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-08
11
-8
/
+277
|
*
Docs: mention that we support float reductions when -ffast-math is used.
Nadav Rotem
2013-01-08
1
-0
/
+2
|
*
Rename statistic for instruction fragments -> relaxable
Eli Bendersky
2013-01-08
1
-3
/
+3
|
*
Code cleanup: refactor the switch statements in the generation of reduction v...
Nadav Rotem
2013-01-08
1
-59
/
+28
|
*
Rename the enum members to match the LLVM coding style.
Nadav Rotem
2013-01-08
1
-25
/
+25
|
*
Add fp128 rtlib function names to LLVM
Tim Northover
2013-01-08
3
-18
/
+184
|
*
Allow the asm printer to print fp128 values properly.
Tim Northover
2013-01-08
3
-9
/
+30
|
*
Add highlighting for "int" keyword
Joel Jones
2013-01-08
1
-1
/
+1
|
*
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-08
3
-1
/
+95
|
*
Allow ELF64 relocation type to be more than 8 bits.
Tim Northover
2013-01-08
1
-8
/
+8
|
*
Sink a function that refers to the SelectionDAG into that library in the
Chandler Carruth
2013-01-08
3
-24
/
+21
|
*
Add the C testcase to this file.
Eric Christopher
2013-01-08
1
-0
/
+6
|
*
Update README.txt to more accurately reflect reality.
Sean Silva
2013-01-08
1
-3
/
+5
|
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
8
-14
/
+38
|
*
Fix comment.
Eric Christopher
2013-01-08
1
-1
/
+2
|
*
Split changeset_ty using iterators instead of loops.
Lenny Maiorani
2013-01-08
1
-6
/
+8
|
*
Mark artificial types as such in the annotated debug output.
David Blaikie
2013-01-08
2
-0
/
+6
|
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
12
-47
/
+54
|
*
Remove what appears to be a dead llvm-specific debug tag.
Eric Christopher
2013-01-08
4
-7
/
+3
|
*
Pack MachineOperand bitfields better.
Jakob Stoklund Olesen
2013-01-07
2
-22
/
+20
|
*
Pack MachineInstr fields better.
Jakob Stoklund Olesen
2013-01-07
2
-7
/
+6
|
*
LoopVectorizer: Add support for floating point reductions
Nadav Rotem
2013-01-07
2
-58
/
+120
|
*
Add some additional tests for the .bundle_lock align_to_end feature that didn't
Eli Bendersky
2013-01-07
5
-13
/
+2919
|
*
Remove dead directory.
Bill Wendling
2013-01-07
0
-0
/
+0
|
*
Cosmetical changne in order to conform to coding std.
Shuxin Yang
2013-01-07
1
-5
/
+6
|
*
Whitespace and 80-col.
Eric Christopher
2013-01-07
2
-4
/
+6
|
*
Whitespace and 80-col.
Eric Christopher
2013-01-07
3
-5
/
+6
|
*
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
2
-3
/
+65
|
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
13
-29
/
+104
|
*
This change is to implement following rules:
Shuxin Yang
2013-01-07
3
-0
/
+214
|
*
Fixed EOL whitespace.
Michael Gottesman
2013-01-07
1
-29
/
+29
|
*
ARM: Copy-paste error.
Jim Grosbach
2013-01-07
1
-1
/
+1
|
*
ARM: Fix a few copy-paste errors.
Jim Grosbach
2013-01-07
2
-3
/
+3
|
*
[ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels when
Chad Rosier
2013-01-07
1
-1
/
+2
|
*
Add more comments to what's going on here.
Eric Christopher
2013-01-07
1
-1
/
+3
|
*
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
12
-19
/
+120
|
*
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
4
-12
/
+80
|
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
9
-174
/
+185
|
*
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
3
-0
/
+60
|
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
4
-0
/
+119
|
*
Make test/DebugInfo/member-pointers.ll portable by removing the TargetData
David Blaikie
2013-01-07
1
-4
/
+0
|
*
Claim ".td" files. Improve README cp command. Drop "Bundle" from description
Joel Jones
2013-01-07
3
-4
/
+5
|
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
6
-8
/
+8
[next]