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
*
misched: Heuristics based on the machine model.
Andrew Trick
2012-11-07
1
-146
/
+762
*
misched: handle on-the-fly regpressure queries better for 2-addr
Andrew Trick
2012-11-07
1
-8
/
+13
*
Add comment describing what's going on here.
Bill Wendling
2012-11-07
1
-1
/
+4
*
When we're updating the subprogram scope DIE, we want to determine if we're
Bill Wendling
2012-11-07
1
-36
/
+37
*
[regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from a
Chad Rosier
2012-11-06
1
-0
/
+5
*
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-11-06
1
-4
/
+35
*
misched: Rename RemainingCount to avoid confusion with remaining resources.
Andrew Trick
2012-11-06
1
-6
/
+6
*
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-06
4
-62
/
+63
*
Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...
Owen Anderson
2012-11-03
1
-23
/
+27
*
OutputArg: added an index of the original argument to match the change to
Manman Ren
2012-11-01
2
-3
/
+4
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
9
-29
/
+24
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
4
-19
/
+17
*
Add a few more simple fast-math constant propagations and cancellations.
Owen Anderson
2012-11-01
1
-0
/
+18
*
Exploit the new identity composition in composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
1
-12
/
+8
*
Replace some instances of UniqueVector with SetVector, which is slightly chea...
Benjamin Kramer
2012-10-31
2
-5
/
+5
*
Change signature of function RAFast::spillAll to avoid conversion between
Akira Hatanaka
2012-10-31
1
-2
/
+2
*
Check that iterator I is not the end iterator.
Akira Hatanaka
2012-10-31
1
-2
/
+3
*
[inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.
Chad Rosier
2012-10-30
1
-8
/
+2
*
Add a comment for r167040.
Chad Rosier
2012-10-30
1
-0
/
+4
*
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-30
4
-8
/
+29
*
Fix grammar.
Bill Wendling
2012-10-30
1
-2
/
+2
*
In various places throughout the code generator, there were special
Ulrich Weigand
2012-10-29
2
-83
/
+66
*
Completely disallow partial copies in adjustCopiesBackFrom().
Jakob Stoklund Olesen
2012-10-29
1
-1
/
+2
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
1
-3
/
+3
*
This patch addresses a problem with the Post RA scheduler generating an
Preston Gurd
2012-10-29
1
-0
/
+5
*
Remove unused typedef.
Lang Hames
2012-10-29
1
-1
/
+0
*
Never attempt to join an early-clobber def with a regular kill.
Jakob Stoklund Olesen
2012-10-27
1
-0
/
+14
*
Reduce indentation with early exit.
Jakob Stoklund Olesen
2012-10-26
1
-22
/
+21
*
Also make the current basic block a class member.
Jakob Stoklund Olesen
2012-10-26
1
-65
/
+53
*
Make the Processed set a class member.
Jakob Stoklund Olesen
2012-10-26
1
-21
/
+14
*
Fix whitespace and function names to be coding standardy.
Jakob Stoklund Olesen
2012-10-26
1
-148
/
+149
*
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
1
-129
/
+0
*
Make sure I is not the end iterator when isInsideBundle is called.
Akira Hatanaka
2012-10-26
1
-2
/
+3
*
Remove GC roots that reference dead objects.
Nicolas Geoffray
2012-10-26
1
-3
/
+10
*
Fix typo in comment.
Nick Lewycky
2012-10-26
1
-1
/
+1
*
Stop running the machine code verifier unconditionally.
Jakob Stoklund Olesen
2012-10-25
1
-1
/
+0
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-4
/
+4
*
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
2
-2
/
+2
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
2
-2
/
+2
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
4
-13
/
+15
*
Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))
Michael Liao
2012-10-24
1
-0
/
+71
*
Keep coding standard. Don't evaluate getNumOperands() every time.
Jakub Staszak
2012-10-24
1
-1
/
+1
*
Clean up code and put transformation on (build_vec (ext x)) into a helper func
Michael Liao
2012-10-23
1
-55
/
+69
*
Make the indirect branch optimization deterministic. No functionality change.
Nadav Rotem
2012-10-23
1
-8
/
+8
*
Per the C++ standard, we need to include the definition of llvm::Calculate in
Richard Smith
2012-10-23
1
-0
/
+1
*
Don't crash when the Assignments vector is empty.
Jakob Stoklund Olesen
2012-10-21
1
-1
/
+1
*
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-10-20
2
-1
/
+3
*
1. Remove noreturn attribute from __builtin_debugtrap().
Shuxin Yang
2012-10-19
1
-2
/
+2
*
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
1
-2
/
+2
*
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
3
-5
/
+23
[next]