index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
CBackend
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR950:
Reid Spencer
2006-12-31
1
-56
/
+16
*
For PR950:
Reid Spencer
2006-12-23
1
-113
/
+288
*
Use a predicate function to identify bitcast of fp and integer instead of
Reid Spencer
2006-12-17
1
-11
/
+11
*
Fix PR1058:
Reid Spencer
2006-12-17
1
-8
/
+13
*
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-12
1
-2
/
+2
*
Fix the BitCastUnion type for 32-bit targets.
Reid Spencer
2006-12-12
1
-6
/
+6
*
Implement correct bitcast of int<->float and long<->double by using a
Reid Spencer
2006-12-11
1
-14
/
+58
*
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-10
1
-6
/
+2
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
1
-1
/
+1
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-11
/
+9
*
Always pass "true" to isMaxValue(bool) because we know the type is LongTy.
Reid Spencer
2006-12-06
1
-1
/
+1
*
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-06
1
-1
/
+1
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
1
-4
/
+11
*
gcc doesn't like an empty colbber list
Andrew Lenharth
2006-11-28
1
-1
/
+3
*
Make identity default, and fix PR1020
Andrew Lenharth
2006-11-28
1
-7
/
+3
*
update comments
Andrew Lenharth
2006-11-28
1
-2
/
+4
*
Get the asminfo for the target most closely matching the module and use that ...
Andrew Lenharth
2006-11-28
1
-28
/
+26
*
Preliminary support for inline asm in the cbe. The target specific ugliness
Andrew Lenharth
2006-11-27
1
-2
/
+164
*
When truncating to bool, it is necessary to & with 1 for all casts that
Reid Spencer
2006-11-27
1
-3
/
+10
*
For PR950:
Reid Spencer
2006-11-27
1
-28
/
+123
*
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-08
1
-17
/
+24
*
Fix a bug in the last patch and convert to && instead of & for logical expr.
Reid Spencer
2006-11-05
1
-2
/
+2
*
Implement the -enabled-cbe-printf-a feature.
Reid Spencer
2006-11-05
1
-2
/
+2
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-11-02
1
-10
/
+28
*
Enclose a case in { and } so that the pickier compilers don't complain.
Reid Spencer
2006-10-26
1
-0
/
+2
*
For PR950:
Reid Spencer
2006-10-26
1
-7
/
+161
*
Don't generate a prototype for _setjmp. At least on Linux, this function
Reid Spencer
2006-10-22
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-10-20
1
-11
/
+11
*
Simplify some code, reformat break's
Chris Lattner
2006-09-28
1
-6
/
+12
*
Added some eye-candy for Subtarget type checking
Anton Korobeynikov
2006-09-17
1
-1
/
+9
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-1
/
+12
*
Add cbe support for powi
Chris Lattner
2006-09-09
1
-0
/
+10
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
1
-2
/
+4
*
Make functions with an "asm" name propagate that asm name into the cbe.c file.
Chris Lattner
2006-07-28
1
-0
/
+6
*
__i386__, __i386, etc. are not defined for x86-64. Use __x86_64__.
Evan Cheng
2006-06-20
1
-1
/
+2
*
Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp
Chris Lattner
2006-06-06
1
-0
/
+6
*
Add mingw support, patch contributed by Anton
Chris Lattner
2006-06-02
1
-1
/
+1
*
Fix casting so there's no warning on Alpha.
Reid Spencer
2006-05-31
1
-1
/
+1
*
For PR786:
Reid Spencer
2006-05-24
1
-1
/
+1
*
Print struct return functions and calls as actually returning the hidden
Chris Lattner
2006-05-23
1
-75
/
+171
*
Add checks for __OpenBSD__.
Jeff Cohen
2006-04-17
1
-1
/
+1
*
Modify how CBE handles #lines.
Jim Laskey
2006-03-23
1
-9
/
+5
*
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-23
1
-3
/
+3
*
Handle builtins that directly correspond to GCC builtins.
Chris Lattner
2006-03-13
1
-2
/
+25
*
Handle the removal of the debug chain.
Jim Laskey
2006-03-13
1
-2
/
+2
*
Add #line support for CBE.
Jim Laskey
2006-03-08
1
-0
/
+17
*
Two things:
Chris Lattner
2006-03-07
1
-12
/
+89
*
Another hack due to allowing multiple symbols with the same name.
Chris Lattner
2006-02-13
1
-11
/
+52
[next]