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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark more constants unsigned, as warned about by icc (#68).
Duncan Sands
2009-09-06
1
-1
/
+1
*
Stabilize the order of live intervals in the priority_queue used by the
Bob Wilson
2009-09-05
1
-1
/
+4
*
Removed yet another std::ostream reference.
Lang Hames
2009-09-04
1
-3
/
+0
*
Removed some junk and a std::ostream operator that was hanging around.
Lang Hames
2009-09-04
1
-59
/
+0
*
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-09-04
2
-162
/
+428
*
LLVM currently represents floating-point negation as -0.0 - x. Fix
Dan Gohman
2009-09-03
1
-0
/
+2
*
Recognize more opportunities to use SSE min and max instructions,
Dan Gohman
2009-09-03
1
-0
/
+3
*
improve comments.
Chris Lattner
2009-09-03
1
-1
/
+3
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-3
/
+4
*
Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...
Daniel Dunbar
2009-09-01
2
-4
/
+3
*
Clean up LSDA name generation and use for SJLJ exception handling. This
Jim Grosbach
2009-09-01
1
-4
/
+4
*
Nuke moribund "std::string" version of EOL(..., Encoding).
Bill Wendling
2009-08-30
1
-1
/
+0
*
Add a form of EOL which emits the text version of a DWARF format encoding. This
Bill Wendling
2009-08-29
1
-1
/
+3
*
Reapply 79977.
Devang Patel
2009-08-28
4
-9
/
+9
*
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
3
-12
/
+18
*
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-27
3
-10
/
+8
*
Revert accidental commit.
Bill Wendling
2009-08-27
1
-2
/
+0
*
--- Reverse-merging r80147 into '.':
Bill Wendling
2009-08-27
1
-0
/
+2
*
Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...
Gabor Greif
2009-08-26
3
-3
/
+3
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
4
-9
/
+9
*
re-committing yesterday's r79938.
Gabor Greif
2009-08-25
3
-3
/
+3
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
4
-9
/
+9
*
--- Reverse-merging r79938 into '.':
Bill Wendling
2009-08-25
3
-3
/
+3
*
Resubmit an earlier patch of mine:
Gabor Greif
2009-08-24
3
-3
/
+3
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
3
-3
/
+3
*
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-23
1
-4
/
+2
*
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-23
3
-26
/
+4
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
2
-21
/
+0
*
remove std::ostream versions of printing stuff for MBB and MF,
Chris Lattner
2009-08-23
3
-6
/
+3
*
This was supposed to go with r79803
Chris Lattner
2009-08-23
1
-0
/
+1
*
convert some stuff to work on raw_ostreams instead of std::ostream.
Chris Lattner
2009-08-23
2
-5
/
+4
*
remove some dead print method variants.
Chris Lattner
2009-08-23
2
-9
/
+0
*
remove dead PrefixPrinter class.
Chris Lattner
2009-08-23
3
-79
/
+11
*
remove a dead class.
Chris Lattner
2009-08-23
1
-32
/
+0
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
2
-3
/
+3
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
4
-8
/
+8
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
2
-12
/
+1
*
Fix a bug where the DWARF emitter in the JIT was not initializing alignment
Reid Kleckner
2009-08-21
1
-7
/
+17
*
Fix a comment.
Bob Wilson
2009-08-21
1
-1
/
+1
*
Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE
Erick Tryzelaar
2009-08-20
1
-15
/
+15
*
Remove an unnecessary include. Now we won't have circular include
David Greene
2009-08-19
1
-1
/
+2
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+2
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+2
*
Add missing header.
David Greene
2009-08-19
1
-0
/
+1
*
Add an x86 peep that narrows TEST instructions to forms that use
Dan Gohman
2009-08-19
1
-0
/
+5
*
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-08-19
1
-0
/
+6
*
ExuberantAsm is no more.
Chris Lattner
2009-08-19
1
-1
/
+1
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-4
/
+0
*
Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType.
Erick Tryzelaar
2009-08-19
1
-1
/
+6
[next]