Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9a4cb15ecabfd1d9b58ba9262fad749ac7ecff3d
/
lib
/
CodeGen
/
MachineModuleInfo.cpp
ff424a9
Cruft left from patch revert...sorry. :-(
by Bill Wendling
· 17 years ago
0e679b8
Reverting broken patch r52803.
by Bill Wendling
· 17 years ago
ecc696f
- Remove a use of std::vector.
by Bill Wendling
· 17 years ago
e15b119
Refactor the DebugInfoDesc stuff out of the MachineModuleInfo file. Clean up
by Bill Wendling
· 17 years ago
19fcb61
Don't create a whole new string just to copy the elements into it.
by Owen Anderson
· 17 years ago
3e73cd9
Move GetConstantStringInfo to lib/Analysis. Remove
by Eric Christopher
· 17 years ago
089efff
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
8553576
Recommitting EH patch; this should answer most of the
by Dale Johannesen
· 17 years ago
12300e1
A quick nm audit turned up several fixed tables and objects that were
by Dan Gohman
· 17 years ago
2e28d62
SDIsel processes llvm.dbg.declare by recording the variable debug information descriptor and its corresponding stack frame index in MachineModuleInfo. This only works if the local variable is "homed" in the stack frame. It does not work for byval parameter, etc.
by Evan Cheng
· 18 years ago
69eda82
Rename RecordLabel to RecordSourceLine because that's what it is doing.
by Evan Cheng
· 18 years ago
13d1c29
Add an extra operand to LABEL nodes which distinguishes between debug, EH, or misc labels. This fixes the EH breakage. However I am not convinced this is *the* solution.
by Evan Cheng
· 18 years ago
c59be55
Adjust loop per review feedback.
by Dale Johannesen
· 18 years ago
3bb9df9
Accept getelementptr starting at GV with all 0 indices as a
by Dale Johannesen
· 18 years ago
301f405
Use empty() instead of comparing size() with zero.
by Dan Gohman
· 18 years ago
3dadeb3
Do not mark EH tables no-dead-strip unless the associated function is so marked.
by Dale Johannesen
· 18 years ago
8eaa5a9
remove #includage
by Chris Lattner
· 18 years ago
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
4ff179f
The C++ exception handling personality function wants
by Duncan Sands
· 18 years ago
bb2f222
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
by Christopher Lamb
· 18 years ago
d83c2c0
Provide a way to update DescGlobals cache directly.
by Devang Patel
· 18 years ago
241a0c9
Fix PR1628. When exception handling is turned on,
by Duncan Sands
· 18 years ago
923fdb1
There is an impedance matching problem between LLVM and
by Duncan Sands
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago