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