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
*
Renumber slot indexes locally when possible.
Jakob Stoklund Olesen
2011-03-04
1
-21
/
+11
*
Symbolize the default instruction distance.
Jakob Stoklund Olesen
2011-03-04
2
-10
/
+13
*
Deferred SlotIndex renumbering was a good idea but never used.
Jakob Stoklund Olesen
2011-03-04
1
-25
/
+3
*
Add ArrayRef variant.
Devang Patel
2011-03-04
1
-0
/
+3
*
Use an IndexedMap instead of a DenseMap for the live-out cache.
Jakob Stoklund Olesen
2011-03-04
1
-0
/
+9
*
There are times when the landing pad won't have a call to 'eh.selector' in
Bill Wendling
2011-03-03
1
-2
/
+3
*
Allow a target to choose whether to prefer the scavenger emergency spill slot
Jim Grosbach
2011-03-03
1
-0
/
+7
*
Optimize fprintf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
Optimize sprintf -> siprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
Optimize printf -> iprintf if there are no floating point arguments
Richard Osborne
2011-03-03
1
-0
/
+3
*
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-03
1
-4
/
+1
*
Represent sentinel slot indexes with a null pointer.
Jakob Stoklund Olesen
2011-03-03
1
-54
/
+8
*
Avoid comparing invalid slot indexes, and assert that it doesn't happen.
Jakob Stoklund Olesen
2011-03-03
1
-1
/
+2
*
Optimize SlotIndex equality tests.
Jakob Stoklund Olesen
2011-03-03
1
-2
/
+2
*
add some slice helper methods.
Chris Lattner
2011-03-02
1
-2
/
+13
*
Remove DIFactory. Patch by Devang.
Duncan Sands
2011-03-02
1
-208
/
+0
*
Add Win64 thiscall calling convention.
Tilmann Scheller
2011-03-02
1
-1
/
+4
*
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-02
1
-2
/
+7
*
Make pred_iterator DefaultConstructible, and add an accessor to
Dan Gohman
2011-03-02
1
-0
/
+7
*
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-03-02
1
-0
/
+5
*
Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...
Devang Patel
2011-03-01
2
-3
/
+14
*
Escape graph edge labels.
Dan Gohman
2011-03-01
1
-1
/
+1
*
Remove the showline argument from the SMDiagnostic constructor
Dan Gohman
2011-03-01
1
-3
/
+2
*
Code simplification.
Dan Gohman
2011-03-01
1
-3
/
+3
*
Simplify this code.
Dan Gohman
2011-03-01
1
-2
/
+1
*
Change directory_entry::path() to return a const std::string & instead of
Dan Gohman
2011-03-01
1
-1
/
+1
*
Revert PathV2 changes, as sys::fs::unique_file is not finished yet.
Dan Gohman
2011-03-01
1
-3
/
+2
*
add a missing const qualifier for consistency.
Chris Lattner
2011-03-01
1
-1
/
+1
*
Generalize the register matching code in DAGISel a bit.
Jim Grosbach
2011-03-01
1
-0
/
+1
*
Add an END_WITH_NULL accessor for ConstantStruct.
Talin
2011-02-28
1
-0
/
+2
*
Fix warning when building with clang++.
Owen Anderson
2011-02-28
1
-1
/
+1
*
Delete the GEPSplitter experiment.
Dan Gohman
2011-02-28
2
-2
/
+0
*
Delete the SimplifyHalfPowrLibCalls pass, which was unused, and
Dan Gohman
2011-02-28
3
-8
/
+0
*
Delete the LiveValues pass. I won't get get back to the project it
Dan Gohman
2011-02-28
4
-107
/
+0
*
Support for byval parameters on ARM. Will be enabled by a forthcoming
Stuart Hastings
2011-02-28
1
-0
/
+4
*
add the ability to walk the scope tree and insert at not-the-current
Chris Lattner
2011-02-27
1
-11
/
+25
*
add a data() method.
Chris Lattner
2011-02-27
1
-0
/
+2
*
Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...
Cameron Zwarich
2011-02-27
1
-1
/
+6
*
cmake: Add xdot.py support as it already exists in autoconf.
Tobias Grosser
2011-02-27
2
-2
/
+5
*
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
Tobias Grosser
2011-02-27
2
-3
/
+4
*
Support: Add llvm::AreStatisticsEnabled().
Daniel Dunbar
2011-02-26
1
-0
/
+3
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
1
-25
/
+17
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-5
/
+0
*
Update the NoFolder to work with current IRBuilder.
Nick Lewycky
2011-02-25
1
-20
/
+52
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
1
-0
/
+4
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+5
*
Add XCore intrinsic for eeu instruction.
Richard Osborne
2011-02-24
1
-0
/
+1
*
Rewrite the vector part of getExtendedTypeAction to make it more
Duncan Sands
2011-02-24
1
-20
/
+34
*
Merge information about the number of zero, one, and sign bits of live-out
Cameron Zwarich
2011-02-24
1
-0
/
+11
*
Add a getNumSignBits() method to APInt.
Cameron Zwarich
2011-02-24
1
-0
/
+6
[next]