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
*
Make provenance checking conservative in cases when
Dan Gohman
2012-09-04
4
-47
/
+126
*
BypassSlowDivision: Assign to reference, don't copy the object.
Jakub Staszak
2012-09-04
1
-2
/
+2
*
Search the whole instruction for tied operands.
Jakob Stoklund Olesen
2012-09-04
1
-2
/
+1
*
[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsm
Chad Rosier
2012-09-04
4
-17
/
+30
*
[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This
Chad Rosier
2012-09-04
7
-19
/
+1
*
[LIT] Add a clang_tools_extra_site_cfg to match the various other site_cfg.
David Blaikie
2012-09-04
1
-4
/
+9
*
Fix my previous patch (r163164). It does now what it is supposed to do:
Jakub Staszak
2012-09-04
1
-1
/
+0
*
Return false if BypassSlowDivision doesn't change anything.
Jakub Staszak
2012-09-04
1
-33
/
+34
*
Remove unneeded code.
Jakub Staszak
2012-09-04
1
-29
/
+0
*
Typo.
Jakob Stoklund Olesen
2012-09-04
1
-1
/
+1
*
Actually use the MachineOperand field for isRegTiedToDefOperand().
Jakob Stoklund Olesen
2012-09-04
2
-105
/
+16
*
Move tie checks into MachineVerifier::visitMachineOperand.
Jakob Stoklund Olesen
2012-09-04
2
-37
/
+34
*
Allow tied uses and defs in different orders.
Jakob Stoklund Olesen
2012-09-04
3
-42
/
+100
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
11
-3
/
+473
*
Make sure macros in the include subdirectory are not used without being defined.
Bob Wilson
2012-09-04
3
-4
/
+4
*
Porting Hexagon MI Scheduler to the new API.
Sergei Larin
2012-09-04
11
-5
/
+1381
*
Patch to implement UMLAL/SMLAL instructions for the ARM architecture
Arnold Schwaighofer
2012-09-04
7
-17
/
+339
*
This patch optimizes shuffle instruction - generates 2 instructions instead o...
Elena Demikhovsky
2012-09-04
2
-22
/
+21
*
LICM may hoist an instruction with undefined behavior above a trap.
Nadav Rotem
2012-09-04
2
-8
/
+57
*
Fix Android build of gtest and lib/Support.
Evgeniy Stepanov
2012-09-04
4
-6
/
+16
*
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-04
12
-90
/
+361
*
Be conservative about allocations that may alias the accessed pointer.
Bob Wilson
2012-09-04
1
-0
/
+3
*
[ms-inline asm] Make comment more verbose and add an assert.
Chad Rosier
2012-09-03
1
-1
/
+2
*
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
6
-11
/
+33
*
[ms-inline asm] Add a comment.
Chad Rosier
2012-09-03
1
-0
/
+3
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
6
-6
/
+40
*
Remove extraneous return.
Chad Rosier
2012-09-03
1
-1
/
+1
*
[ms-inline asm] Return the MCOperandNum instead of passing a reference.
Chad Rosier
2012-09-03
1
-10
/
+9
*
Remove always true checks. Noticed by Adhemerval Zanella.
Roman Divacky
2012-09-03
1
-2
/
+2
*
Add braces to the case statement.
Chad Rosier
2012-09-03
1
-1
/
+2
*
IRBuilderify the SjlLjEHPrepare pass.
Benjamin Kramer
2012-09-03
1
-57
/
+25
*
When updating live range endpoints, make sure to preserve the early clobber bit.
Lang Hames
2012-09-03
1
-2
/
+2
*
Fix more fallout from r158919, similar to PR13547.
Bob Wilson
2012-09-03
2
-2
/
+21
*
Removed unused argument.
Chad Rosier
2012-09-03
5
-24
/
+20
*
some peepholes that should match horizontal add/sub operations.
Chris Lattner
2012-09-03
1
-0
/
+12
*
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
5
-17
/
+34
*
Move ErrorLoc decl into the scope where it's actually used.
Chad Rosier
2012-09-03
1
-2
/
+1
*
escape special char when handling CXX_FOR_OCAMLOPT
Nuno Lopes
2012-09-02
1
-1
/
+1
*
fix test's RUN lines
Nuno Lopes
2012-09-02
1
-19
/
+19
*
add support for ocaml 3.12
Nuno Lopes
2012-09-02
2
-0
/
+6
*
replace a couple of single-line comments with /* */ to fix the build of stuff...
Nuno Lopes
2012-09-02
4
-67
/
+68
*
Fix a typo.
Nadav Rotem
2012-09-02
1
-1
/
+1
*
Not all targets have efficient ISel code generation for select instructions.
Nadav Rotem
2012-09-02
4
-10
/
+39
*
LoopRotation: Make the brute force DomTree update more brute force.
Benjamin Kramer
2012-09-02
2
-32
/
+57
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
3
-4
/
+4
*
Generate better select code by allowing the target to use scalar select, and ...
Nadav Rotem
2012-09-02
2
-4
/
+5
*
Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...
Pete Cooper
2012-09-01
1
-1
/
+6
*
PR13689: Check for backtrace(3) in the cmake build.
Benjamin Kramer
2012-09-01
2
-1
/
+2
*
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
1
-12
/
+48
*
Revert "Take account of boolean vector contents when promoting a build vector...
Pete Cooper
2012-09-01
2
-33
/
+1
[next]