projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[x86] Teach the instruction printer to decode immediate operands to
[oota-llvm.git]
/
include
/
2014-08-14
Juergen Ributzka
Revert several FastISel commits to track down a buildbo...
tree
|
commitdiff
2014-08-14
Adam Nemet
[AVX512] Switch FMA intrinsics to the masking version
tree
|
commitdiff
2014-08-14
Rafael Espindola
Delete support for AuroraUX.
tree
|
commitdiff
2014-08-14
Saleem Abdulrasool
MC: AsmLexer: handle multi-character CommentStrings...
tree
|
commitdiff
2014-08-14
Michael J. Spencer
Remove llvm_headers_do_not_build for the benefit of...
tree
|
commitdiff
2014-08-13
Juergen Ributzka
[FastISel] Let the target decide first if it wants...
tree
|
commitdiff
2014-08-13
Gerolf Hoflehner
[Cleanup] Utility function to erase instruction and...
tree
|
commitdiff
2014-08-13
Quentin Colombet
[MachineDominatorTree] Provide a method to inform a...
tree
|
commitdiff
2014-08-13
Rafael Espindola
Simplify ownership with std::unique_ptr. NFC.
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-13
Robert Khasanov
[SKX] Extended non-temporal load/store instructions...
tree
|
commitdiff
2014-08-13
Hal Finkel
[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
tree
|
commitdiff
2014-08-13
Hal Finkel
Fix classof for ISD::INTRINSIC_W_CHAIN and INTRINSIC_VOID
tree
|
commitdiff
2014-08-12
Reid Kleckner
APInt: Make self-move-assignment a no-op to fix stage3...
tree
|
commitdiff
2014-08-12
Eric Christopher
Have MachineRegisterInfo take and store the MachineFunc...
tree
|
commitdiff
2014-08-12
Peter Zotov
[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
tree
|
commitdiff
2014-08-12
Reid Kleckner
Move helper for getting a terminating musttail call...
tree
|
commitdiff
2014-08-11
Quentin Colombet
Add isRegSequence property.
tree
|
commitdiff
2014-08-11
Tim Northover
AArch64: add support for dynamic-loader relocations
tree
|
commitdiff
2014-08-11
Hans Wennborg
LegacyPassManagers.h: increase the size of PMDataManage...
tree
|
commitdiff
2014-08-11
Hans Wennborg
Increase the size of PMTopLevelManager::ImmutablePasses...
tree
|
commitdiff
2014-08-10
Joerg Sonnenberger
If available, pass down the Fixup object to EvaluateAsR...
tree
|
commitdiff
2014-08-09
Saleem Abdulrasool
ADT: remove MinGW32 and Cygwin OSType enum
tree
|
commitdiff
2014-08-09
Saleem Abdulrasool
MC: cleanup includes
tree
|
commitdiff
2014-08-09
Eric Christopher
Fix typo.
tree
|
commitdiff
2014-08-08
Eric Christopher
Reword comment slightly.
tree
|
commitdiff
2014-08-08
Rafael Espindola
Remove dead code. Fixes pr20544.
tree
|
commitdiff
2014-08-08
NAKAMURA Takumi
DataTypes.h.cmake: Define PRIx32 &c for !HAVE_INTTYPES_...
tree
|
commitdiff
2014-08-08
Rafael Espindola
Delete dead code. NFC.
tree
|
commitdiff
2014-08-08
Pedro Artigas
Added a TLI hook to signal that the target does not...
tree
|
commitdiff
2014-08-08
Rafael Espindola
getLoadName is only implemented for ELF, make it ELF...
tree
|
commitdiff
2014-08-08
Rafael Espindola
Use a simpler predicate. NFC.
tree
|
commitdiff
2014-08-08
Patrik Hagglund
[pr19635] Revert most of r170537, and add new testcase.
tree
|
commitdiff
2014-08-07
Eric Christopher
Temporarily Revert "Nuke the old JIT." as it's not...
tree
|
commitdiff
2014-08-07
Richard Smith
Remove Support/IncludeFile.h and its only user. This...
tree
|
commitdiff
2014-08-07
Richard Smith
[modules] Update module map workaround to cope with...
tree
|
commitdiff
2014-08-07
Rafael Espindola
Fix the ocaml bindings.
tree
|
commitdiff
2014-08-07
Rafael Espindola
Nuke the old JIT.
tree
|
commitdiff
2014-08-07
Pete Cooper
Change BitsInit to inherit from TypedInit.
tree
|
commitdiff
2014-08-07
Saleem Abdulrasool
MC: split Win64EHUnwindEmitter into a shared streamer
tree
|
commitdiff
2014-08-06
Yaron Keren
getNewMemBuffer memsets the buffer to zeros,
tree
|
commitdiff
2014-08-06
Eric Christopher
Remove the target machine from CCState. Previously...
tree
|
commitdiff
2014-08-06
Duncan P. N. Exon...
UseListOrder: Use std::vector
tree
|
commitdiff
2014-08-05
Rafael Espindola
Remove a virtual function from TargetMachine. NFC.
tree
|
commitdiff
2014-08-05
Rafael Espindola
Don't internalize all but main by default.
tree
|
commitdiff
2014-08-05
Adam Nemet
[AVX512] Add masking variant and intrinsics for valignd/q
tree
|
commitdiff
2014-08-05
James Molloy
Teach the SLP Vectorizer that keeping some values live...
tree
|
commitdiff
2014-08-05
Joerg Sonnenberger
Allow binary and for tblgen math.
tree
|
commitdiff
2014-08-05
Juergen Ributzka
Provide convenient access to the zext/sext attributes...
tree
|
commitdiff
2014-08-05
Eric Christopher
Have MachineFunction cache a pointer to the subtarget...
tree
|
commitdiff
2014-08-04
Pedro Artigas
Changed the liveness tracking in the RegisterScavenger
tree
|
commitdiff
2014-08-04
Andrew Trick
Fix SmallDenseMap assignment operator.
tree
|
commitdiff
2014-08-04
Justin Bogner
IR: Fix up doxygen comment for LLVMContext::diagnose
tree
|
commitdiff
2014-08-04
Eric Christopher
Reorder to keep data and routines separate and to keep...
tree
|
commitdiff
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
tree
|
commitdiff
2014-08-04
Eric Christopher
Reimplement the temporary non-const getSubtargetImpl...
tree
|
commitdiff
2014-08-04
Alex Lorenz
Coverage: add HasCodeBefore flag to a mapping region.
tree
|
commitdiff
2014-08-04
Justin Bogner
Path: Stop claiming path::const_iterator is bidirectional
tree
|
commitdiff
2014-08-04
Daniel Sanders
Fixed accidental use of reserved identifier in r214709.
tree
|
commitdiff
2014-08-04
Daniel Sanders
[mips] Add assembler support for '.set mipsX'.
tree
|
commitdiff
2014-08-04
NAKAMURA Takumi
TargetInstrInfo::genAlternativeCodeSequence(): Fix...
tree
|
commitdiff
2014-08-03
Peter Zotov
[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetEleme...
tree
|
commitdiff
2014-08-03
Gerolf Hoflehner
MachineCombiner Pass for selecting faster instruction
tree
|
commitdiff
2014-08-03
Saleem Abdulrasool
MC: virtualise EmitWindowsUnwindTables
tree
|
commitdiff
2014-08-03
Saleem Abdulrasool
MC: rename Win64EHFrameInfo to WinEH::FrameInfo
tree
|
commitdiff
2014-08-01
Duncan P. N. Exon...
IR: Add Value::reverseUseList()
tree
|
commitdiff
2014-08-01
Duncan P. N. Exon...
verify-uselistorder: Move shuffleUseLists() out of...
tree
|
commitdiff
2014-08-01
Justin Bogner
InstrProf: Allow multiple functions with the same name
tree
|
commitdiff
2014-08-01
Adrian Prantl
Debug info: Infrastructure to support debug locations...
tree
|
commitdiff
2014-08-01
Duncan P. N. Exon...
IR: Add BasicBlock::insertInto()
tree
|
commitdiff
2014-08-01
Eric Christopher
Add a non-const subtarget returning function to the...
tree
|
commitdiff
2014-08-01
Duncan P. N. Exon...
BitcodeReader: Fix some BlockAddress forward reference...
tree
|
commitdiff
2014-08-01
Rafael Espindola
Move virtual method out of line.
tree
|
commitdiff
2014-08-01
Rafael Espindola
Replace comment about ownership with std::unique_ptr.
tree
|
commitdiff
2014-08-01
Rafael Espindola
Remove lto_codegen_set_attr.
tree
|
commitdiff
2014-07-31
Hal Finkel
Make classof in MemSDNode consistent with MemIntrinsicS...
tree
|
commitdiff
2014-07-31
Louis Gerbarg
Make sure no loads resulting from load->switch DAGCombi...
tree
|
commitdiff
2014-07-31
Rafael Espindola
Use a reference instead of a pointer.
tree
|
commitdiff
2014-07-31
Rafael Espindola
Move MCObjectSymbolizer.h to MC/MCAnalysis.
tree
|
commitdiff
2014-07-31
Rafael Espindola
A std::unique_ptr case I missed in the previous patch.
tree
|
commitdiff
2014-07-31
Rafael Espindola
Use std::unique_ptr to make the ownership explicit.
tree
|
commitdiff
2014-07-31
Rafael Espindola
Delete dead code.
tree
|
commitdiff
2014-07-30
Juergen Ributzka
[FastISel] Move the helper function isCommutativeIntrin...
tree
|
commitdiff
2014-07-30
Rafael Espindola
Refactor duplicated code.
tree
|
commitdiff
2014-07-30
Rafael Espindola
Add the missing hasLinkOnceODRLinkage predicate.
tree
|
commitdiff
2014-07-30
Hal Finkel
[PowerPC] Add JMP_SLOT relocation definitions
tree
|
commitdiff
2014-07-30
Duncan P. N. Exon...
Revert "UseListOrder: Remove move assignment"
tree
|
commitdiff
2014-07-30
Richard Smith
Header hygiene: remove using directive and #undef DEBUG...
tree
|
commitdiff
2014-07-30
Duncan P. N. Exon...
UseListOrder: Remove move assignment
tree
|
commitdiff
2014-07-29
Duncan P. N. Exon...
UseListOrder: Try to resolve buildbot failure
tree
|
commitdiff
2014-07-29
Rafael Espindola
Have a single enum for "not a bitcode" error.
tree
|
commitdiff
2014-07-29
Duncan P. N. Exon...
UseListShuffleVector: Remove copy constructor
tree
|
commitdiff
2014-07-29
Duncan P. N. Exon...
UseListShuffleVector: Code reorganization, NFC
tree
|
commitdiff
2014-07-29
Rafael Espindola
Move the bitcode error enum to the include directory.
tree
|
commitdiff
2014-07-29
Manman Ren
[Debug Info] remove DITrivialType and use null to repre...
tree
|
commitdiff
2014-07-29
Justin Bogner
ProfileData: Don't redundantly default initialize a...
tree
|
commitdiff
2014-07-29
NAKAMURA Takumi
UseListShuffleVector: Add a copy constructor to appease...
tree
|
commitdiff
2014-07-29
NAKAMURA Takumi
UseListShuffleVector::~UseListShuffleVector(): Fix...
tree
|
commitdiff
2014-07-29
Jiangning Liu
Add TargetInstrInfo interface isAsCheapAsAMove.
tree
|
commitdiff
2014-07-29
Rafael Espindola
Delete dead code.
tree
|
commitdiff
next