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
*
Fix crashes when scheduling a CopyToReg node -- getMachineOpcode asserts on
Bob Wilson
2010-07-25
1
-2
/
+2
*
Revert r109361; it's impossible to write a call with an argument with an
Eli Friedman
2010-07-24
1
-6
/
+2
*
Minor simplification.
Eli Friedman
2010-07-24
1
-1
/
+1
*
Make the ll parser check that arguments have valid types.
Eli Friedman
2010-07-24
1
-1
/
+5
*
PR7704: A function is not allowed to return a function; make sure to enforce
Eli Friedman
2010-07-24
1
-2
/
+2
*
Hook in GlobalMerge pass
Anton Korobeynikov
2010-07-24
6
-1
/
+222
*
Revert this because we can't clone cyclic MDNodes which are creating during a
Nick Lewycky
2010-07-24
1
-3
/
+4
*
Add hook to insert late LLVM=>LLVM passes just before isel
Anton Korobeynikov
2010-07-24
1
-0
/
+2
*
Whether function-local or not, a MDNode may reference a Function in which case
Nick Lewycky
2010-07-24
1
-4
/
+3
*
Clarify that if a new value handle is added while dropping value handles
Duncan Sands
2010-07-24
1
-4
/
+9
*
Change ScheduleDAGInstrs::Defs and ::Uses to be variable-size vectors
Bob Wilson
2010-07-24
2
-3
/
+4
*
Use current working directory when Dirname is empty. This only happens when a...
Devang Patel
2010-07-24
1
-0
/
+5
*
Add an ILP scheduler. This is a register pressure aware scheduler that's
Evan Cheng
2010-07-24
4
-12
/
+97
*
Support x86 "eiz" and "riz" pseudo index registers in the assembler.
Bruno Cardoso Lopes
2010-07-24
3
-1
/
+25
*
Use the appropriate register class for an i32 when adding ARM::LR to the
Jim Grosbach
2010-07-23
1
-1
/
+1
*
Remove too-strict assertion. We may want the vreg copy of the physical register
Jim Grosbach
2010-07-23
1
-1
/
+0
*
Revert r109262.
Devang Patel
2010-07-23
1
-5
/
+0
*
Revert 109076. It is wrong and was causing regressions. Add some
Dale Johannesen
2010-07-23
1
-18
/
+48
*
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-23
3
-56
/
+148
*
Remove trailing whitespace
Bruno Cardoso Lopes
2010-07-23
1
-30
/
+30
*
Eliminate getCanonicalInductionVariableIncrement's last user and
Dan Gohman
2010-07-23
1
-17
/
+5
*
Simplify this code; it can use the regular CFG utlities rather than
Dan Gohman
2010-07-23
1
-13
/
+7
*
Micro-optimize SCEVComplexityCompare.
Dan Gohman
2010-07-23
1
-34
/
+44
*
Add a const qualifier.
Dan Gohman
2010-07-23
1
-2
/
+2
*
Use the proper type for shift counts. This fixes a bootstrap error.
Dan Gohman
2010-07-23
1
-1
/
+4
*
IF directory name is empty then try to extract one using absolute file name.
Devang Patel
2010-07-23
1
-0
/
+5
*
Add AVX version of CLMUL instructions
Bruno Cardoso Lopes
2010-07-23
3
-0
/
+58
*
DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits
Dan Gohman
2010-07-23
1
-1
/
+21
*
Make SDNode::dump() print a newline at the end.
Dan Gohman
2010-07-23
1
-0
/
+1
*
fix constness warnings
Gabor Greif
2010-07-23
2
-2
/
+4
*
do not (implicitly) dereference iterator many times, cache it instead
Gabor Greif
2010-07-23
1
-2
/
+3
*
Formatting.
Mikhail Glushenkov
2010-07-23
1
-1
/
+1
*
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-23
5
-162
/
+247
*
Declare CLMUL as a subtarget feature
Bruno Cardoso Lopes
2010-07-23
1
-0
/
+2
*
Add x86 CLMUL (Carry-less multiplication) cpu feature
Bruno Cardoso Lopes
2010-07-23
3
-3
/
+10
*
80-col.
Eric Christopher
2010-07-23
1
-8
/
+12
*
Add complete assembler support for FMA3 instructions, with descriptions and e...
Bruno Cardoso Lopes
2010-07-23
3
-0
/
+72
*
The only supported calling convention for X86-64 uses
Dale Johannesen
2010-07-23
1
-1
/
+14
*
Fix some AVX instructions which didnt had HasAVX prefix. And also a problem w...
Bruno Cardoso Lopes
2010-07-23
1
-6
/
+8
*
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
4
-5
/
+5
*
remove the dwarf sizing stuff which is now dead, it was
Chris Lattner
2010-07-22
2
-456
/
+0
*
Add remaining AVX instructions (most of them dealing with GR64 destinations. ...
Bruno Cardoso Lopes
2010-07-22
1
-5
/
+30
*
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-22
4
-80
/
+3
*
switch a private implementation of GetFunctionSizeInBytes.
Chris Lattner
2010-07-22
1
-1
/
+14
*
X86MCInstLower now depends on AsmPrinter being around.
Chris Lattner
2010-07-22
2
-32
/
+11
*
instead of migrating it to the MC instruction encoder, just
Chris Lattner
2010-07-22
3
-553
/
+100
*
Speculatively revert 109117
Devang Patel
2010-07-22
1
-27
/
+6
*
ARMv4 JIT forgets to set the lr register when making a indirect function call...
Xerxes Ranby
2010-07-22
2
-1
/
+14
*
keep in 80 cols
Gabor Greif
2010-07-22
2
-5
/
+8
*
Map MDNode correctly.
Devang Patel
2010-07-22
1
-6
/
+27
[next]