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
*
isPICStyleStub() is now never true in -static mode, so simplify code.
Chris Lattner
2009-07-09
1
-9
/
+4
*
simplify some code based on the fact that picstyles != none are only valid
Chris Lattner
2009-07-09
4
-23
/
+16
*
all this logic always returns true because GOT mode is never active in x86-64...
Chris Lattner
2009-07-09
1
-16
/
+5
*
isPICStyleRIPRel() and friends are never true in -static mode.
Chris Lattner
2009-07-09
2
-36
/
+29
*
Move PR4517 to README.txt.
Nick Lewycky
2009-07-09
1
-0
/
+22
*
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-09
6
-42
/
+102
*
.o file writing shouldn't mess around with pic/relo models like the JIT does.
Chris Lattner
2009-07-09
1
-18
/
+0
*
move a hack out of the asm-printer specific path to the main target selection...
Chris Lattner
2009-07-09
1
-12
/
+17
*
many more cleanups, for example if in the "none" pic-style,
Chris Lattner
2009-07-09
1
-26
/
+26
*
Reduce indentation in GVRequiresExtraLoad. Return true for windows
Chris Lattner
2009-07-09
1
-26
/
+28
*
When in -static mode, force the PIC style to none. Doing this requires fixing
Chris Lattner
2009-07-09
3
-19
/
+33
*
merge two identical functions and simplify things that are GOT specific
Chris Lattner
2009-07-09
1
-41
/
+33
*
hoist check for IsTailCall to callers. Eliminate redundant check for
Chris Lattner
2009-07-09
1
-10
/
+6
*
change a few methods to be static functions.
Chris Lattner
2009-07-09
2
-14
/
+17
*
one more added assert.
Chris Lattner
2009-07-09
1
-1
/
+3
*
move handling of dllimport linkage in isel, not in asmprinter.
Chris Lattner
2009-07-09
4
-17
/
+27
*
one more assertion!
Chris Lattner
2009-07-09
1
-1
/
+3
*
add some more assertions. Remove code to handle dllimport on darwin.
Chris Lattner
2009-07-09
1
-3
/
+6
*
Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE
Dan Gohman
2009-07-09
1
-2
/
+2
*
remove "asmcall", using print_pcrel_imm instead of printOperand.
Chris Lattner
2009-07-09
1
-27
/
+8
*
simplify some logic
Chris Lattner
2009-07-09
1
-13
/
+15
*
* add some assertions for sanity checking.
Chris Lattner
2009-07-09
1
-23
/
+25
*
LLVMContext-ification.
Owen Anderson
2009-07-08
2
-7
/
+10
*
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
13
-1125
/
+106
*
* manually concatenate two string literals
Chris Lattner
2009-07-08
1
-3
/
+1
*
- Add some NEON ld / st instruction static encoding.
Evan Cheng
2009-07-08
2
-4
/
+38
*
Fix thinko.
Devang Patel
2009-07-08
1
-1
/
+1
*
Fix the AssertingVH unittests.
Jeffrey Yasskin
2009-07-08
1
-2
/
+1
*
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-07-08
8
-67
/
+134
*
Drop "constant" from
Devang Patel
2009-07-08
2
-4
/
+2
*
Allow users of GraphWriter to display graphs asynchronously. This
David Greene
2009-07-08
1
-15
/
+30
*
Add an ExecuteNoWait interface to support asynchronous process spawning.
David Greene
2009-07-08
2
-0
/
+237
*
Update SLotTracker to handle MDNode slots.
Devang Patel
2009-07-08
1
-90
/
+134
*
Nowadays vectors are only split if they have an even
Duncan Sands
2009-07-08
4
-59
/
+47
*
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
2009-07-08
9
-111
/
+48
*
Recommit r74952 with a bug fix:
Bill Wendling
2009-07-08
2
-71
/
+104
*
Use interators instead of counters for loops.
Bill Wendling
2009-07-08
1
-16
/
+21
*
Missed an exit during the conversion.
Edwin Török
2009-07-08
2
-6
/
+6
*
Implement changes from Chris's feedback.
Edwin Török
2009-07-08
50
-191
/
+258
*
Push LLVMContext _back_ through IRBuilder.
Owen Anderson
2009-07-08
4
-5
/
+5
*
Implement NEON vst1 instruction.
Bob Wilson
2009-07-08
1
-0
/
+22
*
Generalize opcode selection in ARMBaseRegisterInfo.
David Goodwin
2009-07-08
12
-63
/
+80
*
Fix cmake build.
Xerxes Ranby
2009-07-08
1
-0
/
+1
*
Support MDNode forward reference.
Devang Patel
2009-07-08
2
-3
/
+34
*
Make the code that updates ScalarEvolution's internal state in response
Dan Gohman
2009-07-08
1
-30
/
+70
*
Tell ScalarEvolution to forget a loop before starting to delete it.
Dan Gohman
2009-07-08
1
-6
/
+6
*
Convert more abort() calls to llvm_report_error().
Edwin Török
2009-07-08
17
-94
/
+112
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
16
-117
/
+95
*
Push methods into base class in preparation for sharing.
David Goodwin
2009-07-08
8
-598
/
+605
*
Implement NEON vld1 instructions.
Bob Wilson
2009-07-08
3
-1
/
+31
[next]