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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-11
1
-0
/
+3
*
Don't crash if a .ll file contains a forward-reference that looks like a global
Nick Lewycky
2012-10-11
1
-0
/
+3
*
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-10-11
1
-5
/
+2
*
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
Evan Cheng
2012-10-10
1
-0
/
+8
*
Add getters for the MIPS TargetTransform classes
Nadav Rotem
2012-10-10
1
-0
/
+7
*
Remove unused member variable introduced in r165665.
David Blaikie
2012-10-10
1
-1
/
+0
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
31
-102
/
+301
*
Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
Nadav Rotem
2012-10-10
1
-0
/
+40
*
When generating spill and reload code for vector registers on PowerPC,
Bill Schmidt
2012-10-10
1
-6
/
+12
*
The PowerPC VRSAVE register has been somewhat of an odd beast since
Bill Schmidt
2012-10-10
2
-6
/
+14
*
Add in support for expansion of all of the comparison operations to the absol...
Micah Villmow
2012-10-10
1
-17
/
+62
*
Revert r165652: "Remove unnecessary RTTI from the build."
Sean Silva
2012-10-10
4
-0
/
+8
*
Remove unnecessary RTTI from the build.
Sean Silva
2012-10-10
4
-8
/
+0
*
tblgen: Compile TableGen without RTTI.
Sean Silva
2012-10-10
2
-4
/
+0
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
2
-36
/
+21
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
2
-94
/
+94
*
Add support for FP_ROUND from v2f64 to v2f32
Michael Liao
2012-10-10
4
-1
/
+23
*
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-10-10
4
-90
/
+26
*
Fix for LDRB instruction:
Stepan Dyatkovskiy
2012-10-10
1
-1
/
+2
*
Issue description:
Stepan Dyatkovskiy
2012-10-10
3
-10
/
+20
*
Cleanup. Get rid of now dead code.
Bill Wendling
2012-10-10
1
-2
/
+0
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
7
-28
/
+58
*
My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that
Lang Hames
2012-10-10
1
-2
/
+2
*
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-10-10
1
-31
/
+33
*
misched: fall-back to a target hook for instr bundles.
Andrew Trick
2012-10-10
1
-3
/
+4
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
7
-78
/
+101
*
whitespace
Andrew Trick
2012-10-10
1
-3
/
+3
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
3
-9
/
+5
*
Reorder some parts of the td file to by in alphabetical order
Reed Kotler
2012-10-10
1
-64
/
+75
*
Adding comments to clarify the reason for non-standard style in these files.
Andrew Kaylor
2012-10-10
4
-8
/
+30
*
Cosmetic changes
Andrew Kaylor
2012-10-10
2
-4
/
+4
*
This patch adds new functions to the SectionRef and ObjectFile interfaces to ...
Andrew Kaylor
2012-10-10
2
-0
/
+18
*
Implement MipsTargetLowering::CanLowerReturn.
Akira Hatanaka
2012-10-10
2
-1
/
+22
*
When expanding atomic load arith instructions, do not lose target flags. rdar...
Evan Cheng
2012-10-09
1
-2
/
+5
*
misched: Add computeInstrLatency to TargetSchedModel.
Andrew Trick
2012-10-09
1
-0
/
+24
*
misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...
Andrew Trick
2012-10-09
1
-6
/
+12
*
misched: Remove LoopDependencies heuristic.
Andrew Trick
2012-10-09
1
-40
/
+1
*
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-09
2
-6
/
+109
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
2
-93
/
+7
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
6
-142
/
+30
*
Revert r165547 to fix build.
Bill Wendling
2012-10-09
1
-4
/
+10
*
Use a single location for calculating the alignments.
Bill Wendling
2012-10-09
1
-10
/
+4
*
tblgen: Rename handleDependencies -> createDependencyFile
Sean Silva
2012-10-09
1
-2
/
+2
*
tblgen: Move dependency file output to a separate function.
Sean Silva
2012-10-09
1
-21
/
+31
*
Use appropriate method calls to get the alignment value.
Bill Wendling
2012-10-09
1
-4
/
+5
*
Whitespace.
Chad Rosier
2012-10-09
1
-3
/
+0
*
Inline the checks for mutually exclusive attributes since they're used in onl...
Bill Wendling
2012-10-09
1
-12
/
+56
*
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
1
-15
/
+11
*
Move the 'FunctionOnly' attributes thingy inside of the Attributes class.
Bill Wendling
2012-10-09
2
-21
/
+25
*
tblgen: Remove pointless method call.
Sean Silva
2012-10-09
1
-1
/
+0
[next]