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
/
XCore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
1
-3
/
+3
*
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-06-09
1
-21
/
+1
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
2
-13
/
+14
*
Flag unallocatable register classes instead of giving them empty
Jakob Stoklund Olesen
2011-06-02
1
-18
/
+3
*
Fix 80 column violations.
Richard Osborne
2011-05-31
1
-2
/
+5
*
Add XCore intrinsic for crc8.
Richard Osborne
2011-05-31
2
-0
/
+16
*
Add XCore intrinsic for crc32.
Richard Osborne
2011-05-31
1
-1
/
+7
*
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-30
2
-0
/
+5
*
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-25
1
-2
/
+2
*
Remove dead code.
Devang Patel
2011-05-24
1
-3
/
+0
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
2
-9
/
+2
*
Remove unused STL header includes.
Jay Foad
2011-04-23
2
-4
/
+0
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Add XCore intrinsics for initializing / starting / synchronizing threads.
Richard Osborne
2011-03-31
1
-6
/
+39
*
Add XCore intrinsic for setpsc.
Richard Osborne
2011-03-17
1
-1
/
+5
*
Add XCore intrinsics for setclk, setrdy.
Richard Osborne
2011-03-16
1
-1
/
+9
*
Add checkevent intrinsic to check if any resources owned by the current thread
Richard Osborne
2011-03-16
2
-55
/
+134
*
Don't indent cases in a switch, no functionality change.
Richard Osborne
2011-03-15
1
-50
/
+50
*
On the XCore the scavenging slot should be closest to the SP.
Richard Osborne
2011-03-15
2
-0
/
+7
*
Add XCore intrinsics for getps, setps, setsr and clrsr.
Richard Osborne
2011-03-15
1
-3
/
+25
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
2
-74
/
+74
*
Add XCore intrinsic for eeu instruction.
Richard Osborne
2011-02-24
1
-0
/
+4
*
Add XCore intrinsic for clre instruction.
Richard Osborne
2011-02-23
1
-1
/
+3
*
Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enable
Richard Osborne
2011-02-23
1
-1
/
+7
*
Add XCore intrinsic for the setv instruction.
Richard Osborne
2011-02-23
1
-1
/
+6
*
Fix format for setc instruction.
Richard Osborne
2011-02-23
1
-1
/
+1
*
Add XCore intrinsic for settw instruction.
Richard Osborne
2011-02-23
1
-1
/
+5
*
Add XCore intrinsics for various instructions on ports.
Richard Osborne
2011-02-21
1
-2
/
+24
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
1
-2
/
+2
*
Add intrinsic for setc instruction on the XCore.
Richard Osborne
2011-02-09
1
-1
/
+12
*
Add XCore intrinsics for resource instructions.
Richard Osborne
2011-02-03
1
-4
/
+51
*
Add support for trampolines on the XCore.
Richard Osborne
2011-02-02
4
-1
/
+72
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-12
/
+12
*
Remove duplicated code.
Rafael Espindola
2011-01-23
1
-6
/
+7
*
Fix a few more places that should use MBB::getLastNonDebugInstr().
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
7
-32
/
+33
*
Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
Evan Cheng
2011-01-06
1
-2
/
+3
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-4
/
+4
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
4
-48
/
+49
*
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
4
-74
/
+75
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
4
-9
/
+10
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
5
-20
/
+25
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
5
-212
/
+251
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
5
-23
/
+2
*
Remove some explicit arguments to getELFSection. This is
Rafael Espindola
2010-11-11
1
-6
/
+6
*
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-11-03
1
-1
/
+1
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-12
/
+9
[prev]
[next]