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
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
8
-10
/
+7
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
41
-53
/
+41
*
Update the root Makefile for VMCore -> IR. Missed by my original search
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Update the configure scripts as well as the makefiles for the move from
Chandler Carruth
2013-01-02
2
-2
/
+2
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
54
-27
/
+27
*
Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...
Craig Topper
2013-01-02
1
-82
/
+97
*
Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW.
Craig Topper
2013-01-02
1
-62
/
+61
*
docs: update docs/README.txt and make it useful.
Sean Silva
2013-01-02
1
-6
/
+18
*
Revert 171351. It broke MC/X86/x86-32-avx.s.
Rafael Espindola
2013-01-02
1
-97
/
+82
*
Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...
Craig Topper
2013-01-01
1
-82
/
+97
*
Add IRBuilder::CreateVectorSplat and use it to simplify code.
Benjamin Kramer
2013-01-01
3
-24
/
+18
*
SROA: Clean up unused assignment warnings from clang's analyzer.
Benjamin Kramer
2013-01-01
1
-5
/
+4
*
Added DEBUG message when ObjCARC replaces a call which returns its argument v...
Michael Gottesman
2013-01-01
1
-2
/
+6
*
Added DEBUG messages to the top of several processing loops in ObjCARC.cpp th...
Michael Gottesman
2013-01-01
1
-3
/
+32
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
2
-3
/
+8
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
29
-30
/
+30
*
Update the copyright coredits -- Happy new year 2013!
NAKAMURA Takumi
2013-01-01
5
-8
/
+8
*
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2013-01-01
3
-13
/
+10
*
Remove unused argument from a multiclass.
Craig Topper
2013-01-01
1
-5
/
+3
*
Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...
Craig Topper
2013-01-01
1
-30
/
+34
*
Remove 2 unused multiclasses.
Craig Topper
2013-01-01
1
-26
/
+0
*
Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...
Craig Topper
2013-01-01
1
-47
/
+58
*
Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...
Craig Topper
2012-12-31
1
-6
/
+6
*
Make it explicit that the only entry points to the Program object are
Chandler Carruth
2012-12-31
1
-1
/
+1
*
Remove an unused method on Program.
Chandler Carruth
2012-12-31
3
-46
/
+0
*
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
3
-13
/
+0
*
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
6
-26
/
+12
*
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
5
-12
/
+43
*
Remove the declspecs from small alignments that we can force with
Chandler Carruth
2012-12-31
1
-5
/
+12
*
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
3
-35
/
+0
*
reimplement GetPointerBaseWithConstantOffset().
Nuno Lopes
2012-12-31
1
-31
/
+21
*
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
3
-12
/
+155
*
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
Michael J. Spencer
2012-12-31
2
-74
/
+107
*
Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"
Benjamin Kramer
2012-12-31
2
-68
/
+3
*
Add extra CHECK to make sure that 'or' instruction was replaced.
Jakub Staszak
2012-12-31
2
-0
/
+3
*
Fix bits check in ELFObjectFile::isSectionZeroInit().
Rafael Espindola
2012-12-31
2
-5
/
+2
*
revert r171306, since we cannot compare APInts with different bitwidths
Nuno Lopes
2012-12-31
1
-1
/
+1
*
use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...
Nuno Lopes
2012-12-31
1
-36
/
+8
*
minor code simplification
Nuno Lopes
2012-12-31
1
-1
/
+1
*
Use the generic dump template. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-53
/
+19
*
Dump sections. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
2
-0
/
+94
*
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
2
-0
/
+10
*
Print a header above the symbols. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
2
-0
/
+14
*
Check for errors. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
1
-6
/
+12
*
Fix indentation. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-31
1
-32
/
+32
*
Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-31
1
-28
/
+18
*
add support for PHI nodes to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
2
-3
/
+68
*
Remove dead method.
Bill Wendling
2012-12-31
1
-6
/
+0
*
Add some comparison operators to compare the Attribute object with the AttrKi...
Bill Wendling
2012-12-31
2
-3
/
+15
*
docs: Fix FIXME
Sean Silva
2012-12-31
2
-4
/
+5
[next]