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
...
*
tidy up.
Jim Grosbach
2010-11-29
1
-2
/
+1
*
Thumb encodings for conditional moves.
Bill Wendling
2010-11-29
1
-2
/
+14
*
Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw
Jim Grosbach
2010-11-29
8
-160
/
+72
*
Fix some broken CHECK lines.
Benjamin Kramer
2010-11-29
4
-4
/
+4
*
unittests: Merge SystemTests back into SupportTests.
Michael J. Spencer
2010-11-29
4
-28
/
+6
*
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
6
-7
/
+621
*
system_error: Remove Windows headers.
Michael J. Spencer
2010-11-29
1
-133
/
+119
*
Support/PathV2: Just about every function call requires the Twine header.
Michael J. Spencer
2010-11-29
1
-0
/
+1
*
Refactor some of the "disassembly-only" instructions into a base class. This
Bill Wendling
2010-11-29
1
-36
/
+21
*
fix PR8677, patch by Jakub Staszak!
Chris Lattner
2010-11-29
2
-2
/
+18
*
Update fastisel for the changes in r120272.
Eric Christopher
2010-11-29
1
-3
/
+7
*
Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load ...
Frits van Bommel
2010-11-29
2
-6
/
+102
*
Rename t2 TBB and TBH instructions to reference that they encode the jump table
Jim Grosbach
2010-11-29
6
-15
/
+15
*
Update this test to keep testing the -instcombine transform it's supposed to ...
Frits van Bommel
2010-11-29
1
-3
/
+3
*
Improving the factoring of several instruction encodings.
Owen Anderson
2010-11-29
1
-89
/
+51
*
Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue.
Frits van Bommel
2010-11-29
3
-1
/
+148
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
39
-39
/
+39
*
Remove empty directories.
Benjamin Kramer
2010-11-29
0
-0
/
+0
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
7
-0
/
+113
*
Fix copy-and-paste errors in VLD2-dup scheduling itineraries.
Bob Wilson
2010-11-29
2
-4
/
+4
*
ARM Pseudo-ize tBR_JTr.
Jim Grosbach
2010-11-29
5
-28
/
+19
*
Thumb2 encodings for MSR and MRS.
Owen Anderson
2010-11-29
1
-10
/
+24
*
Update library dependencies changed in the System -> Support merge.
Michael J. Spencer
2010-11-29
1
-40
/
+39
*
Thumb2 encodings for system instructions.
Owen Anderson
2010-11-29
1
-8
/
+50
*
Thumb2 encodings for branches and IT blocks.
Owen Anderson
2010-11-29
1
-0
/
+15
*
The ARM BR_JT* pseudos don't need to use the printer jtblock_operand node to
Jim Grosbach
2010-11-29
1
-4
/
+4
*
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
20
-27
/
+27
*
Switch ARM BR_JTm and BR_JTr instructions to be MC-expanded pseudos.
Jim Grosbach
2010-11-29
3
-43
/
+95
*
Missed another one.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Missed a spot.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
274
-572
/
+546
*
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2010-11-29
2
-4
/
+19
*
Enable PostRA scheduling for SPU.
Kalle Raiskila
2010-11-29
4
-4
/
+29
*
Allow machine LICM to do its job on SPU.
Kalle Raiskila
2010-11-29
2
-1
/
+9
*
Add missing i128 case.
Kalle Raiskila
2010-11-29
1
-0
/
+3
*
tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...
NAKAMURA Takumi
2010-11-29
1
-1
/
+1
*
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
NAKAMURA Takumi
2010-11-29
5
-11
/
+11
*
Add some dead stores to pacify my least favorite GCC warning: may be
Chandler Carruth
2010-11-29
1
-3
/
+3
*
Add more Thumb encodings.
Bill Wendling
2010-11-29
2
-12
/
+38
*
More Thumb encodings.
Bill Wendling
2010-11-29
2
-24
/
+81
*
Add Thumb encodings for REV instructions.
Bill Wendling
2010-11-29
2
-20
/
+45
*
tools/Makefile: Fix indentation.
NAKAMURA Takumi
2010-11-29
1
-12
/
+12
*
tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.
NAKAMURA Takumi
2010-11-29
1
-3
/
+8
*
test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...
NAKAMURA Takumi
2010-11-29
6
-3
/
+9
*
test: Add the new feature 'loadable_module'.
NAKAMURA Takumi
2010-11-29
3
-0
/
+15
*
Add more Thumb encodings.
Bill Wendling
2010-11-29
2
-24
/
+61
*
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
4
-60
/
+19
*
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
1
-21
/
+0
*
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
5
-65
/
+20
*
Don't use std::copy and std::copy_backward, run 10% faster.
Jakob Stoklund Olesen
2010-11-28
1
-5
/
+8
[prev]
[next]