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
*
Convert assert(false) followed by a return to llvm_unreachable
Craig Topper
2012-04-04
1
-2
/
+1
*
Remove default case from switch that was already covering all cases.
Craig Topper
2012-04-04
1
-1
/
+0
*
Removed useless switch for default case when switch was covering all the enum...
Pete Cooper
2012-04-04
1
-1
/
+0
*
Fix the install location for the Embedded makefile target.
Bob Wilson
2012-04-03
1
-1
/
+1
*
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
2
-22
/
+2
*
Remove dead code for installing libLTO when building llvmCore.
Bob Wilson
2012-04-03
2
-37
/
+7
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
182
-0
/
+4586
*
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2012-04-03
3
-0
/
+42
*
Removed one last bad continue statement meant to be removed in r153914.
Pete Cooper
2012-04-03
1
-1
/
+0
*
When building llvmCore, pass the SDKROOT and -arch setting to configure.
Bob Wilson
2012-04-03
1
-0
/
+10
*
Remove a reference to the C backend.
Bob Wilson
2012-04-03
1
-1
/
+1
*
Fix an issue in SimplifySetCC() specific to vector comparisons.
Chad Rosier
2012-04-03
1
-2
/
+10
*
Set soname for FreeBSD as well.
Anton Korobeynikov
2012-04-03
1
-2
/
+2
*
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
2
-1
/
+48
*
Matrix simplification in PBQP may push infinite costs onto register options.
Lang Hames
2012-04-03
1
-0
/
+6
*
ARMDisassembler: drop bogus dependency on ARMCodeGen
Dylan Noblesmith
2012-04-03
2
-3
/
+2
*
Object: drop bogus VMCore dependency
Dylan Noblesmith
2012-04-03
1
-1
/
+1
*
The speedup doesn't appear to have been from this, but was an anomaly of my t...
Bill Wendling
2012-04-03
1
-1
/
+0
*
Reserve space for the eventual filling of the vector. This gives a small spee...
Bill Wendling
2012-04-03
1
-4
/
+3
*
Add an additional testcase which checks ops with multiple users.
Nadav Rotem
2012-04-03
1
-0
/
+12
*
Make PPCCompilationCallbackC function to be static, so there will be no need ...
Anton Korobeynikov
2012-04-03
1
-3
/
+5
*
Tidy up spacing in some tablegen outputs.
Craig Topper
2012-04-03
2
-11
/
+9
*
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
9
-41
/
+832
*
Reformatting. No functionality change.
Bill Wendling
2012-04-03
1
-18
/
+19
*
As Eric pointed out, even a Debug build should be equal. Leave the flag that ...
Bill Wendling
2012-04-03
1
-10
/
+8
*
Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...
Akira Hatanaka
2012-04-03
12
-0
/
+0
*
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
21
-2967
/
+104
*
MIPS disassembler support.
Akira Hatanaka
2012-04-03
21
-104
/
+2967
*
Cleanup set_union usage. The same thing but a bit cleaner now.
Andrew Trick
2012-04-03
1
-1
/
+1
*
Use std::set_union instead of nasty custom code.
Andrew Trick
2012-04-03
1
-13
/
+3
*
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
6
-5
/
+29
*
Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...
Pete Cooper
2012-04-03
2
-5
/
+10
*
Compare the .o files only for release builds. Add an option to bypass the com...
Bill Wendling
2012-04-02
1
-16
/
+26
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
9
-8
/
+8
*
Make dominatedBySlowTreeWalk private and assert cases handled by the caller.
Rafael Espindola
2012-04-02
1
-21
/
+12
*
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-02
6
-17
/
+38
*
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-04-02
8
-93
/
+76
*
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
3
-6
/
+13
*
Add predicates for checking whether targets have free FNEG and FABS operation...
Owen Anderson
2012-04-02
2
-3
/
+17
*
During two-address lowering, rescheduling an instruction does not untie
Lang Hames
2012-04-02
2
-2
/
+26
*
No need to run llvm-as.
Rafael Espindola
2012-04-02
1
-1
/
+1
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
6
-29
/
+82
*
The binutils for the IBM BG/P are too old to support CFI.
Hal Finkel
2012-04-02
2
-0
/
+6
*
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
3
-2
/
+29
*
Turn on the accelerator tables for Darwin.
Eric Christopher
2012-04-02
1
-0
/
+6
*
Fast fix for PR12343:
Stepan Dyatkovskiy
2012-04-02
2
-4
/
+75
*
Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.
Roman Divacky
2012-04-02
1
-1
/
+10
*
Second part for the 153874 one
Silviu Baranga
2012-04-02
1
-3
/
+3
*
Added fix in TableGen instruction decoder generation. The decoder now breaks ...
Silviu Baranga
2012-04-02
1
-0
/
+15
*
Add missing 'd'.
Rafael Espindola
2012-04-02
1
-1
/
+1
[next]