index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix Thumb2 fixup kind in the integrated-as.
Logan Chien
2012-09-01
2
-0
/
+27
*
Add ARM ELF support to llvm-objdump.
Logan Chien
2012-09-01
1
-0
/
+138
*
Code cleanup: tools/opt/opt.cpp
Logan Chien
2012-09-01
1
-4
/
+0
*
Fix typo.
Logan Chien
2012-09-01
1
-1
/
+1
*
LoopRotation: Check some invariants of the dominator updating code.
Benjamin Kramer
2012-09-01
1
-0
/
+3
*
Typos
Craig Topper
2012-09-01
2
-2
/
+2
*
Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...
Owen Anderson
2012-09-01
2
-0
/
+124
*
Fix typo
Michael Liao
2012-09-01
1
-1
/
+1
*
llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corres...
NAKAMURA Takumi
2012-09-01
1
-1
/
+1
*
Fix Atom bots for r163036.
Manman Ren
2012-09-01
1
-1
/
+12
[next]