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
Age
Commit message (
Expand
)
Author
2009-07-09
isPICStyleStub() is now never true in -static mode, so simplify code.
Chris Lattner
2009-07-09
simplify some code based on the fact that picstyles != none are only valid
Chris Lattner
2009-07-09
all this logic always returns true because GOT mode is never active in x86-64...
Chris Lattner
2009-07-09
isPICStyleRIPRel() and friends are never true in -static mode.
Chris Lattner
2009-07-09
Move PR4517 to README.txt.
Nick Lewycky
2009-07-09
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-09
.o file writing shouldn't mess around with pic/relo models like the JIT does.
Chris Lattner
2009-07-09
move a hack out of the asm-printer specific path to the main target selection...
Chris Lattner
2009-07-09
many more cleanups, for example if in the "none" pic-style,
Chris Lattner
2009-07-09
Reduce indentation in GVRequiresExtraLoad. Return true for windows
Chris Lattner
2009-07-09
When in -static mode, force the PIC style to none. Doing this requires fixing
Chris Lattner
2009-07-09
merge two identical functions and simplify things that are GOT specific
Chris Lattner
2009-07-09
hoist check for IsTailCall to callers. Eliminate redundant check for
Chris Lattner
2009-07-09
change a few methods to be static functions.
Chris Lattner
2009-07-09
one more added assert.
Chris Lattner
2009-07-09
remove eh, convert to FileCheck style
Chris Lattner
2009-07-09
move handling of dllimport linkage in isel, not in asmprinter.
Chris Lattner
2009-07-09
we have no tests for dllimport/export. Add one.
Chris Lattner
2009-07-09
Work around an ICE in gcc-4.2.4.
Jeffrey Yasskin
2009-07-09
one more assertion!
Chris Lattner
2009-07-09
add some more assertions. Remove code to handle dllimport on darwin.
Chris Lattner
2009-07-09
Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE
Dan Gohman
2009-07-09
remove "asmcall", using print_pcrel_imm instead of printOperand.
Chris Lattner
2009-07-09
simplify some logic
Chris Lattner
2009-07-09
* add some assertions for sanity checking.
Chris Lattner
2009-07-09
stop on the first file mismatch.
Chris Lattner
2009-07-09
add a test for dale's recent change.
Chris Lattner
2009-07-08
Make SmallPtrSet iterators real iterators
Douglas Gregor
2009-07-08
LLVMContext-ification.
Owen Anderson
2009-07-08
switch test to FileCheck-style and test the P and non-P cases.
Chris Lattner
2009-07-08
rename a test to make it a feature test.
Chris Lattner
2009-07-08
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
* manually concatenate two string literals
Chris Lattner
2009-07-08
- Add some NEON ld / st instruction static encoding.
Evan Cheng
2009-07-08
Fix thinko.
Devang Patel
2009-07-08
Fix the AssertingVH unittests.
Jeffrey Yasskin
2009-07-08
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-07-08
Reformat.
David Greene
2009-07-08
Drop "constant" from
Devang Patel
2009-07-08
Allow users of GraphWriter to display graphs asynchronously. This
David Greene
2009-07-08
Add an ExecuteNoWait interface to support asynchronous process spawning.
David Greene
2009-07-08
Update SLotTracker to handle MDNode slots.
Devang Patel
2009-07-08
Nowadays vectors are only split if they have an even
Duncan Sands
2009-07-08
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
2009-07-08
Recommit r74952 with a bug fix:
Bill Wendling
2009-07-08
Use interators instead of counters for loops.
Bill Wendling
2009-07-08
Missed an exit during the conversion.
Torok Edwin
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Push LLVMContext _back_ through IRBuilder.
Owen Anderson
2009-07-08
Switch all the MC tests to use FileCheck.
Chris Lattner
[next]