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
/
PowerPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Insert code in the right location when lowering PowerPC atomics.
Jakob Stoklund Olesen
2011-04-04
1
-2
/
+4
*
PowerPC atomic pseudos clobber CR0, they don't read it.
Jakob Stoklund Olesen
2011-04-04
2
-2
/
+2
*
Use X0 instead of R0 for the zero register on ppc64.
Jakob Stoklund Olesen
2011-04-04
1
-10
/
+13
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
2
-3
/
+7
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
2
-47
/
+48
*
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
1
-12
/
+12
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+3
*
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
1
-1
/
+1
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
1
-12
/
+12
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-1
/
+2
*
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-18
1
-1
/
+0
*
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-14
1
-2
/
+2
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-7
/
+8
*
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
-59
/
+62
*
Fix the last virtual register enumerations.
Jakob Stoklund Olesen
2011-01-08
1
-3
/
+4
*
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
5
-13
/
+21
*
whitespace
Andrew Trick
2010-12-24
5
-158
/
+158
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-20
/
+20
*
flags -> glue for selectiondag
Chris Lattner
2010-12-23
1
-2
/
+2
*
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-23
1
-1
/
+0
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
2
-19
/
+19
*
Restore the behavior of frame lowering before my refactoring.
Anton Korobeynikov
2010-12-18
4
-12
/
+29
*
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
1
-6
/
+0
*
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-17
1
-3
/
+1
*
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
1
-6
/
+10
*
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
1
-1
/
+5
*
Fix indentation (per style guide).
Daniel Dunbar
2010-12-16
1
-49
/
+49
*
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
1
-0
/
+1
*
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
2
-20
/
+20
*
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
1
-3
/
+0
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-0
/
+4
*
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
4
-278
/
+271
*
MC/Mach-O: Switch to using MachOFormat.h.
Daniel Dunbar
2010-11-27
1
-4
/
+4
*
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
1
-1
/
+2
*
Namespacify.
Benjamin Kramer
2010-11-25
1
-1
/
+1
*
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-23
2
-92
/
+91
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
4
-9
/
+8
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
5
-57
/
+54
*
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
Rafael Espindola
2010-11-17
1
-7
/
+0
*
Fix a bug I introduced in the ppc refactoring, which caused long
Chris Lattner
2010-11-16
1
-0
/
+1
*
add copy of comment to the code that will survive the mcjit'ization
Chris Lattner
2010-11-16
1
-0
/
+2
*
relax an assertion a bit, allowing the GPR argument of
Chris Lattner
2010-11-16
2
-2
/
+6
*
fix a pasto that massively broke the ppc jit while the buildbots happened
Chris Lattner
2010-11-15
1
-2
/
+2
*
Wire up primitive support in the assembler backend for writing .o files
Chris Lattner
2010-11-15
5
-1
/
+137
*
split out an encoder for memri operands, allowing a relocation to be plopped
Chris Lattner
2010-11-15
5
-58
/
+68
*
add support for encoding the lo14 forms used for a few PPC64 addressing
Chris Lattner
2010-11-15
5
-25
/
+45
*
fix a regression with the new instprinter: we lost the ability to
Chris Lattner
2010-11-15
1
-0
/
+22
[next]