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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PGO: create metadata for switch only if it has more than one targets.
Manman Ren
2012-10-11
1
-1
/
+1
*
Remove extra semicolon.
Chad Rosier
2012-10-11
1
-1
/
+1
*
Remove extra semicolons.
Chad Rosier
2012-10-11
1
-2
/
+2
*
Fix some typos 165739, spotted by Duncan.
Jan Wen Voung
2012-10-11
2
-2
/
+2
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
40
-188
/
+109
*
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-10-11
5
-91
/
+236
*
Adds Phabricator documentation. This is a first step that answers many questi...
Manuel Klimek
2012-10-11
2
-0
/
+100
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
40
-109
/
+188
*
Pass an explicit operand number to addLiveIns.
Jakob Stoklund Olesen
2012-10-11
3
-8
/
+40
*
This patch addresses PR13947.
Bill Schmidt
2012-10-11
2
-0
/
+105
*
Add test cases for correct parsing of register names in 32- and 64-bit modes.
David Chisnall
2012-10-11
2
-0
/
+141
*
Expose move to/from coprocessor instructions in MIPS64 mode.
David Chisnall
2012-10-11
2
-0
/
+67
*
llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass().
NAKAMURA Takumi
2012-10-11
1
-3
/
+3
*
dependence analysis
Sebastian Pop
2012-10-11
23
-0
/
+10207
*
Follow the same routine to add target float expansion hook
Michael Liao
2012-10-11
1
-26
/
+24
*
misched: Handle "transient" non-instructions.
Andrew Trick
2012-10-11
2
-17
/
+25
*
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-11
2
-6
/
+27
*
Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."
NAKAMURA Takumi
2012-10-11
2
-56
/
+0
*
GettingStarted.rst: s/&/&/g
NAKAMURA Takumi
2012-10-11
1
-2
/
+2
*
GettingStarted.rst: Fix the label to DeveloperPolicy.html.
NAKAMURA Takumi
2012-10-11
1
-1
/
+1
*
Add the LLVM context to this c'tor. It will be needed in the future.
Bill Wendling
2012-10-11
2
-2
/
+2
*
Support a common idiom on how to build an Attributes class with a single attr...
Bill Wendling
2012-10-11
2
-0
/
+4
*
Don't crash if a .ll file contains a forward-reference that looks like a global
Nick Lewycky
2012-10-11
2
-0
/
+7
*
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-10-11
2
-9
/
+15
*
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
Evan Cheng
2012-10-10
2
-0
/
+26
*
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
*
Formatting and 80-col.
Eric Christopher
2012-10-10
1
-11
/
+11
*
Add -mattr=+altivec and remove XFAIL.
Bill Schmidt
2012-10-10
1
-3
/
+2
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
43
-317
/
+811
*
XFAIL for all targets pending investigation
Bill Schmidt
2012-10-10
1
-2
/
+3
*
Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
Nadav Rotem
2012-10-10
2
-0
/
+56
*
When generating spill and reload code for vector registers on PowerPC,
Bill Schmidt
2012-10-10
2
-6
/
+31
*
The PowerPC VRSAVE register has been somewhat of an odd beast since
Bill Schmidt
2012-10-10
3
-6
/
+29
*
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
4
-6
/
+0
*
tblgen: Move mini Type hierarchy to LLVM-style RTTI.
Sean Silva
2012-10-10
1
-4
/
+22
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
11
-78
/
+57
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
15
-192
/
+192
*
tblgen: Put dyn_cast<> machinery in place for Init hierarchy.
Sean Silva
2012-10-10
1
-20
/
+118
*
Add the testcase from pr13254 (the old scalarreply pass handles this wrong;
Duncan Sands
2012-10-10
1
-0
/
+16
*
Remove dead variable.
Bill Wendling
2012-10-10
1
-1
/
+0
*
Specify CPU model to avoid breaking ATOM builds
Michael Liao
2012-10-10
2
-4
/
+4
*
Remove unused argument.
Bill Wendling
2012-10-10
1
-1
/
+1
*
docs: Propagate fix from r165632 to other docs.
Sean Silva
2012-10-10
1
-2
/
+2
*
docs: Attempt to fix PR14053.
Sean Silva
2012-10-10
1
-29
/
+29
*
Add support for FP_ROUND from v2f64 to v2f32
Michael Liao
2012-10-10
6
-15
/
+121
*
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-10-10
4
-90
/
+26
[next]