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
*
Implement NEON vld1 instructions.
Bob Wilson
2009-07-08
3
-1
/
+31
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
20
-92
/
+88
*
Start breaking out common base functionality for register info.
David Goodwin
2009-07-08
4
-916
/
+979
*
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
11
-1115
/
+1412
*
Remove trailing whitespace. Reorder some methods
Duncan Sands
2009-07-08
5
-59
/
+60
*
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
15
-362
/
+75
*
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
16
-51
/
+76
*
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
*
dag combine sext(setcc) -> vsetcc before legalize. To make this safe,
Chris Lattner
2009-07-08
1
-1
/
+19
*
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
3
-30
/
+41
*
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
1
-7
/
+30
*
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
2
-9
/
+24
*
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
*
add support for vector legalizing of *_EXTEND.
Chris Lattner
2009-07-07
1
-15
/
+50
*
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
*
Add Thumb2 movcc instructions.
Evan Cheng
2009-07-07
2
-35
/
+82
*
Implement parsing support for the .comm directive. Patch by
Chris Lattner
2009-07-07
1
-0
/
+12
*
LLVMContext-ify the bitcode reader.
Owen Anderson
2009-07-07
2
-57
/
+65
*
Add BX and BXr9 encodings. Patch by Sean Callanan.
Evan Cheng
2009-07-07
1
-2
/
+10
*
Fix build.
Mike Stump
2009-07-07
1
-0
/
+1
*
Use LLVMContext in the LLLexer.
Owen Anderson
2009-07-07
3
-5
/
+10
*
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-07
16
-64
/
+64
*
Eliminate the static constructors and locks from DynamicLibrary.cpp.
Chris Lattner
2009-07-07
1
-26
/
+27
*
remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...
Chris Lattner
2009-07-07
1
-10
/
+1
*
Revert 74898. It broke several tests.
Evan Cheng
2009-07-07
1
-9
/
+3
*
we don't use libtool anymore, update comments.
Chris Lattner
2009-07-07
1
-12
/
+2
*
Fix braces.
Torok Edwin
2009-07-07
1
-4
/
+2
*
Introduce new error handling API.
Torok Edwin
2009-07-07
3
-7
/
+60
*
Re-LLVMContext-ize DebugInfo, now with less breakage.
Owen Anderson
2009-07-07
1
-58
/
+72
*
Change all SCEV* to SCEV *.
Dan Gohman
2009-07-07
7
-372
/
+372
*
Revert part of r74873 that broke Clang's debug info generation.
Owen Anderson
2009-07-07
1
-81
/
+57
*
if the terminator is a branch depending upon the side effects of a
Sanjiv Gupta
2009-07-07
1
-3
/
+9
*
Add Thumb2 pkhbt / pkhtb.
Evan Cheng
2009-07-07
1
-4
/
+25
[next]