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 PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
95
-9086
/
+97
*
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
2012-05-24
3
-4
/
+21
*
Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
Chad Rosier
2012-05-24
1
-1
/
+1
*
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-24
2
-1
/
+10
*
Enable Mips16 compiler to compile a null program.
Akira Hatanaka
2012-05-24
5
-6
/
+39
*
Silence Clang's -Wlogical-op-parentheses warning.
David Blaikie
2012-05-24
1
-1
/
+1
*
Add half support to LLVM (for OpenCL)
Tobias Grosser
2012-05-24
7
-13
/
+76
*
Testing commit access
Meador Inge
2012-05-24
1
-1
/
+0
*
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-24
2
-44
/
+111
*
Fix -Wcovered-switch-default warning.
Patrik Hägglund
2012-05-24
1
-1
/
+0
*
Convert assert(0) to llvm_unreachable.
Craig Topper
2012-05-24
5
-31
/
+20
*
Remove old release notes. Ready them for additions from current development
Bill Wendling
2012-05-24
1
-245
/
+96
*
Mark some static arrays as const.
Craig Topper
2012-05-24
5
-10
/
+10
*
Use uint16_t to store registers in static tables. Matches other tables.
Craig Topper
2012-05-24
1
-5
/
+5
*
Use uint16_t to store register number in static tables to match other tables.
Craig Topper
2012-05-24
1
-7
/
+7
*
Make some opcode tables static and const. Allows code to avoid making copies ...
Craig Topper
2012-05-24
1
-173
/
+219
*
Reflect that tblgen is now llvm-tblgen
Joel Jones
2012-05-24
1
-6
/
+7
*
Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...
Craig Topper
2012-05-24
2
-6
/
+6
*
Mark a static array as const.
Craig Topper
2012-05-24
1
-1
/
+1
*
Mark a static table as const. Shrink opcode size in static tables to uint16_t...
Craig Topper
2012-05-24
1
-14
/
+9
*
Tidy up naming for consistency and other cleanup. No functional change inten...
Chad Rosier
2012-05-23
1
-10
/
+9
*
Add a test case for global live range splitting.
Jakob Stoklund Olesen
2012-05-23
1
-0
/
+27
*
Add a last resort tryInstructionSplit() to RAGreedy.
Jakob Stoklund Olesen
2012-05-23
2
-1
/
+87
*
Forgot to reverse conditional.
Bill Wendling
2012-05-23
1
-1
/
+1
*
Reduce indentation by early detection of 'continue'. No functionality change.
Bill Wendling
2012-05-23
1
-79
/
+87
*
llvm-ld does not exist anymore, use llvm-link instead.
Nicolas Geoffray
2012-05-23
1
-4
/
+7
*
Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow a
Kaelyn Uhrain
2012-05-23
1
-2
/
+2
*
Correctly deal with identity copies in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-23
2
-7
/
+100
*
Fix how CMake appends -m32 to linker command-lines
Tim Northover
2012-05-23
1
-2
/
+2
*
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-23
2
-7
/
+37
*
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
Nuno Lopes
2012-05-23
2
-7
/
+97
*
revert r156383: removal of TYPE_CODE_FUNCTION_OLD
Nuno Lopes
2012-05-23
2
-0
/
+23
*
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-05-23
2
-8
/
+44
*
Fixed typo in r156905.
Patrik Hägglund
2012-05-23
2
-4
/
+4
*
Small fix for the debug output from PBQP (PR12822).
Patrik Hägglund
2012-05-23
1
-3
/
+4
*
Use zero-based shadow by default on Android.
Evgeniy Stepanov
2012-05-23
1
-2
/
+7
*
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-23
1
-10
/
+14
*
Tidy up spacing.
Craig Topper
2012-05-23
1
-2
/
+2
*
small refinement to r157218 to save a tiny amount of table size in the common
Chris Lattner
2012-05-23
2
-5
/
+13
*
Fix indentation of wrapped line for readability. No functional change.
Craig Topper
2012-05-23
1
-1
/
+1
*
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-23
4
-4
/
+55
*
address some of John Criswell's comments
Nuno Lopes
2012-05-22
1
-31
/
+84
*
ARMDisassembler.cpp: Fix utf8 char in comments.
NAKAMURA Takumi
2012-05-22
1
-3
/
+3
*
Untabify and 80-col.
Eric Christopher
2012-05-22
1
-17
/
+17
*
Formatting consistency.
Eric Christopher
2012-05-22
1
-3
/
+4
*
Also compute TopoSigs in synthetic register classes.
Jakob Stoklund Olesen
2012-05-22
2
-3
/
+8
*
hopefully fix the CMake build. sorry for breakage
Nuno Lopes
2012-05-22
1
-0
/
+1
*
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-05-22
2
-1
/
+59
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
9
-62
/
+357
*
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
15
-276
/
+105
[next]