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-02-11
David Majnemer
DataLayout: Report when the preferred alignment is...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
David Majnemer
Verifier: Check for null operands in !llvm.module.flags
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Michael Kuperstein
[X86] Split information collection from actual transfor...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Arnaud A. de...
[PBQP] Cautiously update edge costs in the solver
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
David Majnemer
Verifier: Make sure !llvm.ident's operand isn't null
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
David Majnemer
AsmParser: Don't crash when insertvalue has bad operands
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
David Majnemer
AsmParser: Switch some vectors to maps
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Peter Collingbourne
Fix build for CMake < 2.8.12.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Zachary Turner
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Justin Bogner
InstrProf: Lower coverage mappings by setting their...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Andrew Kaylor
Temporary workaround to fix MSVC 2012 build problems
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Reid Kleckner
Fix invalid LLVM IR in PruneEH tests
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Reid Kleckner
Don't promote asynch EH invokes of nounwind functions...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Tom Stellard
R600/SI: Store immediate offsets > 12-bits in soffset
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Tom Stellard
R600/SI: Add soffset operand to mubuf addr64 instruction
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Zachary Turner
Fix warning due to unused private member variable.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Zachary Turner
Fix some warnings due to -Wcovered-switch-default.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zachary Turner
Convert std::make_unique<> to llvm::make_unique<>.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Adrian Prantl
Add the missing testcase for r228764.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Petar Jovanovic
Fix makeLibCall argument (signed) in SoftenFloatRes_XIN...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Adrian Prantl
Debug Info: Support variables that are described by...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Adrian Prantl
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
David Majnemer
EarlyCSE: Add check lines for test added in r228760
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
David Majnemer
EarlyCSE: It isn't safe to CSE across synchronization...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zachary Turner
Add missing function and header include.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zachary Turner
Oops. Don't call Windows functions on non-windows.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zachary Turner
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
David Majnemer
X86: @llvm.frameaddress should defer to SelectionDAG...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zachary Turner
Fix build due to mismatched function signatures.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Simon Atanasyan
[Object] Reformat the code with clang-format
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
David Majnemer
X86: Make @llvm.frameaddress work correctly with Window...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zachary Turner
Provide DIA implementation of DebugInfoPDB.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Eric Christopher
Reformat (and remove some tabs) to make debugging this...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Aaron Ballman
Now use the __debugbreak intrinsic instead of calling...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Daniel Jasper
Fix overly prescriptive test that broken on Mac after...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Nico Weber
fix docs typo
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Aaron Ballman
Changing the status code generated by LLVM_BUILTIN_TRAP...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Andrew Kaylor
Adding support for llvm.eh.begincatch and llvm.eh.endca...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Tim Northover
DeadArgElim: arguments affect all returned sub-values...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Bill Schmidt
Fix up r228725, missed change in PPCSubtarget definition
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
IR: Add MDNode::replaceWithPermanent()
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Bill Schmidt
[PowerPC] Fix reverted patch r227976 to avoid register...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
David Majnemer
X86: Emit Win64 SaveXMM opcodes at the right offset...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Hal Finkel
[PowerPC] Support the (old) cntlz instruction alias
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Michael Zolotukhin
Add a test case for new unrolling heuristics.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Colin LeMahieu
[Hexagon] Adding vector load with post-increment instru...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zoran Jovanovic
[mips][microMIPS] Implement movep instruction
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Jonas Paulsson
Two comment typo fixes in lib/CodeGen/SelectionDAG...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Paul Robinson
Explicitly initialize a flag in a default constructor.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Bradley Smith
[ARM] Add armv6s[-]m as an alias to armv6[-]m
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Aaron Ballman
Re-committing r228628 with a fix for 64-bit builds.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Renato Golin
Fix typo in cmake example docs
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Simon Pilgrim
[X86][AVX2] Missing AVX2 memory folding instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Jozef Kolek
[mips][microMIPS] Add disassembler tests for 16-bit...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Jonas Paulsson
Bugfix for missed dependency from store to load in...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Simon Pilgrim
[X86][XOP] Added XOP memory folding patterns + tests
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Jozef Kolek
[mips][microMIPS] Fix disassembling of 16-bit microMIPS...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Andrea Di Biagio
[X86][FastIsel] Avoid introducing legacy SSE instructio...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Chandler Carruth
Revert r228556: InstCombine: propagate nonNull through...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Lang Hames
[Orc] Fix a bug in the LazyEmittingLayer - capture...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Lang Hames
[Orc] Add missing casserts header to JITSymbol.h.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Craig Topper
[X86] Preserve mem refs on newly created 'Store' node...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Craig Topper
[X86] Remove unnecessary alignment checks from the...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zachary Turner
Teach llvm_add_library() to find include dirs.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Zachary Turner
Define HAVE_DIA_SDK on Windows when DIA is present.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Nick Lewycky
Remove non-test files that appear to have been accident...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Chandler Carruth
[x86] Fix PR22524: the DAG combiner was incorrectly...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
Verifier: reuse getInlinedAt() result, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Mehdi Amini
[DOC] Asserts are only enabled in Debug build, update...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
IR: Remove unnecessary fields from MDTemplateParameter
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
Verifier: Check for valid tags in debug nodes
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
IR: Add accessors to MDExpression
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
Verifier: Add simple checks for MDLocation
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
Verifier: Create stubs for specialized metadata nodes
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
AsmParser: Add stubs for specialized MDNodes, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
David Majnemer
X86: Emit an ABI compliant prologue and epilogue for...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Duncan P. N...
IR: Add specialized debug info metadata nodes
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Eric Christopher
Migrate PPCAsmPrinter's subtarget from reference to...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Lang Hames
[Orc] Back out one of the GCC ICE workarounds from...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
David Blaikie
Fix the clang -Werror build (-Wunused-variable)
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Philip Reames
Adjust how we avoid poll insertion inside the poll...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Aaron Ballman
Reverting r228628; it broke at least one builder due...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Adrian Prantl
Debug info: When updating debug info during SROA, do...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Adrian Prantl
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Colin LeMahieu
[Hexagon] Adding missing load instructions and removing...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Duncan P. N...
ADT: Allow up to 18 arguments in hash_combine()
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Aaron Ballman
On Windows, we now use RaiseException to generate the...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Colin LeMahieu
[Hexagon] Factoring classes out of some load patterns...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Ramkumar Ramachandra
[Statepoint] Improve two asserts, fix some style (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Ramkumar Ramachandra
PlaceSafepoints: modernize gc.result.* -> gc.result
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Duncan P. N...
DebugInfo: Remove DW_TAG_constant
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Philip Reames
Update file comment to clarify points highlighted in...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Philip Reames
Use range for loops in PlaceSafepoints (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Duncan P. N...
IR: Take uint64_t in DIBuilder::createExpression()
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Philip Reames
Introduce more tests for PlaceSafepoints
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Chris Bieneman
Revert "Raising minimum required CMake version to 2...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Chris Bieneman
Raising minimum required CMake version to 2.8.12.2.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Colin LeMahieu
[Hexagon] Removing more V4 predicates since V4 is the...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Philip Reames
Minor test cleanup
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Ramkumar Ramachandra
MemDerefPrinter: Require DataLayoutPass for higher...
commit
|
commitdiff
|
tree
|
snapshot
next