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 unnecessary classof()'s
Sean Silva
2012-10-11
37
-192
/
+0
*
Casting.h: Automatically handle isa<Base>(Derived).
Sean Silva
2012-10-11
1
-1
/
+12
*
Remove extra semicolon.
Chad Rosier
2012-10-11
1
-1
/
+1
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
5
-46
/
+17
*
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-10-11
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
5
-17
/
+46
*
llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().
NAKAMURA Takumi
2012-10-11
1
-3
/
+3
*
dependence analysis
Sebastian Pop
2012-10-11
4
-0
/
+902
*
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
1
-1
/
+1
*
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-11
1
-0
/
+1
*
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-10-11
1
-4
/
+13
*
Formatting and 80-col.
Eric Christopher
2012-10-10
1
-11
/
+11
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
7
-6
/
+420
*
tblgen: Put dyn_cast<> machinery in place for Init hierarchy.
Sean Silva
2012-10-10
1
-20
/
+118
*
Remove unused argument.
Bill Wendling
2012-10-10
1
-1
/
+1
*
Issue description:
Stepan Dyatkovskiy
2012-10-10
1
-2
/
+11
*
Cleanup. Get rid of now dead code.
Bill Wendling
2012-10-10
1
-34
/
+5
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-41
/
+3
*
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-10-10
2
-18
/
+35
*
TODO comment
Andrew Trick
2012-10-10
1
-0
/
+3
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
5
-37
/
+25
*
misched: Generate IsBuffered flag for machine resources.
Andrew Trick
2012-10-10
1
-2
/
+9
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
1
-19
/
+14
*
This patch adds new functions to the SectionRef and ObjectFile interfaces to ...
Andrew Kaylor
2012-10-10
4
-1
/
+23
*
misched: Add computeInstrLatency to TargetSchedModel.
Andrew Trick
2012-10-09
1
-0
/
+8
*
misched: Doxument the TargetSchedule API.
Andrew Trick
2012-10-09
1
-7
/
+22
*
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-09
1
-2
/
+2
*
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
1
-70
/
+0
*
Use the attribute builder to add attributes to call/invoke instruction. No fu...
Bill Wendling
2012-10-09
2
-40
/
+51
*
Add count() method to MapVector
Douglas Gregor
2012-10-09
1
-0
/
+5
*
Add in some interfaces that will allow easier access to the pointer address s...
Micah Villmow
2012-10-09
3
-3
/
+25
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
2
-48
/
+15
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
4
-54
/
+14
*
Remove this now unused variable macro.
Bill Wendling
2012-10-09
1
-1
/
+0
*
Use appropriate method calls to get the alignment value.
Bill Wendling
2012-10-09
1
-2
/
+1
*
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
1
-9
/
+0
*
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
1
-4
/
+2
*
Move the 'FunctionOnly' attributes thingy inside of the Attributes class.
Bill Wendling
2012-10-09
1
-38
/
+75
*
Not everyone uses C++11, apparently
Douglas Gregor
2012-10-09
1
-1
/
+1
*
Allow MapVector clients to specify the map and vector types, and add a
Douglas Gregor
2012-10-09
1
-3
/
+8
*
More descriptive, doxygen-ed comments
Michael Ilseman
2012-10-09
1
-2
/
+4
*
New value_op_iterator for User. This allows other code to iterate over the Us...
Michael Ilseman
2012-10-09
1
-1
/
+38
*
Add in the first step of the multiple pointer support. This adds in support t...
Micah Villmow
2012-10-09
2
-18
/
+88
*
Move the 'ParameterOnly' variable inside of the Attributes class and make it ...
Bill Wendling
2012-10-09
1
-12
/
+16
*
Remove the now dead VarArgsIncompatible variable.
Bill Wendling
2012-10-09
1
-4
/
+0
*
Use the enum value of the attributes when removing them from the attributes b...
Bill Wendling
2012-10-09
1
-29
/
+0
*
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
2
-29
/
+10
*
Fix PR14016.
Alexey Samsonov
2012-10-09
1
-0
/
+2
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
4
-41
/
+56
*
Remove some dead methods.
Bill Wendling
2012-10-09
2
-21
/
+0
[next]