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
Age
Commit message (
Expand
)
Author
2010-09-21
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-21
update the X86 backend to use the MachinePointerInfo version of one
Chris Lattner
2010-09-21
Fix a bug where the x86 backend would lower memcpy/memset of segment relative...
Chris Lattner
2010-09-21
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
Chris Lattner
2010-09-21
add some helpful accessors.
Chris Lattner
2010-09-21
add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a
Chris Lattner
2010-09-21
simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...
Chris Lattner
2010-09-21
chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,
Chris Lattner
2010-09-21
don't implicitly drop the offset of a machinememoperand when legalizing atomics.
Chris Lattner
2010-09-21
force clients of MachineFunction::getMachineMemOperand to provide a
Chris Lattner
2010-09-21
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-21
start pushing MachinePointerInfo out through the MachineMemOperand interface
Chris Lattner
2010-09-21
refactor the Value*/offset pair from MachineMemOperand out to a new
Chris Lattner
2010-09-21
fix rdar://8453210, a crash handling a call through a GS relative load.
Chris Lattner
2010-09-21
Revert unrelated change that was accidentally included in the previous commit.
Rafael Espindola
2010-09-21
Implement support for .local and its "interesting" interactions with .comm.
Rafael Espindola
2010-09-20
Enable machine sinking critical edge splitting. e.g.
Evan Cheng
2010-09-20
When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...
Owen Anderson
2010-09-20
Simplify ARM callee-saved register handling by removing the distinction
Jim Grosbach
2010-09-20
Produce a R_X86_64_32 when the value is >=0.
Rafael Espindola
2010-09-20
Avoid splitting critical edge twice for a set of PHI uses.
Evan Cheng
2010-09-20
Fix the "unable to rename temporary" lit test failing on Windows. rename is n...
Francois Pichet
2010-09-19
Revert r114312 while I sort out some issues.
Owen Anderson
2010-09-19
Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know,
Owen Anderson
2010-09-19
Add one more Core i7 model number.
Jakob Stoklund Olesen
2010-09-19
idiom recognition should catch this.
Chris Lattner
2010-09-19
add a readme.
Chris Lattner
2010-09-19
add corei7, the laptop version.
Chris Lattner
2010-09-18
X86Subtarget.h: Fix Cygwin's TD.
NAKAMURA Takumi
2010-09-18
Add the exit instruction to the PTX target.
Eric Christopher
2010-09-18
Fix build.
Michael J. Spencer
2010-09-18
Make sure the STT_FILE symbol is the first one in the symbol table.
Rafael Espindola
2010-09-18
Unbreak msvc build.
Benjamin Kramer
2010-09-18
do not rely on the implicit-dereference semantics of dyn_cast_or_null
Gabor Greif
2010-09-18
do not rely on the implicit-dereference semantics of dyn_cast_or_null
Gabor Greif
2010-09-18
Fixed non-const iterator error.
Lang Hames
2010-09-18
Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...
Lang Hames
2010-09-18
Fix code that break critical edges for PHI uses. Watch out for multiple PHIs ...
Evan Cheng
2010-09-18
Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...
Owen Anderson
2010-09-18
Thumb opcodes for thumb calls.
Eric Christopher
2010-09-18
Add addrmode5 fp load support. Swap float/thumb operand adding to handle
Eric Christopher
2010-09-18
Floating point stores have a 3rd addressing mode type.
Eric Christopher
2010-09-18
factor out a simple helper function to create a label for PC-relative
Jim Grosbach
2010-09-18
PC-relative pseudo instructions are lowered and printed directly. Any encounter
Jim Grosbach
2010-09-17
Fix vmov.f64 disassembly on targets where sizeof(long) != 8.
Benjamin Kramer
2010-09-17
Add MC-inst handling for tPICADD
Jim Grosbach
2010-09-17
Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64
Bob Wilson
2010-09-17
Teach the (non-MC) instruction printer to use the cannonical names for push/pop,
Jim Grosbach
2010-09-17
Avoid relocations in a common case.
Rafael Espindola
2010-09-17
Teach machine sink to
Evan Cheng
[next]