projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix register-dependent X86 tests.
[oota-llvm.git]
/
include
/
llvm
/
2011-04-04
Jim Grosbach
Layer the memory manager between the JIT and the runtim...
tree
|
commitdiff
2011-04-04
Jakob Stoklund Olesen
Stop caching basic block index ranges now that SlotInde...
tree
|
commitdiff
2011-04-04
Tobias Grosser
Region: Allow user control the printing style of the...
tree
|
commitdiff
2011-04-04
Peter Collingbourne
IntrusiveRefCntPtr: in RefCountedBase and RefCountedBas...
tree
|
commitdiff
2011-04-03
Eric Christopher
Start migrating mach-o dumping facilities to the object...
tree
|
commitdiff
2011-04-03
Frits van Bommel
Remove the LLVMContext& arguments from *Folder construc...
tree
|
commitdiff
2011-04-02
Eli Friedman
PR9446: RecursivelyDeleteTriviallyDeadInstructions...
tree
|
commitdiff
2011-04-02
Jakob Stoklund Olesen
Add an InterferenceCache class for caching per-block...
tree
|
commitdiff
2011-04-02
Jakob Stoklund Olesen
Use basic block numbers as indexes when mapping slot...
tree
|
commitdiff
2011-04-02
Cameron Zwarich
Add a RemoveFromWorklist method to DCI. This is needed...
tree
|
commitdiff
2011-04-01
Jay Foad
Various Instructions' resizeOperands() methods are...
tree
|
commitdiff
2011-04-01
Evan Cheng
Issue libcalls __udivmod*i4 / __divmod*i4 for div ...
tree
|
commitdiff
2011-03-31
Richard Osborne
Add XCore intrinsics for initializing / starting /...
tree
|
commitdiff
2011-03-31
Michael J. Spencer
Fix whitespace.
tree
|
commitdiff
2011-03-31
Michael J. Spencer
Switch FileRemover from PathV1 to V2.
tree
|
commitdiff
2011-03-30
Jim Grosbach
Tidy up. Whitespace and 80-columns.
tree
|
commitdiff
2011-03-30
Jakob Stoklund Olesen
Don't add the same analysis implementation pair twice.
tree
|
commitdiff
2011-03-30
Jakob Stoklund Olesen
Reset StringMap's NumTombstones on clears and rehashes.
tree
|
commitdiff
2011-03-30
Jakob Stoklund Olesen
Prevent infinite growth of SmallPtrSet instances.
tree
|
commitdiff
2011-03-30
Jakob Stoklund Olesen
Prevent infinite growth of SmallMap instances.
tree
|
commitdiff
2011-03-30
Jakob Stoklund Olesen
Prevent infinite growth of the DenseMap.
tree
|
commitdiff
2011-03-30
Benjamin Kramer
Add APFloat::getExactInverse.
tree
|
commitdiff
2011-03-30
Jay Foad
Fix more zero length memset warnings.
tree
|
commitdiff
2011-03-30
Jay Foad
Add a comment on PHINode::Create().
tree
|
commitdiff
2011-03-30
Jay Foad
Remove PHINode::reserveOperandSpace(). Instead, add...
tree
|
commitdiff
2011-03-30
Bob Wilson
Revert a minor comment change inadvertently included...
tree
|
commitdiff
2011-03-29
Evan Cheng
Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
tree
|
commitdiff
2011-03-29
Jim Grosbach
Instantiate a JITMemoryManager for MCJIT Dyld
tree
|
commitdiff
2011-03-28
Daniel Dunbar
Integrated-As: Add support for setting the AllowTempora...
tree
|
commitdiff
2011-03-28
Daniel Dunbar
MC: Add support for disabling "temporary label" behavio...
tree
|
commitdiff
2011-03-27
Frits van Bommel
Constant folding support for calls to umul.with.overflo...
tree
|
commitdiff
2011-03-26
Jakob Stoklund Olesen
Collect and coalesce DBG_VALUE instructions before...
tree
|
commitdiff
2011-03-24
Jim Grosbach
Clean up assembly statement separator support.
tree
|
commitdiff
2011-03-24
Jay Foad
Fix typo in comment.
tree
|
commitdiff
2011-03-24
Evan Cheng
Add comment to clarify what MachineConstantPoolEntry...
tree
|
commitdiff
2011-03-23
Jim Grosbach
Fix comments.
tree
|
commitdiff
2011-03-22
Rafael Espindola
We don't need a null terminator for the output file.
tree
|
commitdiff
2011-03-22
Jim Grosbach
Propogate the error message, not just the error state.
tree
|
commitdiff
2011-03-22
Ted Kremenek
Properly initialize all fields in CrashReporterCleanupC...
tree
|
commitdiff
2011-03-22
Ted Kremenek
Rework CrashRecoveryContextCleanup to provide a simpler...
tree
|
commitdiff
2011-03-22
Ted Kremenek
Relax access control on 'Release' method of RefCountedBase.
tree
|
commitdiff
2011-03-21
Jim Grosbach
Library-ize the dyld components of llvm-rtdyld.
tree
|
commitdiff
2011-03-21
Ted Kremenek
Provide a means for CrashRecovery clients to determine...
tree
|
commitdiff
2011-03-21
Ted Kremenek
Allow a client to clear an IntrustiveRefCntPtr (deliber...
tree
|
commitdiff
2011-03-21
Eric Christopher
Fix unused param warning.
tree
|
commitdiff
2011-03-21
Jay Foad
Fix typos in assert messages.
tree
|
commitdiff
2011-03-21
Bill Wendling
We need to pass the TargetMachine object to the InstPri...
tree
|
commitdiff
2011-03-21
Evan Cheng
Re-apply r127953 with fixes: eliminate empty return...
tree
|
commitdiff
2011-03-20
Argyrios Kyrtzidis
If a class inherits from RefCountedBaseVPTR allow all...
tree
|
commitdiff
2011-03-19
Daniel Dunbar
Revert r127953, "SimplifyCFG has stopped duplicating...
tree
|
commitdiff
2011-03-19
Evan Cheng
SimplifyCFG has stopped duplicating returns into predec...
tree
|
commitdiff
2011-03-19
Stuart Hastings
Reapply 127939 since Daniel fixed the breakage. <rdar...
tree
|
commitdiff
2011-03-19
Stuart Hastings
Revert 127939. <rdar://problem/9012638>
tree
|
commitdiff
2011-03-19
Stuart Hastings
Revise r126127 to address Daniel's comments. <rdar...
tree
|
commitdiff
2011-03-19
Ted Kremenek
Tweak CrashRecoveryContextCleanup to provide an easy...
tree
|
commitdiff
2011-03-18
Devang Patel
If an AllocaInst referred by DbgDeclareInst is used...
tree
|
commitdiff
2011-03-18
Jim Grosbach
Beginnings of MC-JIT code generation.
tree
|
commitdiff
2011-03-18
Andrew Trick
Avoid creating canonical induction variables for non...
tree
|
commitdiff
2011-03-18
Jim Grosbach
Tidy up.
tree
|
commitdiff
2011-03-18
Ted Kremenek
Tweak CrashRecoveryContextCleanup::createCleanup()...
tree
|
commitdiff
2011-03-18
Ted Kremenek
Add new CrashRecoveryContextCleanup subclass: CrashReco...
tree
|
commitdiff
2011-03-18
Ted Kremenek
Augment CrashRecoveryContext to have registered "cleanu...
tree
|
commitdiff
2011-03-17
Andrew Trick
Added isValidRewrite() to check the result of ScalarEvo...
tree
|
commitdiff
2011-03-17
Rafael Espindola
Use RequiresNullTerminator to create buffers without...
tree
|
commitdiff
2011-03-17
Devang Patel
Try to not lose variable's debug info during instcombine.
tree
|
commitdiff
2011-03-17
Devang Patel
Refactor into a separate utility function.
tree
|
commitdiff
2011-03-17
Benjamin Kramer
Add an argument to APInt's magic udiv calculation to...
tree
|
commitdiff
2011-03-17
Jakob Stoklund Olesen
Dead code elimination may separate the live interval...
tree
|
commitdiff
2011-03-17
Richard Osborne
Add XCore intrinsic for setpsc.
tree
|
commitdiff
2011-03-17
Cameron Zwarich
Move more logic into getTypeForExtArgOrReturn.
tree
|
commitdiff
2011-03-17
Cameron Zwarich
Rename getTypeForExtendedInteger() to getTypeForExtArgO...
tree
|
commitdiff
2011-03-17
Jakob Stoklund Olesen
Rewrite instructions as part of ConnectedVNInfoEqClasse...
tree
|
commitdiff
2011-03-16
Cameron Zwarich
The x86-64 ABI says that a bool is only guaranteed...
tree
|
commitdiff
2011-03-16
Richard Osborne
Add XCore intrinsics for setclk, setrdy.
tree
|
commitdiff
2011-03-16
Richard Osborne
Add checkevent intrinsic to check if any resources...
tree
|
commitdiff
2011-03-16
Cameron Zwarich
Add TargetData::fitsInLegalInteger().
tree
|
commitdiff
2011-03-15
John Thompson
Add scei vendor
tree
|
commitdiff
2011-03-15
Richard Osborne
Add XCore intrinsics for getps, setps, setsr and clrsr.
tree
|
commitdiff
2011-03-15
Justin Holewinski
PTX: Set PTX 2.0 as the minimum supported version
tree
|
commitdiff
2011-03-15
Evan Cheng
- Add "Bitcast" target instruction property for instruc...
tree
|
commitdiff
2011-03-14
John McCall
Version N of the llvm_unreachable patch: VC++ doesn...
tree
|
commitdiff
2011-03-14
Jakob Stoklund Olesen
Place context in member variables instead of passing...
tree
|
commitdiff
2011-03-14
John McCall
Okay, some compilers complain if you provide the except...
tree
|
commitdiff
2011-03-14
John McCall
Fix the exception-specification of abort() when declari...
tree
|
commitdiff
2011-03-14
John McCall
Make llvm_unreachable evaluate to __builtin_unreachable...
tree
|
commitdiff
2011-03-14
Andrew Trick
Added SCEV::NoWrapFlags to manage unsigned, signed...
tree
|
commitdiff
2011-03-14
Mikhail Glushenkov
Emacs mode string.
tree
|
commitdiff
2011-03-12
Duncan Sands
Speculatively revert commit 127478 (jsjodin) in an...
tree
|
commitdiff
2011-03-11
Owen Anderson
Teach FastISel to support register-immediate-immediate...
tree
|
commitdiff
2011-03-11
Jim Grosbach
80 columns.
tree
|
commitdiff
2011-03-11
Jim Grosbach
Trailing whitespace.
tree
|
commitdiff
2011-03-11
Jan Sjödin
Remove optimization emitting a reference insted of...
tree
|
commitdiff
2011-03-10
Rafael Espindola
Add r127409 back now that the windows file was updated.
tree
|
commitdiff
2011-03-10
Jakob Stoklund Olesen
Revert r127409 which broke all the Windows bots.
tree
|
commitdiff
2011-03-10
Rafael Espindola
Add support for MemoryBuffers that are not null termina...
tree
|
commitdiff
2011-03-10
Che-Liang Chiou
ptx: add the rest of special registers of ISA version 2.0
tree
|
commitdiff
2011-03-10
Jakob Stoklund Olesen
Make SpillIs an optional pointer. Avoid creating a...
tree
|
commitdiff
2011-03-10
Devang Patel
Introduce DebugInfoProbe. This is used to monitor how...
tree
|
commitdiff
2011-03-10
Evan Cheng
Re-commit 127368 and 127371. They are exonerated.
tree
|
commitdiff
2011-03-09
Evan Cheng
Revert 127368 and 127371 for now.
tree
|
commitdiff
next