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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GV with ghost linkage (module being lazily streamed in in JIT lazy compilatio...
Evan Cheng
2009-07-16
1
-5
/
+9
*
Assume an inline asm might be a call, so we get
Dale Johannesen
2009-07-16
1
-0
/
+4
*
Emit line numbers in asm comments when available.
David Greene
2009-07-16
1
-2
/
+15
*
Privatize the MDString uniquing table.
Owen Anderson
2009-07-16
4
-29
/
+36
*
Fix inverted preprocessor conditional.
Daniel Dunbar
2009-07-16
1
-1
/
+1
*
Fix compiler warning (for -Asserts).
Daniel Dunbar
2009-07-16
1
-2
/
+2
*
Silence warning in Linux builds:
Jakob Stoklund Olesen
2009-07-16
1
-2
/
+3
*
Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.
Daniel Dunbar
2009-07-16
1
-0
/
+17
*
Add line numbers to OProfile. To do this, I added a processDebugLoc()
Jeffrey Yasskin
2009-07-16
4
-8
/
+106
*
Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...
Jakob Stoklund Olesen
2009-07-16
1
-8
/
+12
*
Changed my mind. We now allow remat of instructions whose defs have subreg in...
Evan Cheng
2009-07-16
2
-6
/
+8
*
Privatize the ConstantFP table. I'm on a roll!
Owen Anderson
2009-07-16
6
-75
/
+74
*
With recent MC changes, RIP base register is explicitly modeled. Make sure we...
Evan Cheng
2009-07-16
1
-7
/
+9
*
Update CMake file.
Ted Kremenek
2009-07-16
1
-0
/
+1
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
29
-85
/
+165
*
Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic
Kevin Enderby
2009-07-16
1
-3
/
+6
*
Fill in some holes in ScalarEvolution's loop iteration condition
Dan Gohman
2009-07-16
1
-2
/
+27
*
Add an isLoopSimplifyForm() predicate, following the example of
Dan Gohman
2009-07-16
1
-0
/
+24
*
Use size_t.
Dan Gohman
2009-07-16
2
-13
/
+13
*
Unbreak
Anton Korobeynikov
2009-07-16
11
-56
/
+122
*
Temporary disable 16 bit bswap
Anton Korobeynikov
2009-07-16
1
-3
/
+4
*
Add instruction formats and few opcodes
Anton Korobeynikov
2009-07-16
2
-983
/
+705
*
Add bswap patterns
Anton Korobeynikov
2009-07-16
1
-0
/
+18
*
Provide crazy pseudos for regpairs spills / reloads
Anton Korobeynikov
2009-07-16
2
-2
/
+47
*
Handle long-disp stuff more consistently
Anton Korobeynikov
2009-07-16
3
-7
/
+31
*
All FP instructions have 12 bit memory displacement field
Anton Korobeynikov
2009-07-16
1
-34
/
+34
*
Another predicate routine
Anton Korobeynikov
2009-07-16
2
-0
/
+31
*
More helpers
Anton Korobeynikov
2009-07-16
2
-0
/
+66
*
Add bunch of branch folding stuff
Anton Korobeynikov
2009-07-16
3
-1
/
+187
*
Add missed opcodes to short => long displacement conversion
Anton Korobeynikov
2009-07-16
1
-0
/
+2
*
Cleanup
Anton Korobeynikov
2009-07-16
1
-91
/
+29
*
Fix logic inversion for RI-mode address selection
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Expand 32-bit bitconverts via memory
Anton Korobeynikov
2009-07-16
1
-2
/
+2
*
Fix incomin arg stack frame offset in case we need to generate stack frame
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Fix instruction mnemonics for some fp_to_sint operations
Anton Korobeynikov
2009-07-16
1
-2
/
+2
*
i32 values are passed extended also on stack. Handle this in generic way
Anton Korobeynikov
2009-07-16
1
-23
/
+24
*
We definitely have 1-0 bools
Anton Korobeynikov
2009-07-16
1
-0
/
+1
*
Revert the commit, it just hides the real bug
Anton Korobeynikov
2009-07-16
1
-1
/
+2
*
Out GR128 regclass is not a 'real' i128 one.
Anton Korobeynikov
2009-07-16
3
-5
/
+4
*
Add missed condbranch opcodes
Anton Korobeynikov
2009-07-16
1
-5
/
+29
*
Handle bitconverts
Anton Korobeynikov
2009-07-16
3
-4
/
+16
*
Unbreak mvi and friends - emit only 'significant' part of the operand
Anton Korobeynikov
2009-07-16
2
-6
/
+17
*
Expand fp_to_uint too
Anton Korobeynikov
2009-07-16
1
-0
/
+3
*
We don't have FP truncstores
Anton Korobeynikov
2009-07-16
1
-0
/
+3
*
Expand uint_to_fp
Anton Korobeynikov
2009-07-16
1
-0
/
+2
*
Emit proper rounding mode for fp_to_sint
Anton Korobeynikov
2009-07-16
1
-4
/
+4
*
f32/f64 regs are stored on stack if we're short in FP regs
Anton Korobeynikov
2009-07-16
1
-2
/
+2
*
Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension ...
Anton Korobeynikov
2009-07-16
1
-2
/
+1
*
Make FP zero to be legal FP immediate via LOAD ZERO
Anton Korobeynikov
2009-07-16
2
-0
/
+48
*
Loads are not two-address in any way
Anton Korobeynikov
2009-07-16
1
-8
/
+7
[next]