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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Privatize some more debug-related static data.
Owen Anderson
2009-06-25
1
-0
/
+3
*
Identify unconditional gotos and generate a page sel instructions before them.
Sanjiv Gupta
2009-06-25
1
-0
/
+2
*
ad MachineInstrBuilder support for target flags on operands.
Chris Lattner
2009-06-25
2
-19
/
+38
*
Now with EVEN FEWER statics!
Owen Anderson
2009-06-25
1
-1
/
+38
*
Didn't mean to commit this part.
Owen Anderson
2009-06-24
1
-3
/
+0
*
Down with statics!
Owen Anderson
2009-06-24
1
-0
/
+3
*
Move local statics to per-instance variables.
Owen Anderson
2009-06-24
1
-0
/
+6
*
Increase limit for OpActions array
David Greene
2009-06-24
1
-0
/
+1
*
This increases the maximum for MVT::LAST_VALUETYPE
David Greene
2009-06-24
1
-0
/
+6
*
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
1
-3
/
+5
*
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-24
1
-3
/
+0
*
Rearrange some stuff in MachineOperand and add a new TargetFlags field.
Chris Lattner
2009-06-24
1
-7
/
+18
*
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-22
1
-0
/
+6
*
fit in 80 cols
Chris Lattner
2009-06-21
1
-9
/
+9
*
stub out some hacky code for wiring up the new asmprinter interfaces
Chris Lattner
2009-06-19
1
-1
/
+1
*
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
5
-105
/
+3
*
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-19
1
-8
/
+8
*
Don't use int8_t, that requires DataTypes.h
Chris Lattner
2009-06-18
1
-7
/
+8
*
include header for uint8_t.
Zhongxing Xu
2009-06-18
1
-0
/
+1
*
VNInfo cleanup.
Lang Hames
2009-06-17
1
-17
/
+119
*
Fixed names of libcalls checked in r73480.
Sanjiv Gupta
2009-06-16
1
-4
/
+0
*
Added required libcalls for PIC16 (mostly floating points to integer casting ...
Sanjiv Gupta
2009-06-16
1
-0
/
+8
*
Part 1.
Evan Cheng
2009-06-15
1
-18
/
+8
*
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
2
-5
/
+44
*
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-14
1
-0
/
+325
*
Type change cleanup on JCE and MCE. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-06-12
2
-10
/
+10
*
Remove warnings: no newline at end of file.
Sanjiv Gupta
2009-06-10
1
-1
/
+2
*
Add the beginnings of an implementatation of lazy liveness analysis, based on...
Owen Anderson
2009-06-09
1
-0
/
+62
*
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-06-04
2
-68
/
+68
*
Revert 72650
Bruno Cardoso Lopes
2009-06-03
2
-68
/
+68
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
3
-10
/
+39
*
Revert 72707 and 72709, for the moment.
Dale Johannesen
2009-06-02
2
-12
/
+6
*
Make the implicit inputs and outputs of target-independent
Dale Johannesen
2009-06-01
2
-6
/
+12
*
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
Bruno Cardoso Lopes
2009-05-30
2
-68
/
+68
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-0
/
+322
*
LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as many
Jeffrey Yasskin
2009-05-26
1
-1
/
+2
*
Eliminate VarInfo::UsedBlocks.
Evan Cheng
2009-05-26
1
-4
/
+0
*
Add a new step to legalization to legalize vector math operations. This
Eli Friedman
2009-05-23
1
-0
/
+13
*
Add a new codegen pass that normalizes dwarf exception handling
Duncan Sands
2009-05-22
2
-0
/
+7
*
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-21
3
-77
/
+7
*
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argiris Kirtzidis
2009-05-20
3
-7
/
+77
*
Add missing file.
Argiris Kirtzidis
2009-05-18
1
-0
/
+51
*
Pass to verify generated machine code.
Jakob Stoklund Olesen
2009-05-16
1
-0
/
+7
*
Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence
Jim Grosbach
2009-05-13
1
-12
/
+0
*
Indentation.
Evan Cheng
2009-05-13
1
-1
/
+1
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
1
-11
/
+45
*
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
Jim Grosbach
2009-05-12
1
-0
/
+12
*
Factor out cycle-finder code and make it generic.
Anton Korobeynikov
2009-05-08
1
-4
/
+2
*
Revert 71165. It did more than just revert 71158 and it introduced
Dan Gohman
2009-05-07
1
-1
/
+1
*
Temporarily revert r71158. It was causing a failure during a full bootstrap:
Bill Wendling
2009-05-07
1
-1
/
+1
[next]