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
Commit message (
Expand
)
Author
Age
Files
Lines
*
InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1
David Majnemer
2013-07-08
1
-0
/
+8
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-08
2
-7
/
+9
*
Revert "Proper va_arg/va_copy lowering on win64"
Nico Rieck
2013-07-08
1
-3
/
+1
*
[SystemZ] Remove unwanted part from last commit
Richard Sandiford
2013-07-08
1
-2
/
+0
*
[SystemZ] Use MVC for memcpy
Richard Sandiford
2013-07-08
9
-2
/
+145
*
Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
Hal Finkel
2013-07-08
1
-1
/
+7
*
Revert: Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-07-08
2
-5
/
+4
*
Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.
Kai Nacke
2013-07-08
1
-21
/
+5
*
Revert: Fix alignment of unwind data.
Kai Nacke
2013-07-08
1
-12
/
+7
*
Revert: Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-08
2
-13
/
+14
*
Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfo
Hal Finkel
2013-07-08
1
-0
/
+2
*
Revert "Reuse %rax after calling __chkstk on win64"
Nico Rieck
2013-07-08
2
-9
/
+7
*
Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
2013-07-08
10
-60
/
+60
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-07
2
-7
/
+9
*
Clear the builder insert point between tree-vectorization phases.
Nadav Rotem
2013-07-07
1
-0
/
+1
*
Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
Nick Lewycky
2013-07-07
1
-4
/
+11
*
SLPVectorizer: Implement DCE as part of vectorization.
Nadav Rotem
2013-07-07
1
-1011
/
+1041
*
[objc-arc] Remove the alias analysis part of r185764.
Michael Gottesman
2013-07-07
1
-8
/
+0
*
[objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...
Michael Gottesman
2013-07-07
2
-0
/
+10
*
SelectionDAGBuilder: style fixes (add space between end parentheses and open ...
Stephen Lin
2013-07-06
1
-10
/
+10
*
Add MC support for the v8fp instructions: vmaxnm and vminnm.
Joey Gouly
2013-07-06
3
-8
/
+27
*
[objc-arc] When we initialize ARCRuntimeEntryPoints, make sure we reset all r...
Michael Gottesman
2013-07-06
1
-0
/
+9
*
Proper va_arg/va_copy lowering on win64
Nico Rieck
2013-07-06
1
-1
/
+3
*
Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-06
2
-14
/
+13
*
Fix alignment of unwind data.
Kai Nacke
2013-07-06
1
-7
/
+12
*
Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
Kai Nacke
2013-07-06
1
-5
/
+21
*
Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-07-06
2
-4
/
+5
*
Reassociate: Remove unnecessary default operator=.
Benjamin Kramer
2013-07-06
1
-10
/
+0
*
DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.
Benjamin Kramer
2013-07-06
1
-0
/
+7
*
Stop putting operations after a tail call.
Tim Northover
2013-07-06
1
-0
/
+4
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
6
-15
/
+126
*
isKnownToBeAPowerOfTwo: Fix a typo in a comment
David Majnemer
2013-07-06
1
-1
/
+1
*
[objc-arc] Performed some small cleanups in ARCRuntimeEntryPoints and added a...
Michael Gottesman
2013-07-06
1
-3
/
+5
*
[objc-arc] Renamed Module => TheModule in ARCRuntimeEntryPoints. Also did som...
Michael Gottesman
2013-07-06
1
-17
/
+14
*
Removed trailing whitespace.
Michael Gottesman
2013-07-06
1
-2
/
+2
*
[objc-arc] Updated ObjCARCContract to use ARCRuntimeEntryPoints.
Michael Gottesman
2013-07-06
1
-99
/
+11
*
[objc-arc] Updated ObjCARCOpts to use ARCRuntimeEntryPoints.
Michael Gottesman
2013-07-06
1
-123
/
+22
*
[objc-arc] Refactor runtime entrypoint declaration entrypoint creation.
Michael Gottesman
2013-07-06
1
-0
/
+178
*
Fix annotation of unlink. Should fix builder.
Nick Lewycky
2013-07-06
1
-1
/
+1
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
6
-54
/
+398
*
Use modern API to avoid exposing LiveInterval internals.
Jakob Stoklund Olesen
2013-07-05
1
-5
/
+3
*
Remove dead function.
Jakob Stoklund Olesen
2013-07-05
1
-26
/
+0
*
Remove unique_file now that it is unused.
Rafael Espindola
2013-07-05
1
-17
/
+0
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
3
-6
/
+16
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
2
-4
/
+2
*
Add a higher level createTemporaryFile function.
Rafael Espindola
2013-07-05
1
-0
/
+34
*
ARM: Add a pack pattern for matching arithmetic shift right
Arnold Schwaighofer
2013-07-05
1
-0
/
+3
*
ARM: Fix incorrect pack pattern
Arnold Schwaighofer
2013-07-05
1
-2
/
+4
*
Remove a useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-05
2
-2
/
+0
*
[SystemZ] Remove no-op MVCs
Richard Sandiford
2013-07-05
3
-1
/
+37
[next]