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
/
MSP430
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop the W postfix on the 16-bit registers.
Job Noorman
2014-09-10
7
-196
/
+196
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
13
-29
/
+29
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-8
/
+8
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
4
-24
/
+13
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
9
-44
/
+48
*
Move the subtarget dependent features from the target machine to
Eric Christopher
2014-06-27
4
-41
/
+53
*
Remove uses and caches of the target machine and subtarget from
Eric Christopher
2014-06-27
5
-19
/
+8
*
Remove caching of an unused subtarget from MSP430FrameLowering.
Eric Christopher
2014-06-27
2
-8
/
+3
*
Remove unnecessary caching of variables by MSP430TargetLowering and
Eric Christopher
2014-06-27
2
-14
/
+5
*
Have MSP430SelectionDAGInfo constructor take a DataLayout rather
Eric Christopher
2014-06-27
3
-4
/
+4
*
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
2014-06-06
1
-2
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
11
-86
/
+87
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
5
-7
/
+8
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-3
/
+1
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-6
/
+5
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
6
-19
/
+19
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
6
-8
/
+12
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
4
-8
/
+8
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
2
-0
/
+4
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
3
-7
/
+7
*
Mark FPB as a reserved register when needed.
Job Noorman
2014-04-02
1
-1
/
+3
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
4
-10
/
+8
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
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
*
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
2
-3
/
+7
*
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
-1
/
+1
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
2
-2
/
+2
*
Refactor the setting of PrivateGlobalPrefix.
Rafael Espindola
2013-12-02
1
-1
/
+0
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-8
/
+0
*
Change the default of AsmWriterClassName and isMCAsmWriter.
Rafael Espindola
2013-12-02
1
-6
/
+0
*
[CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.
NAKAMURA Takumi
2013-11-28
1
-2
/
+0
*
[CMake] Let add_public_tablegen_target responsible to provide dependency to C...
NAKAMURA Takumi
2013-11-28
4
-7
/
+1
*
[CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...
NAKAMURA Takumi
2013-11-28
2
-4
/
+0
*
Use the mangler consistently instead of using getGlobalPrefix directly.
Rafael Espindola
2013-11-28
1
-1
/
+3
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
2
-1
/
+5
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
2
-5
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
2
-1
/
+5
*
Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espindola
2013-11-13
1
-1
/
+0
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
2
-2
/
+2
*
Make sure SP is always aligned on a 2 byte boundary
Job Noorman
2013-10-24
1
-2
/
+2
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
1
-1
/
+1
*
Add a MCAsmInfoELF class and factor some code into it.
Rafael Espindola
2013-10-16
2
-3
/
+2
*
Fix MSP430 calling convention to match MSPGCC
Job Noorman
2013-10-15
2
-10
/
+123
[next]