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
*
Better comment on VTTI::getShuffleCost
Hal Finkel
2013-01-03
1
-2
/
+2
*
Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...
NAKAMURA Takumi
2013-01-03
1
-3
/
+3
*
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2013-01-03
2
-4
/
+4
*
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
1
-49
/
+25
*
Add a default Index for VTTI::getShuffleCost
Hal Finkel
2013-01-03
1
-1
/
+1
*
Revert patch. Something snuck in there that shouldn't be.
Bill Wendling
2013-01-03
1
-22
/
+46
*
Remove the 'contains' methods in favor of the 'operator==' method.
Bill Wendling
2013-01-03
1
-3
/
+3
*
Revert r171427, "An intermediate step in the Attributes rewrite."
NAKAMURA Takumi
2013-01-03
1
-46
/
+22
*
An intermediate step in the Attributes rewrite.
Bill Wendling
2013-01-02
1
-22
/
+46
*
Use a bool instead of a bitfield in llvm/ADT/Optional.
Argyrios Kyrtzidis
2013-01-02
1
-1
/
+1
*
Restrict __builtin_assume_aligned to gcc 4.7+
Michael J. Spencer
2013-01-02
1
-1
/
+2
*
[Support][Endian] Add support for specifying the alignment and native unalign...
Michael J. Spencer
2013-01-02
2
-105
/
+72
*
Don't #include stuff outside the include guards.
Argyrios Kyrtzidis
2013-01-02
1
-3
/
+3
*
- Add comment to two functions which might be considered as dead code.
Shuxin Yang
2013-01-02
1
-1
/
+1
*
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
2
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
100
-178
/
+179
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
6
-8
/
+6
*
Add IRBuilder::CreateVectorSplat and use it to simplify code.
Benjamin Kramer
2013-01-01
1
-0
/
+16
*
Make it explicit that the only entry points to the Program object are
Chandler Carruth
2012-12-31
1
-1
/
+1
*
Remove an unused method on Program.
Chandler Carruth
2012-12-31
1
-11
/
+0
*
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
1
-3
/
+0
*
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
1
-6
/
+0
*
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
1
-0
/
+20
*
Remove the declspecs from small alignments that we can force with
Chandler Carruth
2012-12-31
1
-5
/
+12
*
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
1
-7
/
+0
*
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
1
-1
/
+1
*
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
Michael J. Spencer
2012-12-31
1
-72
/
+96
*
Fix bits check in ELFObjectFile::isSectionZeroInit().
Rafael Espindola
2012-12-31
1
-4
/
+1
*
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
1
-0
/
+1
*
Remove dead method.
Bill Wendling
2012-12-31
1
-6
/
+0
*
Add some comparison operators to compare the Attribute object with the AttrKi...
Bill Wendling
2012-12-31
1
-1
/
+5
*
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
1
-0
/
+63
*
Start sketching out a roadmap for better subprocess management in the
Chandler Carruth
2012-12-31
1
-136
/
+140
*
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-31
2
-11
/
+2
*
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
2
-9
/
+5
*
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
2
-6
/
+1
*
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
1
-9
/
+6
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
2
-12
/
+26
*
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
2012-12-30
1
-2
/
+2
*
s/Raw/getBitMask/g to be more in line with current naming conventions. This m...
Bill Wendling
2012-12-30
1
-3
/
+3
*
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
2012-12-28
1
-2
/
+2
*
Add entry points to instsimplify for simplifying calls. The entry points
Chandler Carruth
2012-12-28
1
-0
/
+20
*
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.
Alexey Samsonov
2012-12-28
1
-2
/
+3
*
Add support to BasicBlocks for iterating backwards over the
Chandler Carruth
2012-12-27
1
-2
/
+9
*
Provide a common half-open interval map info implementation, and just
Chandler Carruth
2012-12-27
2
-11
/
+23
*
DAGCombinerInformation: add a getter that exposes the dagcombine level.
Nadav Rotem
2012-12-27
1
-0
/
+1
*
Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizer
Alexey Samsonov
2012-12-27
1
-1
/
+1
*
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
2012-12-27
3
-14
/
+35
*
whitespace
Nadav Rotem
2012-12-27
1
-3
/
+3
*
Right now all of the relocations are 32-bit dwarf, and the relocation
Eric Christopher
2012-12-27
1
-0
/
+34
[next]