index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
2
-3
/
+4
*
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
1
-1
/
+0
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-1
/
+1
*
SJLJ pass needs to punt if there's no personality function available.
Jim Grosbach
2009-08-23
1
-23
/
+27
*
Fix PR4753.
Jakob Stoklund Olesen
2009-08-23
1
-1
/
+15
*
Kill off more cerr/cout uses and prune includes a bit.
Benjamin Kramer
2009-08-23
3
-20
/
+8
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
3
-20
/
+20
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
5
-26
/
+3
*
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-23
2
-3
/
+3
*
eliminate uses of cerr()
Chris Lattner
2009-08-23
6
-61
/
+77
*
remove a few DOUTs here and there.
Chris Lattner
2009-08-23
8
-86
/
+108
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
12
-44
/
+41
*
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-23
1
-0
/
+5
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-2
/
+2
*
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-23
2
-19
/
+8
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
5
-26
/
+18
*
remove some DOUTs
Chris Lattner
2009-08-23
2
-68
/
+73
*
remove std::ostream versions of printing stuff for MBB and MF,
Chris Lattner
2009-08-23
6
-47
/
+32
*
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-23
1
-22
/
+19
*
convert some stuff to work on raw_ostreams instead of std::ostream.
Chris Lattner
2009-08-23
1
-16
/
+18
*
fix a gone file.
Chris Lattner
2009-08-23
1
-1
/
+0
*
remove some dead print method variants.
Chris Lattner
2009-08-23
1
-4
/
+2
*
convert the DIE printing stuff to use raw_ostream instead of std::ostream.
Chris Lattner
2009-08-23
4
-54
/
+37
*
random code cleanups.
Chris Lattner
2009-08-23
1
-19
/
+17
*
remove some random indentation stuff, yay for efficiency.
Chris Lattner
2009-08-23
2
-19
/
+6
[next]