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
/
VMCore
/
Function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added the llvm.readport and llvm.writeport intrinsics.
John Criswell
2004-04-08
1
-0
/
+3
*
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-03-13
1
-3
/
+3
*
Add llvm.memset/frameaddress/returnaddress intrinsics.
Chris Lattner
2004-02-14
1
-0
/
+7
*
Add support for the llvm.memmove intrinsic
Chris Lattner
2004-02-12
1
-0
/
+1
*
Implement the llvm.memcpy intrinsic
Chris Lattner
2004-02-12
1
-0
/
+3
*
Hrm, another minor cleanup, which I missed before
Chris Lattner
2004-01-10
1
-1
/
+1
*
Minor cleanup
Chris Lattner
2004-01-10
1
-1
/
+1
*
Add support for new intrinsic
Chris Lattner
2004-01-06
1
-0
/
+1
*
Add VMCore and code generator support for debugging intrinsics. By default
Chris Lattner
2004-01-05
1
-0
/
+6
*
Check return types of functions
Chris Lattner
2003-11-21
1
-0
/
+3
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-23
/
+27
*
Make code gcc 3.4 clean
Chris Lattner
2003-11-05
1
-2
/
+2
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-1
/
+1
*
Fix spelling/grammar.
Misha Brukman
2003-10-10
1
-2
/
+2
*
Reject "llvm." as a function name
Chris Lattner
2003-09-19
1
-1
/
+3
*
Change the semancics of the dropallrefs method
Chris Lattner
2003-09-17
1
-2
/
+1
*
Reverting back to the previous revision.
John Criswell
2003-09-09
1
-1
/
+1
*
Modified the check for intrinsic functions. All intrinsic functions have to
John Criswell
2003-09-09
1
-1
/
+1
*
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
1
-3
/
+0
*
As it turns out, things will be simpler than I first expected. We no longer
Chris Lattner
2003-08-25
1
-4
/
+0
*
rethrow is really the language independent primitive here. "throw" can be wr...
Chris Lattner
2003-08-24
1
-2
/
+4
*
Fix copy-and-paste-o
Chris Lattner
2003-08-24
1
-2
/
+2
*
Initial support for recognizing LLVM exception handling intrinsics
Chris Lattner
2003-08-24
1
-4
/
+10
*
Add intrinsics for the llvm.sig(set|long)jmp functions
Chris Lattner
2003-08-18
1
-1
/
+3
*
Add a bunch of new Alpha Intrinsics for Rahul Joshi
Chris Lattner
2003-08-06
1
-4
/
+28
*
Add support for Alpha intrinsics, contributed by Rahul Joshi
Chris Lattner
2003-07-28
1
-0
/
+6
*
Add support for setjmp/longjmp primitives
Chris Lattner
2003-05-17
1
-13
/
+9
*
Add more support for intrinsic functions and for varargs stuff
Chris Lattner
2003-05-08
1
-0
/
+36
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-4
/
+4
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
1
-9
/
+9
*
Eliminate the concept of a deferred symbol table. The optimization really is...
Chris Lattner
2002-11-20
1
-22
/
+1
*
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Chris Lattner
2002-10-15
1
-6
/
+2
*
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-10-13
1
-1
/
+8
*
Remove specification of argument default from cpp file.
Vikram S. Adve
2002-09-17
1
-1
/
+1
*
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
Chris Lattner
2002-09-08
1
-2
/
+30
*
Move code out of header files into .cpp files to make future changes easier
Chris Lattner
2002-09-06
1
-2
/
+25
*
* Remove extraneous #includes
Chris Lattner
2002-09-06
1
-6
/
+5
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-2
/
+2
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-17
/
+27
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
* Incorporate the contents of SymTabValue into Function and Module
Chris Lattner
2002-04-28
1
-2
/
+26
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-2
/
+19
*
Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
Chris Lattner
2002-04-08
1
-2
/
+2
*
s/Method/Function
Chris Lattner
2002-03-29
1
-5
/
+4
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-8
/
+8
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-7
/
+8
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-4
/
+4
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
[next]