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
*
Added accessors for getting coff_relocation info
Marshall Clow
2012-06-18
2
-1
/
+9
*
add the 'alloc' metadata node to represent the size of offset of buffers poin...
Nuno Lopes
2012-06-18
1
-1
/
+2
*
Bring the return value of SmallVector::insert in line with std::vector::insert.
Benjamin Kramer
2012-06-17
1
-10
/
+11
*
Remove SmallMap, and the several files that were used to implement it.
Chandler Carruth
2012-06-17
3
-912
/
+0
*
SmallVector: return a valid iterator for the rare case of inserting an empty ...
Benjamin Kramer
2012-06-17
1
-2
/
+2
*
Add a unit test for 'swap', and fix a pile of bugs in
Chandler Carruth
2012-06-17
1
-7
/
+34
*
Add tests for *DenesMap for both key and value types' construction and
Chandler Carruth
2012-06-17
1
-18
/
+28
*
Introduce a SmallDenseMap container that re-uses the existing DenseMap
Chandler Carruth
2012-06-17
1
-14
/
+297
*
Guard private fields that are unused in Release builds with #ifndef NDEBUG.
Benjamin Kramer
2012-06-16
1
-1
/
+6
*
Move the Metadata merging methods from GVN and make them public in MDNode.
Hal Finkel
2012-06-16
1
-0
/
+5
*
Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...
Benjamin Kramer
2012-06-16
1
-0
/
+66
*
Add support to the alignment support header for conjuring a character
Chandler Carruth
2012-06-16
1
-0
/
+90
*
Lift the NumElements and NumTombstones members into the super class
Chandler Carruth
2012-06-16
1
-37
/
+78
*
Factor DenseMap into a base class that implements the hashtable logic,
Chandler Carruth
2012-06-16
1
-195
/
+249
*
Adding acessors to COFFObjectFile so that clients can get at the (non-generic...
Marshall Clow
2012-06-15
1
-0
/
+5
*
Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and
Rafael Espindola
2012-06-14
1
-0
/
+10
*
SmallMap, FlatArrayMap::copyFrom
Stepan Dyatkovskiy
2012-06-14
1
-1
/
+3
*
Group the 'unsigned' members after the pointer to avoid 4 bytes of
Chandler Carruth
2012-06-13
1
-1
/
+1
*
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
1
-2
/
+2
*
When linearizing a multiplication, return at once if we see a factor of zero,
Duncan Sands
2012-06-13
1
-1
/
+7
*
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-13
1
-16
/
+9
*
Eliminate struct TableGenBackend.
Jakob Stoklund Olesen
2012-06-13
1
-23
/
+5
*
sched: Avoid trivially redundant DAG edges. Take the one with higher latency.
Andrew Trick
2012-06-13
1
-2
/
+7
*
Remove use of GNU extension to resolve Clang warning.
David Blaikie
2012-06-12
1
-3
/
+1
*
Now that Reassociate's LinearizeExprTree can look through arbitrary expression
Duncan Sands
2012-06-12
2
-0
/
+26
*
Satisfy C++ aliasing rules, per suggestion by Chandler.
Argyrios Kyrtzidis
2012-06-12
1
-1
/
+6
*
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-12
1
-1
/
+7
*
misched: When querying RegisterPressureTracker, always save current and max p...
Andrew Trick
2012-06-11
1
-5
/
+8
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-0
/
+4
*
Fix a problem with the reverse bundle iterators.
Jakob Stoklund Olesen
2012-06-11
1
-52
/
+16
*
Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...
Craig Topper
2012-06-10
1
-8
/
+18
*
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
1
-256
/
+26
*
Hashing: Remove outdated comment. Support for reserved hash values was remove...
Benjamin Kramer
2012-06-09
1
-4
/
+0
*
Register pressure: added getPressureAfterInstr.
Andrew Trick
2012-06-09
1
-0
/
+24
*
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
1
-0
/
+1
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
6
-27
/
+27
*
Removing strange "using" declarations form TargetInstrInfo.
Andrew Trick
2012-06-08
1
-4
/
+0
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
2
-0
/
+5
*
TargetInstrInfo hooks implemented in codegen should be declared pure virtual.
Andrew Trick
2012-06-08
1
-6
/
+26
*
Sched itinerary fix: Avoid static initializers.
Andrew Trick
2012-06-08
1
-3
/
+13
*
Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.
Andrew Trick
2012-06-07
1
-0
/
+9
*
Add internal read flags to MachineInstrBuilder and hook them into the Machine...
Pete Cooper
2012-06-07
2
-3
/
+9
*
Revert r157755.
Manman Ren
2012-06-06
1
-8
/
+0
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-0
/
+132
*
Move RegisterPressure.h.
Andrew Trick
2012-06-06
1
-0
/
+255
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-3
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-4
/
+1
*
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
1
-1
/
+1
*
Add experimental support for register unit liveness.
Jakob Stoklund Olesen
2012-06-05
1
-3
/
+41
*
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
1
-0
/
+5
[next]