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
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a special character in comment that accidentially got committed.
Evan Cheng
2014-03-04
1
-1
/
+1
*
MS asm: Attempt to parse variables followed by a bracketed displacement
Reid Kleckner
2014-03-04
1
-2
/
+34
*
X86: 80-column
Saleem Abdulrasool
2014-03-04
1
-1
/
+2
*
[PowerPC] support powerpc64le as syntax-checking target (pass2)
Will Schmidt
2014-03-04
1
-0
/
+1
*
[XCore] Fix call of absolute address.
Richard Osborne
2014-03-04
1
-3
/
+2
*
[mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.
Daniel Sanders
2014-03-04
1
-1
/
+1
*
[Modules] Move the NoFolder into the IR library as it creates
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
3
-3
/
+3
*
[Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
2014-03-04
3
-3
/
+3
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
4
-4
/
+4
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
3
-3
/
+3
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
4
-4
/
+4
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
10
-12
/
+11
*
This patch implements .set mips32r2 directive and sets appropriate feature bi...
Vladimir Medic
2014-03-04
3
-0
/
+35
*
Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
Yaron Keren
2014-03-04
3
-23
/
+0
*
[AArch64]Fix improper diagnostics about offset range of load/store instructions.
Kevin Qin
2014-03-04
1
-2
/
+2
*
MC: Fix Intel assembly parser for [global + offset]
Reid Kleckner
2014-03-04
1
-15
/
+27
*
Revert "[AArch64] This is a work in progress to provide a machine description"
Chad Rosier
2014-03-04
5
-546
/
+185
*
[AArch64] This is a work in progress to provide a machine description
Chad Rosier
2014-03-03
5
-185
/
+546
*
[mips] Prevent %lo relocation being used on MSA loads and stores.
Daniel Sanders
2014-03-03
6
-75
/
+102
*
[mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug data
Ed Maste
2014-03-03
1
-0
/
+4
*
Fixing a build failure reported by certain buildbots. This will disable jalx...
Vladimir Medic
2014-03-03
1
-1
/
+1
*
This patch implements jalx instruction for Mips architecture.This instruction...
Vladimir Medic
2014-03-03
1
-0
/
+1
*
[Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...
Venkatraman Govindaraju
2014-03-02
4
-1
/
+101
*
[Sparc] Add return/rett instruction to Sparc backend.
Venkatraman Govindaraju
2014-03-02
4
-0
/
+46
*
[Sparc] Add support for decoding jmpl/retl/ret instruction.
Venkatraman Govindaraju
2014-03-02
3
-2
/
+47
*
[Sparc] Add fcmpe* instructions to Sparc backend.
Venkatraman Govindaraju
2014-03-02
3
-6
/
+28
*
[Sparc] Add VIS instructions to sparc backend.
Venkatraman Govindaraju
2014-03-02
4
-8
/
+290
*
Add a PPC inline asm constraint type for single CR bits
Hal Finkel
2014-03-02
1
-0
/
+8
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
50
-205
/
+176
*
[SparcV9] Adds support for branch on integer register instructions (BPr) and ...
Venkatraman Govindaraju
2014-03-02
8
-1
/
+165
*
AVX-512: Fixed extract_vector_elt for v8i1 vector
Elena Demikhovsky
2014-03-02
4
-6
/
+14
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
47
-312
/
+282
*
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
2014-03-02
6
-6
/
+6
*
[Sparc] Add support for parsing branches and conditional move instructions wi...
Venkatraman Govindaraju
2014-03-02
4
-44
/
+89
*
[Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 ...
Venkatraman Govindaraju
2014-03-02
4
-34
/
+40
*
[Sparc] Add support for parsing fcmp with %fcc registers.
Venkatraman Govindaraju
2014-03-02
8
-12
/
+78
*
[Sparc] Add register class for floating point conditional flags (%fcc0 - %fcc3).
Venkatraman Govindaraju
2014-03-02
3
-11
/
+16
*
[SparcV9] Add support for parsing branch instructions with prediction.
Venkatraman Govindaraju
2014-03-01
7
-44
/
+156
*
Remove extra truncs/exts around i32 bit operations on PPC64
Hal Finkel
2014-03-01
1
-12
/
+82
*
[Sparc] Add support for parsing annulled branch instructions.
Venkatraman Govindaraju
2014-03-01
7
-13
/
+80
*
[Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.
Venkatraman Govindaraju
2014-03-01
4
-7
/
+13
*
[Sparc] Add missing ALU instruction patterns.
Venkatraman Govindaraju
2014-03-01
1
-0
/
+35
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
2
-28
/
+13
*
[Sparc] Add support to decode unimp instruction.
Venkatraman Govindaraju
2014-03-01
1
-2
/
+2
*
[Sparc] Add support to decode negative simm13 operands in the sparc disassemb...
Venkatraman Govindaraju
2014-03-01
2
-23
/
+36
*
[Sparc] Add support for decoding call instructions in the sparc disassembler.
Venkatraman Govindaraju
2014-03-01
2
-2
/
+24
*
[Sparc] Add support to disassemble sparc memory instructions.
Venkatraman Govindaraju
2014-03-01
3
-19
/
+142
[next]