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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added header file declarations and .exports entries
Sean Callanan
2010-02-08
3
-2
/
+52
*
test case for r95604.
Devang Patel
2010-02-08
2
-1
/
+17
*
tighten up eh.setjmp sequence a bit.
Jim Grosbach
2010-02-08
6
-29
/
+37
*
now that @GOTOFF is no longer represented as a suffix on a
Chris Lattner
2010-02-08
2
-10
/
+6
*
unify the paths for external symbols and global variables:
Chris Lattner
2010-02-08
2
-83
/
+48
*
switch the rest of the "@ concatentation" logic in the X86
Chris Lattner
2010-02-08
4
-127
/
+63
*
Fixed the AT&T AsmLexer to report the proper strings
Sean Callanan
2010-02-08
1
-1
/
+1
*
switch ELF @GOTOFF references to use X86MCTargetExpr.
Chris Lattner
2010-02-08
5
-12
/
+16
*
ConstantFoldConstantExpression can theoretically return the original
Dan Gohman
2010-02-08
1
-2
/
+4
*
add an x86 implementation of MCTargetExpr for
Chris Lattner
2010-02-08
5
-4
/
+90
*
don't make hte dtor private or we can't construct the class.
Chris Lattner
2010-02-08
2
-2
/
+2
*
use a c-style cast instead of reinterpret-cast, as sometimes the
Chris Lattner
2010-02-08
1
-2
/
+3
*
Add VCVTR (between floating-point and integer, VFP) for disassembly purpose.
Johnny Chen
2010-02-08
1
-0
/
+31
*
When CodeGen'ing unoptimized code, there may be unfolded constant expressions
Dan Gohman
2010-02-08
2
-9
/
+17
*
Add const qualifiers.
Dan Gohman
2010-02-08
2
-3
/
+3
*
Apply the 95471 fix to SelectionDAGBuilder as well;
Dale Johannesen
2010-02-08
1
-0
/
+2
*
In guaranteed tailcall mode, don't decline the tailcall optimization
Dan Gohman
2010-02-08
2
-8
/
+14
*
Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect
Dan Gohman
2010-02-08
6
-27
/
+30
*
Add VCMP (VFP floating-point compare without 'E' bit set) for disassembly pur...
Johnny Chen
2010-02-08
1
-0
/
+16
*
add scaffolding for target-specific MCExprs.
Chris Lattner
2010-02-08
3
-1
/
+31
*
Flesh out the list of predicates, for those who like this style. I was
Duncan Sands
2010-02-08
1
-1
/
+21
*
ImmutableIntervalMap: Fix for unqualified lookup into dependent base class, done
Daniel Dunbar
2010-02-08
1
-15
/
+15
*
Added VMOVRRS/VMOVSRR to ARMInstrVFP.td for disassembly purpose.
Johnny Chen
2010-02-08
1
-0
/
+14
*
Fix some typos.
Duncan Sands
2010-02-08
1
-4
/
+4
*
Fix x86 JIT stub on MSVC.
Torok Edwin
2010-02-08
1
-0
/
+1
*
Fixed build error for redefinition.
Sanjiv Gupta
2010-02-08
1
-2
/
+0
*
Add uppercase and lowercase part defines in driver.
Sanjiv Gupta
2010-02-08
3
-22
/
+98
*
Make the destructor for TypeMapBase protected. Spotted by Duncan Sands with
Nick Lewycky
2010-02-07
1
-2
/
+1
*
Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck
Duncan Sands
2010-02-07
1
-0
/
+2
*
Add suport for VASTART on Mips.
Bruno Cardoso Lopes
2010-02-06
2
-0
/
+22
*
First step towards varargs support in Mips:
Bruno Cardoso Lopes
2010-02-06
1
-38
/
+117
*
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2010-02-06
16
-261
/
+96
*
Remove a large test case that (soon will) no longer make sense.
Evan Cheng
2010-02-06
1
-491
/
+0
*
Fix an uninitialized value. Radar 7609421.
Bob Wilson
2010-02-06
1
-0
/
+1
*
Fix alignment on ppc linux. This fixes the build of crtend.o
Rafael Espindola
2010-02-06
2
-9
/
+43
*
Do not emit callseq instructions around sibcalls. This eliminated some unnece...
Evan Cheng
2010-02-06
4
-24
/
+41
*
Add a Debug bit to MachineOperand, for uses that
Dale Johannesen
2010-02-06
3
-10
/
+40
*
After Victor's latest commits I am seeing null
Dale Johannesen
2010-02-06
1
-0
/
+2
*
Linker should not remap null operands of metadata
Victor Hernandez
2010-02-06
1
-2
/
+6
*
Function-local metadata whose operands had been optimized to no longer refer ...
Victor Hernandez
2010-02-06
2
-2
/
+27
*
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-06
14
-13
/
+48
*
Add a test for my change to disable reassociation for i1 types.
Bob Wilson
2010-02-06
1
-0
/
+10
*
Set DW_AT_artificial only if argument is marked as artificial.
Devang Patel
2010-02-06
3
-6
/
+44
*
Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.
Bob Wilson
2010-02-06
2
-13
/
+12
*
Don't unroll loops containing function calls.
Jakob Stoklund Olesen
2010-02-05
2
-8
/
+16
*
Update CodeMetrics to count 'big' function calls explicitly.
Jakob Stoklund Olesen
2010-02-05
2
-15
/
+22
*
Do not generate specification DIE for nested functions.
Devang Patel
2010-02-05
1
-1
/
+7
*
fix incorrect encoding of SBB8mi that Kevin noticed.
Chris Lattner
2010-02-05
2
-3
/
+6
*
fix a case where we'd mis-encode fisttp because of an incorrect (and
Chris Lattner
2010-02-05
2
-1
/
+5
*
add note.
Chris Lattner
2010-02-05
1
-0
/
+2
[next]