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
/
Target
/
CBackend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
2
-0
/
+14
*
Add support for the new varargs intrinsics and instructions
Chris Lattner
2003-10-18
2
-28
/
+46
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
2
-0
/
+8
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
2
-2
/
+2
*
Do not allow fallthroughs in switch statements. This fixes PR37,
Chris Lattner
2003-10-13
2
-2
/
+6
*
Use the autoconf macro John wrote
Chris Lattner
2003-10-13
2
-12
/
+6
*
* Spell "necessary" correctly
Chris Lattner
2003-10-12
2
-6
/
+48
*
* Be TBAA safe
Chris Lattner
2003-10-12
2
-64
/
+118
*
A couple of minor code cleanups.
Chris Lattner
2003-10-05
2
-42
/
+32
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
2
-2
/
+2
*
Fix problems with programs that prototype printf to something unusual
Chris Lattner
2003-09-15
2
-4
/
+8
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
2
-8
/
+8
*
Remove a bunch of warnings from the CBE generated C code
Chris Lattner
2003-09-10
2
-4
/
+4
*
"the one true solution for compatibility with GCC 3.3+"
Chris Lattner
2003-09-10
2
-6
/
+6
*
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
2
-26
/
+0
*
Add support for the unwind instruction
Chris Lattner
2003-09-08
2
-0
/
+28
*
Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking
Chris Lattner
2003-08-28
2
-4
/
+10
*
Simplify code
Chris Lattner
2003-08-24
2
-6
/
+2
*
Implement support for the unwind intrinsic in the CBE
Chris Lattner
2003-08-24
2
-0
/
+26
*
Add support for the sig(set|long)jmp intrinsics
Chris Lattner
2003-08-18
2
-2
/
+8
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
2
-4
/
+4
*
Stop annoying warnings about mismatched types with the argument of a free
Chris Lattner
2003-08-14
2
-16
/
+48
*
The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded
Chris Lattner
2003-08-06
2
-46
/
+12
*
Unbreak the CBE output
Chris Lattner
2003-07-31
2
-4
/
+0
*
Modified the code so that it generates (0) for setjmp() and abort() for
John Criswell
2003-07-31
2
-0
/
+36
*
Don't include llvm/SlotCalculator.h, or <set>.
Brian Gaeke
2003-07-25
2
-6
/
+2
*
Use unified CWriter-X86/Printer name mangler. Do not bother using
Brian Gaeke
2003-07-24
2
-142
/
+42
*
Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE
Chris Lattner
2003-07-23
2
-2
/
+4
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
2
-6
/
+2
*
Eliminated dead code.
Misha Brukman
2003-07-21
2
-2
/
+2
*
Some beautification changes (tabs to spaces, removed extra blank lines);
Misha Brukman
2003-07-09
2
-12
/
+8
*
Removed size_t from the parameter list of the malloc() prototype in generated C
John Criswell
2003-07-08
2
-2
/
+2
*
jmp_buf is really a pointer type that is passed around...
Chris Lattner
2003-06-28
2
-4
/
+4
*
Add support for the Invoke instruction!
Chris Lattner
2003-06-28
2
-18
/
+96
*
Preserve compatibility with non-gcc compilers
Chris Lattner
2003-06-28
2
-8
/
+28
*
Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx
Chris Lattner
2003-06-28
2
-0
/
+4
*
- Fixed name mangling conditions to handle 'linkonce' linkage type. In
Joel Stanley
2003-06-25
2
-60
/
+88
*
It seems likely that floats would need a cast too, because they are
Brian Gaeke
2003-06-25
2
-2
/
+4
*
Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better
Brian Gaeke
2003-06-23
2
-0
/
+28
*
lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here
Brian Gaeke
2003-06-17
2
-8
/
+60
*
Fairly major change: emit fixed sized allocas in the entry block as a variable,
Chris Lattner
2003-06-17
2
-12
/
+52
*
Don't include alloca.h on FreeBSD.
Brian Gaeke
2003-06-16
2
-0
/
+4
*
Fix typeo
Chris Lattner
2003-06-16
2
-4
/
+4
*
Fix bug: CBackend/2003-06-11-HexConstant.ll
Chris Lattner
2003-06-16
2
-10
/
+34
*
Don't output explicit initializers for globals that are zero initialized
Chris Lattner
2003-06-06
2
-8
/
+8
*
Fix bug: CBackend/2003-06-01-NullPointerType.ll
Chris Lattner
2003-06-02
2
-8
/
+10
*
Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...
Chris Lattner
2003-06-01
2
-2
/
+14
*
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-29
2
-4
/
+4
*
Add support for setjmp/longjmp primitives
Chris Lattner
2003-05-17
2
-2
/
+28
[next]