index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Age
Commit message (
Expand
)
Author
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-05
Move PPC Linux to CFI.
Rafael Espindola
2011-05-02
Add 130690 back.
Rafael Espindola
2011-05-02
Revert while I debug the tests that use march but not mtriple.
Rafael Espindola
2011-05-02
Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...
Rafael Espindola
2011-04-20
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-19
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
Target/PPC: Kill off DarwinVers, which is now dead.
Daniel Dunbar
2011-04-19
Target/PPC: Eliminate a use of getDarwinVers().
Daniel Dunbar
2011-04-19
Target/PPC: Add a TargetTriple field.
Daniel Dunbar
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-04
Insert code in the right location when lowering PowerPC atomics.
Jakob Stoklund Olesen
2011-04-04
PowerPC atomic pseudos clobber CR0, they don't read it.
Jakob Stoklund Olesen
2011-04-04
Use X0 instead of R0 for the zero register on ppc64.
Jakob Stoklund Olesen
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-02-25
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-18
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
Jeffrey Yasskin
2011-01-14
Add a possibility to switch between CFI directives- and table-based frame des...
Anton Korobeynikov
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-08
Fix the last virtual register enumerations.
Jakob Stoklund Olesen
2010-12-24
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
whitespace
Andrew Trick
2010-12-23
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
flags -> glue for selectiondag
Chris Lattner
2010-12-23
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-18
Restore the behavior of frame lowering before my refactoring.
Anton Korobeynikov
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-17
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-16
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
Fix indentation (per style guide).
Daniel Dunbar
2010-12-16
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-06
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-04
There are two reasons why we might want to use
Rafael Espindola
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
MC/Mach-O: Switch to using MachOFormat.h.
Daniel Dunbar
2010-11-26
Remove the unused TheTarget member.
Rafael Espindola
2010-11-25
Namespacify.
Benjamin Kramer
2010-11-23
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
[prev]
[next]