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
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-1
/
+0
*
StringRef'ize EmitSourceFileHeader().
Ahmed Charles
2012-02-19
1
-2
/
+1
*
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
1
-0
/
+180
*
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-17
1
-8
/
+22
*
Calls and invokes with the new clang.arc.no_objc_arc_exceptions
Dan Gohman
2012-02-17
1
-0
/
+6
*
Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see
Lang Hames
2012-02-17
1
-0
/
+2
*
Generate the correct EH frame section types on Solaris, this time without bre...
David Chisnall
2012-02-17
1
-0
/
+2
*
Revert r150814. It turns out that there is a good reason for this after all...
David Chisnall
2012-02-17
1
-0
/
+5
*
Fix typo in comment.
Richard Osborne
2012-02-17
1
-1
/
+1
*
Don't lazily allocate eh_frame. We're not lazily allocating things like the ...
David Chisnall
2012-02-17
1
-5
/
+0
*
s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...
Bill Wendling
2012-02-16
1
-5
/
+5
*
Template specialize SmallVector::push_back based on POD-ness of the type. Re...
Pete Cooper
2012-02-16
1
-19
/
+35
*
Fix library visibility problems with VLIWPacketizer.
Andrew Trick
2012-02-15
1
-3
/
+3
*
Use the enum instead of 'unsigned'.
Bill Wendling
2012-02-15
1
-2
/
+2
*
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
1
-0
/
+5
*
Modify the code that emits the module flags to use the new module flags accessor
Bill Wendling
2012-02-15
2
-5
/
+9
*
Add a module flags accessor method which returns the flags in a vector.
Bill Wendling
2012-02-15
1
-0
/
+11
*
Add function for computing the edit distance of two arrays.
Kaelyn Uhrain
2012-02-15
1
-0
/
+102
*
Don't expose DefaultVLIWScheduler
Andrew Trick
2012-02-15
1
-2
/
+2
*
Generic "VLIW" packetizer based on a DFA generated from target itinerary.
Andrew Trick
2012-02-15
1
-0
/
+69
*
Add a way to replace a field inside a metadata node. This can be
Eric Christopher
2012-02-15
1
-0
/
+3
*
Add a check to make sure we don't assign slot indexes for instructions inside...
Lang Hames
2012-02-15
1
-0
/
+2
*
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
1
-0
/
+14
*
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-15
2
-4
/
+21
*
comment
Andrew Trick
2012-02-15
1
-0
/
+1
*
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-15
1
-4
/
+5
*
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-14
1
-0
/
+1
*
Silence the new -Wempty-body warning. It appeared because the next statement
Dmitri Gribenko
2012-02-14
1
-1
/
+2
*
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-14
2
-4
/
+13
*
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
1
-0
/
+9
*
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-14
1
-2
/
+2
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
2
-0
/
+4
*
v2f16 is a floating point type. Add symbolic floating point type ranges to p...
Owen Anderson
2012-02-13
1
-2
/
+9
*
add LLVM_VERSION_MAJOR and _MINOR defines
Dylan Noblesmith
2012-02-13
4
-0
/
+24
*
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-13
1
-1
/
+1
*
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
Eli Bendersky
2012-02-12
2
-2
/
+2971
*
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
Nick Lewycky
2012-02-12
1
-0
/
+9
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
2
-1
/
+2
*
Make the EDis tables const.
Benjamin Kramer
2012-02-11
1
-1
/
+1
*
[WIP] Initial code for module flags.
Bill Wendling
2012-02-11
1
-0
/
+46
*
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
1
-4
/
+22
*
comment
Andrew Trick
2012-02-11
1
-2
/
+2
*
Clean up comment.
Jakob Stoklund Olesen
2012-02-10
1
-2
/
+1
*
Add a static MachineOperand::clobbersPhysReg().
Jakob Stoklund Olesen
2012-02-10
1
-4
/
+12
*
Make aliasesPointer and aliasesUnknownInst public members of AliasSet.
Hal Finkel
2012-02-10
1
-0
/
+1
*
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
1
-1
/
+22
*
Put instruction names into an indexed string table on the side, removing a po...
Benjamin Kramer
2012-02-10
2
-10
/
+14
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
2
-13
/
+26
*
Remove unused 'isAlias' parameter.
Lang Hames
2012-02-10
1
-1
/
+1
*
Cache basic block boundaries for faster RegMaskSlots access.
Jakob Stoklund Olesen
2012-02-10
1
-1
/
+27
[next]