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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-1
/
+98
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
21
-92
/
+90
*
Conform...
David Goodwin
2009-07-08
1
-4
/
+4
*
Start breaking out common base functionality for register info.
David Goodwin
2009-07-08
4
-916
/
+979
*
convert comments to doxygen style
Chris Lattner
2009-07-08
1
-19
/
+19
*
Add rev16 test... xfail for now
David Goodwin
2009-07-08
1
-0
/
+32
*
Add myself to blame file...
David Goodwin
2009-07-08
1
-0
/
+4
*
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
12
-1115
/
+1414
*
Remove trailing whitespace. Reorder some methods
Duncan Sands
2009-07-08
5
-59
/
+60
*
Update the example to show that an archive can contain llvm bitcode.
Rafael Espindola
2009-07-08
1
-1
/
+2
*
Trial first commit
Alisdair Meredith
2009-07-08
1
-0
/
+1
*
Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the t...
Sanjiv Gupta
2009-07-08
1
-2
/
+4
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
31
-664
/
+99
*
Add a Thumb2 instruction flag to that indicates whether the instruction can b...
Evan Cheng
2009-07-08
3
-14
/
+26
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
21
-75
/
+114
*
remove two methods that no longer exist.
Chris Lattner
2009-07-08
1
-24
/
+0
*
more getting windows to build.
Chris Lattner
2009-07-08
1
-14
/
+7
*
eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works.
Chris Lattner
2009-07-08
3
-42
/
+1
*
Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No
Chris Lattner
2009-07-08
6
-128
/
+191
*
dag combine sext(setcc) -> vsetcc before legalize. To make this safe,
Chris Lattner
2009-07-08
3
-8
/
+25
*
hopefully fix the build on windows.
Chris Lattner
2009-07-08
1
-0
/
+1
*
Add a todo.
Evan Cheng
2009-07-08
2
-1
/
+9
*
Also statically set bit 25 for BR_JT instructions.
Evan Cheng
2009-07-07
1
-3
/
+3
*
LLVMContext-ification.
Owen Anderson
2009-07-07
4
-31
/
+44
*
Statically encode bit 25 to indicate immediate form of data processing instru...
Evan Cheng
2009-07-07
2
-14
/
+37
*
--- Reverse-merging (from foreign repository) r74952 into '.':
Bill Wendling
2009-07-07
2
-77
/
+71
*
SelectionDAG::SignBitIsZero doesn't work right for vectors,
Chris Lattner
2009-07-07
1
-0
/
+4
*
Commit the file I actually changed as part of last
Dale Johannesen
2009-07-07
1
-10
/
+24
*
Operand of asm("call") (the callee function) is represented
Dale Johannesen
2009-07-07
1
-3
/
+16
*
add support for legalizing an icmp where the result is illegal (4xi1) but
Chris Lattner
2009-07-07
2
-7
/
+37
*
add a trivial test that vector compares work.
Chris Lattner
2009-07-07
1
-0
/
+7
*
random code cleanups.
Chris Lattner
2009-07-07
1
-27
/
+28
*
implement support for spliting and scalarizing vector setcc's. This
Chris Lattner
2009-07-07
3
-9
/
+52
*
lower vector icmp/fcmp to ICMP/FCMP nodes with the right result
Chris Lattner
2009-07-07
1
-2
/
+5
*
ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same,
Chris Lattner
2009-07-07
2
-12
/
+1
*
Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand
Bob Wilson
2009-07-07
1
-20
/
+12
*
add support for vector legalizing of *_EXTEND.
Chris Lattner
2009-07-07
1
-15
/
+50
*
Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when
Jeffrey Yasskin
2009-07-07
1
-3
/
+6
*
Disable loop index split for now and let nightly tester verify its usefulness.
Devang Patel
2009-07-07
1
-1
/
+0
*
verify that the fcmp version of this works just as well as the
Chris Lattner
2009-07-07
1
-0
/
+12
*
Accidently dropped this while removing dead code in previous commit.
Devang Patel
2009-07-07
1
-0
/
+1
*
DWARF requires frame moves be specified at specific times. If you have a
Bill Wendling
2009-07-07
2
-71
/
+77
*
LLVMContext-ifiy the implementation of the C API.
Owen Anderson
2009-07-07
1
-59
/
+102
*
Remove dead code.
Devang Patel
2009-07-07
2
-32
/
+2
*
LLVM Context-ification.
Owen Anderson
2009-07-07
1
-22
/
+42
*
Fix a typo and a grammaro in a comment.
Dan Gohman
2009-07-07
1
-1
/
+1
*
Add Thumb2 movcc instructions.
Evan Cheng
2009-07-07
4
-35
/
+153
*
Add missing tests.
Evan Cheng
2009-07-07
2
-0
/
+48
*
Implement parsing support for the .comm directive. Patch by
Chris Lattner
2009-07-07
5
-0
/
+90
[next]