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
/
tools
/
llc
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm: fix build
Colin Cross
2014-06-04
1
-2
/
+2
*
Updated the makefiles to use AArch64 name.
Chris Wailes
2014-06-04
1
-11
/
+11
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
2
-28
/
+43
*
We need to build the ARM components for AArch64 as well.
Stephen Hines
2014-05-06
1
-5
/
+6
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
4
-49
/
+42
*
Make LLVM build on AArch64.
Tim Murray
2014-03-14
1
-0
/
+12
*
llvm: convert makefiles to support multilib build
Colin Cross
2014-02-06
1
-18
/
+8
*
[MIPS64] Temporary placeholder build, to allow other projects to build
Duane Sand
2014-02-05
1
-2
/
+3
*
llvm: rename aarch64 target to arm64
Colin Cross
2014-01-23
1
-3
/
+3
*
AArch64: Temporarily disable AArch64 build
Serban Constantinescu
2013-12-11
1
-0
/
+4
*
am 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid early fail on x32 or x86_6...
Stephen Hines
2013-09-23
1
-1
/
+1
|
\
|
*
x86_64/x32: Avoid early fail on x32 or x86_64 build
Pavel Chupin
2013-09-20
1
-1
/
+1
*
|
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
1
-5
/
+4
|
\
\
|
*
|
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-1
/
+0
|
*
|
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-1
/
+0
|
*
|
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-1
/
+0
|
*
|
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-2
/
+3
|
*
|
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
1
-0
/
+1
|
*
|
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-1
/
+0
|
*
|
Test commit access.
Wan Xiaofei
2013-06-19
1
-0
/
+1
*
|
|
Update LLVM for merge to r183849.
Stephen Hines
2013-06-13
1
-0
/
+1
*
|
|
Update LLVM for merge to r180947.
Stephen Hines
2013-05-06
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'upstream/master' into merge-20130502
Stephen Hines
2013-05-02
4
-6
/
+7
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-2
/
+2
|
*
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-03-26
1
-1
/
+1
|
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
3
-3
/
+4
*
|
Fix dependencies for llc/ARMAsmPrinter.
Stephen Hines
2013-02-26
1
-0
/
+1
*
|
Merge remote-tracking branch 'upstream/master' into merge-llvm
Stephen Hines
2013-01-21
1
-216
/
+33
|
\
\
|
|
/
|
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-5
/
+2
|
*
Convert the TargetTransformInfo from an immutable pass with dynamic
Chandler Carruth
2013-01-05
1
-2
/
+2
|
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
|
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
1
-1
/
+1
|
*
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-11
1
-0
/
+1
|
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-7
/
+7
|
*
Add a -time-compilations=<N> option to llc.
Jakob Stoklund Olesen
2012-11-30
1
-0
/
+16
|
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
1
-2
/
+0
|
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
1
-0
/
+2
|
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
1
-2
/
+0
|
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
1
-0
/
+2
|
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
1
-206
/
+9
|
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-9
/
+206
|
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-206
/
+9
|
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
|
Fix broken dependency for x86 llc.
Stephen Hines
2012-10-31
1
-1
/
+1
*
|
Merge branch 'upstream' into merge_2
Stephen Hines
2012-08-23
1
-0
/
+18
|
\
\
|
|
/
|
*
Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
1
-0
/
+6
|
*
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-08
1
-5
/
+2
|
*
llc: Try to suppress failures since r161262 .
NAKAMURA Takumi
2012-08-04
1
-2
/
+5
|
*
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
1
-0
/
+12
*
|
Fix missing libLLVMMipsAsmParser dependency for llc.
Stephen Hines
2012-08-08
1
-0
/
+1
[next]