index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineFunction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify debug info intrisinc lowering.
Devang Patel
2009-07-02
1
-0
/
+3
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
1
-2
/
+2
*
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-30
1
-0
/
+11
*
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
1
-1
/
+1
*
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-21
1
-9
/
+1
*
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argyrios Kyrtzidis
2009-05-20
1
-1
/
+9
*
Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence
Jim Grosbach
2009-05-13
1
-12
/
+0
*
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
Jim Grosbach
2009-05-12
1
-0
/
+12
*
Add const modifiers.
Jakob Stoklund Olesen
2009-05-07
1
-1
/
+1
*
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-04-30
1
-1
/
+2
*
Move duplicated AddLiveIn function from X86 and ARM backends to be a method
Bob Wilson
2009-04-20
1
-0
/
+5
*
Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.
Dan Gohman
2009-03-27
1
-1
/
+1
*
Reapply r66415, which was reverted in r66426 for
Duncan Sands
2009-03-27
1
-1
/
+1
*
Revert r66415. It's causing failures during bootstrap builds:
Bill Wendling
2009-03-09
1
-1
/
+1
*
in builds without asserts we do not need to allocate the Next pointer in "gho...
Gabor Greif
2009-03-09
1
-1
/
+1
*
ooops, forgot to include the pointless-write eliminator in my previous checkin
Gabor Greif
2009-03-04
1
-0
/
+1
*
Give sentinel traits the right to determine the policy where the sentinel is ...
Gabor Greif
2009-03-04
1
-2
/
+11
*
"Ghostify" embedded sentinels. This is a real win in all cases
Gabor Greif
2009-03-04
1
-2
/
+4
*
Add a default debug location object to the Machine Function. It's used to emi...
Bill Wendling
2009-02-20
1
-0
/
+12
*
Constify and don't return a reference.
Bill Wendling
2009-02-04
1
-1
/
+1
*
Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.
Bill Wendling
2009-02-03
1
-2
/
+5
*
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-02-03
1
-0
/
+1
*
Refine DebugLoc per review comments.
Evan Cheng
2009-01-27
1
-4
/
+4
*
Actually source file has already been uniquified into an id during isel. Elim...
Evan Cheng
2009-01-26
1
-2
/
+2
*
Add data structure to define and track debug location during codegen.
Evan Cheng
2009-01-26
1
-1
/
+14
*
Update VS projects.
Cedric Venet
2008-09-20
1
-1
/
+1
*
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-28
1
-19
/
+10
*
Apply a patch from Mahadevan R, with minor formatting changes, to
Dan Gohman
2008-07-25
1
-1
/
+7
*
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-07-07
1
-46
/
+87
*
Make ilist_traits<MachineBasicBlock>'s Parent member private.
Dan Gohman
2008-07-01
1
-1
/
+1
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-3
/
+3
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-57
/
+5
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
1
-1
/
+1
*
Change UsedPhysRegs from array bool to BitVector to save some space. Setting ...
Evan Cheng
2007-04-25
1
-19
/
+11
*
isPhysRegUsed should be const.
Evan Cheng
2007-02-15
1
-1
/
+1
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-1
/
+1
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+1
*
Provide a function that ensures MBB numbering is dense and inorder. This
Chris Lattner
2006-10-03
1
-0
/
+8
*
Remove dead methods, add getNumBlockIDs() method
Chris Lattner
2006-09-14
1
-7
/
+2
*
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-17
1
-0
/
+5
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-0
/
+10
*
Add helper methods.
Chris Lattner
2006-04-11
1
-0
/
+2
*
Move MachineDebugInfo to module level location.
Jim Laskey
2006-01-04
1
-9
/
+0
*
Added source file/line correspondence for dwarf (PowerPC only at this point.)
Jim Laskey
2005-12-16
1
-0
/
+10
*
remove an inappropriate comment
Chris Lattner
2005-08-31
1
-2
/
+1
*
allow a virtual register to be associated with live-in values.
Chris Lattner
2005-05-13
1
-7
/
+14
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-13
/
+13
*
add routines to track the livein/out set for a function
Chris Lattner
2005-04-09
1
-0
/
+21
[next]