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
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
sink special case "cannotyetselect" for intrinsics out of the
Chris Lattner
2010-02-17
1
-0
/
+5
*
Removed an early out which was causing the PBQP allocator to not compute live...
Lang Hames
2010-02-17
1
-4
/
+0
*
Before setting scope end marker, pay attention to scope begin marker and exis...
Devang Patel
2010-02-17
1
-1
/
+12
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
3
-11
/
+11
*
Handle DBG_VALUE mixed with labels when doing PHI
Dale Johannesen
2010-02-16
1
-1
/
+18
*
Reapply 96294; now that I've gotten around to looking
Dale Johannesen
2010-02-16
1
-4
/
+26
*
Something broke. Hard to believe it was this patch
Dale Johannesen
2010-02-16
1
-26
/
+4
*
Fix a memory leak. Patch by Nicolas Geoffray.
Evan Cheng
2010-02-15
1
-0
/
+1
*
More handling of DBG_VALUE.
Dale Johannesen
2010-02-15
1
-4
/
+26
*
Add missed entry to cmake build list file
Anton Korobeynikov
2010-02-15
1
-0
/
+1
*
Use ttype encoding consistently
Anton Korobeynikov
2010-02-15
1
-1
/
+1
*
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
1
-0
/
+874
*
It turns out that we emitted completely wrong common EH frame since the early...
Anton Korobeynikov
2010-02-15
1
-7
/
+9
*
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-15
5
-93
/
+109
*
Fix PR6300.
Jakob Stoklund Olesen
2010-02-15
1
-3
/
+2
*
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
1
-8
/
+13
*
Add non-temporal flags and remove an assumption of default arguments.
David Greene
2010-02-15
10
-174
/
+295
*
Add non-temporal flags to MachineMemOperand.
David Greene
2010-02-15
1
-2
/
+3
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
3
-8
/
+8
*
Ignore DBG_VALUE in a couple more places.
Dale Johannesen
2010-02-15
1
-1
/
+4
*
Fix PR6283.
Jakob Stoklund Olesen
2010-02-13
2
-19
/
+38
*
Teach MachineFrameInfo to track maximum alignment while stack objects are being
Evan Cheng
2010-02-13
1
-13
/
+2
*
Besides removing phi cycles that reduce to a single value, also remove dead
Bob Wilson
2010-02-13
2
-21
/
+72
*
give MCCodeEmitters access to the current MCContext.
Chris Lattner
2010-02-12
1
-1
/
+1
*
Rewrite handling of DBG_VALUE; previous algorithm
Dale Johannesen
2010-02-12
1
-16
/
+24
*
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-12
1
-0
/
+4
*
* Updated the cost matrix normalization proceedure to better handle infinite ...
Lang Hames
2010-02-12
2
-13
/
+21
*
Add a new pass on machine instructions to optimize away PHI cycles that
Bob Wilson
2010-02-12
3
-0
/
+143
*
Reapply coalescer fix for better cross-class coalescing.
Jakob Stoklund Olesen
2010-02-11
1
-1
/
+1
*
Revert functional change. This broke a bunch of tests.
Jakob Stoklund Olesen
2010-02-11
1
-1
/
+1
*
It is always good to do a cross-class join when the large register has a tiny...
Jakob Stoklund Olesen
2010-02-11
1
-6
/
+11
*
Allow for more than one DBG_VALUE targeting the
Dale Johannesen
2010-02-11
1
-4
/
+4
*
Don't allow DBG_VALUE to affect codegen.
Dale Johannesen
2010-02-11
1
-0
/
+3
*
Use array_pod_sort instead of std::sort for improved code size.
Jakob Stoklund Olesen
2010-02-11
1
-2
/
+2
*
Use .empty() instead of .size().
Bill Wendling
2010-02-11
1
-2
/
+2
*
Fix to get it to compile.
Bill Wendling
2010-02-11
1
-1
/
+1
*
Don't print out a default newline when emitting the section offset. There are
Bill Wendling
2010-02-11
2
-2
/
+1
*
Reuse operand location when updating PHI instructions.
Jakob Stoklund Olesen
2010-02-11
1
-7
/
+26
*
Remove duplicate successors from indirectbr instructions before building the ...
Jakob Stoklund Olesen
2010-02-11
1
-2
/
+8
*
The previous fix of widening divides that trap was too fragile as it depends ...
Mon P Wang
2010-02-10
2
-3
/
+107
*
Ignore debug info one more place during coalescing.
Dale Johannesen
2010-02-10
1
-0
/
+2
*
Delete dead PHI machine instructions. These can be created due to type
Bob Wilson
2010-02-10
1
-1
/
+1
*
Skip debug info in a couple of places.
Dale Johannesen
2010-02-10
1
-3
/
+7
*
Use an index instead of pointers into the vector. If the vector resizes, then
Bill Wendling
2010-02-10
2
-12
/
+13
*
When I rewrote this loop per Chris' preference I
Dale Johannesen
2010-02-10
1
-0
/
+3
*
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
1
-1
/
+1
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
17
-18
/
+18
*
Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...
Evan Cheng
2010-02-10
1
-1
/
+18
*
Rewrite loop to suit Chris' preference.
Dale Johannesen
2010-02-10
1
-16
/
+19
*
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
2
-5
/
+4
[next]