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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
1
-2
/
+4
*
Re-apply r127953 with fixes: eliminate empty return block if it has no predec...
Evan Cheng
2011-03-21
1
-0
/
+8
*
If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...
Argyrios Kyrtzidis
2011-03-20
3
-4
/
+4
*
Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors
Daniel Dunbar
2011-03-19
1
-8
/
+0
*
SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR
Evan Cheng
2011-03-19
1
-0
/
+8
*
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
1
-0
/
+2
*
Revert 127939. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
1
-2
/
+0
*
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
1
-0
/
+2
*
Tweak CrashRecoveryContextCleanup to provide an easy method for clients to se...
Ted Kremenek
2011-03-19
1
-6
/
+22
*
If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...
Devang Patel
2011-03-18
1
-0
/
+6
*
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-03-18
1
-0
/
+3
*
Avoid creating canonical induction variables for non-native types.
Andrew Trick
2011-03-18
1
-0
/
+2
*
Tidy up.
Jim Grosbach
2011-03-18
1
-2
/
+2
*
Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanu...
Ted Kremenek
2011-03-18
1
-1
/
+1
*
Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteClean...
Ted Kremenek
2011-03-18
1
-1
/
+13
*
Augment CrashRecoveryContext to have registered "cleanup" objects that can be...
Ted Kremenek
2011-03-18
1
-1
/
+65
*
Added isValidRewrite() to check the result of ScalarEvolutionExpander.
Andrew Trick
2011-03-17
1
-0
/
+6
*
Use RequiresNullTerminator to create buffers without a null terminator
Rafael Espindola
2011-03-17
1
-1
/
+2
*
Try to not lose variable's debug info during instcombine.
Devang Patel
2011-03-17
1
-0
/
+5
*
Refactor into a separate utility function.
Devang Patel
2011-03-17
1
-0
/
+12
*
Add an argument to APInt's magic udiv calculation to specify the number of bi...
Benjamin Kramer
2011-03-17
1
-1
/
+1
*
Dead code elimination may separate the live interval into multiple connected ...
Jakob Stoklund Olesen
2011-03-17
1
-1
/
+3
*
Add XCore intrinsic for setpsc.
Richard Osborne
2011-03-17
1
-0
/
+2
*
Move more logic into getTypeForExtArgOrReturn.
Cameron Zwarich
2011-03-17
1
-3
/
+4
*
Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
Cameron Zwarich
2011-03-17
1
-2
/
+2
*
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-17
1
-1
/
+9
*
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-17
1
-5
/
+6
*
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
1
-0
/
+11
*
Add XCore intrinsics for setclk, setrdy.
Richard Osborne
2011-03-16
1
-0
/
+4
*
Add checkevent intrinsic to check if any resources owned by the current thread
Richard Osborne
2011-03-16
1
-0
/
+6
*
Add TargetData::fitsInLegalInteger().
Cameron Zwarich
2011-03-16
1
-1
/
+12
*
Add scei vendor
John Thompson
2011-03-15
1
-1
/
+2
*
Add XCore intrinsics for getps, setps, setsr and clrsr.
Richard Osborne
2011-03-15
1
-0
/
+5
*
PTX: Set PTX 2.0 as the minimum supported version
Justin Holewinski
2011-03-15
1
-12
/
+15
*
- Add "Bitcast" target instruction property for instructions which perform
Evan Cheng
2011-03-15
2
-0
/
+8
*
Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()
John McCall
2011-03-14
2
-10
/
+11
*
Trailing whitespace.
Jim Grosbach
2011-03-14
1
-26
/
+26
*
Place context in member variables instead of passing around pointers.
Jakob Stoklund Olesen
2011-03-14
1
-2
/
+8
*
Okay, some compilers complain if you provide the exception-specification
John McCall
2011-03-14
1
-5
/
+0
*
Fix the exception-specification of abort() when declaring it in C++.
John McCall
2011-03-14
1
-1
/
+1
*
Make llvm_unreachable evaluate to __builtin_unreachable() in -Asserts
John McCall
2011-03-14
2
-1
/
+16
*
Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap
Andrew Trick
2011-03-14
2
-33
/
+73
*
Emacs mode string.
Mikhail Glushenkov
2011-03-14
1
-1
/
+1
*
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-12
2
-0
/
+14
*
Teach FastISel to support register-immediate-immediate instructions.
Owen Anderson
2011-03-11
1
-9
/
+17
*
80 columns.
Jim Grosbach
2011-03-11
1
-2
/
+2
*
Trailing whitespace.
Jim Grosbach
2011-03-11
1
-13
/
+13
*
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-11
2
-14
/
+0
*
Add r127409 back now that the windows file was updated.
Rafael Espindola
2011-03-10
2
-4
/
+9
*
Revert r127409 which broke all the Windows bots.
Jakob Stoklund Olesen
2011-03-10
2
-9
/
+4
[next]