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 AVX only vzeroall and vzeroupper instructions
Bruno Cardoso Lopes
2010-07-21
3
-2
/
+18
*
restore aesthetics
Gabor Greif
2010-07-21
1
-24
/
+24
*
Teach bottom up pre-ra scheduler to track register pressure. Work in progress.
Evan Cheng
2010-07-21
7
-42
/
+306
*
Turn this test on again after the llvm-gcc change in r108986.
Eric Christopher
2010-07-21
1
-2
/
+1
*
Update this to use a "valid" alignment.
Eric Christopher
2010-07-21
1
-2
/
+2
*
Add new AVX vpermilps, vpermilpd and vperm2f128 instructions
Bruno Cardoso Lopes
2010-07-21
3
-0
/
+179
*
Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp...
Bruno Cardoso Lopes
2010-07-21
4
-11
/
+109
*
Give MDNode printing has access to the current Module in more
Dan Gohman
2010-07-20
1
-39
/
+62
*
Change the createSpiller interface to take a MachineFunctionPass argument.
Jakob Stoklund Olesen
2010-07-20
6
-60
/
+64
*
Make this code a little more readable.
Dan Gohman
2010-07-20
1
-2
/
+4
*
Use DebugLocs instead of MDNodes.
Dan Gohman
2010-07-20
1
-32
/
+27
*
Move the handling of PassRegistrationListener's to PassRegistry.
Owen Anderson
2010-07-20
4
-45
/
+39
*
Add new AVX vextractf128 instructions
Bruno Cardoso Lopes
2010-07-20
3
-0
/
+26
*
Fix a typo.
Dan Gohman
2010-07-20
1
-1
/
+1
*
Don't look up the "dbg" metadata kind by name.
Dan Gohman
2010-07-20
3
-15
/
+14
*
make asmprinter optional, even though passing in null will cause things to ex...
Chris Lattner
2010-07-20
2
-13
/
+14
*
Added support to MachO.h for many defines and structures that are needed
Greg Clayton
2010-07-20
1
-0
/
+638
*
continue pushing dependencies around.
Chris Lattner
2010-07-20
2
-8
/
+9
*
reduce X86MCInstLower dependencies on asmprinter.
Chris Lattner
2010-07-20
2
-8
/
+14
*
pass around MF, not MMI.
Chris Lattner
2010-07-20
2
-5
/
+5
*
Rename removeAllMetadata to clearMetadataHashEntries and simplify
Dan Gohman
2010-07-20
3
-11
/
+9
*
cleanups.
Chris Lattner
2010-07-20
2
-14
/
+10
*
move two asmprinter methods into the asmprinter .cpp file.
Chris Lattner
2010-07-20
2
-38
/
+39
*
Implement loop splitting analysis.
Jakob Stoklund Olesen
2010-07-20
3
-19
/
+189
*
Remove an obsolete comment.
Dan Gohman
2010-07-20
1
-2
/
+1
*
Add support for remapping metadata kind IDs when reading in a
Dan Gohman
2010-07-20
5
-16
/
+19
*
Include some tests for the recently committed ELF section directive
Matt Fleming
2010-07-20
8
-0
/
+48
*
Fix test for switch statements and increase
Dale Johannesen
2010-07-20
1
-2
/
+3
*
there is now no reason to link in TARGETS_TO_BUILD since we list
Chris Lattner
2010-07-20
1
-1
/
+1
*
fix edis to only try to link in the x86 parts if the x86 backend is
Chris Lattner
2010-07-20
1
-1
/
+11
*
Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...
Owen Anderson
2010-07-20
3
-48
/
+51
*
Fix edis makefile
Douglas Gregor
2010-07-20
1
-0
/
+1
*
prune #includes a little.
Chris Lattner
2010-07-20
5
-6
/
+8
*
Add some more handlers for ELF section directives.
Matt Fleming
2010-07-20
1
-0
/
+54
*
Formatting.
Eric Christopher
2010-07-20
1
-2
/
+2
*
fix DISABLE_EDIS
Chris Lattner
2010-07-20
1
-2
/
+2
*
Add the rest of the SHT_* values as defined in the System V ABI
Matt Fleming
2010-07-20
1
-16
/
+23
*
Add support for a new Apple-style build target, EmbeddedSim, that builds
Bob Wilson
2010-07-20
3
-6
/
+22
*
this logic is handled by tools/makefile.
Chris Lattner
2010-07-20
1
-9
/
+2
*
Testcase for llvm-gcc commit r108910.
Eric Christopher
2010-07-20
1
-0
/
+10
*
Remove setDbgMetadata and getDbgMetadata; their users have been
Dan Gohman
2010-07-20
2
-14
/
+0
*
Let's get those buildbots green: #include is needed in the header, not just t...
Owen Anderson
2010-07-20
2
-1
/
+1
*
Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,
Dan Gohman
2010-07-20
1
-4
/
+2
*
apparently also missing an include.
Chris Lattner
2010-07-20
1
-0
/
+1
*
this is in System
Chris Lattner
2010-07-20
1
-1
/
+1
*
remove option from tablegen for building static header.
Chris Lattner
2010-07-20
3
-27
/
+1
*
Add new AVX instruction vinsertf128
Bruno Cardoso Lopes
2010-07-20
4
-0
/
+31
*
turn this into a normal header.
Chris Lattner
2010-07-20
1
-8
/
+11
*
hopefully heal the linux builders
Chris Lattner
2010-07-20
1
-0
/
+1
*
tidy up
Gabor Greif
2010-07-20
1
-5
/
+3
[next]