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
*
Remove the rest of the compiler checking from the top level configure
Eric Christopher
2011-09-21
3
-204
/
+2
*
In the disassembler C API, be careful not to confuse the comment streamer tha...
Owen Anderson
2011-09-21
9
-24
/
+28
*
Remove llvm-gcc and various compiler handling from llvm. It's not needed
Eric Christopher
2011-09-20
5
-465
/
+10
*
Change the names of functions isMips* to hasMips*.
Akira Hatanaka
2011-09-20
4
-15
/
+15
*
This test is completely invalid with the modern EH model. Delete.
Bill Wendling
2011-09-20
1
-17
/
+0
*
Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...
Eli Friedman
2011-09-20
2
-9
/
+53
*
Add a DAGCombine for subvector extracts to remove useless chains of
Bruno Cardoso Lopes
2011-09-20
2
-0
/
+51
*
Revert r140097, working on a better approach
Bruno Cardoso Lopes
2011-09-20
2
-22
/
+0
*
lib/Linker: add support of deps which does not end with ".so".
Ivan Krasin
2011-09-20
1
-0
/
+8
*
Simplify max/minp[s|d] dagcombine matching
Bruno Cardoso Lopes
2011-09-20
1
-6
/
+3
*
Update this test to the new EH model.
Bill Wendling
2011-09-20
1
-0
/
+4
*
Relax this condition.
Bill Wendling
2011-09-20
1
-2
/
+1
*
Place the check for an exit landing pad where it will be run on both code pat...
Bill Wendling
2011-09-20
1
-6
/
+15
*
Fix typos.
Eric Christopher
2011-09-20
1
-2
/
+2
*
Omit extracting a loop if one of the exits is a landing pad.
Bill Wendling
2011-09-20
1
-5
/
+11
*
Remove the hack to check UNAME_RELEASE when identifying the Darwin version.
Bob Wilson
2011-09-20
1
-9
/
+0
*
Tidy up a bit more, fix tab and remove trailing whitespaces
Bruno Cardoso Lopes
2011-09-20
1
-9
/
+5
*
The wrong relocation was being emitted for several SSSE3 instructions.
Bruno Cardoso Lopes
2011-09-20
2
-1
/
+7
*
Tidy up code!
Bruno Cardoso Lopes
2011-09-20
1
-6
/
+5
*
Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...
Evan Cheng
2011-09-20
2
-9
/
+43
*
Initial Mips64 support. Patch by Liu with some modifications.
Akira Hatanaka
2011-09-20
2
-2
/
+20
*
Update to new EH model.
Bill Wendling
2011-09-20
1
-1
/
+4
*
Check the terminator, not the basic block.
Bill Wendling
2011-09-20
1
-1
/
+2
*
When extracting a basic block that ends in an 'invoke' instruction, we need to
Bill Wendling
2011-09-20
1
-7
/
+46
*
Use ArrayRef instead of an explicit 'const std::vector &'.
Bill Wendling
2011-09-20
2
-8
/
+12
*
If simple ownership works then friendship is not required.
Devang Patel
2011-09-20
1
-2
/
+1
*
Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...
Bill Wendling
2011-09-20
1
-8
/
+10
*
Update GCOVLines to provide interfaces to write line table and calculate comp...
Devang Patel
2011-09-20
1
-13
/
+17
*
U is good enough
Douglas Gregor
2011-09-20
1
-2
/
+2
*
Fix comments.
Bill Wendling
2011-09-20
1
-4
/
+4
*
Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth
Bill Wendling
2011-09-20
1
-19
/
+0
*
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
8
-9
/
+28
*
Eliminate sign-comparison warnings in APInt
Douglas Gregor
2011-09-20
1
-2
/
+4
*
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
Akira Hatanaka
2011-09-20
2
-0
/
+12
*
Update comment.
Devang Patel
2011-09-20
1
-2
/
+1
*
Use StringRef instead of std::string.
Devang Patel
2011-09-20
1
-1
/
+1
*
llvm-objdump: factor code better, add comments.
Benjamin Kramer
2011-09-20
3
-159
/
+183
*
Port over more Thumb2 encoding tests to decoding tests.
Owen Anderson
2011-09-20
1
-0
/
+608
*
Eliminate unnecessary copy of FileName from GCOVLines.
Devang Patel
2011-09-20
1
-7
/
+6
*
There is no need to write a local utility routine to find subprogram info if ...
Devang Patel
2011-09-20
1
-10
/
+1
*
test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.
NAKAMURA Takumi
2011-09-20
1
-4
/
+4
*
Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.
Craig Topper
2011-09-20
2
-3
/
+71
*
include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for co...
NAKAMURA Takumi
2011-09-20
1
-0
/
+3
*
include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.
NAKAMURA Takumi
2011-09-20
3
-9
/
+9
*
include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...
NAKAMURA Takumi
2011-09-20
2
-2
/
+2
*
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
10
-44
/
+120
*
whitespace
Andrew Trick
2011-09-20
3
-43
/
+43
*
Remove empty directories.
Benjamin Kramer
2011-09-20
0
-0
/
+0
*
Remove some missed references to dead intrinsics.
Bill Wendling
2011-09-20
1
-5
/
+2
*
Update the EH doc to reflect the new EH model.
Bill Wendling
2011-09-20
1
-194
/
+94
[next]