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
...
*
Port the trick to skip the check for empty buckets from StringMap to DenseMap.
Benjamin Kramer
2012-01-07
1
-9
/
+9
*
Add some DAG combines for SUBC/SUBE. If nothing uses the carry/borrow out of ...
Craig Topper
2012-01-07
1
-2
/
+51
*
Fix TableGen so that it will emit the correct signature for FastEmit_f:
Cameron Zwarich
2012-01-07
1
-1
/
+1
*
Optimize reserved register coalescing.
Jakob Stoklund Olesen
2012-01-07
1
-0
/
+25
*
Use the 'regalloc' debug tag for most register allocator tracing.
Jakob Stoklund Olesen
2012-01-07
3
-3
/
+3
*
Enable redundant phi elimination after LSR.
Andrew Trick
2012-01-07
1
-1
/
+3
*
Fix dead link
Eli Bendersky
2012-01-07
1
-1
/
+1
*
Use getRegForValue() to materialize the address of ARM globals.
Jakob Stoklund Olesen
2012-01-07
3
-38
/
+16
*
Revert part of r147716. Looks like x87 instructions kill markers are all messed
Evan Cheng
2012-01-07
1
-9
/
+11
*
LSR: Don't optimize loops if an outer loop has no preheader.
Andrew Trick
2012-01-07
2
-4
/
+49
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
16
-25
/
+41
*
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
13
-41
/
+318
*
Copy implicit defs (e.g. r0) when changing tBX_RET to tPOP_RET. This bug is
Evan Cheng
2012-01-07
1
-0
/
+1
*
Use movw+movt in ARMFastISel::ARMMaterializeGV.
Jakob Stoklund Olesen
2012-01-07
3
-43
/
+78
*
LSR: run DeleteDeadPhis before replaceCongruentPhis.
Andrew Trick
2012-01-07
1
-19
/
+15
*
Refactor.
Devang Patel
2012-01-07
1
-38
/
+45
*
Cleanup comments and argument types related to my previous replaceCongruentPh...
Andrew Trick
2012-01-07
1
-4
/
+5
*
Eliminate an error check that may not work with all asm syntax variants.
Devang Patel
2012-01-07
1
-1
/
+2
*
Extended replaceCongruentPhis to handle mixed phi types.
Andrew Trick
2012-01-07
4
-18
/
+69
*
Make the 'x' constraint work for AVX registers as well.
Eric Christopher
2012-01-07
2
-4
/
+22
*
Missing raw_ostream.h breaks MSVC build.
Andrew Trick
2012-01-07
1
-0
/
+1
*
comment typo
Andrew Trick
2012-01-07
1
-1
/
+1
*
Expose isNonConstantNegative to users of ScalarEvolution.
Andrew Trick
2012-01-07
3
-20
/
+24
*
Add comment.
Chad Rosier
2012-01-06
1
-0
/
+4
*
Add a comment and ensure that anyone else looking at this code doesn't start
Eric Christopher
2012-01-06
1
-6
/
+5
*
Use const vector references instead of a vector copy. Spotted by Devang.
Eric Christopher
2012-01-06
1
-4
/
+4
*
Use -> instead of (*iter).
Eric Christopher
2012-01-06
1
-10
/
+10
*
Enable aligned NEON spilling by default.
Jakob Stoklund Olesen
2012-01-06
3
-4
/
+4
*
Put all IVUsers in the processed set. Allow querying IVUsers with isIVUserOrO...
Andrew Trick
2012-01-06
2
-3
/
+10
*
Abort AdjustBBOffsetsAfter early when possible.
Jakob Stoklund Olesen
2012-01-06
1
-2
/
+10
*
lit/lit.TestRunner: Add an extra_substitutions argument for executeShTest --
Daniel Dunbar
2012-01-06
1
-4
/
+7
*
SCEVExpander: hoistStep should check strict dominance.
Andrew Trick
2012-01-06
1
-1
/
+1
*
Tracing to help investigate issues with SjLj spill code.
Andrew Trick
2012-01-06
1
-0
/
+2
*
Initializing to false makes better sense. Thanks, David.
Chad Rosier
2012-01-06
1
-1
/
+1
*
Fix uninitialized variable warning.
Chad Rosier
2012-01-06
1
-1
/
+1
*
Fix uninitialized variable warning.
Chad Rosier
2012-01-06
1
-1
/
+1
*
Fix a leak I noticed while reviewing the accelerator table changes. Passes
Eric Christopher
2012-01-06
1
-0
/
+5
*
[asan] cleanup: remove the SIGILL-related code (compiler part)
Kostya Serebryany
2012-01-06
1
-68
/
+8
*
Fix typo in string
Eli Bendersky
2012-01-06
1
-1
/
+1
*
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2012-01-06
5
-38
/
+110
*
Fix SpeculativelyExecuteBB to either speculate all or none of the phis
Dan Gohman
2012-01-05
6
-146
/
+203
*
PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl...
Eli Friedman
2012-01-05
2
-14
/
+35
*
Link symbols with different visibilities according to the rules in the
Rafael Espindola
2012-01-05
3
-24
/
+127
*
Revert r56315. When the instruction to speculate is a load, this
Dan Gohman
2012-01-05
2
-27
/
+3
*
Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.
Benjamin Kramer
2012-01-05
4
-666
/
+0
*
SCCCaptured is trivially false on entry to this loop and not modified inside it.
Nick Lewycky
2012-01-05
1
-1
/
+1
*
Remove the old ELF writer.
Rafael Espindola
2012-01-05
10
-2223
/
+3
*
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2012-01-05
4
-4
/
+21
*
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-05
14
-59
/
+11
*
allow clients of SmallSet to specify their own comparison function for the set.
Chris Lattner
2012-01-05
1
-2
/
+2
[prev]
[next]