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
/
XCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
2014-05-07
1
-4
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
15
-115
/
+116
*
None of these targets actually define their own CFI_INSTRUCTION
Eric Christopher
2014-04-29
1
-3
/
+6
*
80-column fixups.
Eric Christopher
2014-04-29
1
-3
/
+5
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
4
-6
/
+6
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-12
/
+12
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
2
-18
/
+11
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
6
-12
/
+13
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
5
-6
/
+10
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
4
-10
/
+9
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
3
-0
/
+6
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-7
/
+8
*
[XCore] Don't create invalid MKMSK instructions inside loadImmediate().
Richard Osborne
2014-04-14
1
-1
/
+9
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
3
-5
/
+5
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-4
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+5
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
2
-25
/
+25
*
[XCore] Add support for the "m" inline asm constraint.
Richard Osborne
2014-03-06
2
-1
/
+43
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[XCore] Fix call of absolute address.
Richard Osborne
2014-03-04
1
-3
/
+2
*
[Modules] Move the NoFolder into the IR library as it creates
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
2
-2
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
3
-20
/
+19
*
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
2014-03-02
1
-1
/
+1
*
[XCore] Support functions returning more than 4 words.
Richard Osborne
2014-02-27
5
-22
/
+125
*
[XCore] Make LowerCallResult a static function.
Richard Osborne
2014-02-27
2
-33
/
+24
*
Revert r202396, r202397.
Richard Osborne
2014-02-27
5
-137
/
+44
*
[XCore] Support functions returning more than 4 words.
Richard Osborne
2014-02-27
5
-22
/
+124
*
[XCore] Make LowerCallResult a static function.
Richard Osborne
2014-02-27
2
-33
/
+24
*
[XCore] Target optimized library function __memcpy_4()
Richard Osborne
2014-02-27
2
-0
/
+42
*
[XCore] Add dag combines for instructions that ignore some input bits.
Richard Osborne
2014-02-27
1
-0
/
+42
*
[XCore] Provide information about known zero bits of resource instructions.
Richard Osborne
2014-02-27
1
-0
/
+28
*
[XCore] Add intrinsic for CLRPT (clear port time) instruction.
Richard Osborne
2014-02-25
1
-1
/
+2
*
[XCore] Add intrinsic for EDU (event disable unconditional) instruction.
Richard Osborne
2014-02-25
1
-1
/
+2
*
[XCore] Prefer to word align functions.
Richard Osborne
2014-02-25
1
-0
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-3
/
+4
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-4
/
+3
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-3
/
+4
*
XCore target: Handle common linkage
Robert Lytton
2014-02-18
2
-7
/
+10
*
XCore target: addMemOperand as necessary
Robert Lytton
2014-02-18
3
-49
/
+109
*
XCore target: Fix llvm.eh.return and EH info register handling
Robert Lytton
2014-02-18
4
-47
/
+123
*
XCore target: fix const section handling
Robert Lytton
2014-02-11
3
-28
/
+40
*
XCore target: Lower ATOMIC_LOAD & ATOMIC_STORE
Robert Lytton
2014-02-11
2
-0
/
+70
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
3
-6
/
+6
*
Add LLVM_OVERRIDE to a few declarations.
Rafael Espindola
2014-02-08
1
-9
/
+12
[next]