index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MSP430
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
11
-59
/
+48
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
26
-278
/
+281
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
13
-84
/
+70
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
19
-140
/
+147
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
15
-46
/
+27
*
[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
*
MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
2013-09-25
1
-1
/
+0
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-0
/
+1
*
Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...
NAKAMURA Takumi
2013-08-06
1
-1
/
+1
*
Test commit to see if write access works.
Job Noorman
2013-07-15
1
-1
/
+1
*
Use conventional syntax for branches.
Anton Korobeynikov
2013-07-14
1
-2
/
+2
*
Properly lower jump tables on MSP430. Patch by Job Noorman!
Anton Korobeynikov
2013-07-14
1
-2
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-3
/
+3
*
Add jump tables handling for MSP430.
Anton Korobeynikov
2013-07-01
2
-0
/
+11
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
2
-2
/
+2
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+2
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
3
-6
/
+5
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-1
/
+1
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
1
-1
/
+1
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+3
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
3
-27
/
+27
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-1
/
+3
*
Remove unused argument.
Rafael Espindola
2013-05-10
2
-3
/
+2
*
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
2
-3
/
+4
*
Fix PR10475
Michael Liao
2013-03-01
1
-1
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
4
-67
/
+67
*
Move MRI liveouts to MSP430 return instructions.
Jakob Stoklund Olesen
2013-02-05
2
-13
/
+9
*
Remove unused variable, which should have been removed with r174083.
Chad Rosier
2013-01-31
1
-1
/
+0
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
2
-12
/
+9
*
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
1
-1
/
+1
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
2
-10
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
8
-20
/
+20
*
Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.
Eli Bendersky
2012-12-18
2
-0
/
+5
*
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
NAKAMURA Takumi
2012-12-11
1
-1
/
+1
*
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
11
-34
/
+34
*
Add support for varargs functions for msp430.
Anton Korobeynikov
2012-11-21
3
-2
/
+36
*
Add support for byval args. Patch by Job Noorman!
Anton Korobeynikov
2012-11-21
2
-17
/
+46
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-2
/
+2
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
2
-2
/
+10
[next]