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
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-22
2
-8
/
+30
*
Rename getConstantInt{True|False} to get{True|False} at Chris' behest.
Owen Anderson
2009-07-21
1
-2
/
+2
*
Assembly and Bitcode support for unsigned/signed overflow flags and
Dan Gohman
2009-07-20
3
-0
/
+94
*
Refactor metadata parsing routines into separate functions.
Devang Patel
2009-07-20
2
-27
/
+46
*
Add plumbing for the `linker_private' linkage type. This type is meant for
Bill Wendling
2009-07-20
3
-28
/
+35
*
Add support for naked functions
Anton Korobeynikov
2009-07-17
3
-0
/
+3
*
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...
Owen Anderson
2009-07-15
1
-2
/
+2
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-2
/
+2
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
2
-3
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
2
-3
/
+5
*
This started as a small change, I swear. Unfortunately, lots of things call ...
Owen Anderson
2009-07-09
1
-2
/
+2
*
Fix thinko.
Devang Patel
2009-07-08
1
-1
/
+1
*
Drop "constant" from
Devang Patel
2009-07-08
1
-3
/
+1
*
Support MDNode forward reference.
Devang Patel
2009-07-08
2
-3
/
+34
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
1
-7
/
+6
*
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-07-08
3
-34
/
+8
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
1
-3
/
+4
*
Use LLVMContext in the LLLexer.
Owen Anderson
2009-07-07
3
-5
/
+10
*
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
5
-38
/
+28
*
switch the .ll parser into SMDiagnostic.
Chris Lattner
2009-07-02
4
-45
/
+15
*
Use LLVMContext for generating MDStrings too.
Owen Anderson
2009-07-02
1
-1
/
+1
*
Use LLVMContext to generate metadata constants.
Owen Anderson
2009-07-02
1
-1
/
+1
*
Use LLVMContext for generating UndefValue constants too!
Owen Anderson
2009-07-02
2
-7
/
+9
*
Try again at converting the LLParser to use LLVMContext, without massive brea...
Owen Anderson
2009-07-01
2
-47
/
+55
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-2
/
+2
*
--- Reverse-merging (from foreign repository) r74648 into '.':
Bill Wendling
2009-07-01
2
-9
/
+5
*
Convert LLParser to use LLVMContext for creating constants.
Owen Anderson
2009-07-01
2
-5
/
+9
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+2
*
Support stand alone metadata syntax.
Devang Patel
2009-07-01
2
-1
/
+43
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-4
/
+5
*
improve the APIs for creating struct and function types with no arguments/ele...
Chris Lattner
2009-07-01
1
-1
/
+1
*
Address review comments: add 3 ARM calling conventions.
Anton Korobeynikov
2009-06-16
3
-2
/
+14
*
Fix a typo in a diagnostic.
Dan Gohman
2009-06-15
1
-1
/
+1
*
Fix old-style type names in comments.
Dan Gohman
2009-06-14
1
-3
/
+3
*
Create FunctionType::isValidArgumentType to go along with isValidReturnType.
Nick Lewycky
2009-06-07
1
-5
/
+11
*
Refuse metadata* type for function arguments.
Nick Lewycky
2009-06-07
1
-1
/
+3
*
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
3
-19
/
+22
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
3
-4
/
+15
*
Add new function attribute - noredzone.
Devang Patel
2009-06-04
3
-1
/
+3
*
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-05-30
1
-0
/
+1
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-9
/
+9
*
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-05-10
2
-10
/
+18
*
testcase and asmparser fix for PR4066
Chris Lattner
2009-04-25
1
-2
/
+5
*
Fix warning in .ll parser, detect and reject available_externally on function
Nick Lewycky
2009-04-13
1
-0
/
+1
*
Add a new "available_externally" linkage type. This is intended
Chris Lattner
2009-04-13
3
-1
/
+5
*
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-04-04
4
-1
/
+49
*
Fix a bug in our autoupgrade support: in an argument list to a function
Chris Lattner
2009-03-25
1
-4
/
+8
*
Fix internal representation of fp80 to be the
Dale Johannesen
2009-03-23
2
-1
/
+35
*
It makes no sense to have a ODR version of common
Duncan Sands
2009-03-11
3
-8
/
+3
*
Remove the one-definition-rule version of extern_weak
Duncan Sands
2009-03-11
3
-15
/
+8
[next]