index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit correct code when making a ConstantPool entry for a vector
Dale Johannesen
2009-11-10
1
-2
/
+11
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
3
-104
/
+36
*
Codegen support for the llvm.invariant/lifetime.start/end intrinsics:
Duncan Sands
2009-11-10
1
-0
/
+10
*
Remove an unneeded #include.
Dan Gohman
2009-11-09
1
-1
/
+0
*
Fix for 64-bit builds.
Mike Stump
2009-11-09
1
-1
/
+1
*
Hide a couple of options.
Evan Cheng
2009-11-09
1
-1
/
+1
*
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
2
-10
/
+30
*
Fix PR5421 by APInt'izing switch lowering.
Chris Lattner
2009-11-07
2
-17
/
+19
*
Fix memoizing of CvtRndSatSDNode
Mon P Wang
2009-11-07
1
-1
/
+2
*
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-07
2
-0
/
+75
*
Avoid printing a redundant space in SDNode->dump().
Dan Gohman
2009-11-05
1
-2
/
+1
*
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
1
-2
/
+2
*
When discarding SrcValue information, discard all of it so that code
Dan Gohman
2009-10-31
1
-7
/
+5
*
Fix warning with gcc-4.0 and signed/unsigned.
Eric Christopher
2009-10-31
1
-1
/
+1
*
Don't mark registers dead here when processing nodes with MVT::Flag
Dan Gohman
2009-10-30
1
-1
/
+5
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
4
-2
/
+44
*
Remove some unnecessary spaces in debug output.
Dan Gohman
2009-10-29
1
-3
/
+3
*
Move some code from being emitted as boilerplate duplicated in every
Dan Gohman
2009-10-29
1
-0
/
+52
*
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
2
-4
/
+8
*
Make sure we return the right sized type here.
Eric Christopher
2009-10-28
1
-2
/
+5
*
Don't call SDNode::isPredecessorOf when it isn't necessary. If the load's
Dan Gohman
2009-10-28
1
-6
/
+10
*
Rewrite SelectionDAG::isPredecessorOf to be iterative instead of
Dan Gohman
2009-10-28
1
-21
/
+16
*
Add a second ValueType argument to isFPImmLegal.
Evan Cheng
2009-10-28
1
-1
/
+1
*
Mark dead physregdefs dead immediately. This helps MachineSink and
Dan Gohman
2009-10-28
1
-0
/
+2
*
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-28
2
-3
/
+3
*
Update the MachineBasicBlock CFG for an indirect branch.
Dan Gohman
2009-10-27
1
-0
/
+4
*
Add CodeGen support for indirect branches.
Dan Gohman
2009-10-27
1
-2
/
+3
*
don't use stdio
Chris Lattner
2009-10-27
1
-1
/
+1
*
Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...
Evan Cheng
2009-10-27
2
-10
/
+2
*
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
2
-0
/
+7
*
pseudosourcevalue is also still using getGlobalContext(), so it isn't
Chris Lattner
2009-10-27
1
-0
/
+1
*
Add objectsize intrinsic and hook it up through codegen. Doesn't
Eric Christopher
2009-10-27
1
-0
/
+12
*
Remove FreeInst.
Victor Hernandez
2009-10-26
2
-22
/
+0
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
5
-5
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
6
-12
/
+9
*
APInt-ify the gep scaling code, so that it correctly handles the case where
Dan Gohman
2009-10-23
1
-4
/
+5
*
Fix null pointer dereference.
Anton Korobeynikov
2009-10-22
1
-1
/
+1
*
Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign)
Anton Korobeynikov
2009-10-20
1
-4
/
+6
*
-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
Evan Cheng
2009-10-18
5
-56
/
+39
*
Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...
Evan Cheng
2009-10-18
5
-39
/
+56
*
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
5
-15
/
+15
*
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
5
-15
/
+15
*
80 col violation.
Evan Cheng
2009-10-17
1
-1
/
+2
*
Delete an obsolete comment.
Dan Gohman
2009-10-17
1
-2
/
+1
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
2
-44
/
+0
*
Allow widening of extract subvector
Mon P Wang
2009-10-16
2
-0
/
+8
*
Indent code.
Zhongxing Xu
2009-10-16
1
-1
/
+1
*
Report errors correctly for unselected target intrinsics.
Jakob Stoklund Olesen
2009-10-15
1
-6
/
+9
*
I don't see any point in having both eh.selector.i32 and eh.selector.i64,
Duncan Sands
2009-10-14
2
-19
/
+22
*
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
2
-5
/
+4
[next]