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
*
Fixed a test that ensures the LocalRewriter does not attempt to
Lang Hames
2009-09-03
2
-2
/
+2
*
Rearrange code to eliminate redundancy and avoid gotos.
Bob Wilson
2009-09-02
1
-64
/
+40
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
2
-3
/
+4
*
Avoid calling removeVirtualRegisterKilled which iterates over the operands
Bob Wilson
2009-09-01
1
-1
/
+2
*
Refactor some code into separate functions. No functional changes.
Bob Wilson
2009-09-01
1
-52
/
+82
*
Move use of LV inside condition that guards for null LV.
Bob Wilson
2009-09-01
1
-5
/
+5
*
Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...
Daniel Dunbar
2009-09-01
1
-1
/
+1
*
Fix ELF Writter related memory leaks
Bruno Cardoso Lopes
2009-09-01
1
-7
/
+18
*
reduce size of SmallString to something more reasonable
Jim Grosbach
2009-09-01
1
-1
/
+1
*
Use raw_ostream instead of sstream
Jim Grosbach
2009-09-01
1
-7
/
+5
*
Add hidden flags to allow binary search of post-RA scheduling errors.
David Goodwin
2009-09-01
1
-0
/
+21
*
revert inadvertant change from previous commit
Jim Grosbach
2009-09-01
1
-2
/
+3
*
Simply LSDA lable emission to use a direct special-case output instead of
Jim Grosbach
2009-09-01
3
-21
/
+12
*
Fix pr4843: When an instruction has multiple destination registers that are
Bob Wilson
2009-09-01
1
-11
/
+55
*
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-09-01
3
-12
/
+25
*
Subprogram is a scope. Derive DISubprogram from DIScope.
Devang Patel
2009-08-31
2
-4
/
+18
*
Rename DIBlock as DILexicalBlock.
Devang Patel
2009-08-31
1
-1
/
+1
*
Use early exit and reduce indentation.
Bob Wilson
2009-08-31
1
-157
/
+157
*
If the tied registers are already the same, there is no need to change
Bob Wilson
2009-08-31
1
-5
/
+5
*
Add flag to mark structs for Apple Block "byref" variables; also add code to
Caroline Tice
2009-08-31
2
-2
/
+254
*
Don't mark a register live at an undef use.
David Goodwin
2009-08-31
1
-13
/
+8
*
Simplify isDerivedType() and other predicate interface.
Devang Patel
2009-08-31
1
-3
/
+3
*
Output a hex value, because all of the others are hex.
Bill Wendling
2009-08-31
1
-1
/
+1
*
Revert commit 80428. It completely broke exception
Duncan Sands
2009-08-31
1
-30
/
+17
*
PR4747
Jim Grosbach
2009-08-31
2
-36
/
+23
*
Nuke moribund "std::string" version of EOL(..., Encoding).
Bill Wendling
2009-08-30
1
-8
/
+0
*
- Add target lowering methods to get the preferred format for the FDE and LSDA
Bill Wendling
2009-08-29
1
-17
/
+30
*
Add a form of EOL which emits the text version of a DWARF format encoding. This
Bill Wendling
2009-08-29
1
-0
/
+50
*
Make the augmentation size and next set of bytes agree on size,
Eric Christopher
2009-08-29
1
-4
/
+10
*
Another stab at fixing up register kill flags after post-RA scheduling.
David Goodwin
2009-08-29
1
-20
/
+63
*
Reapply 79977.
Devang Patel
2009-08-28
9
-136
/
+134
*
Nuke trailing whitespace.
Eric Christopher
2009-08-28
1
-9
/
+9
*
Closure is a very generic name. Use AppleBlock instead.
Devang Patel
2009-08-27
1
-1
/
+1
*
Adjust the MachineBasicBlock verifier rules to be more
Dan Gohman
2009-08-27
1
-11
/
+14
*
Revert accidental commit.
Bill Wendling
2009-08-27
2
-221
/
+28
*
--- Reverse-merging r80147 into '.':
Bill Wendling
2009-08-27
2
-28
/
+221
*
Add some checks for MachineCFG consistency. Use AnalyzeBranch and
Dan Gohman
2009-08-27
1
-0
/
+133
*
Rework getPersonalityIndex slightly - 0 is now a valid and not-NULL
Eric Christopher
2009-08-26
1
-3
/
+3
*
If we're emitting additional CIEs due to personality functions
Eric Christopher
2009-08-26
2
-3
/
+8
*
Nuke trailing whitespace.
Eric Christopher
2009-08-26
1
-14
/
+13
*
Add extload expansion for f128
Anton Korobeynikov
2009-08-26
1
-3
/
+6
*
-fast is now -O0. -fast-isel is no longer experimental.
Dan Gohman
2009-08-26
1
-2
/
+2
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
9
-134
/
+136
*
Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
Devang Patel
2009-08-26
1
-4
/
+1
*
Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize
Owen Anderson
2009-08-25
1
-7
/
+14
*
Fixup register kills after scheduling.
David Goodwin
2009-08-25
1
-21
/
+94
*
- Rename EmitCommonInformationEntry to EmitCIE.
Bill Wendling
2009-08-25
2
-19
/
+15
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
9
-136
/
+134
*
- Emit new line after each FDE.
Bill Wendling
2009-08-25
1
-1
/
+3
*
Rename functions to something more descriptive. At the very least mention the
Bill Wendling
2009-08-25
2
-14
/
+19
[next]