projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2015-04-22
Krzysztof Parzyszek
[Hexagon] Some cleanup of instruction selection code
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Reid Kleckner
[WinEH] Demote values and phis live across exception...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
David Majnemer
[InstCombine] Clear out nsw/nuw if we modify computatio...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Lang Hames
[Kaleidoscope] Fix incorrect use of reinterpret_cast.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Reid Kleckner
[Allocator] Remove memory poisoning before deallocation
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Lang Hames
[Kaleidoscope] Remove RTTI use from chapters 7 and 8.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Yaron Keren
Another test to exercise APInt divide step D6.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Krzysztof Parzyszek
[Hexagon] Use A2_tfrsi for constant pool and jump table...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
David Blaikie
Revert "[opaque pointer type] Avoid using PointerType...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Pete Cooper
[AArch64] Use MachineRegisterInfo instead of LiveInterv...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Sanjay Patel
don't repeat function names in comments; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Pirama Arumuga...
Fix correctness check for test_vec_fpextend_double
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Krzysztof Parzyszek
[Hexagon] Consider constant-extended offsets to be...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Pete Cooper
Change MachineOperand::OpKind from unsigned char to...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Luqman Aden
Test commit: fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Krzysztof Parzyszek
Fix Windows build break: use LLVM_FUNCTION_NAME instead...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Matt Arsenault
R600: Fix always inline pass breaking noinline functions
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Yaron Keren
Recommit r235219, it's need for out-of-tree users of...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Krzysztof Parzyszek
[Hexagon] Overhaul of stack object allocation
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
David Blaikie
[opaque pointer type] Use pointee type retrieved from...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Reid Kleckner
[cmake] Quote the path to the target exports file,...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Sanjay Patel
[x86] Add store-folded memop patterns for vcvtps2ph
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Krzysztof Parzyszek
[Hexagon] Treat CFI as solo instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Krzysztof Parzyszek
[Hexagon] Implement HexagonInstPrinter::printRegName
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Adhemerval...
Support arm32 R_ARM_V4BX relocation format
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Brendon Cahoon
Fix a type mismatch assert in SCEV division
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Andrea Di Biagio
[X86][AVX] Fix failure due to a missing ISel pattern...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Olivier Sallenave
Fixed logic to enable complex FMA formation.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Zoran Jovanovic
[mips][microMIPSr6] Implement mips32 to microMIPSr6...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Hal Finkel
[DAGCombine] Disable select(c, load,load) for indexed...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Vasileios Kalintiris
Revert "[mips][FastISel] Implement shift ops for Mips...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
James Molloy
[AArch64] Disable complex GEP optimization by default.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Filipe Cabecinhas
Have more strict type checks when creating BinOp nodes...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Lang Hames
[patchpoint] Add support for symbolic patchpoint target...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
[TableGen] Use range based for loops.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
[TableGen] Remove some deletes that violate ownership...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Yaron Keren
Revert r235219, it's not needed after r235450.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
David Blaikie
Replace std::auto_ptr with std::unique_ptr
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
David Blaikie
Fix up Exception demo from recent opaque pointer type...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
[TableGen] Make BitRecTy::baseClassOf return true when...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
Don't use 'nullptr' in comment. Just use 'null'.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
David Blaikie
[opaque pointer types] Serialize the value type for...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
David Blaikie
[opaque pointer types] Serialize the value type for...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Duncan P. N...
Linker: Add flag to override linkage rules
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Duncan P. N...
llvm-link: Factor out loop over input files, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
Revert "[TableGen] Use cast instead of dyn_cast where...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
Fix stale comment that mentioned 0 instead of nullptr...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
[TableGen] Remove Pool helper class and just use unique...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
[TableGen] Use StringRecTy::get() instead of allocating...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
[TableGen] Use 'isa' to identify UnsetInits rather...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
[TableGen] Use cast instead of dyn_cast where result...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Craig Topper
Cleanup formatting for consistency with surrounding...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Sanjay Patel
[x86] allow 64-bit extracted vector element integer...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-22
Reid Kleckner
[WinEH] Correctly handle inlined __finally blocks with...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
David Blaikie
[opaque pointer type] Avoid using PointerType::getEleme...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
NAKAMURA Takumi
Remove a zero-length file of llvm/test/Transforms/InstC...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Wei Mi
Limiting gep merging to fix the performance problem...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Wei Mi
Revert r235451 since it is attached to a wrong Differen...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Wei Mi
Limiting gep merging to fix the performance problem...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Andrew Kaylor
Silence MSVC build alignment warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Ahmed Bougacha
[MemCpyOpt] Use the raw i8* dest when optimizing memset...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Krzysztof Parzyszek
[Hexagon] Patterns for frame index with offset for...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Lang Hames
Update comment. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Daniel Berlin
Revamp PredIteratorCache interface to be cleaner.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Jingyue Wu
[NVPTX] do not run DCE after SLSR and SeparateConstOffs...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Sanjoy Das
[LSR][NFC] Remove a stale comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Duncan P. N...
DebugInfo: Remove DIArray and DITypeArray typedefs
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Jingyue Wu
[SLSR] garbage-collect unused instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Jingyue Wu
[SeparateConstOffsetFromGEP] garbage-collect intermedia...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Yaron Keren
Remove FilesToRemove->push_back(Filename) from sys...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Duncan P. N...
DebugInfo: Use MDType in DITypeIdentifierMap
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Daniel Berlin
Move IDF Calculation to a separate file, expose an...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Duncan P. N...
DebugInfo: Prune unnecessary forward declarations
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Duncan P. N...
DebugInfo: Drop rest of DIDescriptor subclasses
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Duncan P. N...
DebugInfo: Assert dbg.declare/value insts are valid
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Reid Kleckner
Re-land r235154-r235156 under the existing -sehprepare...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Matthias Braun
X86: Match for X86ISD nodes in LowerBUILD_VECTOR instea...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Bob Wilson
Minor edits to the llvm-cov documentation.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Reid Kleckner
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentine...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Elena Demikhovsky
AVX-512: Added VPMOVx2M instructions for SKX,
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Elena Demikhovsky
AVX-512: Added VPTESTM and VPTESTNM instructions for SKX
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Toma Tabacu
[mips] [IAS] Implement the .asciiz directive.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Jozef Kolek
[mips][microMIPSr6] Implement CACHE and PREF instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Vasileios Kalintiris
[mips] Cleanup old floating-point flag conditions defin...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Vasileios Kalintiris
[mips] Optimize code generation for 64-bit variable...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Elena Demikhovsky
AVX-512: Added logical and arithmetic instructions...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Simon Pilgrim
[X86][SSE] Provide execution domains for scalar floatin...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Simon Pilgrim
CONCAT_VECTOR of BUILD_VECTOR - minor fix
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Pawel Bylica
Fix generic shift expansion when shift amount is 0
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Matthias Braun
Enhanced vim support.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Matthias Braun
X86: Do not select X86 custom vector nodes if operand...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Derek Schuff
Tighten bundling section alignment test.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Derek Schuff
[MC] When using bundle aligment, align sections to...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-21
Fiona Glaser
InstCombine: fold (sitofp (zext x)) to (uitofp x)
commit
|
commitdiff
|
tree
|
snapshot
2015-04-20
Pirama Arumuga...
Fix flakiness in fp16-promote.ll
commit
|
commitdiff
|
tree
|
snapshot
2015-04-20
JF Bastien
bugpoint Enhancement.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-20
Sanjay Patel
use update_llc_test_checks.py to tighten checking
commit
|
commitdiff
|
tree
|
snapshot
2015-04-20
David Majnemer
Add myself as the Constant Folder owner.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-20
Andrew Kaylor
[WinEH] Fix problem with landing pad return values...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-20
Duncan P. N...
DebugInfo: Delete subclasses of DIScope
commit
|
commitdiff
|
tree
|
snapshot
next