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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that the lower bits on the VSELECT condition are properly set.
Lang Hames
2011-12-17
1
-23
/
+29
*
Preserve more memory operands in ARMExpandPseudo.
Jakob Stoklund Olesen
2011-12-17
1
-0
/
+4
*
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-17
13
-37
/
+92
*
When recursing for the original size of a type, stop if we are at a
Eric Christopher
2011-12-16
1
-1
/
+7
*
Resolve part of a fixme and add a new one.
Eric Christopher
2011-12-16
1
-2
/
+5
*
Add a fixme here.
Eric Christopher
2011-12-16
1
-0
/
+1
*
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-16
1
-3
/
+2
*
Fix off-by-one error in bucket sort.
Jakob Stoklund Olesen
2011-12-16
1
-1
/
+1
*
APInt: update asserts for base-36
Dylan Noblesmith
2011-12-16
1
-1
/
+5
*
Don't adjust for alignment padding in OffsetIsInRange.
Jakob Stoklund Olesen
2011-12-16
1
-16
/
+1
*
Hexagon: Fix a nasty order-of-initialization bug.
Benjamin Kramer
2011-12-16
2
-2
/
+2
*
In DICompositeType, referenced to derived type is either metadata or null.
Devang Patel
2011-12-16
1
-5
/
+5
*
Note ARM constant island alignment in the release notes.
Jakob Stoklund Olesen
2011-12-16
1
-0
/
+1
*
Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...
Manuel Klimek
2011-12-16
2
-0
/
+222
*
By popular demand, link up types by name if they are isomorphic and one is an
Chris Lattner
2011-12-16
1
-0
/
+25
*
Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...
Craig Topper
2011-12-16
2
-48
/
+58
*
Target/Hexagon: Fix CMake build.
NAKAMURA Takumi
2011-12-16
1
-1
/
+0
*
Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1.
Andrew Trick
2011-12-16
1
-0
/
+5
*
ARM NEON aliases for vmovq.f*
Jim Grosbach
2011-12-16
1
-0
/
+4
*
Thumb2 ADR assembly parsing w/o the .w suffix.
Jim Grosbach
2011-12-15
1
-0
/
+4
*
Make sure we correctly note the existence of an i8 immediate for vblendvps an...
Eli Friedman
2011-12-15
2
-3
/
+3
*
Move parts of lib/Target that use CodeGen into lib/CodeGen.
Nick Lewycky
2011-12-15
6
-33
/
+34
*
Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value...
Eli Friedman
2011-12-15
1
-1
/
+1
*
ARM NEON VCLE is an alias for VCGE w/ the source operands reversed.
Jim Grosbach
2011-12-15
1
-0
/
+32
*
[asan] add the name of the module to the description of a global variable. Th...
Kostya Serebryany
2011-12-15
1
-1
/
+5
*
Add MCTargetDesc library to Hexagon target
Tony Linthicum
2011-12-15
15
-30
/
+186
*
ARM NEON VTBL/VTBX assembly parsing and encoding.
Jim Grosbach
2011-12-15
3
-30
/
+23
*
Enable proper constant island alignment by default.
Jakob Stoklund Olesen
2011-12-15
1
-1
/
+1
*
Add missing zmovl AVX patterns which were causing crashes.
Chad Rosier
2011-12-15
1
-0
/
+6
*
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-15
2
-5
/
+32
*
Silence warning.
Jim Grosbach
2011-12-15
1
-1
/
+1
*
ARM NEON two-register double spaced register list parsing support.
Jim Grosbach
2011-12-15
1
-14
/
+49
*
Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.
Chad Rosier
2011-12-15
1
-2
/
+4
*
Fix VSELECT operand order. Was previously backwards, causing bogus vector shi...
Lang Hames
2011-12-15
1
-3
/
+3
*
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-15
2
-6
/
+21
*
Virtual table holder field is either metadata or null.
Devang Patel
2011-12-15
1
-1
/
+1
*
Ensure that the nop that should follow a bl call in PPC64 ELF actually does
Hal Finkel
2011-12-15
2
-0
/
+14
*
Pass optLevel to XCoreDAGToDAGISel.
Richard Osborne
2011-12-15
3
-6
/
+8
*
Make constant folding for GEPs a bit more aggressive.
Eli Friedman
2011-12-15
1
-1
/
+1
*
Don't try to form FGETSIGN after legalization; it is possible in some cases, ...
Eli Friedman
2011-12-15
1
-1
/
+2
*
Use SmallVector/assign(), rather than std::vector/push_back().
Chad Rosier
2011-12-15
1
-10
/
+6
*
Add support for lowering fneg when AVX is enabled.
Chad Rosier
2011-12-15
1
-11
/
+11
*
Added InstCombine for "select cond, ~cond, x" type patterns
Pete Cooper
2011-12-15
1
-0
/
+7
*
Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes from libm calls. Thes...
Owen Anderson
2011-12-15
1
-0
/
+22
*
Make loop preheader insertion in LoopSimplify handle the case where the loop ...
Eli Friedman
2011-12-15
1
-16
/
+34
*
Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...
Bill Wendling
2011-12-15
1
-2
/
+1
*
Another improvement to the implementation of .incbin directive by avoiding a
Kevin Enderby
2011-12-15
1
-5
/
+2
*
The saved registers weren't being processed in the correct order. This lead to
Bill Wendling
2011-12-14
1
-11
/
+14
*
Move Instruction::isSafeToSpeculativelyExecute out of VMCore and
Dan Gohman
2011-12-14
8
-63
/
+76
*
Consider CPE alignment in CreateNewWater().
Jakob Stoklund Olesen
2011-12-14
1
-104
/
+117
[next]