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
*
Fix a typo.
Andrew Trick
2011-04-05
1
-1
/
+1
*
Added *hidden* flags -print-options and -print-all-options so
Andrew Trick
2011-04-05
1
-15
/
+280
*
Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+5
*
Cache the fairly expensive last split point computation and provide a fast
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+4
*
Revamp the SjLj "dispatch setup" intrinsic.
Bill Wendling
2011-04-05
1
-1
/
+1
*
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-04-04
1
-3
/
+26
*
Stop caching basic block index ranges now that SlotIndexes can keep up.
Jakob Stoklund Olesen
2011-04-04
1
-0
/
+10
*
Region: Allow user control the printing style of the print function.
Tobias Grosser
2011-04-04
1
-1
/
+5
*
IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, make
Peter Collingbourne
2011-04-04
1
-7
/
+7
*
Start migrating mach-o dumping facilities to the object file out of a
Eric Christopher
2011-04-03
1
-0
/
+20
*
Add a set of C bindings for the Object interface.
Eric Christopher
2011-04-03
1
-0
/
+77
*
Remove the LLVMContext& arguments from *Folder constructors, as they don't se...
Frits van Bommel
2011-04-03
3
-10
/
+6
*
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
Eli Friedman
2011-04-02
1
-4
/
+0
*
Add an InterferenceCache class for caching per-block interference ranges.
Jakob Stoklund Olesen
2011-04-02
1
-0
/
+4
*
Use basic block numbers as indexes when mapping slot index ranges.
Jakob Stoklund Olesen
2011-04-02
1
-30
/
+19
*
Add a RemoveFromWorklist method to DCI. This is needed to do some complicated
Cameron Zwarich
2011-04-02
1
-0
/
+1
*
Various Instructions' resizeOperands() methods are only used to grow the
Jay Foad
2011-04-01
1
-4
/
+4
*
Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.
Evan Cheng
2011-04-01
1
-0
/
+10
*
Add XCore intrinsics for initializing / starting / synchronizing threads.
Richard Osborne
2011-03-31
1
-0
/
+17
*
Fix whitespace.
Michael J. Spencer
2011-03-31
1
-1
/
+1
*
Switch FileRemover from PathV1 to V2.
Michael J. Spencer
2011-03-31
1
-8
/
+16
*
Tidy up. Whitespace and 80-columns.
Jim Grosbach
2011-03-30
2
-26
/
+28
*
Don't add the same analysis implementation pair twice.
Jakob Stoklund Olesen
2011-03-30
1
-0
/
+2
*
Reset StringMap's NumTombstones on clears and rehashes.
Jakob Stoklund Olesen
2011-03-30
1
-0
/
+3
*
Prevent infinite growth of SmallPtrSet instances.
Jakob Stoklund Olesen
2011-03-30
1
-1
/
+1
*
Prevent infinite growth of SmallMap instances.
Jakob Stoklund Olesen
2011-03-30
1
-14
/
+2
*
Prevent infinite growth of the DenseMap.
Jakob Stoklund Olesen
2011-03-30
1
-2
/
+5
*
Add APFloat::getExactInverse.
Benjamin Kramer
2011-03-30
1
-0
/
+4
*
Fix more zero length memset warnings.
Jay Foad
2011-03-30
1
-1
/
+2
*
Add a comment on PHINode::Create().
Jay Foad
2011-03-30
1
-0
/
+2
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
2
-20
/
+17
*
Revert a minor comment change inadvertently included with r128502.
Bob Wilson
2011-03-30
1
-1
/
+1
*
Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends
Evan Cheng
2011-03-29
1
-1
/
+5
*
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-29
1
-1
/
+2
*
C-API: Include DataTypes.h instead of stdint.h.
Daniel Dunbar
2011-03-29
1
-1
/
+1
*
Integrated-As: Add support for setting the AllowTemporaryLabels flag via
Daniel Dunbar
2011-03-28
1
-0
/
+9
*
MC: Add support for disabling "temporary label" behavior. Useful for debugging
Daniel Dunbar
2011-03-28
1
-0
/
+7
*
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-28
1
-0
/
+106
*
Constant folding support for calls to umul.with.overflow(), basically identic...
Frits van Bommel
2011-03-27
1
-0
/
+1
*
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
1
-0
/
+4
*
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
1
-106
/
+0
*
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby
2011-03-26
1
-0
/
+106
*
Clean up assembly statement separator support.
Jim Grosbach
2011-03-24
2
-6
/
+6
*
Fix typo in comment.
Jay Foad
2011-03-24
1
-1
/
+1
*
Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn...
Evan Cheng
2011-03-24
1
-1
/
+4
*
Fix comments.
Jim Grosbach
2011-03-23
1
-2
/
+2
*
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
Rafael Espindola
2011-03-22
1
-0
/
+7
*
We don't need a null terminator for the output file.
Rafael Espindola
2011-03-22
1
-2
/
+4
*
Propogate the error message, not just the error state.
Jim Grosbach
2011-03-22
1
-0
/
+1
*
Properly initialize all fields in CrashReporterCleanupContext. This caused t...
Ted Kremenek
2011-03-22
1
-2
/
+1
[next]