Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2db0e9ebb600a2e6b8f651f66a1ef50e0d3c3c6b
2db0e9e
Simplify code for calling a function where CanLowerReturn fails, fixing a small bug in the process.
by Eli Friedman
· 12 years ago
5402efa
Silence unused variable warnings from when assertions are disabled.
by Kaelyn Uhrain
· 12 years ago
8ddd9d5
misched: Use the same scheduling heuristics with -misched-topdown/bottomup.
by Andrew Trick
· 12 years ago
b1ebd69
Shrink.
by Jakob Stoklund Olesen
· 12 years ago
fae8b1d
Add support for range expressions in TableGen foreach loops.
by Jakob Stoklund Olesen
· 12 years ago
72cba6c
Don't put TGParser scratch results in the output.
by Jakob Stoklund Olesen
· 12 years ago
8e5286e
Simplify TGParser::ProcessForEachDefs.
by Jakob Stoklund Olesen
· 12 years ago
bb0a242
misched: Trace regpressure.
by Andrew Trick
· 12 years ago
f323424
misched: Give each ReadyQ a unique ID
by Andrew Trick
· 12 years ago
0a39d4e
misched: Added ScoreboardHazardRecognizer.
by Andrew Trick
· 12 years ago
2aa689d
misched: Release bottom roots in reverse order.
by Andrew Trick
· 12 years ago
8c2d921
misched: rename ReadyQ class
by Andrew Trick
· 12 years ago
c8fe4ec
misched: copy comments so compareRPDelta is readable by itself.
by Andrew Trick
· 12 years ago
5f887fa
regpressure: Added RegisterPressure::dump
by Andrew Trick
· 12 years ago
a7de4b9
regpressure: physreg livein/out fix
by Andrew Trick
· 12 years ago
28a5ab2
Fix for CHECK-NOT misspelling.
by David Blaikie
· 12 years ago
42a0b48
Remove the PTX back-end and all of its artifacts (triple, etc.)
by Justin Holewinski
· 12 years ago
6b31d4e
Teach tblgen's set theory "sequence" operator to support an optional stride operand.
by Owen Anderson
· 12 years ago
d6d05e3
Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
by Chad Rosier
· 12 years ago
c784395
Turn on mips16 pseudo op when compiling for mips16. Expand test case for this.
by Akira Hatanaka
· 12 years ago
4a5a894
Enable Mips16 compiler to compile a null program.
by Akira Hatanaka
· 12 years ago
8d2a004
Silence Clang's -Wlogical-op-parentheses warning.
by David Blaikie
· 12 years ago
057beb8
Add half support to LLVM (for OpenCL)
by Tobias Grosser
· 12 years ago
91bf23e
Testing commit access
by Meador Inge
· 12 years ago
e98a889
PR1255 related changes (case ranges):
by Stepan Dyatkovskiy
· 12 years ago
c3cd395
Fix -Wcovered-switch-default warning.
by Patrik Hägglund
· 12 years ago
6366361
Convert assert(0) to llvm_unreachable.
by Craig Topper
· 12 years ago
7a437a0
Remove old release notes. Ready them for additions from current development
by Bill Wendling
· 12 years ago
e329810
Mark some static arrays as const.
by Craig Topper
· 12 years ago
c5ce4d1
Use uint16_t to store registers in static tables. Matches other tables.
by Craig Topper
· 12 years ago
53146a2
Use uint16_t to store register number in static tables to match other tables.
by Craig Topper
· 12 years ago
51f50c1
Make some opcode tables static and const. Allows code to avoid making copies to pass the tables around.
by Craig Topper
· 12 years ago
175e6f7
Reflect that tblgen is now llvm-tblgen
by Joel Jones
· 12 years ago
6fcf129
Mark a couple arrays as static and const. Use array_lengthof instead of sizeof/sizeof.
by Craig Topper
· 12 years ago
032f441
Mark a static array as const.
by Craig Topper
· 12 years ago
cd2859e
Mark a static table as const. Shrink opcode size in static tables to uint16_t. Simplify loop iterating over one of those tables. No functional change intended.
by Craig Topper
· 12 years ago
3fb6eca
Tidy up naming for consistency and other cleanup. No functional change intended.
by Chad Rosier
· 12 years ago
39867e6
Add a test case for global live range splitting.
by Jakob Stoklund Olesen
· 12 years ago
d74d284
Add a last resort tryInstructionSplit() to RAGreedy.
by Jakob Stoklund Olesen
· 12 years ago
dbb4e57
Forgot to reverse conditional.
by Bill Wendling
· 12 years ago
20350db
Reduce indentation by early detection of 'continue'. No functionality change.
by Bill Wendling
· 12 years ago
49efb1a
llvm-ld does not exist anymore, use llvm-link instead.
by Nicolas Geoffray
· 12 years ago
63c5c37
Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow a
by Kaelyn Uhrain
· 12 years ago
e3b5482
Correctly deal with identity copies in RegisterCoalescer.
by Jakob Stoklund Olesen
· 12 years ago
4c8657a
Fix how CMake appends -m32 to linker command-lines
by Tim Northover
· 12 years ago
1c8fccb
[arm-fast-isel] Add support for non-global callee.
by Chad Rosier
· 12 years ago
2b52630
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
by Nuno Lopes
· 12 years ago
ee8100d
revert r156383: removal of TYPE_CODE_FUNCTION_OLD
by Nuno Lopes
· 12 years ago
ab76721
Fix the inliner so that the optsize function attribute don't alter the
by Patrik Hägglund
· 12 years ago
9ce6f6f
Fixed typo in r156905.
by Patrik Hägglund
· 12 years ago
d769387
Small fix for the debug output from PBQP (PR12822).
by Patrik Hägglund
· 12 years ago
06fdbaa
Use zero-based shadow by default on Android.
by Evgeniy Stepanov
· 12 years ago
a2067fb
PR1255(case ranges) related changes in Local Transformations.
by Stepan Dyatkovskiy
· 12 years ago
8809781
Tidy up spacing.
by Craig Topper
· 12 years ago
a48289a
small refinement to r157218 to save a tiny amount of table size in the common
by Chris Lattner
· 12 years ago
82dd67a
Fix indentation of wrapped line for readability. No functional change.
by Craig Topper
· 12 years ago
bb0f6ea
Add support for C++11 enum classes in llvm.
by Eric Christopher
· 12 years ago
2f0a748
address some of John Criswell's comments
by Nuno Lopes
· 12 years ago
dd051a0
ARMDisassembler.cpp: Fix utf8 char in comments.
by NAKAMURA Takumi
· 12 years ago
4d069bf
Untabify and 80-col.
by Eric Christopher
· 12 years ago
4a5d839
Formatting consistency.
by Eric Christopher
· 12 years ago
a9fdbbc
Also compute TopoSigs in synthetic register classes.
by Jakob Stoklund Olesen
· 12 years ago
49317e2
hopefully fix the CMake build. sorry for breakage
by Nuno Lopes
· 12 years ago
3de8ad8
LSR fix: add a missing phi check during IV hoisting.
by Andrew Trick
· 12 years ago
5c525b5
add a new pass to instrument loads and stores for run-time bounds checking
by Nuno Lopes
· 12 years ago
23e75da
revert my previous patches that introduced an additional parameter to the objectsize intrinsic.
by Nuno Lopes
· 12 years ago
76ff741
Only erase virtregs with no uses left.
by Jakob Stoklund Olesen
· 12 years ago
5cdbb1d
Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the
by Duncan Sands
· 12 years ago
85b9e56
Fix constant used for pshufb mask when lowering v16i8 shuffles. Bug introduced in r157043. Fixes PR12908.
by Craig Topper
· 12 years ago
18f3c78
This patch adds a predicate to existing mips32 and mips64 so that those
by Akira Hatanaka
· 12 years ago
a7a2a36
fix the quotient returned by sdivrem() for the case when LHS is negative and RHS is positive
by Nuno Lopes
· 12 years ago
6b07bc6
FileCheck'ize test, and add a bit to test for r157221.
by Jim Grosbach
· 12 years ago
b3a119a
ARM: .end_data_region mismatch in Thumb2.
by Jim Grosbach
· 12 years ago
b428511
Added address space qualifier to intrinsic PointerType arguments.
by Pete Cooper
· 12 years ago
4b6e675
Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. No in-tree targets exercise this path.
by Owen Anderson
· 12 years ago
b551f0c
Thumb2: RSB source register should be rGRP not GPRnopc.
by Jim Grosbach
· 12 years ago
4c8f909
Mark an unreachable region of code with llvm_unreachable.
by Dan Gohman
· 12 years ago
f496dea
Typo.
by Chad Rosier
· 12 years ago
5b2d81b
Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually used.
by Owen Anderson
· 12 years ago
8c3f33d
test commit
by Patrik Hägglund
· 12 years ago
1c8f4b8
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) related changes for Execution and Verifier.
by Stepan Dyatkovskiy
· 12 years ago
8ae97ba
Allow 256-bit shuffles to still be split even if only half of the shuffle comes from two 128-bit pieces.
by Craig Topper
· 12 years ago
1dc12aa
Give a small negative bias to giant edge bundles.
by Jakob Stoklund Olesen
· 12 years ago
857ed22
Clear kill flags on the fly when joining intervals.
by Jakob Stoklund Olesen
· 12 years ago
529b842
Add RPO to the lexicon.
by Nick Lewycky
· 12 years ago
53df925
Make the global base reg GR32_NOSP.
by Jakob Stoklund Olesen
· 12 years ago
418a363
Constrain regclasses in PeepholeOptimizer.
by Jakob Stoklund Olesen
· 12 years ago
0fda545
Constrain register classes in TailDup.
by Jakob Stoklund Olesen
· 12 years ago
92d63cc
When legalising shifts, do not pre-build a list of operands which
by Peter Collingbourne
· 12 years ago
5875c33
Emit memcmp directly from the StringMatcherEmitter.
by Benjamin Kramer
· 12 years ago
6514551
Plug a leak when using MCJIT.
by Benjamin Kramer
· 12 years ago
2e8e5c0
Add a missing PPC 64-bit stwu pattern.
by Hal Finkel
· 12 years ago
7948531
Use TargetMachine's register info instead of creating a new one and leaking it.
by Benjamin Kramer
· 12 years ago
027c32a
Use the right register class for LDRrs.
by Jakob Stoklund Olesen
· 12 years ago
6e6269a
Transfer memory operands to the right instruction.
by Jakob Stoklund Olesen
· 12 years ago
ee0d5d4
Properly constrain register classes for sub-registers.
by Jakob Stoklund Olesen
· 12 years ago
8e86929
Properly constrain register classes in 2-addr.
by Jakob Stoklund Olesen
· 12 years ago
4991de8
Missed a push_back in r157147.
by Jakob Stoklund Olesen
· 12 years ago
f0bf8b4
Avoid deleting extra copies when RegistersDefinedFromSameValue is true.
by Jakob Stoklund Olesen
· 12 years ago
067fcb4
Fix build bots.
by Jakob Stoklund Olesen
· 12 years ago
Next »