index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy.
Dan Gohman
2010-07-21
1
-4
/
+1
*
Move the smarts of AnalysisGroup registration into PassRegistry.
Owen Anderson
2010-07-21
2
-37
/
+36
*
Fix calling convention on ARM if vfp2+ is enabled.
Rafael Espindola
2010-07-21
1
-1
/
+5
*
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
2
-2
/
+10
*
Teach bottom up pre-ra scheduler to track register pressure. Work in progress.
Evan Cheng
2010-07-21
6
-36
/
+287
*
Add new AVX vpermilps, vpermilpd and vperm2f128 instructions
Bruno Cardoso Lopes
2010-07-21
1
-0
/
+35
*
Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp...
Bruno Cardoso Lopes
2010-07-21
2
-11
/
+45
*
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
2
-37
/
+28
*
Add new AVX vextractf128 instructions
Bruno Cardoso Lopes
2010-07-20
1
-0
/
+10
*
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
*
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
2
-10
/
+8
*
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
2
-19
/
+183
*
Add support for remapping metadata kind IDs when reading in a
Dan Gohman
2010-07-20
4
-15
/
+18
*
Fix test for switch statements and increase
Dale Johannesen
2010-07-20
1
-2
/
+3
*
Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...
Owen Anderson
2010-07-20
2
-48
/
+49
*
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
*
Remove setDbgMetadata and getDbgMetadata; their users have been
Dan Gohman
2010-07-20
1
-4
/
+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
*
Add new AVX instruction vinsertf128
Bruno Cardoso Lopes
2010-07-20
2
-0
/
+15
*
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
*
I just fail with SVN today.
Owen Anderson
2010-07-20
1
-0
/
+72
*
there is no reason to dynamically generate a static header.
Chris Lattner
2010-07-20
4
-16
/
+71
*
drop edinfo.inc into the objdir for src!=objdir builds.
Chris Lattner
2010-07-20
1
-2
/
+2
*
Update header.
Eric Christopher
2010-07-20
1
-1
/
+1
*
Convert the internal PassRegistrar class into a new, external PassRegistry cl...
Owen Anderson
2010-07-20
2
-99
/
+21
*
hopefully teach cmake to build the .inc file.
Chris Lattner
2010-07-20
1
-0
/
+9
*
cmake too
Chris Lattner
2010-07-20
1
-0
/
+6
*
forgot to add a file
Chris Lattner
2010-07-20
1
-0
/
+21
*
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-07-20
9
-1
/
+1779
*
Remember that the induction variable is always a PHINode and
Dan Gohman
2010-07-20
1
-4
/
+4
*
Fix SCEV denormalization of expressions where the exit value from
Dan Gohman
2010-07-20
1
-32
/
+55
[next]