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
/
Hexagon
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] Add new InstrItinClass to support timing classes.
Jyotsna Verma
2014-05-08
5
-138
/
+216
*
[Hexagon] Add New TSFlags to be used in the upcoming patches.
Jyotsna Verma
2014-05-07
4
-67
/
+102
*
Remove HexagonTargetMachine::addPassesForOptimizations; it is not needed any ...
Pranav Bhandarkar
2014-05-01
2
-16
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
22
-209
/
+208
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
6
-14
/
+16
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+1
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-8
/
+5
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
15
-86
/
+87
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
13
-16
/
+26
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
2
-6
/
+7
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
3
-0
/
+6
*
Use unique_ptr to manage objects owned by the ScheduleDAGMI.
David Blaikie
2014-04-21
2
-3
/
+4
*
[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...
Benjamin Kramer
2014-04-21
1
-1
/
+0
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
4
-10
/
+9
*
Enable CFI on Hexagon.
Krzysztof Parzyszek
2014-03-18
1
-1
/
+0
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
1
-0
/
+2
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-5
/
+5
*
Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
2014-03-12
1
-2
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-7
/
+6
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
2
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
5
-16
/
+16
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
2
-10
/
+9
*
Fix typos
Alp Toker
2014-02-25
1
-3
/
+3
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
2
-4
/
+5
*
Add LLVM_OVERRIDE to a few declarations.
Rafael Espindola
2014-02-08
1
-5
/
+5
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-2
/
+2
*
Revert r199871 and replace it with a simple check in the debug info
Eric Christopher
2014-01-28
2
-4
/
+5
*
Fix known typos
Alp Toker
2014-01-24
3
-6
/
+6
*
Add a variable to track whether or not we've used a unique section,
Eric Christopher
2014-01-23
2
-5
/
+4
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-1
/
+0
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
2
-2
/
+2
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
13
-70
/
+65
*
Remove unnecessary #includes.
Bill Wendling
2014-01-06
1
-1
/
+0
*
Refactor function that checks that __builtin_returnaddress's argument is cons...
Bill Wendling
2014-01-06
1
-4
/
+1
*
Emit an error message if the value passed to __builtin_returnaddress isn't a ...
Bill Wendling
2014-01-05
1
-0
/
+7
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+1
*
Factor MI-Sched in preparation for post-ra scheduling support.
Andrew Trick
2013-12-28
2
-20
/
+23
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-0
/
+1
*
One last cleanup of LLVM's DataLayout strings.
Rafael Espindola
2013-12-16
1
-1
/
+1
*
The preferred alignment defaults to the abi alignment. Omit if it is the same.
Rafael Espindola
2013-12-16
1
-1
/
+1
*
Assume defaults to produce smaller datalayout strings.
Rafael Espindola
2013-12-13
1
-3
/
+1
*
Use "a" instead of "a0" in DataLayout.
Rafael Espindola
2013-12-12
1
-1
/
+1
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
1
-1
/
+1
*
Add proper dependencies to LLVMBuild.txt in llvm/lib.
NAKAMURA Takumi
2013-12-10
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
5
-5
/
+5
*
Refactor the setting of PrivateGlobalPrefix.
Rafael Espindola
2013-12-02
1
-1
/
+0
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-7
/
+0
*
Remove leftovers from a non-MC asm printer.
Rafael Espindola
2013-12-02
2
-168
/
+0
*
Remove #if 0 declarations.
Rafael Espindola
2013-12-02
1
-8
/
+0
[next]