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 some debug output to help diagnose PR7689.
Dan Gohman
2010-07-21
1
-0
/
+3
*
Fix a couple issues with Win64 ABI
Nate Begeman
2010-07-21
2
-6
/
+3
*
Add the INITIALIZE_PASS macro.
Owen Anderson
2010-07-21
1
-0
/
+2
*
Avoid AVX instructions to be selected instead of its SSE form
Bruno Cardoso Lopes
2010-07-21
1
-1
/
+1
*
NamedMDNode is never an operand.
Dan Gohman
2010-07-21
1
-1
/
+1
*
Disallow null as a named metadata operand.
Dan Gohman
2010-07-21
11
-40
/
+20
*
Use System/DataTypes.h instead of stdint.h, which isn't portable.
Daniel Dunbar
2010-07-21
1
-1
/
+1
*
Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodes
Dan Gohman
2010-07-21
2
-8
/
+8
*
Tidy.
Dan Gohman
2010-07-21
1
-4
/
+1
*
Move the smarts of AnalysisGroup registration into PassRegistry.
Owen Anderson
2010-07-21
3
-40
/
+38
*
Delete an obsolete comment.
Dan Gohman
2010-07-21
1
-2
/
+1
*
strip out the 2.7 release notes, this really is the 2.8 release notes
Chris Lattner
2010-07-21
1
-507
/
+27
*
Fix calling convention on ARM if vfp2+ is enabled.
Rafael Espindola
2010-07-21
2
-6
/
+28
*
appease Validator
Gabor Greif
2010-07-21
1
-1
/
+1
*
add info on operand rotation
Gabor Greif
2010-07-21
1
-0
/
+9
*
Pulling out previous patch, must've run the tests in
Eric Christopher
2010-07-21
3
-40
/
+3
*
Lower MEMBARRIER on x86 and support processors without SSE2.
Eric Christopher
2010-07-21
3
-3
/
+40
*
Changed OStream templates to functions on raw_ostream, removed the unused "re...
Lang Hames
2010-07-21
2
-51
/
+25
*
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
[next]