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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Check for shared landing pads when assigning call site values. Invokes which
Jim Grosbach
2009-08-20
1
-20
/
+34
*
Add missing forward declaration.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Switch to SmallString::str from SmallString::c_str, and remove
Daniel Dunbar
2009-08-19
1
-2
/
+2
*
Add an x86 peep that narrows TEST instructions to forms that use
Dan Gohman
2009-08-19
1
-0
/
+11
*
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-08-19
3
-7
/
+75
*
PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.
Eli Friedman
2009-08-19
1
-1
/
+2
*
switch asmprinter to emit alignments through OutStreamer.
Chris Lattner
2009-08-19
1
-8
/
+5
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
4
-61
/
+72
*
Added an option to have the PBQP allocator attempt coalescing during allocation.
Lang Hames
2009-08-19
1
-1
/
+10
*
Be tidy and use a break to exit from a switch block rather than
Dan Gohman
2009-08-18
1
-0
/
+1
*
Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and
Dan Gohman
2009-08-18
1
-0
/
+7
*
Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...)
Lang Hames
2009-08-18
1
-11
/
+7
*
Simplify RegScavenger::FindUnusedReg.
Jakob Stoklund Olesen
2009-08-18
1
-30
/
+6
*
Make various changes suggested by Chris.
David Greene
2009-08-18
1
-36
/
+48
*
fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections
Chris Lattner
2009-08-18
1
-8
/
+2
*
Make tail merging handle blocks with repeated predecessors correctly, and
Dan Gohman
2009-08-18
1
-25
/
+4
*
Make AsmStreamer maintain a notion of the current section, pushing it up from...
Chris Lattner
2009-08-18
1
-15
/
+10
*
add a horrible hack to the dwarf printer. It looks like mingw is not specifying
Chris Lattner
2009-08-18
1
-3
/
+9
*
fix another bozo bug
Chris Lattner
2009-08-18
1
-2
/
+2
*
fix accidentally inverted conditional and add comment.
Chris Lattner
2009-08-18
1
-1
/
+4
*
turn this conditional into something humans might actually
Chris Lattner
2009-08-18
1
-8
/
+25
*
cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::v...
Jim Grosbach
2009-08-17
1
-24
/
+16
*
Remove a bit more cruft from the sjlj moving to a backend pass.
Jim Grosbach
2009-08-17
3
-15
/
+0
*
Update CMakeLists.
Benjamin Kramer
2009-08-17
1
-0
/
+1
*
Fix build warning.
Daniel Dunbar
2009-08-17
1
-1
/
+1
*
Move the sjlj exception handling conversions to a back-end pass where they
Jim Grosbach
2009-08-17
4
-34
/
+538
*
Extend the instruction itinerary model to include the ability to indicate the...
David Goodwin
2009-08-17
1
-5
/
+6
*
the MinPad argument to PadToColumn only really makes sense to be 1,
Chris Lattner
2009-08-17
1
-42
/
+42
*
change AsmPrinter to switch sections using AsmStreamer instead of
Chris Lattner
2009-08-17
1
-9
/
+4
*
give MCAsmStreamer a TargetAsmInfo.
Chris Lattner
2009-08-17
1
-1
/
+1
*
Replace RegScavenger::DistanceMap with a simpler local algorithm.
Jakob Stoklund Olesen
2009-08-16
1
-68
/
+47
*
Clean up the public interface of RegScavenger.
Jakob Stoklund Olesen
2009-08-16
1
-19
/
+0
*
Be more clever about regclasses in ScheduleDAGSDNodes::EmitCopyFromReg.
Jakob Stoklund Olesen
2009-08-16
1
-5
/
+5
*
Needs to check whether unaligned load / store of i64 is legal here.
Evan Cheng
2009-08-15
1
-4
/
+3
*
Remove <iostream>.
Bill Wendling
2009-08-15
1
-20
/
+17
*
Unbreak build. Evan, please make sure my changes are correct.
Benjamin Kramer
2009-08-15
3
-6
/
+5
*
Refine EarlyClobber assert in register scavenger.
Jakob Stoklund Olesen
2009-08-15
1
-1
/
+1
*
Don't setCalleeSavedInfoValid() until spills are interted.
Jakob Stoklund Olesen
2009-08-15
1
-2
/
+2
*
Allow double defs in the machine code verifier after the addPreRegAlloc passes.
Jakob Stoklund Olesen
2009-08-15
1
-1
/
+1
*
Update LocalRewriter::DistanceMap when inserting stack loads.
Jakob Stoklund Olesen
2009-08-15
1
-0
/
+3
*
80 col violations.
Evan Cheng
2009-08-15
1
-12
/
+12
*
Simplify this code to not depend as much on CurMBB.
Dan Gohman
2009-08-15
1
-16
/
+15
*
Do not completely skip subrange info for a zero sized array.
Devang Patel
2009-08-14
1
-6
/
+5
[prev]
[next]